Author |
Message |
Luis_P
|
|
Post subject: Installed packages
Posted: 12.03.2011, 21:28
|
|

Joined: 2010-09-11
Posts: 171
Location: Barcelona, Spain
Status: Offline
|
|
In the old days of sidux there was, into the wiki I think, a console order which gave a list of all the packages installed in the system.
I've been trying to find it in the wiki of aptosid and sidux, but no success. Is there somebody so kind to publish this order?
Regards.
Luis_P |
|
|
|
|
 |
ghstryder
|
|
Post subject: RE: Installed packages
Posted: 12.03.2011, 21:55
|
|

Joined: 2010-09-12
Posts: 97
Location: Detroit
Status: Offline
|
|
|
|
 |
DonKult
|
|
Post subject: RE: Installed packages
Posted: 12.03.2011, 21:56
|
|
Team Member

Joined: 2010-09-02
Posts: 485
Status: Offline
|
|
this one should do the trick:
Code:
dpkg -l | awk '/^ii/ {print $2}'
but many alternatives exist and it depends a bit on what you want/need exactly.
Excluding with grep -v has a certain appeal, but remember that libreoffice starts with lib, too!  |
_________________ MfG. DonKult
"I never make stupid mistakes. Only very, very clever ones." ~ The Doctor
|
|
|
|
 |
Luis_P
|
|
Post subject:
Posted: 12.03.2011, 22:29
|
|

Joined: 2010-09-11
Posts: 171
Location: Barcelona, Spain
Status: Offline
|
|
Thanks a lot, ghstryder & DonKult, this is what I was searching. And the motive is the same as slam answered in the thread (which passed unnoticed for me): to have a list of all installed packages for security purposes. The slam's formula is more appropriate because the lib* packages are not necessary for this.
A request: could one of you to put this in the aptosid's wiki?
Regards.
Luis_P |
|
|
|
|
 |
|
|
|