Last active
November 13, 2025 23:47
-
-
Save TyeolRik/327c9faba0dcfd608520ba42029d079c to your computer and use it in GitHub Desktop.
CentOS 9 Stream repo (appstream, baseos)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [centos-9-baseos] | |
| name=CentOS Stream $releasever - BaseOS | |
| #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-$stream&arch=$basearch&protocol=https,http | |
| baseurl=https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os | |
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial | |
| gpgcheck=0 | |
| repo_gpgcheck=0 | |
| metadata_expire=6h | |
| countme=0 | |
| priority=10 | |
| enabled=0 | |
| [centos-9-appstream] | |
| name=CentOS Stream $releasever - AppStream | |
| #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-$stream&arch=$basearch&protocol=https,http | |
| baseurl=https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os | |
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial | |
| gpgcheck=0 | |
| repo_gpgcheck=0 | |
| metadata_expire=6h | |
| countme=0 | |
| priority=10 | |
| enabled=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment