<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: i am new to linux. can anyone guide me how to  install software on ubuntu  using command line?</title>
	<atom:link href="http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line</link>
	<description>Kernel News and How To</description>
	<lastBuildDate>Thu, 01 Jul 2010 04:00:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Beryl 0.2.1/Linux Mint 7</title>
		<link>http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line/comment-page-1#comment-3613</link>
		<dc:creator>Beryl 0.2.1/Linux Mint 7</dc:creator>
		<pubDate>Thu, 17 Dec 2009 02:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line#comment-3613</guid>
		<description>Installing Software on Ubuntu
http://www.psychocats.net/ubuntu/installingsoftware

How To Compile A Kernel - The Ubuntu Way
http://www.howtoforge.com/kernel_compilation_ubuntu

HowTo Use the Ubuntu Terminal
https://help.ubuntu.com/community/UsingTheTerminal


LUg.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Installing Software on Ubuntu<br />
<a href="http://www.psychocats.net/ubuntu/installingsoftware" rel="nofollow">http://www.psychocats.net/ubuntu/installingsoftware</a></p>
<p>How To Compile A Kernel &#8211; The Ubuntu Way<br />
<a href="http://www.howtoforge.com/kernel_compilation_ubuntu" rel="nofollow">http://www.howtoforge.com/kernel_compilation_ubuntu</a></p>
<p>HowTo Use the Ubuntu Terminal<br />
<a href="https://help.ubuntu.com/community/UsingTheTerminal" rel="nofollow">https://help.ubuntu.com/community/UsingTheTerminal</a></p>
<p>LUg.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TBRMInsanity</title>
		<link>http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line/comment-page-1#comment-3612</link>
		<dc:creator>TBRMInsanity</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line#comment-3612</guid>
		<description>Honestly the safest, easiest and best way to install software is to use Synaptic Package Manager (found in Main Menu -&gt; System -&gt; Administration).  Synaptic does use Apt-Get so you can use the following command:
sudo apt-get install &lt;package name here&gt;&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Honestly the safest, easiest and best way to install software is to use Synaptic Package Manager (found in Main Menu -&gt; System -&gt; Administration).  Synaptic does use Apt-Get so you can use the following command:<br />
sudo apt-get install &lt;package name here&gt;<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jplatt39</title>
		<link>http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line/comment-page-1#comment-3611</link>
		<dc:creator>jplatt39</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line#comment-3611</guid>
		<description>Even though you are new to Linux I am going to -- VERY briefly -- go into it and mention an alternative.

You use apt from the command line -- generally -- to update and maintain your system.  If you want to use the update manager on the system, go ahead.  It is generally a good idea to daily open whatever and do an update --&quot;sudo apt-get update&quot; &quot;sudo apt-get dist-upgrade&quot; .  To find a package from the command line, you type &quot;sudo apt-cache search &lt;filename&gt;&quot; replacing &lt;filename&gt; with the name of the package you are looking for.  Then &quot;sudo apt-get install &lt;filename&gt;&#039;.

I find that when I am on debian or Ubuntu downloading and using wajig or its gui version gjig produces a more stable system and a more satisfying experience than when I use apt, frankly.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Even though you are new to Linux I am going to &#8212; VERY briefly &#8212; go into it and mention an alternative.</p>
<p>You use apt from the command line &#8212; generally &#8212; to update and maintain your system.  If you want to use the update manager on the system, go ahead.  It is generally a good idea to daily open whatever and do an update &#8211;&quot;sudo apt-get update&quot; &quot;sudo apt-get dist-upgrade&quot; .  To find a package from the command line, you type &quot;sudo apt-cache search &lt;filename&gt;&quot; replacing &lt;filename&gt; with the name of the package you are looking for.  Then &quot;sudo apt-get install &lt;filename&gt;&#8217;.</p>
<p>I find that when I am on debian or Ubuntu downloading and using wajig or its gui version gjig produces a more stable system and a more satisfying experience than when I use apt, frankly.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manmohan</title>
		<link>http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line/comment-page-1#comment-3610</link>
		<dc:creator>manmohan</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line#comment-3610</guid>
		<description>This will be helpful to you.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;https://help.ubuntu.com/community/Repositories/Ubuntu</description>
		<content:encoded><![CDATA[<p>This will be helpful to you.<br /><b>References : </b><br /><a href="https://help.ubuntu.com/community/Repositories/Ubuntu" rel="nofollow">https://help.ubuntu.com/community/Repositories/Ubuntu</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line/comment-page-1#comment-3609</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line#comment-3609</guid>
		<description>Alright. I&#039;ll tell you now that doing a kernel is one of the more difficult things to do. It is not for the faint of heart. 

http://www.howtoforge.com/kernel_compilation_ubuntu

You might want to wait until they release the kernel patch as a bin file, but if you really want to, I suggest backing up all your important files first (or even better yet, practice on another computer with a clean install until you get it right. 

IT tooke me a few tries to get it right the first time I tried it. I wasn&#039;t even upgrading, just streamlining the kernel (removing the compiled drivers for crap my PC didn&#039;t have)&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Alright. I&#8217;ll tell you now that doing a kernel is one of the more difficult things to do. It is not for the faint of heart. </p>
<p><a href="http://www.howtoforge.com/kernel_compilation_ubuntu" rel="nofollow">http://www.howtoforge.com/kernel_compilation_ubuntu</a></p>
<p>You might want to wait until they release the kernel patch as a bin file, but if you really want to, I suggest backing up all your important files first (or even better yet, practice on another computer with a clean install until you get it right. </p>
<p>IT tooke me a few tries to get it right the first time I tried it. I wasn&#8217;t even upgrading, just streamlining the kernel (removing the compiled drivers for crap my PC didn&#8217;t have)<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ohhelpzmepleez</title>
		<link>http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line/comment-page-1#comment-3608</link>
		<dc:creator>ohhelpzmepleez</dc:creator>
		<pubDate>Thu, 17 Dec 2009 00:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line#comment-3608</guid>
		<description>Sudo apt-get update  --&gt; Updates
Sudo apt-get install programnamehere

ie:  sudo apt-get install vlc  --&gt; installs vlc player

sudo apt-cache search programname  --&gt; searches for the program specified in programname&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Sudo apt-get update  &#8211;&gt; Updates<br />
Sudo apt-get install programnamehere</p>
<p>ie:  sudo apt-get install vlc  &#8211;&gt; installs vlc player</p>
<p>sudo apt-cache search programname  &#8211;&gt; searches for the program specified in programname<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz</title>
		<link>http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line/comment-page-1#comment-3607</link>
		<dc:creator>Liz</dc:creator>
		<pubDate>Wed, 16 Dec 2009 23:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelbench.org/kernel-software/i-am-new-to-linux-can-anyone-guide-me-how-to-install-software-on-ubuntu-using-command-line#comment-3607</guid>
		<description>use apt..

&gt; man apt
:)

but..

sudo -i
(password)
apt-get update 
apt-get upgrade
apt-get dist-upgrade 

should get you the latest kernel.

also 

sudo apt-get install whatever more-whatever still-more-whatever
for any packages in the repos.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>use apt..</p>
<p>&gt; man apt<br />
 <img src='http://www.kernelbench.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>but..</p>
<p>sudo -i<br />
(password)<br />
apt-get update<br />
apt-get upgrade<br />
apt-get dist-upgrade </p>
<p>should get you the latest kernel.</p>
<p>also </p>
<p>sudo apt-get install whatever more-whatever still-more-whatever<br />
for any packages in the repos.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

