<?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 Linux</description>
	<lastBuildDate>Wed, 18 Aug 2010 00:35:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 what the file could [...]]]></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>
