[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: rpm dependency trap




> -----Original Message-----
> From: levo [mailto:lev.o@sapiens.com]
> Sent: Thursday, October 25, 2001 5:50 PM
> To: linux-il@linux.org.il
> Subject: rpm dependency trap
> 
> 
> 
>   Hi !
> 
> Q1.  My question is how to install some package and the packages it
> depends on at once.
> 

specify both on the command line. for example: if foo.rpm and bar.rpm depend
on each other do this:

rpm -ivh foo.rpm bar.rpm

rpm knows how to handle this.

-----------------------------------------------------------------
Etay Meiri      <etay@camelot.com>
"When all else fails, use brute force"   
                                          Ken Thompson

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il