LinuxQuestions.org

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

Abe_the_Man 09-15-2003 06:28 PM

multiple rpm
 
I have two rpms that are interdependant. How do i install them both at the same time?

MasterC 09-15-2003 06:44 PM

Put them on the same line:
rpm -Uvh rpm1.rpm rpm2.rpm

Cool

jailbait 09-15-2003 06:46 PM

Use the rpm --nodeps option i.e.:

rpm -i --nodeps /root/data/packagex-4.3.2.i386.rpm

Abe_the_Man 09-15-2003 08:23 PM

That does it. THanks both.

Gates1026 09-15-2003 09:00 PM

to stay out of trouble with the --nodeps I usually use rpm -Uvh mplayer* to install multiple rpms that start with the same beginning (as my example with mplayer).


All times are GMT -5. The time now is 04:32 AM.