Cloud VM

Centos Stream 9 Repository

Estimated reading: 1 minute 214 views

Summary: Centos Stream 9 Repository

Jika tidak bisa melakukan update pada CentOS Stream 9, silahkan coba cara dibawah ini :

# Add CentOS Stream 9 – BaseOS repository
printf "[centos9-stream-BaseOS]\nname=CentOS Stream 9 - BaseOS\nbaseurl=https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/\ngpgcheck=1\ngpgkey=https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/RPM-GPG-KEY-CentOS-Official\nenabled=1" | sudo tee /etc/yum.repos.d/centos9-stream-BaseOS.repo

# Download the CentOS GPG key
curl -O https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official

# Import the CentOS GPG key
rpm --import RPM-GPG-KEY-CentOS-Official

# Update the system packages, allowing erasing of conflicting packages
yum update --skip-broken --nobest

Share this Doc

Centos Stream 9 Repository

Or copy link

CONTENTS