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