On Thu, Jan 7, 2010 at 3:25 PM, Abishek Goda <[email protected]> wrote:
>> how can we find , whether one package is installed in our system or
>> not via terminal.
>
> dpkg -l | grep <pkg name>  ?

Alternately
aptitude search <package name>
If the first column is 'i', it means the package is installed. See
http://algebraicthunk.net/~dburrows/projects/aptitude/doc/en/ch02s02s02.html
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to