[Ilugc] need help : how to find whether the particular packages installed or not via terminal command

  • From: tarulalan@xxxxxxxxx (Arulalan T)
  • Date: Thu Jan 7 15:45:26 2010


dpkg -l | grep <pkg name> ??


simple and nice command .
it gives detailed about only installed packages.
for non-installed package , it will return nothing.

Alternately
aptitude search <package name>
If the first column is 'i', it means the package is installed.
__

it gives very elaborate output for both installed and non-installed packages.



both commands are powerful.

thanks to all. ! .



-- 
????? ,

???????? . ?


Kanchi Linux User Group Rocks !

http://kanchilug.wordpress.com

My Experiments In Linux are here

http://tuxworld.wordpress.com

????? ????????? !

Other related posts: