<?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: Ubuntu TIP: Automating Package Installation – apt-get to the rescue</title>
	<atom:link href="http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html</link>
	<description>Shantanu's Gadgets, Gizmos, Hacks, Tips, Tricks, Technology...and your kitchen sink</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:40:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: zcat</title>
		<link>http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-6197</link>
		<dc:creator>zcat</dc:creator>
		<pubDate>Sat, 29 Nov 2008 20:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-6197</guid>
		<description>Ummmm.. you needed a &#039;script&#039; for this? It&#039;s a one-liner!

&quot;apt-get install -y `grep -v^# ` packages.txt &#124; cut -f1 -d&#039; &#039;&quot;

Mike; good tip. I keep forgetting how to get the list of packages though ;)</description>
		<content:encoded><![CDATA[<p>Ummmm.. you needed a &#8216;script&#8217; for this? It&#8217;s a one-liner!</p>
<p>&#8220;apt-get install -y `grep -v^# ` packages.txt | cut -f1 -d&#8217; &#8216;&#8221;</p>
<p>Mike; good tip. I keep forgetting how to get the list of packages though <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-6192</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Sat, 29 Nov 2008 17:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-6192</guid>
		<description>@Mike, Awesome, I meant to look up that command for a while but kept forgetting.</description>
		<content:encoded><![CDATA[<p>@Mike, Awesome, I meant to look up that command for a while but kept forgetting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-6190</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 29 Nov 2008 15:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-6190</guid>
		<description>Or you can make a dump of all installed packages:
dpkg --get-selections &gt; packages 
Copy this file to usbstick or somewhere else. After basic installation copy the file to your home dir and issue the following commands: 
dpkg -set-selections &lt; packages 
apt-get dselect-upgrade

read more tips on my lens i made on squidoo

http://www.squidoo.com/linux-tips-and-tricks</description>
		<content:encoded><![CDATA[<p>Or you can make a dump of all installed packages:<br />
dpkg &#8211;get-selections &gt; packages<br />
Copy this file to usbstick or somewhere else. After basic installation copy the file to your home dir and issue the following commands:<br />
dpkg -set-selections &lt; packages<br />
apt-get dselect-upgrade</p>
<p>read more tips on my lens i made on squidoo</p>
<p><a href="http://www.squidoo.com/linux-tips-and-tricks" rel="nofollow">http://www.squidoo.com/linux-tips-and-tricks</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Goel</title>
		<link>http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-985</link>
		<dc:creator>Shantanu Goel</dc:creator>
		<pubDate>Mon, 26 May 2008 04:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-985</guid>
		<description>@steve: The script doesn&#039;t have a preseed kind of functionality. so if any input is required, you will have to enter it while the particular package is being installed before the script continues further.</description>
		<content:encoded><![CDATA[<p>@steve: The script doesn&#8217;t have a preseed kind of functionality. so if any input is required, you will have to enter it while the particular package is being installed before the script continues further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-866</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 15 May 2008 17:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-866</guid>
		<description>How do you deal with packages that require input from the user, such as NIS or LDAP or SAMBA, which often prompt you for usernames, port numbers, passwords, server addresses, etc. ?</description>
		<content:encoded><![CDATA[<p>How do you deal with packages that require input from the user, such as NIS or LDAP or SAMBA, which often prompt you for usernames, port numbers, passwords, server addresses, etc. ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Goel</title>
		<link>http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-799</link>
		<dc:creator>Shantanu Goel</dc:creator>
		<pubDate>Sat, 03 May 2008 06:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-799</guid>
		<description>@vibhu: oops. gave you the wrong link. Had thought that Rahul (who had written this post) had also written about setting up a &quot;local&quot; repository. Basically the above script will install from whatever repositories are enabled (local or online). mp3 decoder installation should then be as simple as apt-get install w32codecs (or w64codecs if u r using amd64 version)</description>
		<content:encoded><![CDATA[<p>@vibhu: oops. gave you the wrong link. Had thought that Rahul (who had written this post) had also written about setting up a &#8220;local&#8221; repository. Basically the above script will install from whatever repositories are enabled (local or online). mp3 decoder installation should then be as simple as apt-get install w32codecs (or w64codecs if u r using amd64 version)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vibhu</title>
		<link>http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-798</link>
		<dc:creator>vibhu</dc:creator>
		<pubDate>Fri, 02 May 2008 21:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/06/ubuntu-tip-automating-package-installation-%e2%80%93-apt-get-to-the-rescue.html#comment-798</guid>
		<description>Q1. where are the apps installed from ? 
Q2. how would you say install mp3 decoder ?</description>
		<content:encoded><![CDATA[<p>Q1. where are the apps installed from ?<br />
Q2. how would you say install mp3 decoder ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

