<?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>Debian Tutorials &#187; upgrade</title>
	<atom:link href="http://www.debiantutorials.com/tag/upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debiantutorials.com</link>
	<description>Copy/Paste tutorials for Debian based Linux distros</description>
	<lastBuildDate>Tue, 27 Dec 2011 01:15:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Upgrade from lenny to squeeze</title>
		<link>http://www.debiantutorials.com/upgrade-from-lenny-to-squeeze/</link>
		<comments>http://www.debiantutorials.com/upgrade-from-lenny-to-squeeze/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 10:30:22 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Squeeze]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.debiantutorials.com/?p=364</guid>
		<description><![CDATA[Debian has released a stable version of Debian 6.0 (squeeze). If you're running previous version of Debian, you can easily upgrade. 1. Update all packages currently installed to the latest lenny versions apt-get update apt-get upgrade 2. Replace all occurrences of lenny with squeeze in the apt sources file (pico /etc/apt/sources.list). Here's an example of [...]]]></description>
			<content:encoded><![CDATA[<p>Debian has released a stable version of Debian 6.0 (squeeze). If you're running previous version of Debian, you can easily upgrade.</p>
<p>1. Update all packages currently installed to the latest lenny versions</p>
<p><code>apt-get update<br />
apt-get upgrade<br />
</code><span id="more-364"></span></p>
<p>2. Replace all occurrences of lenny with squeeze in the apt sources file (pico /etc/apt/sources.list). Here's an example of what the file could look like after the change:</p>
<p><code>deb http://ftp.uk.debian.org/debian/ squeeze main non-free<br />
deb-src http://ftp.uk.debian.org/debian/ squeeze main non-free<br />
deb http://security.debian.org/ squeeze/updates main contrib<br />
deb-src http://security.debian.org/ squeeze/updates main contrib<br />
</code></p>
<p>3. Update apt repository</p>
<p><code>apt-get update<br />
</code></p>
<p>4. Upgrade apt, dpkg and aptitude packages first</p>
<p><code>apt-get install apt dpkg aptitude<br />
</code></p>
<p>5. Do a dist-upgrade to upgrade the rest of the system</p>
<p><code>apt-get dist-upgrade<br />
</code></p>
<p>6. Reboot</p>
<p><code>reboot<br />
</code></p>
<p>7. Check the debian version</p>
<p><code>cat /etc/debian_version<br />
</code></p>
<p>It should read version 6.0.0 or greater</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/upgrade-from-lenny-to-squeeze/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Upgrade from etch to lenny</title>
		<link>http://www.debiantutorials.com/upgrade-from-etch-to-lenny/</link>
		<comments>http://www.debiantutorials.com/upgrade-from-etch-to-lenny/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 23:14:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://debiantutorials.net/upgrade-from-etch-to-lenny/</guid>
		<description><![CDATA[Debian has released a stable version of Debian 5.0 (lenny). If you're running previous version of Debian, you can easily upgrade. 1. Update all packages currently installed to the latest etch versions apt-get update apt-get upgrade 2. Replace all occurrences of etch with lenny in the apt sources file (pico /etc/apt/sources.list). Here's an example of [...]]]></description>
			<content:encoded><![CDATA[<p>Debian has released a stable version of Debian 5.0 (lenny). If you're running previous version of Debian, you can easily upgrade.</p>
<p>1. Update all packages currently installed to the latest etch versions</p>
<p><code>apt-get update<br />
apt-get upgrade<br />
</code><span id="more-27"></span></p>
<p>2. Replace all occurrences of etch with lenny in the apt sources file (pico /etc/apt/sources.list). Here's an example of what the file could look like after the change:</p>
<p><code>deb http://ftp.uk.debian.org/debian/ lenny main non-free<br />
deb-src http://ftp.uk.debian.org/debian/ lenny main non-free<br />
deb http://security.debian.org/ lenny/updates main contrib<br />
deb-src http://security.debian.org/ lenny/updates main contrib<br />
</code></p>
<p>3. Update apt repository</p>
<p><code>apt-get update<br />
</code></p>
<p>4. Upgrade apt, dpkg and aptitude packages first</p>
<p><code>apt-get install apt dpkg aptitude<br />
</code></p>
<p>5. Do a dist-upgrade to upgrade the rest of the system</p>
<p><code>apt-get dist-upgrade<br />
</code></p>
<p>6. Reboot</p>
<p><code>reboot<br />
</code></p>
<p>7. Check the debian version</p>
<p><code>cat /etc/debian_version<br />
</code></p>
<p>It should read version 5.0.0 or greater</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/upgrade-from-etch-to-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
