RedHat Linux Upgrade

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
BoOmEr2120
Member
Posts: 95
Joined: Wed Jun 13, 2001 8:58 pm
Location: Rochester, MN

RedHat Linux Upgrade

Post by BoOmEr2120 »

Hello,

I have RedHat Linux 7.1 installed on my system. I would like to upgrade to version 7.2, and I would like to know if the upgrade would go seamlessly or if I would have minor problems. I installed several applications on the machine, so I was wondering how these applications would be affected by the upgrade. Also, I was wondering if I would experience any issues after the upgrade, or would it go smoothly.
User avatar
Stef
Advanced Member
Posts: 712
Joined: Sun Apr 16, 2000 12:00 am
Location: Edmonton, Alberta, Canada

Post by Stef »

Upgrading RedHat is never easy, you'll always get major package conflicts and broken dependencies during the upgrade. In this case your probly better off doing a clean install.

If you want an OS that easy to upgrade and manage packages go with Debian, that what's it's reputed for.

If I wanted to upgrade my (stable) Debian box to the newest release (testing) or aven alpha (experimental) release I would simply use one command.

apt-get dist-upgrade

Once executed the apt deamon would download the packages that need to be upgraded, unpack them, configure them, delete the downloaded packages, and then exit.

apt is very robust and efficient. As a matter of fact, it works so well that it's source has been modified to work with RPM packages :D

Stef
Stu
Regular Member
Posts: 341
Joined: Tue Aug 10, 1999 12:00 am

Post by Stu »

I went from 7.0 to 7.2 with out a hitch... As for package conflicts--you won't get any, first thing it does is wipe out the RPM database (which wasn't something they did in the past). So, as far as it's concerned, you don't have any packages installed.
BoOmEr2120
Member
Posts: 95
Joined: Wed Jun 13, 2001 8:58 pm
Location: Rochester, MN

Post by BoOmEr2120 »

So then does that mean that all of the packages that I've installed in the past will be removed. I really don't want to start all over on the system.

As for KDE 3.0, I'm not to sure as to how you would install that. I downloaded all of the packages, but for some reason it gives me a lot of dependency errors. Is there an easier way to upgrade KDE 2.1.1 to KDE 3.0 without receiving all of these dependendy errors?
User avatar
Stef
Advanced Member
Posts: 712
Joined: Sun Apr 16, 2000 12:00 am
Location: Edmonton, Alberta, Canada

Post by Stef »

Like I said, with RedHat your better off doing a clean install. It wipes and cleans, downloads and unpacks, leaving nothing behind, if it even finished......

Stef
Stu
Regular Member
Posts: 341
Joined: Tue Aug 10, 1999 12:00 am

Post by Stu »

Clean install or upgrade, RedHat complains about dependancies with KDE 3.0. After you do the " rpm -e `rpm -qa | grep 'kde*'` " that the README says to do, cd to the directory you put the RPMs in and run `rpm -ivh --nodeps *.rpm`, if that fails then try `rpm -ivh --nodeps --force *.rpm`. The "--force" throws caution to the wind, so use it only as a last resort.

Also, it might complain about hwdata-0.9-1.noarch.rpm using the first command. You don't really need that installed--the version that 7.2 has already seems to work fine. So, you can just skip downloading, or trying to install, that RPM altogether.
User avatar
Jon
Advanced Member
Posts: 882
Joined: Fri Jun 09, 2000 12:00 am
Location: 3rd rock from the sun

Post by Jon »

I am with Stef on this one, I tried the upgarde route. It was much easier to download the new iso and install the latest and greatest.
Post Reply