Dieses APT-Repository einbinden

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

Add this APT repository

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

[ICO]NameLast modifiedSizeDescription

[TXT]HEADER.html2026-06-05 21:42 3.5K 
[   ]KEY.gpg2025-08-15 22:56 1.6K 
[   ]repo-signing-key.asc2026-06-05 20:59 1.6K 
[   ]KEY_binary.gpg2025-08-15 22:56 1.1K 
[DIR]pool/2025-08-15 09:21 -  
[DIR]dists/2025-08-15 09:21 -  
[DIR]db/2026-06-24 02:16 -  
[DIR]conf/2026-06-01 22:21 -  

Apache/2.4.67 (Debian) Server at apt.dryba.com Port 443