|
There should be a telnet-(something).rpm file on your install CD. You can use the RPM software, as the root user, to load this file:
su -
cd /mnt/cdrom/(directory/where/files/are)
rpm -ivh telnet*
You may encounter some dependencies, you may not. If you do, use rpm to install the deps first, then resume installing telnet.
|