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