1) GPG-Key speichern
curl -fsSL https://apt.dryba.com/repo-signing-key.asc \
| gpg --dearmor \
| sudo tee /etc/apt/keyrings/matthias-linuxcnc-archive-keyring.gpg >/dev/null
2) Quelle hinzufügen (Debian 13 „trixie“)
echo "deb [signed-by=/etc/apt/keyrings/matthias-linuxcnc-archive-keyring.gpg] https://apt.dryba.com trixie main" \
| sudo tee /etc/apt/sources.list.d/matthias-linuxcnc.list
3) Aktualisieren & installieren
sudo apt update
sudo apt install linuxcnc-uspace
Aufbewahrung (Retention): 0–7 Tage alle Builds; 8–28 Tage wöchentlich nur der neueste; 29–365 Tage monatlich nur der neueste (max. 12 Monate).
1) Save the GPG key
curl -fsSL https://apt.dryba.com/repo-signing-key.asc \
| gpg --dearmor \
| sudo tee /etc/apt/keyrings/matthias-linuxcnc-archive-keyring.gpg >/dev/null
2) Add the source (Debian 13 “trixie”)
echo "deb [signed-by=/etc/apt/keyrings/matthias-linuxcnc-archive-keyring.gpg] https://apt.dryba.com trixie main" \
| sudo tee /etc/apt/sources.list.d/matthias-linuxcnc.list
3) Update & install
sudo apt update
sudo apt install linuxcnc-uspace
Retention: keep all builds for 0–7 days; keep weekly newest for days 8–28; keep monthly newest for days 29–365 (up to 12 months).