Downgrade an installed rpm using yum

--

  1. 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

--

--

Himanshu Pratap
Himanshu Pratap

Written by Himanshu Pratap

System Administrator and Full stack web developer.

No responses yet