3 changed files with 34 additions and 27 deletions
@ -0,0 +1,30 @@ |
|||
# almalinux-powertools.repo |
|||
|
|||
[powertools] |
|||
name=AlmaLinux $releasever - PowerTools |
|||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools |
|||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/PowerTools/$basearch/os/ |
|||
enabled=0 |
|||
gpgcheck=1 |
|||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
|||
fastestmirror=1 |
|||
|
|||
## Sources |
|||
[powertools-source] |
|||
name=AlmaLinux $releasever - PowerTools Source |
|||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-source |
|||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/PowerTools/Source/ |
|||
enabled=0 |
|||
gpgcheck=1 |
|||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
|||
fastestmirror=1 |
|||
|
|||
## Debuginfo |
|||
[powertools-debuginfo] |
|||
name=AlmaLinux $releasever - PowerTools debuginfo |
|||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-debuginfo |
|||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/PowerTools/debug/$basearch/ |
|||
enabled=0 |
|||
gpgcheck=1 |
|||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux |
|||
fastestmirror=1 |
Write
Preview
Loading…
Cancel
Save
Reference in new issue