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 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

Related Articles

Connect to my MSSQL database via Enterprise Manager?

To connect to your MSSQL database using Enterprise Manager, please perform the following: 1....

redirect using .htaccess

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

Fix nameservers not working for Linux servers

If you have your own namerservers or you are using nameservers provided by host, and these...

Create PostgreSQL user account

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