Click to See Complete Forum and Search --> : Kde 3


PunkFans
10-30-2002, 10:56 AM
HI there!
ok first of all im really new to linux ive just install it yesterday...but i like it really....ok my problem isnt really a probleme is more kind of ignorance..my linux is mandrake 8.2 and it come with kde 2.2.2 and i like to install kde3 but ..well i really dont know how ..there's a lot of rpm thing to download ...and even if i download them i dont know what to do with ...so please try to help me ..caus i really like linux and i want to still with it...

thanks all


bye

Mike

Elijah
10-30-2002, 11:07 AM
check out www.ximian.org and find an app called red-carpet. It'll help you out on those rpm dependencies so you won't have to download them manually.

to install rpm's:
rpm -ivh foo.rpm

to upgrade:
rpm -Uvh foo.rpm

to uninstall rpm's:
(first you need to find the app:)
rpm -qa | grep foo
(then type the name and version of the app:)
rpm -e foo

PunkFans
10-30-2002, 08:59 PM
thanks a lot ....but there a prob.i install the rmp package for red carpet
but i dont know where he goe...i still try to find it...maybe you could know?

Elijah
10-30-2002, 09:06 PM
I believe the command is red-carpet

to find files:
locate foo
be sure you did a 'updatedb' as root first.
- this'll help find some commands somewhere. but usually you'll find them in /usr ...