Felipe Contreras

Personal blog of Felipe Contreras

How to update to Fedora 7

with one comment

This is how I updated my FC6 to F7:

wget ftp://download.fedora.redhat.com/pub/fedora/linux/releases/7/Fedora/i386/os/Fedora/fedora-release-7-3.noarch.rpm
wget ftp://download.fedora.redhat.com/pub/fedora/linux/releases/7/Fedora/i386/os/Fedora/fedora-release-notes-7.0.0-1.noarch.rpm
rpm -U fedora-release-7-3.noarch.rpm fedora-release-notes-7.0.0-1.noarch.rpm
yum update

In theory that’s the only thing you need to do, in practice it’s not that easy. I had some dependency issues with pidgin and liferea so I just removed them:

rpm -e pidgin liferea

Then yum complained about libexif being “not signed”. I tried to edit /etc/yum.conf and setting gpgcheck=0, that didn’t work, yum was still checking it. So I had to manually set gpgcheck=0 in all the repos on /etc/yum.repos.d/. Then it worked.

That’s it!

Written by FelipeC

June 1, 2007 at 21:12

Posted in Linux

One Response

Subscribe to comments with RSS.

  1. [...] How to update to Fedora 7: 1,381 Possibly related posts: (automatically generated)GStreamer hello world « Webcitizen FelipeCBlog StatsEh?Congrats Beast! « msn-pecan 0.0.18 released, now with voice clips support [...]


Leave a Reply