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