Finding out which version you installed:
cat /etc/redhat-release
Installing a package:
yum install packet_name
Updating all the packages:
yum check-update [just for checking]
yum update
Check whether the package pp is installed:
rpm -qa | grep pp
