Finding what packages are installed on a Linux system

For distributions that use RPM format packages, use the command:
$ rpm -qa

You may want to pipe the output to grep, a pager, or a text file.

A: For Debian and derivative systems, the equivalent command is:
$ dpkg -l

A: For Slackware and Slackware based distributions, look in the directory
/var/log/packages

  • Email, SSL
  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Related Articles

Installation of Geotrust True Site Icon

Installation of True Site icon: Per the subscriber agreement, you are required to install the...

Install Microsoft SQL Server

The installation of Microsoft SQL Server, like that of various modern products is fairly easy,...

Install and configure DNS server in Windows Server 2003

Solution Install DNS 1. Open Windows Components Wizard. To do so, use the following...

ColdFusion DSN parameters are not updated

SYMPTOMS New CF DSN records are created.  Even the set of parameters is tried to be updated...

Create PostgreSQL user account

It is advisable to run PostgreSQL under a separate user account. This user account should only...