<?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>Sexy Sexy Penguins &#187; update</title>
	<atom:link href="http://sexysexypenguins.com/tag/update/feed/" rel="self" type="application/rss+xml" />
	<link>http://sexysexypenguins.com</link>
	<description>I love the smell of &#34;Free Software&#34; in the morning</description>
	<lastBuildDate>Thu, 26 Aug 2010 16:36:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Werewolf (Fedora 8) Upgrade in 3 Easy Steps Using yum</title>
		<link>http://sexysexypenguins.com/2007/11/10/werewolf-fedora-8-upgrade-in-3-easy-steps/</link>
		<comments>http://sexysexypenguins.com/2007/11/10/werewolf-fedora-8-upgrade-in-3-easy-steps/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 07:35:03 +0000</pubDate>
		<dc:creator>herlo</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Guru]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Yum]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[werewolf]]></category>

		<guid isPermaLink="false">http://fedora-tutorials.com/2007/11/10/werewolf-fedora-8-upgrade-in-3-easy-steps/</guid>
		<description><![CDATA[Recently, there was a request in one of my comments on this post. The request was for an easy way to upgrade from Fedora 7 to Fedora 8. So I took this on as a bit of a challenge. I feel pretty comfortable with yum and I thought it would be a good and easy [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, there was a request in one of my comments on <a href="http://fedora-tutorials.com/2007/11/04/upgraded-fedora-8-werewolf-is-installed/">this post</a>.  The request was for an easy way to upgrade from Fedora 7 to Fedora 8.  So I took this on as a bit of a challenge.  I feel pretty comfortable with <strong>yum</strong> and I thought it would be a good and easy task.</p>
<p>A bit of warning here, make sure your current Moonshine ( Fedora 7 ) release is update by running <strong>yum update</strong>.  Also, it is recommended that backups be made of files being modified.  <strong>If you don&#8217;t backup the file, it may be impossible to fix in the future.  YOU HAVE BEEN WARNED</strong></p>
<p>Let&#8217;s upgrade Moonshine ( Fedora 7 ) to Werewolf ( Fedora 8 ) in three easy steps:</p>
<p>First things first, lets print out some version info:</p>
<pre>$ cat /etc/*release
Fedora release 7 (Moonshine)
Fedora release 7 (Moonshine)</pre>
<pre>$ uname -r
2.6.23.1-21.fc7</pre>
<p>Its easy to tell that this machine is indeed using Moonshine ( Fedora 7 ), so let&#8217;s upgrade!</p>
<h3>Step 1 &#8211; Modify the yum repo files</h3>
<p>Located in <em>/etc/yum.repos.d </em>directory are where the yum repository files are stored.   We need to modify one line so that <strong>yum </strong>will know where to look:</p>
<pre>$ su -
# vim /etc/yum.repos.d/fedora.repo</pre>
<p>Find the first line that starts:</p>
<pre>mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&amp;arch=$basearch</pre>
<p>and change it:</p>
<pre>mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&amp;arch=$basearch</pre>
<p>What changed?  Well, the <em>$releasever</em> value is the current value for our version of fedora, in this case 7.  By changing it to 8, it&#8217;ll load the correct repositories for Werewolf (F8) instead of Moonshine (F7).  Save the file, and now we&#8217;re ready to move onto the next step.</p>
<h3>Step 1 (Alternate)</h3>
<p>Since posting this, I&#8217;ve learned that another option is available.  To update the repositories, its possible to install an rpm to accomplish the same as above and it won&#8217;t require <strong>Step 3</strong>.</p>
<p>Choose your mirror from <a href="http://mirrors.fedoraproject.org">http://mirrors.fedoraproject.org</a>.  I picked University of Oregon&#8217;s site because it was close to me.</p>
<pre># rpm -Uvh \
ftp://ftp.osuosl.org/pub/fedora/linux/releases/8/Everything/i386/os/Packages/fedora-release-*.rpm</pre>
<p>Your ftp/http line here may be different, that is fine.  This command installs the updated repositories for Werewolf ( Fedora 8 )</p>
<h3>Step 2 &#8211; Upgrade</h3>
<p>In this step, we just need to run (as root):</p>
<pre># yum update
fedora               100% |===============| 2.1 kB   00:00
primary.sqlite.bz2   100% |===============| 4.9 MB   00:03
Setting up Update Process
Resolving Dependencies
.. snip ..</pre>
<p>A few prompts will appear, after the repository data is loaded, a list of several hundred megs (possibly a gigabyte or more) of packages will be ready to install.  This is the moment of truth.</p>
<pre>Transaction Summary
============================
Install     88 Package(s)
Update     836 Package(s)
Remove       1 Package(s)

Total download size: 1.0 G
Is this ok [y/N]:</pre>
<p>Start the download of over 800 packages (in my case) and install and update your system.  If you feel a bit of trepidation, I concur.  Its still exciting though, isn&#8217;t it?</p>
<pre>Is this ok [y/N]: <strong>y</strong></pre>
<p>Now aren&#8217;t you excited!  In about 30-45 minutes, you&#8217;ll have a newly upgraded <em>Werewolf</em> ( Fedora 8 ).</p>
<pre>Downloading Packages:
orca-2.20.0.1-1. 100% |=========================| 1.5 MB    00:01
.. snip ..</pre>
<h3>Step 3 &#8211; Cleanup and Reboot</h3>
<p>Welcome to your new Werewolf.  Treat it wisely.  First things first though, we need to clean up our editing from step 1:</p>
<pre># vim /etc/yum.repos.d/fedora.repo</pre>
<p>Find the first line that starts:</p>
<pre>mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&amp;arch=$basearch</pre>
<p>and change it:</p>
<pre>mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&amp;arch=$basearch</pre>
<p>Save the file, or if you prefer, copy the backup you made over the modified repo file.</p>
<p>In addition, there are some items that aren&#8217;t in Fedora 8 the same way they were in Fedora 7.  For these, read <a href="http://fedoraproject.org/wiki/YumUpgradeFaq#head-56b13936246769f517ac488a0098d193c7fc3600" target="_blank">this guide</a>.  I didn&#8217;t have these problems myself, ymmv.</p>
<p>To get the newly updated kernel and all the new goodness of Werewolf, a reboot <strong>is</strong> necessary.  Enjoy your new Lycanthrope on the flip side.</p>
<p>Cheers,</p>
<p>Herlo</p>
]]></content:encoded>
			<wfw:commentRss>http://sexysexypenguins.com/2007/11/10/werewolf-fedora-8-upgrade-in-3-easy-steps/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
