Rob Cartier wrote:

I wanted to know how to add x-windows and kde to
an existing rh 7.2 text based system.

I just completed installation and all is good But I cant seem to get through the various dependencies
to allow the installation to complete. Is there
any documents out there that describe updating an existing system without having to re-install again.
It probably is easy but I am at a loss


I tried doing an upgrade but that appears
to only check what's there and upgrade the difference


thanks in advance

Rob Cartier


Hi,
this may help a little:

I put all my RPMs from the install CDs in a directory on my hard drive. If you do this, then the command

>filelist;for name in `ls --color=never`; do echo $name>>filelist;rpm -q -p $name -l>>filelist; done

will create a list of all files in all RPMs, headed by what RPM they are from. This helps a hell of a lot when it tells you you need a particular file rather than a particular RPM.

Scott





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to