Downgrade an installed rpm using yum
Jul 6, 2021
- List the available versions of the package you want to downgrade.
Example — to downgrade firefox , run below commands.
#yum --showduplicates list firefox
2. Downgrade the rpm
syntax <package name>-<verion>.<platform type>
#yum downgrade firefox-60.5.0–2.el7.x86_64