<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Linux_alternatives</id>
		<title>Linux alternatives - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Linux_alternatives"/>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Linux_alternatives&amp;action=history"/>
		<updated>2026-05-20T13:37:44Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://wiki.johnfreier.com/index.php?title=Linux_alternatives&amp;diff=710&amp;oldid=prev</id>
		<title>Jfreier: Created page with &quot;Alternatives is a new fedora way of linking system libraries.  example, if you have java 1.7 and java 1.8 installed, Alternatives will allow you to switch between them pretty...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Linux_alternatives&amp;diff=710&amp;oldid=prev"/>
				<updated>2015-10-13T20:50:18Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Alternatives is a new fedora way of linking system libraries.  example, if you have java 1.7 and java 1.8 installed, Alternatives will allow you to switch between them pretty...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Alternatives is a new fedora way of linking system libraries.&lt;br /&gt;
&lt;br /&gt;
example, if you have java 1.7 and java 1.8 installed, Alternatives will allow you to switch between them pretty easy.&lt;br /&gt;
&lt;br /&gt;
== Config ==&lt;br /&gt;
This parameter will allow you to set the version or path of the file/app&lt;br /&gt;
  # alternatives --config java&lt;br /&gt;
&lt;br /&gt;
output:&lt;br /&gt;
  There are 3 programs which provide 'java'.&lt;br /&gt;
  &lt;br /&gt;
    Selection    Command&lt;br /&gt;
  -----------------------------------------------&lt;br /&gt;
  *  1           /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.79-2.5.5.0.fc20.x86_64/jre/bin/java&lt;br /&gt;
     2           /usr/lib/jvm/jre-1.8.0-openjdk.x86_64/bin/java&lt;br /&gt;
   + 3           /opt/jdk1.8.0_60/bin/java&lt;br /&gt;
  &lt;br /&gt;
  Enter to keep the current selection[+], or type selection number: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
To install a new location to the alternatives directory, use install.&lt;br /&gt;
&lt;br /&gt;
  # alternatives --install /usr/bin/java java /opt/jdk1.8.0_60/bin/java 2&lt;br /&gt;
&lt;br /&gt;
The above command will add the /opt/jdk1.8.0_60/bin/java to the list of options when configuring.&lt;/div&gt;</summary>
		<author><name>Jfreier</name></author>	</entry>

	</feed>