* Michael Chesterton <[EMAIL PROTECTED]> [2008-06-07 18:01:05 +1000]:
>> What's the easiest accurate way to check if a .deb has been installed
>> on a system, from a script?
>>
>> At the moment I'm using `dpkg -l | grep ...`, which is messy.
>>
>
> [EMAIL PROTECTED]:~# dpkg -s bash >/dev/null 2>&1 && echo installed
> installed
> [EMAIL PROTECTED]:~# dpkg -s basha >/dev/null 2>&1 && echo installed

Thanks Lindsay & Michael. Sonia.

Attachment: signature.asc
Description: Digital signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to