you will need a handful of packages installed for KDE (critical kdebase, kdelibs), in the terminal window become root, pop in your installation CD (I am not sure which one 1 or 2, try both), mount cd
mount -tiso9660 /dev/cdrom /mnt/cdrom
(it works only if /dev/cdrom is a symlink to one of the /dev/hd* and /mnt/cdrom exists on the system, look at /etc/fstab, use
cat /etc/fstab
), now when cd mount it
cd /mnt/cdrom/RedHat/RPMS
ls -l *kde*
it will list all the packages for kde, do
rpm -ihv *kde*
it will install them.
Last edited by neo77777; 02-26-2002 at 07:21 PM.
|