Last updated on Jaunary 17, 2021 by Dan Nanni
The PowerTools repository, which is available on CentOS/RHEL 8, provides developer related tools and libraries. Some of common EPEL packages depend on packages available from PowerTools. Thus if you have set up the EPEL repository on your CentOS system, it is recommended that you enable PowerTools as well.
To enable PowerTools repository on CentOS/RHEL 8, you can use the config-manager
plugin for DNF, which manages various DNF configuration options, including adding/removing or enabling/disabling repositories.
conf-manager
pluginTo install config-manager
plugin, run the following command:
$ sudo yum install dnf-plugins-core
config-manager
CentOS/RHEL 8 comes with PowerTools repository already added. Thus, you simply need to enable it as follows.
$ sudo dnf config-manager --set-enabled powertools
Verify that PowerTools is successfully enabled:
$ dnf repolist
To see a list packages available from PowerTools repository:
$ dnf repo-pkgs powertools list
This website is made possible by minimal ads and your gracious donation via PayPal or credit card
Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.
Xmodulo © 2021 ‒ About ‒ Write for Us ‒ Feed ‒ Powered by DigitalOcean