User Tools

Site Tools


packages:list_all_packages_installed_on_the_system

This is an old revision of the document!


Packages - List all packages installed on the system

Issue the command:

dpkg -l

Depending on the amount of packages on your system, this can generate a large amount of output. Pipe the output through grep to see if a specific package is installed:

dpkg -l | grep apache2

Replace apache2 with any package name, part of a package name, or other regular expression.

packages/list_all_packages_installed_on_the_system.1467711870.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki