nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

upgrade fedora7 to fedora8 with yum

This is a discussion on upgrade fedora7 to fedora8 with yum within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; hi everyone how can i upgrade my fedora7 to fedora8 safely?i saw some website in this subject but i was ...


Go Back   nixCraft Linux Forum > Linux Distribution > CentOS / RHEL / Fedora

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 11-06-2007, 03:11 AM
Junior Member
User
 
Join Date: Nov 2007
My distro: fedora
Posts: 1
Rep Power: 0
shabakeh is on a distinguished road
Default upgrade fedora7 to fedora8 with yum

hi everyone


how can i upgrade my fedora7 to fedora8 safely?i saw some website in this subject but i was confuse.can you explain step by step.thanks in advance.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-18-2007, 08:17 AM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 481
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Live upgrades are not recommended for production box. Backup your system and data before attempting anything mentioned below

New pulseaudio and flash packages must be installed manually:
Code:
yum groupinstall sound-and-video (if you are using Gnome)
yum install kde-settings-pulseaudio (if you are using KDE)
yum install libflashsupport
The Fedora 7 avahi packagage fails to uninstall; remove it manually with
Code:
rpm -e --noscripts avahi-0.6.17-1.fc7
On 64 bit machines (x86_64) you may have to remove some 32 bit libraries. For example dbus:
Code:
yum erase dbus.i386
You may find it easier to use the yum shell to stack these commands in a single transaction:
Code:
yum shell
> erase dbus.i386
> update
> run
A lot of KDE packages are no longer multilib in F8. If you are on x86_64, you will need to erase the i386 versions of these packages by hand, like so:
Code:
yum erase kde{accessibility{,-devel},base,edu,graphics,multimedia{,-extras},network,sdk,utils{,-devel},webdev}.i386
Various other packages including Beryl are no longer in F8 and not obsoleted:
Code:
yum erase beryl\*
Source: YumUpgradeFaq - Fedora Project Wiki
__________________
May the force with you!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How To Upgrade PHP sweta Ubuntu / Debian 0 05-02-2008 11:18 PM
Backup/Upgrade of Harddisk ricc Linux software 6 03-24-2008 07:04 PM
Upgrade Apache Server sweta Ubuntu / Debian 0 11-01-2007 02:53 AM
how to configure airtel broadband service in fedora7 ettahoney Computer Networking and Internet/broadband 1 08-15-2007 11:59 PM
How to solve apt-get upgrade problem sweta Getting started tutorials 3 01-19-2006 06:21 PM


All times are GMT +5.5. The time now is 05:02 PM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36