<?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>Make Tech Easier &#187; Synaptic Package Manager</title>
	<atom:link href="http://maketecheasier.com/tag/synaptic-package-manager/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Backup And Install Your Linux Applications With AptOnCD</title>
		<link>http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13</link>
		<comments>http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13#comments</comments>
		<pubDate>Sat, 13 Jun 2009 12:59:04 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[package management]]></category>
		<category><![CDATA[Synaptic Package Manager]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5308</guid>
		<description><![CDATA[Everytime after you have reformatted the hard disk and reinstalled the Linux distro of your choice, the one troublesome thing that you need to do is to re-download all your applications and restore all the settings. This is made worst when your wireless connection just don&#8217;t work with the newly installed distro. How are you [...]<p><strong><a href="http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13">How to Backup And Install Your Linux Applications With AptOnCD</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16' rel='bookmark' title='Permanent Link: Automate Your System Backup With Back In Time'>Automate Your System Backup With Back In Time</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="aptoncd4" src="http://images.maketecheasier.com/2009/06/aptoncd-logo.jpg" alt="aptoncd4" width="97" height="80" />Everytime after you have reformatted the hard disk and reinstalled the Linux distro of your choice, the one troublesome thing that you need to do is to re-download all your applications and restore all the settings. This is made worst when your wireless connection just don&#8217;t work with the newly installed distro. How are you going to download all your applications when you can&#8217;t even connect to the Internet?</p>
<p><a href="http://aptoncd.sourceforge.net" target="_blank">APTonCD</a> aims to solve this problem by backing up all your packages into a Cd/DVD. You can then install your applications right from the CD/DVD. If you want to save up on CD, you can even store the data as an iso file and restore your system right from the ISO file.</p>
<p>Here&#8217;s how it is done:</p>
<p>Install APTonCD</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> aptoncd</pre></div></div>

<p>you can also install it via the Synaptic Package Manager.</p>
<p>Go to <em>System-&gt;Adminstration-&gt;APTonCD</em></p>
<p><img class="alignnone" title="aptoncd1" src="http://images.maketecheasier.com/2009/06/aptoncd1.jpg" alt="aptoncd1" width="487" height="373" /></p>
<h3>Backing up package</h3>
<p>Click the <em>Create</em> button.</p>
<p>APTonCD will then scan your system for all the package that you have downloaded/installed previously.</p>
<p><img class="alignnone" title="aptoncd2" src="http://images.maketecheasier.com/2009/06/aptoncd2.jpg" alt="aptoncd2" width="524" height="555" /></p>
<p>When it is done scanning, you can then select the package that you want to backup. Click Burn to start the backup process.</p>
<p>Enter the destination to store the image. Depending on the size of the file, you might need to choose DVD instead of CD.</p>
<p><img class="alignnone" title="aptoncd3" src="http://images.maketecheasier.com/2009/06/aptoncd3.jpg" alt="aptoncd3" width="316" height="365" /></p>
<p>When it is done, it will prompt you to burn into a CD/DVD. Click <em>Cancel</em> if you only want to store it as an ISO file.</p>
<p><img class="alignnone" title="aptoncd4" src="http://images.maketecheasier.com/2009/06/aptoncd4.jpg" alt="aptoncd4" width="414" height="283" /></p>
<p>This is all you need to do for the backing up process.</p>
<h3>Restoring the package</h3>
<p>To restore the package (assuming you have created the CD media), simply pop in the CD/DVD. Your computer will scan the disc and prompt up a window asking if you want to restore the package. Click Yes. Once that&#8217;s done, you will be able to install applications from the Synaptic Package Manager (or <em>apt-get</em>) without Internet connection.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13">How to Backup And Install Your Linux Applications With AptOnCD</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16' rel='bookmark' title='Permanent Link: Automate Your System Backup With Back In Time'>Automate Your System Backup With Back In Time</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
