[ubuntu-in] List Of Installed Software
Ramnarayan.K
ramnarayan.k at gmail.com
Fri Jun 18 07:02:54 BST 2010
2010/6/18 Abhishek Amberkar [अभिषेक] <abhishek.amberkar at gmail.com>:
>> dpkg --get-selections | awk '{print "sleep 0.5 && echo" " "$1}' | bash
>>
>>
>
> Above command lists the packages which are marked "deinstall"
>
> As `man dpkg' says "deinstall" means
> The package is selected for deinstallation (i.e. we want to remove all
> files, except configuration files).
not sure what you mean - cannot see deinstall mentioned anywhere in the command
>
> Following command gives list of all installed pacakges
>
> dpkg -l | grep ^i | awk '{print $2}'
Did a comparision of the results of both commands
the first gives me 3055 packages and the second 3084.
about 29 packages more in the latter
so why this difference and what does the deinstall mean ??
ram
More information about the ubuntu-in
mailing list