Individual Packages
- Korn Shell
- mtools
- C compiler
Check that these packages are installed by typing
If the result is Command not found for any of the packages,
then that particular package needs to be
installed. The following commands should mount the CD-ROM and install
the packages on a Red Hat system.
mount /dev/cdrom /mnt/cdrom
rpm -i /mnt/cdrom/RedHat/RPMS/pdksh*
rpm -i /mnt/cdrom/RedHat/RPMS/mtools*
rpm -i /mnt/cdrom/RedHat/RPMS/egcs-1*
umount /mnt/cdrom