Skip to content

Instantly share code, notes, and snippets.

@TyeolRik
Last active November 13, 2025 23:47
Show Gist options
  • Select an option

  • Save TyeolRik/327c9faba0dcfd608520ba42029d079c to your computer and use it in GitHub Desktop.

Select an option

Save TyeolRik/327c9faba0dcfd608520ba42029d079c to your computer and use it in GitHub Desktop.
CentOS 9 Stream repo (appstream, baseos)
[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