LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   RPM package during install can or cannot define the install location? (https://www.linuxquestions.org/questions/linux-software-2/rpm-package-during-install-can-or-cannot-define-the-install-location-583662/)

hocheetiong 09-10-2007 01:16 PM

RPM package during install can or cannot define the install location?
 
1. The RPM package software example: mplayer. During install mplayer by RPM package can i define a location of this software?example i want my mplayer install to this directory /opt/mplayer , how to do it? and what command should be use to this. The Tar installation file can easy to define a installation location,example: ./configure --enable-gui --prefix=/opt/mplayer .What command or method to lets me choice my installation target directory install by RPM package?

2. i already install this mplayer RPM package, i using this command: #rpm -ivh mplayer*.rpm . Than may i know this software where the location(directory) to install already by default? in /usr or some where?????include all configuration mplayer files like at /root/.mplayer ,so HOW TO KNOW JUST NOW I INSTALL THIS PACKAGE THAN THE ALL FILES LOCATION????




Thank you very much...

jailbait 09-10-2007 01:33 PM

"i already install this mplayer RPM package, i using this command: #rpm -ivh mplayer*.rpm . Than may i know this software where the location(directory) to install already by default?"

Use this command:

rpm -ql mplayer

"What command or method to lets me choice my installation target directory install by RPM package?"

When you install a package using rpm use the --relocate OLDPATH=NEWPATH option. See:
man rpm

------------------
Steve Stites


All times are GMT -5. The time now is 05:57 PM.