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 Usuários acharam útil
Esta resposta lhe foi útil?

Related Articles

Change the DNS servers for the network interfaces on my Windows server

In Network Connections, right-click the local area connection, and then click Properties. In...

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...

redirect using .htaccess

1) Temporary Redirect : Redirect temp / http://www.test.com This will redirect...

Install and configure DNS server in Windows Server 2003

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

Change the root password for a *nix server

In order to change the root password login to the server as root and type the following, then...