Oracle Cloud Centos 8 dnf warning

when do dnf or yum to install/update software , Centos 8 on Oracle Cloud will give error below:

Failed loading plugin “osmsplugin”: No module named ‘librepo’

To Solve this , we need run

#dnf install python3-librepo -y

Then , we do not have this boring warning.

Leave a Reply