<?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>Linoob.com &#187; installer</title>
	<atom:link href="http://www.linoob.com/tag/installer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linoob.com</link>
	<description>Linux Simplified For Newbies...!!!</description>
	<lastBuildDate>Sat, 07 Jan 2012 11:05:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubun-Student: Application for Students</title>
		<link>http://www.linoob.com/2009/12/ubun-student-application-for-students/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubun-student-application-for-students</link>
		<comments>http://www.linoob.com/2009/12/ubun-student-application-for-students/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:54:57 +0000</pubDate>
		<dc:creator>Cell aka Abhishek</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[application manager]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[ubun-student]]></category>
		<category><![CDATA[ubuntu student]]></category>

		<guid isPermaLink="false">http://www.linoob.com/?p=835</guid>
		<description><![CDATA[We all are  now familiar of using Ubuntu Software Centre(9.10) and Add/remove(9.04) for installing softwares that are maintained directly by canonical and many third party ones also.We are also familiar with Terminal way to install packages but getting a stable application that is bug-free and easy to install is not easy to find out. So did [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>We all are  now familiar of using <strong>Ubuntu Software Centre(9.10)</strong> and <strong>Add/remove(9.04)</strong> for installing softwares that are maintained directly by canonical and many third party ones also.We are also familiar with <strong>Terminal way to install packages</strong> but getting a stable application that is bug-free and easy to install is not easy to find out. So did you even faced the problem of not getting the Deb package and broken compilations then probably this is the solution.</p>
<p>Some students developed a GPL project named <strong><span style="text-decoration: underline;">Ubun-student</span></strong>.Targeted at students it includes softwares that are quite useful in project making and that too opensource.This package include popular softwares like TexLive 2008, NetBeans 6.7, Intel Compiler, BRL-CAD, Alice programming language etc.It provides the following great features:</p>
<ul>
<li>Ubun-student tries to <strong>simplify software installation</strong> process. It automatically download software packages, unpack them, start the installation process, and create shortcut icons after installation.</li>
<li>Ubun-student helps to <strong>search the fastest apt server</strong>. Many universities have set up Ubuntu apt mirrors. By Ubun-student, students can type in server names and get server response time for fastest server.</li>
<li>Ubun-student <strong>simplifies apt source configuration process</strong> for users to make installation and usage of the third party apps easy.Many softwares are provided in launchpad. To use these third party repositories, one may have to edit apt source and import the gpg key.</li>
<li> Ubun-student <strong>supports offline installation mode</strong>. Software packages can be cached into personal computer. If files are cached, Ubun-student will use them directly without downloading from the Internet.</li>
<li>Ubun-student also allows you to get <strong>track of your hardware fully</strong> and also gives you detailed info on your Ubuntu version installed.</li>
</ul>
<p>Its latest version is 10.04.3. Still , there are few bugs , but since project is under consistent development so that will go away soon.But the best thing i liked about it is that it also provides daily tips for new users which most geeks use to hold better control over their linux systems.</p>
<p><strong>Installation :</strong></p>
<p>Here we will use Stable <strong>PPA repository</strong> for installation.</p>
<p>First, open a terminal window (Applications-&gt;Accessories-&gt;Terminal). Then add the repository’s key to your system’s list of trusted APT keys by:</p>
<blockquote><p>sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 2B3350F8ED47092C77EA61DB449F83829320B41C</p></blockquote>
<div id="attachment_849" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.linoob.com/wp-content/uploads/2009/12/add-key.png"><img class="size-medium wp-image-849" title="add key" src="http://www.linoob.com/wp-content/uploads/2009/12/add-key-300x183.png" alt="add the key into sources.list" width="300" height="183" /></a><p class="wp-caption-text">Image:add the key into sources.list</p></div>
<p><span id="more-835"></span></p>
<p>Edit apt source configuration by:</p>
<blockquote><p>sudo gedit /etc/apt/sources.list</p></blockquote>
<div id="attachment_850" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.linoob.com/wp-content/uploads/2009/12/edit-sources.png"><img class="size-medium wp-image-850" title="edit sources" src="http://www.linoob.com/wp-content/uploads/2009/12/edit-sources-300x240.png" alt="edit sources.list" width="300" height="240" /></a><p class="wp-caption-text">Image:edit sources.list</p></div>
<p>For Ubuntu 9.04, add:</p>
<blockquote><p>deb http://ppa.launchpad.net/ubun-student/ppa/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/ubun-student/ppa/ubuntu jaunty main</p></blockquote>
<p>For Ubuntu 9.10, add:</p>
<blockquote><p>deb http://ppa.launchpad.net/ubun-student/ppa/ubuntu karmic main<br />
deb-src http://ppa.launchpad.net/ubun-student/ppa/ubuntu karmic main</p></blockquote>
<p>Then install Ubun-student by:</p>
<blockquote><p>sudo apt-get update<br />
sudo apt-get install ubun-student</p></blockquote>
<div id="attachment_851" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.linoob.com/wp-content/uploads/2009/12/install.png"><img class="size-medium wp-image-851" title="install" src="http://www.linoob.com/wp-content/uploads/2009/12/install-300x45.png" alt="start terminal and type" width="300" height="45" /></a><p class="wp-caption-text">Image:start terminal and type</p></div>
<p>If correctly installed , then access Ubun-student from</p>
<p>If the repository’s key cannot be downloaded, you can create an empty file, and paste the content:</p>
<blockquote><p>&#8212;&#8211;BEGIN PGP PUBLIC KEY BLOCK&#8212;&#8211;<br />
Version: SKS 1.0.10<br />
mI0ESv2ogAEEAK/C39SF3BpSDT3Wnsw2LgSC51I9oGnCGl4eqi2RFu9lTp6w2c5KFQPgRrlN<br />
o+HITcsxw6I7lnwHlrKPmeHqTj+cxs5jui/4Z52Jca0vW6lXaow6R7Xk0Tl0XZUB2mkwgwFo<br />
YfLH1/D1jD1mxIaAXwpmEh10vavUV4DoICDDnrPvABEBAAG0FkxhdW5jaHBhZCB1YnVuLXN0<br />
dWRlbnSItgQTAQIAIAUCSv2ogAIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEESfg4KT<br />
ILQcJeIEAI1Y9Y5Fi8mLBa6AblY3QsDlSxMzMxY4t7Z70dqk9rGyBvyTjS1idVZgOtHGeN1t<br />
B7neUY9UTJO8djV7pWqPukl9ij4LyW/I/NI6dotHp2dWsa6n98aOj1ctJJKLtUwaI/pwmX2x<br />
vpOO34BxJVPXICGTIY9VVvW2nrKoLqdjQuaK<br />
=lkeB<br />
&#8212;&#8211;END PGP PUBLIC KEY BLOCK&#8212;&#8211;</p></blockquote>
<p>And import this file by:</p>
<blockquote><p>sudo apt-key add key.gpg</p></blockquote>
<p>whese “key.gpg” is the file name.</p>
<p><strong>Use TDT repository:</strong></p>
<p>First, add the repository&#8217;s key:</p>
<blockquote><p>wget -q http://tdt.sjtu.edu.cn/S/project/A98F68DB.gpg -O- | sudo apt-key add -</p></blockquote>
<p>Next, add the repository to:  /etc/apt/sources.list</p>
<p>For Ubuntu Jaunty (9.04):</p>
<blockquote><p>deb http://tdt.sjtu.edu.cn/S/ jaunty main</p></blockquote>
<p>For Ubuntu Karmic (9.10):</p>
<blockquote><p>deb http://tdt.sjtu.edu.cn/S/ karmic main</p></blockquote>
<p>At last, run the following commands in your terminal:</p>
<blockquote><p>sudo apt-get update</p>
<p>sudo apt-get install ubun-student</p></blockquote>
<p>and done.</p>
<p>Ubun-student can enhance your computing with Ubuntu linux to a bit more <img src='http://www.linoob.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.linoob.com/wp-content/uploads/2009/12/ubun-student1.png"><img class="aligncenter size-medium wp-image-857" title="ubun student" src="http://www.linoob.com/wp-content/uploads/2009/12/ubun-student1-300x209.png" alt="ubun student" width="300" height="209" /></a></p>
<p>You can now enjoy installing and runningThird party repositories easily <img src='http://www.linoob.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.linoob.com/wp-content/uploads/2009/12/Third-party-repository.png"><img class="aligncenter size-medium wp-image-864" title="Third party repository" src="http://www.linoob.com/wp-content/uploads/2009/12/Third-party-repository-300x210.png" alt="Third party repository" width="300" height="210" /></a>Note: If you find  bugs, then you can report them to us on forums or <a href="http://groups.google.com/group/ubun_student_user">here</a></p>
<p>Njoy &#8230;!!!</p>
<hr /><small>Copyright &copy; 2009-2010 .Visit <a href=www.linoob.com>www.linoob.com</a> for more info <br />This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites without permission breaches copyright.(Digital Fingerprint: a6f3c5800617lin00b5e324653bc)</small></br><div class="shr-publisher-835"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.linoob.com%2F2009%2F12%2Fubun-student-application-for-students%2F' data-shr_title='Ubun-Student%3A+Application+for+Students'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.linoob.com%2F2009%2F12%2Fubun-student-application-for-students%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.linoob.com%2F2009%2F12%2Fubun-student-application-for-students%2F' data-shr_title='Ubun-Student%3A+Application+for+Students'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.linoob.com/2009/12/ubun-student-application-for-students/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.linoob.com @ 2012-02-10 00:54:03 -->
