> > How do I install a package from the CD (CD 1) using command line? > > Thanks and best wishes! > Mount the CDROM; as root or using sudo: "rpm -Uvh /mnt/cdrom/RedHat/RPMS/<filename>.rpm" This will install the package provided all dependencies have been met otherwise you'll get a list of packages that need to be installed.