Quote:
|
Originally Posted by ShareDora
I'm about to upgrade to F8 from F7. How exactly does the upgrade process work? Will it keep my current settings and just install new packages or will it wipe, say, my /home/user directory?
|
updated my F7 i386 install without to much trouble , I had to remove a few orphans first to sort out unfulfilled deps i.e compiz-fusion , after updating I recommend checking for problems with these commands
Quote:
Code:
yum install yum-utils package-cleanup --problems
|
if there are any you will need to manually satisfy any missing deps
HTML Code:
Code:
package-cleanup --dupes
if you have any run
HTML Code:
Code:
package-cleanup --cleandupes
Note :Courtesy leigh123@linux http://forums.fedoraforum.org/member.php?u=78273
mv /etc/yum.repos.d/*.* /tmp
#rpm -UvhF http://ftp-stud.hs-esslingen.de/pub/fedora/linux/releases/8/Fedora/i386/os/Packages/fedora-release-8-3.noarch.rpm
rpm -UvhF http://rpm.livna.org/livna-release-8.rpm
Now run
yum upgrade
check list of failed dependecies
remove problem packages manually
again run
yum upgrade
Note: Always make backup of data and configuration files