[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: rpm dependency trap
- To: "'levo'" <lev.o(at-nospam)sapiens.com>, linux-il(at-nospam)linux.org.il
- Subject: RE: rpm dependency trap
- From: Itay Meiri <Etay(at-nospam)camelot.com>
- Date: Thu, 25 Oct 2001 10:57:40 +0200
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
> -----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