Installed package list

Andreas Hanke andreas.hanke at gmx-topmail.de
Wed Oct 4 06:35:46 PDT 2006


Raf Nijskens schrieb:
> I would like to receive a list of installed packages only.
> With which command can i do that?

If your system is rpm-based:

rpm -qa

If your system is dpkg-based:

dpkg -l

Or if you prefer a smart command (works for both rpm and dpkg systems):

smart query --installed



More information about the Smart mailing list