LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing rpm's after downloading them (https://www.linuxquestions.org/questions/linux-newbie-8/installing-rpms-after-downloading-them-527544/)

52panr 02-11-2007 09:03 AM

installing rpm's after downloading them
 
I've installed rh9 several times but I've never successfully installed a downloaded rpm program. Do I have to change the rpm program to an img or iso? Any help would be appreciated.

colucix 02-11-2007 09:11 AM

I think this thread is more suitable to newbie forum, anyway... are you sure the downloaded RPM are built for RH9? Which is the command used for installing and what kind of error do you get?

jeremy 02-11-2007 01:34 PM

Moved: This thread is more suitable in Linux - Newbie and has been moved accordingly to help your thread/question get the exposure it deserves.

--jeremy

jschiwal 02-11-2007 01:48 PM

To install from an rpm package you can use "sudo rpm -Ihv <package file name>". I tend to use "sudo rpm -Uhv <package file name>". First check if the same package is available on your install disk or one of the FC repositories. Installing from a downloaded rpm can cause problems if the dependencies use different library versions, or the package may become locked and you could lose the benefit of automatic security updates.

If you downloaded the rpm from a livna repository or a similar unique Fedora Core repository, consider adding it as a source and then you can pick up updates from that site or use your graphical package manager to search for packages.


All times are GMT -5. The time now is 09:56 PM.