Inoffizieller Spiegel
cachy-mirror.stgmultigaming.de
CachyOS Package Mirror — STG Multigaming
Admin-Kontakt:
tundra.trail6171@eagereverest.com
Status
- Pakete & Signaturen unverändert vom offiziellen Upstream.
- Sync stündlich · 1 Gbit/s · TOTP, Passkeys, SSH-Keys.
Haftungsausschluss
Inoffizieller, privat betriebener Mirror — Nutzung auf eigene Gefahr, keine Garantie auf Verfügbarkeit.
Kein Support — weder von uns noch vom CachyOS-Projekt.
Niemals fremde GPG-Schlüssel installieren. Bei Sicherheitsproblemen Admin kontaktieren.
Einrichtung · pacman mirrorlists
cachyos-mirrorlist · x86_64
1
Bestehende Datei entfernen
sudo rm /etc/pacman.d/cachyos-mirrorlist2
Neue Datei anlegen
sudo touch /etc/pacman.d/cachyos-mirrorlist3
Inhalt schreiben
echo 'Server = https://cachy-mirror.stgmultigaming.de/repo/$arch/$repo' | sudo tee /etc/pacman.d/cachyos-mirrorlist4
Immutable setzen
sudo chattr +i /etc/pacman.d/cachyos-mirrorlistcachyos-v3-mirrorlist · x86_64_v3
1
sudo rm /etc/pacman.d/cachyos-v3-mirrorlist2
sudo touch /etc/pacman.d/cachyos-v3-mirrorlist3
echo 'Server = https://cachy-mirror.stgmultigaming.de/repo/x86_64_v3/$repo' | sudo tee /etc/pacman.d/cachyos-v3-mirrorlist4
sudo chattr +i /etc/pacman.d/cachyos-v3-mirrorlistcachyos-v4-mirrorlist · x86_64_v4
1
sudo rm /etc/pacman.d/cachyos-v4-mirrorlist2
sudo touch /etc/pacman.d/cachyos-v4-mirrorlist3
echo 'Server = https://cachy-mirror.stgmultigaming.de/repo/x86_64_v4/$repo' | sudo tee /etc/pacman.d/cachyos-v4-mirrorlist4
sudo chattr +i /etc/pacman.d/cachyos-v4-mirrorlistAbschluss
✓
Paketdatenbank neu einlesen
sudo pacman -Syy✓
Immutable-Status prüfen
lsattr /etc/pacman.d/cachyos*mirrorlist----i---- vor jeder Datei = korrekt gesetzt.