// you’re reading...

Front Page

Upgrading to Fedora 8 from Fedora 7


OK, this is the methods I have used to successfully upgrade my system OS from Fedora 7 to Fedora 8, your mileage may vary.

1) Get into a terminal and su to root
Su to Root

2) run yum update
Yum Update

3) rpm -Uhv http://download.fedora.redhat.com/pub/fedora/linux/
releases/8/Fedora/i386/os/Packages/fedora-release-8-3.noarch.rpm

once I ran this command I appeared to have to wait a few minutes, maybe for things to get setup but when I first ran a yum upgrade command after, it didn’t work. If waiting doesn’t work for you, this is what I did to trigger it to work:

yum -n remove fedora-release

then run:

yum upgrade

it gave me some errors on dependency problems, it could be due to me having livna repositories:

Error: Missing Dependency: libwnck-1.so.18 is needed by package heliodor
Error: Missing Dependency: beryl-plugins >= 0.2.1 is needed by package beryl-settings
Error: Missing Dependency: libwnck-1.so.18 is needed by package bdock

I did this to resolve:

yum -y remove beryl-plugins heliodor bdock

the above removed 6 packages for me.

then do a yum upgrade and all “should” go well, as I said you might run into your own difficulties but it worked fine for me.

Yum Upgrade

finally to add back livna repos:

rpm -Uhv http://rpm.livna.org/livna-release-8.rpm

I did this last night and when checking this morning I’ve only noticed one issue so far and that was that gedit didn’t apppear to have a top bar, this could be due to me having to install beryl items back, not sure yet.

Discussion

3 Responses to “Upgrading to Fedora 8 from Fedora 7”

  1. When I tried yum -y update,

    I got:

    Setting up Update Process
    No Packages marked for Update

    What now?

    Posted by Larry | 10. Nov, 2007, 4:25 am
  2. If it was one of the first steps then that is to be expected if you keep upto date regular. As you notice in the image, I also got No Packages Marked for Update.

    I also found what causes an issue with some of my applications windows not having title bars, at least, I know of a work around. Disable desktop effects. (System – Preference – Look and Feel – Desktop Effects). I can only assume this messes with Nautilus or something (does Gnome use that still?)

    Let me know how you get on Larry.

    Posted by lee | 10. Nov, 2007, 9:01 pm

Trackbacks/Pingbacks

  1. [...] Linux.com Admin wrote an interesting post today onHere’s a quick excerptUpgrading to Fedora 8 from Fedora 7 November 9th, 2007 OK, this is the methods I have used to … ://download.fedora.redhat.com/pub/fedora/linux/ releases/8/Fedora/i386/os/Packages/fedora-release-8-3 … Page, Linux | No Comments » [...]

Post a comment