[ubuntu-in] List Of Installed Software

Saikiran Madugula hummerbliss at gmail.com
Fri Jun 18 11:19:14 BST 2010


On 18/06/10 06:32, Abhishek Amberkar [अभिषेक] wrote:
> On Fri, Jun 18, 2010 at 2:52 AM, Saikiran Madugula
> <hummerbliss at gmail.com> wrote:
>> On 17/06/10 20:49, vikash agrawal wrote:
>>> I want my computer to display all my installed software one by on after
>>> interval of 1/2sec??? what to do???
>>
>> 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).
> 
> Following command gives list of all installed pacakges
> 
> dpkg -l | grep ^i | awk '{print $2}'
> 
> 
> 
> 
Yup, thanks for spotting !



More information about the ubuntu-in mailing list