Upgrade FC6 to Fedora 7
As of May 31st, Fedora 7 is available. Even though the project has dropped ‘Core’ from its name, strangely enough the package names still include ‘fc7′. To upgrade from FC6, you can follow these instructions:
- Make sure your system is up-to-date, and do a yum clean all for a little housekeeping.
- Install fedora release information as follows:
- If you have yumex installed, open it. Yumex will gather new package information, install/remove, resolve dependencies, etc. Otherwise, initiate yum -y update from the command line.
ftp://download.fedora.redhat.com/pub/fedora/linux/releases/7/Fedora/i386/os/Fedora/fedora-release-7-3.noarch.rpm
ftp://download.fedora.redhat.com/pub/fedora/linux/releases/7/Fedora/i386/os/Fedora/fedora-release-notes-7.0.0-1.noarch.rpm
When performing the upgrade process on my server, it retrieved 2171 packages — about 1.2 gigs. There was a failed dependency with totem, so I removed it because I won’t be using totem on a server.

Comments(12)
i want to upgrade from fedora 6 to fedora 7, and if you could, can you give more details on the specific steps to follow?
thank you
gabriela
Error to resolve dependen for some packages selectded for installation
Missing Dependency: fedora-release-notes >= 7 is needed by package fedora-release
What you need to do is install both packages at the same time, not separately. So put everything on one line.
For example:
rpm -Uvh fedora-release.rpm fedora-release-notes.rpm
Use the real filenames though. The package dependencies should resolve that way.
i want to update all packages see it:
(‘file /usr/bin/gaim conflicts between attempted installs of pidgin-2.0.2-3.fc6.1 and gaim-2.0.0-0.31.beta6.fc6′, (6, ‘/usr/bin/gaim’, 0L))
can everybody show me config error ??? :((
Hmm. Without rolling my sleeves up, I suggest your remove the package(s) responsible for conflicts. GAIM has officially changed its name to Pidgin. Your buddy list should be stored on the server, so just remove GAIM altogether. When your upgraded OS is sound, install Pidgin as you wish and then login with your regular account.
thanks a lot ! I have khown it but the update has have error :
Adding for dependencies:
avahi-compat-howl-0.6.16-4.fc6
busybox-1.2.0-4
cyrus-sasl-md5-2.1.22-4
elfutils-libelf-devel-static-0.129-1.fc6
kdelibs-apidocs-3.5.7-0.1.fc6
libutempter-devel-1.1.4-3.fc6
lucene-devel-1.4.3-1jpp.14
meanwhile-1.0.2-3.fc6
perl-libwww-perl-5.805-1.1.1
pygobject2-doc-2.12.3-2.fc6
pygtk2-codegen-2.10.4-1.fc6
qt-devel-docs-3.3.8-1.fc6
systemtap-runtime-0.5.13-1.fc6
Thanks for understand and share . I have litter for learningof English, I’m sorry !
Thanks for all
When I upgrade OS by automatically, I always see below messages.
file /usr/bin/gaim conflicts between attempted installs of pidgin-2.0.2-3.fc6.1 and gaim-2.0.0-0.31.beta6.fc6′, (6, ‘/usr/bin/gaim’, 0L
I won’t understand your commend because I am not yet skillful enough.
I would like to solve this problems.
When I upgrade OS by automatically, I always have below messages.
file /usr/bin/gaim conflicts between attempted installs of pidgin-2.0.2-3.fc6.1 and gaim-2.0.0-0.31.beta6.fc6′, (6, ‘/usr/bin/gaim’, 0L
I found that the upper part person had same problems.
But I won’t understand because I am not yet skillful enough.
Please, would you explane me the method of solving.
Thanks for your help.
Already told to remove gaim first.
Hi, im totally new to linux in fact i just installed it less than a week ago, i have fedora6 but every time i try to update it says theres an error updating, it says (‘file /usr/bin/gaim conflicts between attempted installs of pidgin-2.0.2-3.fc6.1 and gaim-2.0.0-0.31.beta6.fc6′, (6, ‘/usr/bin/gaim’, 0L)) please can someone help
Gaim is antiquated and has been replaced by Pidgin. Try to remove both packages completely:
rpm -e gaim-2.0.0-0.31.beta6.fc6
rpm -e pidgin-2.0.2-3.fc6.1
Then reinstall Pidgin:
rpm -ivh pidgin-2.0.2-3.fc6.1
Also, Fedora 6 is aging. Fedora 9 was released released back in May this year.
[...] see instructions going from 6 to 7, 7 to 8, etc… but it seems like the pain of going that route will be similar to just [...]