I was trying to install hdf5 after enabling EPEL. Installing EPEL
% dnf install -y epel-release
% dnf config-manager --set-enabled PowerTools
Error: No matching repo to modify: PowerTools.
I’ve noticed this documentation from CentOS-8 Repoid, there are name changes from Yum_repo_file_and_repoid_changes from 8.3 onwards. The documents can be found at https://wiki.centos.org/Manuals/ReleaseNotes/CentOS8.2011#Yum_repo_file_and_repoid_changes
Repoid (8.2.2004 and before) | Repoid (8.3.2011 and later) |
BaseOS | baseos |
AppStream | appstream |
PowerTools | powertools |
centosplus | plus |
HighAvailability | ha |
base-debuginfo | debuginfo |
Devel | devel |
BaseOS-source | baseos-source |
AppStream-source | appstream-source |
centosplus-source | plus-source |
base-debuginfo | debuginfo |
% dnf config-manager --set-enabled powertools