LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   rpm package manager .. (https://www.linuxquestions.org/questions/linux-software-2/rpm-package-manager-67383/)

johnyy 06-22-2003 11:24 PM

rpm package manager ..
 
my question it's that when i use rpm -ivh this option, after it's done install, where all the all install file go ?? /opt/ ???

thanks

contrasutra 06-22-2003 11:29 PM

It depends on the program, theres no one location.

Common places are /bin , /sbin , /opt , /usr/bin , /usr/local/bin .

Do "whereis [programname]" and it will tell you where the program is.

Allen614 06-22-2003 11:31 PM

The way I understand it the package manager runs a shell script that checks for conflicts and if there are non it copies the components of the program to their respective directories.
Check out:
www.rpm.org


All times are GMT -5. The time now is 12:03 PM.