Dieses APT-Repository einbinden

1) GPG-Key speichern

curl -fsSL https://apt.dryba.com/KEY_binary.gpg \
  -o /usr/share/keyrings/matthias-linuxcnc-archive-keyring.gpg

2) Quelle hinzufügen (Debian 13 „trixie“)

printf 'deb [signed-by=/usr/share/keyrings/matthias-linuxcnc-archive-keyring.gpg] https://apt.dryba.com trixie main\n' \
  | tee /etc/apt/sources.list.d/matthias-linuxcnc.list

3) Aktualisieren & installieren

apt update
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).

Add this APT repository

1) Save the GPG key

curl -fsSL https://apt.dryba.com/KEY_binary.gpg \
  -o /usr/share/keyrings/matthias-linuxcnc-archive-keyring.gpg

2) Add the source (Debian 13 “trixie”)

printf 'deb [signed-by=/usr/share/keyrings/matthias-linuxcnc-archive-keyring.gpg] https://apt.dryba.com trixie main\n' \
  | tee /etc/apt/sources.list.d/matthias-linuxcnc.list

3) Update & install

apt update
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).