LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to download and install vsh using rpm in fc (https://www.linuxquestions.org/questions/linux-software-2/how-to-download-and-install-vsh-using-rpm-in-fc-160851/)

irish0red 03-22-2004 05:21 AM

how to download and install vsh using rpm in fc
 
Hey,
i have been trying to figure out how to download and install vsh through rpm in fedora core. I am a total noob so any help would be greatly appretiated. I have googled for a while and and searched the forums but have not been able to find anything on it.
Thanks alot,
Irish0Red

AutOPSY 03-22-2004 07:38 AM

rpm -ivh filename.rpm
works usually.

If you get dependency errors,
rpm -ivh --nodeps filename.rpm

if it already exists,
rpm -Uvh filename.rpm

and if all that fails and you really have no reason to install an rpm according to rpm,
rpm -ivh --nodeps --force filename.rpm

also remeber to get the files needed if recieving dependency errors.


All times are GMT -5. The time now is 01:54 AM.