Joe Sloan 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

Ahah,

        You are correct! Looks like it will have to be:

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


-- 
David C. Rankin, J.D., P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to