<?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: Create backup of all installed packages in ubuntu</title>
	<atom:link href="http://ubuntuguide.net/create-backup-of-all-installed-packages-in-ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net/create-backup-of-all-installed-packages-in-ubuntu</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Sun, 05 Feb 2012 14:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Denny</title>
		<link>http://ubuntuguide.net/create-backup-of-all-installed-packages-in-ubuntu/comment-page-1#comment-5705</link>
		<dc:creator>Denny</dc:creator>
		<pubDate>Thu, 14 Apr 2011 12:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=940#comment-5705</guid>
		<description>Hello XMAX,
Reason for that is, The application APTonCD copies *.deb packages only from cache folder and since the folder was cleaned, there is no way you can get the packages into the APTonCD appli... 
Try this, you can get all the packages installed on your machine...This is more efficient compared to APTonCD

# Method of taking the back-up of all the installed packages in an Ubuntu machine
# Src: http://ubuntuforums.org/showthread.php?t=819396
#
# Ignore the warning: dpkg-deb: ignoring 1 warnings about the control file(s)
# warning, &#039;./dpkg-repack-20691/DEBIAN/control&#039; contains user-defined field &#039;Original-Maintainer&#039;

sudo apt-get install dpkg-repack fakeroot
mkdir ~/dpkg-repack; cd ~/dpkg-repack
fakeroot -u dpkg-repack `dpkg --get-selections &#124; grep install &#124; cut -f1`

# Copy to the required PC, Get inside the backed up folder and run the installation command!

dpkg -i *.deb</description>
		<content:encoded><![CDATA[<p>Hello XMAX,<br />
Reason for that is, The application APTonCD copies *.deb packages only from cache folder and since the folder was cleaned, there is no way you can get the packages into the APTonCD appli&#8230;<br />
Try this, you can get all the packages installed on your machine&#8230;This is more efficient compared to APTonCD</p>
<p># Method of taking the back-up of all the installed packages in an Ubuntu machine<br />
# Src: <a href="http://ubuntuforums.org/showthread.php?t=819396" rel="nofollow">http://ubuntuforums.org/showthread.php?t=819396</a><br />
#<br />
# Ignore the warning: dpkg-deb: ignoring 1 warnings about the control file(s)<br />
# warning, &#8216;./dpkg-repack-20691/DEBIAN/control&#8217; contains user-defined field &#8216;Original-Maintainer&#8217;</p>
<p>sudo apt-get install dpkg-repack fakeroot<br />
mkdir ~/dpkg-repack; cd ~/dpkg-repack<br />
fakeroot -u dpkg-repack `dpkg &#8211;get-selections | grep install | cut -f1`</p>
<p># Copy to the required PC, Get inside the backed up folder and run the installation command!</p>
<p>dpkg -i *.deb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x-max</title>
		<link>http://ubuntuguide.net/create-backup-of-all-installed-packages-in-ubuntu/comment-page-1#comment-2017</link>
		<dc:creator>x-max</dc:creator>
		<pubDate>Mon, 09 Nov 2009 04:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=940#comment-2017</guid>
		<description>excuse me i have one question about this program ,
when i start my computer and start from recovery mode and chose clean and restart my computer , open aptoncd program i can&#039;t found the installed packages. are you know why?</description>
		<content:encoded><![CDATA[<p>excuse me i have one question about this program ,<br />
when i start my computer and start from recovery mode and chose clean and restart my computer , open aptoncd program i can&#8217;t found the installed packages. are you know why?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

