Inoffizieller Spiegel

cachy-mirror.stgmultigaming.de

CachyOS Package Mirror — STG Multigaming
Admin-Kontakt: tundra.trail6171@eagereverest.com
Status
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.

Repository-Zugriff

Die Paketdaten sind unter folgendem Pfad erreichbar:

/repo

Einrichtung · pacman mirrorlists

cachyos-mirrorlist  ·  x86_64
1

Bestehende Datei entfernen

sudo rm /etc/pacman.d/cachyos-mirrorlist
2

Neue Datei anlegen

sudo touch /etc/pacman.d/cachyos-mirrorlist
3

Inhalt schreiben

echo 'Server = https://cachy-mirror.stgmultigaming.de/repo/$arch/$repo' | sudo tee /etc/pacman.d/cachyos-mirrorlist
4

Immutable setzen

sudo chattr +i /etc/pacman.d/cachyos-mirrorlist
cachyos-v3-mirrorlist  ·  x86_64_v3
1
sudo rm /etc/pacman.d/cachyos-v3-mirrorlist
2
sudo touch /etc/pacman.d/cachyos-v3-mirrorlist
3
echo 'Server = https://cachy-mirror.stgmultigaming.de/repo/x86_64_v3/$repo' | sudo tee /etc/pacman.d/cachyos-v3-mirrorlist
4
sudo chattr +i /etc/pacman.d/cachyos-v3-mirrorlist
cachyos-v4-mirrorlist  ·  x86_64_v4
1
sudo rm /etc/pacman.d/cachyos-v4-mirrorlist
2
sudo touch /etc/pacman.d/cachyos-v4-mirrorlist
3
echo 'Server = https://cachy-mirror.stgmultigaming.de/repo/x86_64_v4/$repo' | sudo tee /etc/pacman.d/cachyos-v4-mirrorlist
4
sudo chattr +i /etc/pacman.d/cachyos-v4-mirrorlist
Abschluss

Paketdatenbank neu einlesen

sudo pacman -Syy

Immutable-Status prüfen

lsattr /etc/pacman.d/cachyos*mirrorlist

----i---- vor jeder Datei = korrekt gesetzt.