Need help installing KDE 2.0 RPMs in Redhat 7.0

Need help installing KDE 2.0 RPMs in Redhat 7.0

Post by Scott R » Tue, 12 Dec 2000 13:08:47



Hi all,

I have Redhat 7.0. I've downloaded all the RPMs for RH 7.0 (all 27.) But
there are no real instructions on what you are supposed to really do to
install them in the download directory or KDE site in general (typical for
most all Linx/Unix I'm finding.)

I ran the all the RPMs from the GNOME file manager. But have 2 to 3 RPMs
that refused to run even when told to ignore any conflicts/missing
dependencies.

What is the proper way to load KDE 2.0.1 RPMs for RH 7.0 and then to run it
after it is installed???

Any help input most appreciated!

Soctt

 
 
 

Need help installing KDE 2.0 RPMs in Redhat 7.0

Post by dan carte » Tue, 12 Dec 2000 13:24:42


open a console window / xterm / shell prompt / dos box
cd to the directory your rpms are in
type "rpm -Uvh *.rpm"
logout
login.

> Hi all,

> I have Redhat 7.0. I've downloaded all the RPMs for RH 7.0 (all 27.) But
> there are no real instructions on what you are supposed to really do to
> install them in the download directory or KDE site in general (typical for
> most all Linx/Unix I'm finding.)

> I ran the all the RPMs from the GNOME file manager. But have 2 to 3 RPMs
> that refused to run even when told to ignore any conflicts/missing
> dependencies.

> What is the proper way to load KDE 2.0.1 RPMs for RH 7.0 and then to run it
> after it is installed???

> Any help input most appreciated!

> Soctt


 
 
 

Need help installing KDE 2.0 RPMs in Redhat 7.0

Post by Mike Cha » Tue, 12 Dec 2000 14:45:28



> Hi all,

> I have Redhat 7.0. I've downloaded all the RPMs for RH 7.0 (all 27.) But
> there are no real instructions on what you are supposed to really do to
> install them in the download directory or KDE site in general (typical for
> most all Linx/Unix I'm finding.)

> I ran the all the RPMs from the GNOME file manager. But have 2 to 3 RPMs
> that refused to run even when told to ignore any conflicts/missing
> dependencies.

> What is the proper way to load KDE 2.0.1 RPMs for RH 7.0 and then to run
> it after it is installed???

> Any help input most appreciated!

> Soctt

not 100% sure about RPMs, but for source compilation/installation, you need
to install the packages in a specific order. First install qt, then then
kdesupport, then kdelibs. Everything after that doesn't matter. good luck!

Mike

--
send email to myc1 (at) mindspring (dot) com

thank you for your cooperation

 
 
 

Need help installing KDE 2.0 RPMs in Redhat 7.0

Post by Doug Hollan » Tue, 12 Dec 2000 16:33:23




> > What is the proper way to load KDE 2.0.1 RPMs for RH 7.0 and then to
> > run it after it is installed???

> not 100% sure about RPMs, but for source compilation/installation, you
> need to install the packages in a specific order. First install qt,
> then then kdesupport, then kdelibs. Everything after that doesn't
> matter. good luck!

If I remember correctly, the order is:
libmng rpms
Qt rpms
kdesupport
kdelibs
kdebase
everything else.

Doug

 
 
 

Need help installing KDE 2.0 RPMs in Redhat 7.0

Post by D. Gros » Wed, 13 Dec 2000 02:40:40


I had to uninsatll kde1, then intall the packages 1 by 1.....starting with QT libs,
 then kde2 libs, then the rest of them.



> Hi all,

> I have Redhat 7.0. I've downloaded all the RPMs for RH 7.0 (all 27.) But
> there are no real instructions on what you are supposed to really do to
> install them in the download directory or KDE site in general (typical
> for most all Linx/Unix I'm finding.)

> I ran the all the RPMs from the GNOME file manager. But have 2 to 3 RPMs
> that refused to run even when told to ignore any conflicts/missing
> dependencies.

> What is the proper way to load KDE 2.0.1 RPMs for RH 7.0 and then to run
> it after it is installed???

> Any help input most appreciated!

> Soctt

 
 
 

Need help installing KDE 2.0 RPMs in Redhat 7.0

Post by Scott R » Wed, 13 Dec 2000 03:41:36


Hi Dan,

Thanks for the tip. But this is the erorr I got when I tried your
suggestion:


error: failed dependencies:
        libDCOP.so.1   is needed by kdebase-2.0.1-1
        libkdecore.so.3   is needed by kdebase-2.0.1-1
        libkdesu.so.1   is needed by kdebase-2.0.1-1
        libkdeui.so.3   is needed by kdebase-2.0.1-1
        libkfile.so.3   is needed by kdebase-2.0.1-1
        libkio.so.3   is needed by kdebase-2.0.1-1
        libkparts.so.1   is needed by kdebase-2.0.1-1
        libkspell.so.3   is needed by kdebase-2.0.1-1
        libksycoca.so.3   is needed by kdebase-2.0.1-1
        libktexteditor.so.0   is needed by kdebase-2.0.1-1
        libkhtml.so.3   is needed by kdebase-2.0.1-1
        libkjava.so.1   is needed by kdebase-2.0.1-1
        libkssl.so.2   is needed by kdebase-2.0.1-1

I also tried the same command with a "*" and got pretty much the same erorr.
I'm logged in as root as well. I installed all the lib*.rpm files and
qt*.rpm files first, and got no complaints or erorrs. Just when trying to
install the KDE base! (about 3 or 4 of the RPMs are the ones giving me
trouble the others seemed to install OK.)

I'm a little stumped at this point.

Scott

 
 
 

Need help installing KDE 2.0 RPMs in Redhat 7.0

Post by Scott R » Wed, 13 Dec 2000 03:48:29


Hi Doug,

Thanks for the info. I pretty much followed what you said. Installed all the
libs and qt stuff. It the KDEbase and one or two other RPMs (that I can't
recall) giving me the errors. The package I working with is the new KDE
2.0.1 if that makes any difference. I'm really anxious to try it out but
from most of my experience with Linux so far, if it's not part of the
original install, I'll never had much luck. Small RPM apps seem to work ok,
but not any window manager updates.

Any other suggestions?

Scott

 
 
 

Need help installing KDE 2.0 RPMs in Redhat 7.0

Post by dan » Wed, 13 Dec 2000 23:19:34



> Hi Dan,

> Thanks for the tip. But this is the erorr I got when I tried your
> suggestion:


> error: failed dependencies:

Those files should be in the kdelibs package i think.  You need to install
that first, or at the same time.  By typing rpm -Uvh *.rpm you can install
them all at the same time.  If you really did use the wildcard, but still
got the same error, then i guess you didn't download the
kdelibs-2.0.1-1.i386.rpm file.
 
 
 

Need help installing KDE 2.0 RPMs in Redhat 7.0

Post by Carey Barnet » Thu, 14 Dec 2000 01:55:18


Quote:

> > What is the proper way to load KDE 2.0.1 RPMs for RH 7.0 and then to run
> > it after it is installed???

Ok - here's the easy way:

$> rpm -Uvh --force --nodeps *

LOGIC:  We know all the dependencies _will_ be satisfied once _all_ the
packages are installed, so we don't care about the order - do we??

BTW - I've done it, and it works, but...  You MUST rip all config files
for X and kde out of your home directory before you restart kde.  If you
don't kde will try to use some of the version 1 settings that came with Red
Hat 7, and will cough up a couple of furballs.  It won't crash, it just
won't behave.

--

Remeber... Burned bridges can't even be used for firewood.
Yeah, yeah... I know about charcoal.  Gimme a break 8^{>

 
 
 

Need help installing KDE 2.0 RPMs in Redhat 7.0

Post by Scott R » Sat, 16 Dec 2000 07:09:06


Hi Carey,

Just had the chance to test out your information. Now I have KDE running on
my Redhat 7.0 system!!!

I also deleted the .kde directory and .kderc files too before trying to
start kde for the first time.

Thank you very much for the info!!!!! Why KDE doesn't have this info
somewhere on they're web site is beyond me. You saved me untold time and
grief.

Thanks again!

Scott

P.S.: KDE 2.0.1 looks very nice. I think they'll give Gnome a run fun their
money!

 
 
 

1. Need help installing KDE 2.0 RPMs in Redhat 7.0

Hi all,

I have Redhat 7.0. I've downloaded all the RPMs for RH 7.0 (all 27.) But
there are no real instructions on what you are supposed to really do to
install them in the download directory or KDE site in general (typical for
most all Linx/Unix I'm finding.)

I ran the all the RPMs from the GNOME file manager. But have 2 to 3 RPMs
that refused to run even when told to ignore any conflicts/missing
dependencies.

What is the proper way to load KDE 2.0.1 RPMs for RH 7.0 and then to run it
after it is installed???

Any help input most appreciated!

Soctt

2. ufsrestore

3. Problems with KDE 2.1 and Redhat 7.0 RPMs

4. Old patch for Sony CDU31/33A driver?

5. Installing Kde 2.0 RPMS

6. LOW LEVEL LINUX PROGRAMMING HELP!

7. Need help installing Nvidia drivers under Redhat 7.0

8. xBase for SCO Unix? Flagship?

9. Need help on installing RedHat 7.0 via FTP

10. Help- Need Redhat rpm 2.1.x Install program

11. Problems installing 2.0 kernel source RPM under Redhat 3.0.3

12. RedHat 7.0 rpm's on RedHat 6.1?

13. Install KDE 2.0 on RedHat 6.2