Joe Sloan pecked at the keyboard and wrote:
> David C. Rankin wrote:
> 
>> rpm -e $(rpm -qa | grep beagle)
>>
>> works nicely
> 
> It looks good, but it won't remove beagle because kerry needs it.
> 
> But in general I agree with your elegant approach.
> 
> Joe

rpm -e $(rpm -qa | grep beagle) $(rpm -qa | grep kerry)

should do the trick.

-- 
Ken Schneider
SuSe since Version 5.2, June 1998
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to