Here’s how to disable plugin in Yum repos.

<pre lang="bash"># check which plugins are enabled
yum repolist
# disable plugins
yum update --disableplugin=product-id,subscription-manager
# check agin
yum repolist

If that doesn’t work, check the individual config files of each plugin.

<pre lang="bash">cd /etc/yum/pluginconf.d/
vim product-id.conf
vim subscription-manager.conf

Disable it.

<pre lang="bash">[main]
enable=0