Web Hosting Talk







View Full Version : How to install RPMS file on Raq?


giza
01-23-2002, 10:19 PM
Hi,

I am not familiar with Telnet commands, but I will try it.
Can any body help me how to install RPMS files on a CobaltRaq?

Thanks

ffeingol
01-23-2002, 10:55 PM
There is no difference with installing RPM's on a RaQ than any other Linux box. At a telnet prompt you can just type:

man rpm

to get the RPM manual page.

The basic command to install a RPM is:

rpm -ivh new-package.rpm

Frank