Category: ASP
1. To check the current version of the package e.g; if you are checking php version
rpm -qa | grep php
2. Now we need to install the yum package
yum -y install yum-allowdowngrade
3. Now we can downgrade the package
yum downgrade {package-name}
4. Now you can verify the version of the package
rpm -qa | grep php