23 lines
395 B
Markdown
Executable File
23 lines
395 B
Markdown
Executable File
> [Original article](https://www.how2shout.com/linux/how-to-enable-powertools-repository-on-rocky-linux-8/)
|
|
|
|
Install DNF plugins package:
|
|
|
|
dnf install dnf-plugins-core
|
|
|
|
|
|
Install EPEL:
|
|
|
|
dnf install epel-release
|
|
|
|
Enable PowerTools repository on Rocky Linux 8:
|
|
|
|
dnf config-manager --set-enabled powertools
|
|
|
|
Update command:
|
|
|
|
dnf update
|
|
|
|
Check the Added repository on Rocky Linux:
|
|
|
|
dnf repolist
|