LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How can i update KDE to v3.2 for RedHat9? (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-update-kde-to-v3-2-for-redhat9-206660/)

quzheng 07-18-2004 03:51 PM

How can i update KDE to v3.2 for RedHat9?
 
Does anyone know how to update KDE to version 3.2 for RH9? There are too many RPMs such as arts, kdebase, kdelibs, qt, etc. I don't know how to install them in order.
Please tell me how. Thank you.

Boby 07-18-2004 04:03 PM

Hi!

it would be good to download all that RPMs and make a "rpm -Uhv *.rpm" but first you have to go in text mode with "init 3". or try "rpm -Uhv ftp://ftp.kde.org/pub/kde/stable/3.2...ra2/i386/*.rpm"
else try yum or apt.

good luck!
boby

PS: download devels too.

quzheng 07-18-2004 05:00 PM

Thank you. May I ask what are yum and apt? And why download the devels as well?

Mega Man X 07-18-2004 05:06 PM

Quote:

Originally posted by quzheng
Thank you. May I ask what are yum and apt? And why download the devels as well?
apt-get is a package manager. It was originally designed for Debian, but today ported over to a hole bunch of Linux systems, as Redhat. It works like this: With one command, apt-get connects to a server, download all packages and dependencies and install the program for you auto-magically :). Let's say, you want to install mplayer?

apt-get install mplayer

That's all you've to go. There's also a graphical interface for it, called synaptic. I will let you guess how to install synaptic through apt-get :p. Sure, not everything is perfect, and sooner or later something will go wrong. Nonetheless, it's a great tool, worthy having.

Yum is supposed to be similar, but I've never tried it myself.

Apt-get for Fedora and Redhat can be found here:

http://freshrpms.net/apt/

good luck!

quzheng 07-19-2004 12:01 AM

Thank you !!!!!


All times are GMT -5. The time now is 12:17 PM.