Re: RPM install problem
From: Lenard (Lenard_at_127.0.0.1)
Date: 06/23/05
- Previous message: Shel Sherman: "RPM install problem"
- In reply to: Shel Sherman: "RPM install problem"
- Next in thread: Shel Sherman: "Re: RPM install problem"
- Reply: Shel Sherman: "Re: RPM install problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Jun 2005 21:19:55 GMT
Shel Sherman wrote:
> I am trying to learn how to install rpm's and have run into the
> following notation about a failed dependency which I do not
> understand. arts >= 8:1.4.1 is needed by kde-3.4.1-1.0
>
> I would appreciate someone explaining the syntax
>>= 8:1.4.1
You need to have or to be installing a version (at the same time) of the
arts rpm that is equal to or greater then 1.4.1 for example;
$ rpm -qa --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm\n'
'arts*' | sort
arts-1.4.1-2.i386.rpm
arts-devel-1.4.1-2.i386.rpm
Watch out for word wrap on the rpm command above, put a space after
the .rpm/n' and before the rest of the command (the second line).
# rpm -Uvh arts*.rpm kde*.rpm
-- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- B. Franklin, 1759
- Previous message: Shel Sherman: "RPM install problem"
- In reply to: Shel Sherman: "RPM install problem"
- Next in thread: Shel Sherman: "Re: RPM install problem"
- Reply: Shel Sherman: "Re: RPM install problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|