- Forums
- Linux Hosting
- linux command to find if RMP package installed
this is a command you can use for finding out in linux command to find if rmp package installed [1366], Last Updated: Mon Jun 24, 2024
Hostman
Thu Mar 18, 2010
0 Comments
409 Visits
this is a command you can use for finding out in linux which command you can use to find if RMP package installed in your linux server
this command will help you find if for examle you have a RPM you have installed
lets say for example we want to find out if we have iptables installed, just execute this command:
rpm -qa | grep iptables