LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   .rpm installation (https://www.linuxquestions.org/questions/linux-newbie-8/rpm-installation-179555/)

mi_july 05-09-2004 06:01 AM

.rpm installation
 
ok this might seem really simple but how do i install a source rpm file and more importantly what does it mean>? any help is apreciated! thanks

jax8 05-09-2004 06:09 AM

source rpm files contain the source for the software package. The only advantage that I know of doing it this way is then you can then uninstall the source files easily using rpm -e

to install type

rpm -Uvh thePackageName.rpm

to find out where the files were installed type

rpm -ql thePackageName

note that there is no rpm extension


All times are GMT -5. The time now is 02:07 AM.