How Do I Know Which Rpms Are Installed In My Linux
- Forums
- Linux Hosting
- How Do I Know Which Rpms Are Installed In My Linux
to find out which rpm packages are already installed in your linux server you can run this command [1402], Last Updated: Mon Jun 24, 2024
Hostman
Mon Apr 05, 2010
0 Comments
679 Visits
to find out which RPM packages are already installed in your linux server you can run this command
# rpm -q -a | sort > list.txt
this will create a file called list.txt and in it you will find a complete list in alphabetical order of all the RPMs installed in your Webune Dedicated Server