2026-03-12 21:01:38
This commit is contained in:
22
tiddlywiki/PowerTools Repository on Rocky Linux 8.md
Executable file
22
tiddlywiki/PowerTools Repository on Rocky Linux 8.md
Executable file
@@ -0,0 +1,22 @@
|
||||
> [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
|
||||
Reference in New Issue
Block a user