smart query --installed<br><br>That was the one i needed,<br><br>Thx<br><br><div><span class="gmail_quote">On 10/4/06, <b class="gmail_sendername">Andreas Hanke</b> <<a href="mailto:andreas.hanke@gmx-topmail.de">andreas.hanke@gmx-topmail.de
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Raf Nijskens schrieb:<br>> I would like to receive a list of installed packages only.
<br>> With which command can i do that?<br><br>If your system is rpm-based:<br><br>rpm -qa<br><br>If your system is dpkg-based:<br><br>dpkg -l<br><br>Or if you prefer a smart command (works for both rpm and dpkg systems):
<br><br>smart query --installed<br></blockquote></div><br>