← semua tulisan

How to Fix Error: Failed to Download Metadata for Repo ‘AppStream’ Centos 8

What is the Cause of This Error?

You may well be aware that CentOS Linux 8 died a premature death, it reached the End Of Life (EOL) on December 31st, 2021, thus it no longer receives development resources from the official CentOS project.

This means that after Dec 31st, 2021, to update your CentOS installation, you are required to change the mirrors to CentOS Vault Mirror, where they will be archived permanently.

How to Fixed it?

[root@~]# cd /etc/yum.repos.d/
[root@~]# sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
[root@~]# sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*

 

# tulisan_lainnya

lihat semua →

04 Aug 2026

IT Tutorial

WireGuard Self-hosted VPN

Kali ini saya akan memberikan tutorial bagaimana membuat VPN di server kita sendiri dan menghubungkannya dengan Komputer kita. jadi kali ...

baca selengkapnya →

01 May 2026

Cyber Security

[CVE-2026-41940] cPanel and WHM an authentication bypass

Cpanel terinfeksi bugs yang cukup parah, dimana attacker bisa mendapatkan akses RCE kedalam server serta bisa membajak server secara full...

baca selengkapnya →

27 Jun 2023

IT Tutorial

Installing Composer on Debian 11

Komposer adalah alat manajemen ketergantungan yang populer untuk PHP, dibuat terutama untuk memfasilitasi instalasi dan pembaruan untuk k...

baca selengkapnya →