<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Blog &#187; where to put eclipse</title>
	<atom:link href="http://informationideas.com/news/tag/where-to-put-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationideas.com/news</link>
	<description>Using technology to help your business</description>
	<lastBuildDate>Thu, 05 Aug 2010 22:53:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Where to install Eclipse on Ubuntu</title>
		<link>http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/</link>
		<comments>http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:21:27 +0000</pubDate>
		<dc:creator>howie</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[where to install eclipse]]></category>
		<category><![CDATA[where to put eclipse]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=66</guid>
		<description><![CDATA[If you&#8217;re like me, accustomed to installing most packages via Ubuntu&#8217;s package manager, you might be a bit confused as to where to install Eclipse since it should be in a place thats accessible by every user on your system.Â  Sure you can install it in your user home directory but that wouldn&#8217;t be very [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, accustomed to installing most packages via Ubuntu&#8217;s package manager, you might be a bit confused as to where to install Eclipse since it should be in a place thats accessible by every user on your system.Â  Sure you can install it in your user home directory but that wouldn&#8217;t be very tidy.</p>
<p>I extracted part of these instructions from: <a href="http://flurdy.com/docs/eclipse/install.html">http://flurdy.com/docs/eclipse/install.html</a></p>
<p>These instructions assume you&#8217;ve downloaded and extracted the Eclipse tarball:</p>
<blockquote><p>sudo mv eclipse /opt/eclipse cd /opt sudo chown -R root:root eclipse<br />
sudo mv eclipse /opt/eclipse cd /opt sudo chown -R root:root eclipse<br />
sudo chmod -R +r eclipse<br />
sudo chmod +x `sudo find eclipse -type d`</p>
<p>Then create an eclipse executable in your path</p>
<p>sudo touch /usr/bin/eclipse<br />
sudo chmod 755 /usr/bin/eclipse</p>
<p>sudoedit /usr/bin/eclipse</p>
<p>With these contents:</p>
<p>#!/bin/sh<br />
export ECLIPSE_HOME=&#8221;/opt/eclipse&#8221;<br />
$ECLIPSE_HOME/eclipse $*</p></blockquote>
<p>Now you can execute Eclipse from anywhere in your bash shell.  Check out the original article for generating a desktop icon.  In the tarball I downloaded, it didn&#8217;t come with the icon.xpm that contains the Eclipse icon but no worries for me.</p>
<p>The take-home lesson here is that /opt is meant as a place to install application software packages. The topic is Filesystem Heirarchy Standard (FHS) .. these folks seem to be the standard authority on it:</p>
<p><a href="http://www.pathname.com/fhs/pub/fhs-2.3.html#OPTADDONAPPLICATIONSOFTWAREPACKAGES">http://www.pathname.com/fhs/pub/fhs-2.3.html#OPTADDONAPPLICATIONSOFTWAREPACKAGES</a></p>
<p>However it&#8217;s not to say that this standard is the most progressive one we have today.Â  I found GoboLinux to be particularly interesting: <a href="http://en.wikipedia.org/wiki/GoboLinux#The_GoboLinux_hierarchy">http://en.wikipedia.org/wiki/GoboLinux#The_GoboLinux_hierarchy</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/&amp;title=Where+to+install+Eclipse+on+Ubuntu" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/&amp;title=Where+to+install+Eclipse+on+Ubuntu" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/&amp;t=Where+to+install+Eclipse+on+Ubuntu" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/&amp;title=Where+to+install+Eclipse+on+Ubuntu&amp;summary=If%20you%27re%20like%20me%2C%20accustomed%20to%20installing%20most%20packages%20via%20Ubuntu%27s%20package%20manager%2C%20you%20might%20be%20a%20bit%20confused%20as%20to%20where%20to%20install%20Eclipse%20since%20it%20should%20be%20in%20a%20place%20thats%20accessible%20by%20every%20user%20on%20your%20system.%C3%82%C2%A0%20Sure%20you%20can%20install%20it%20in%20your%20user%20home%20directory%20but%20that%20wouldn%27t%20be&amp;source=Tech Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Where+to+install+Eclipse+on+Ubuntu+-+http://b2l.me/acmvmq&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
