Package manager

List installed packages on a Linux system

Learn how to show all installed packages on Linux systems including AlmaLinux, Debian, OpenSUSE, and Ubuntu.

Frequently Asked Questions

How to show all installed packages with pacman?

pacman --query

» Full answer and more examples


How to show all installed packages on Ubuntu?

dpkg --list

» Full answer and more examples