How to block yum from upgrading obsoleted package?
sudo yum --setopt=obsoletes=0 install obsoleted-package
Or you can put
obsoletes=0
to
/etc/yum.conf
Both ways worked for me on Oracle Linux 6.7.
sudo yum --setopt=obsoletes=0 install obsoleted-package
Or you can put
obsoletes=0
to
/etc/yum.conf
Both ways worked for me on Oracle Linux 6.7.