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 Utenti hanno trovato utile questa risposta
Hai trovato questa risposta utile?

Related Articles

Manage Database Roles

Solution Database roles are conceptually completely separate from operating system users....

Reset the SQL Server ‘sa’ user password?

Open Enterprise Manager and expand the registered SQL server. Expand Security. Click on...

How does memory overcommit affect PostgreSQL?

In Linux 2.4 and later, the default virtual memory behavior is not optimal for PostgreSQL....

ColdFusion DSN parameters are not updated

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

Restore a database on SQL Server using .mdf, .ldf and .ndf files?

You need to attach the database rather than perform a restore. Using Enterprise Manager: Expand...