pkg-managment.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 09 Dec 2013 21:36:21 +0200
changeset 1528 80dc24a59e2f
parent 899 7b4265c8d324
permissions -rw-r--r--
Windows images.

-*- mode: outline; coding: utf-8; -*-

* Show all installed packages.

** RPM based package manager.

For distributions that use RPM format packages, use the command:

  $ rpm -qa

You need to be logged in as root.

** DEB based package manager.

For Debian systems, the equivalent command is:

  $ dpkg -l