ro-bu.net Debian APT Repository

Signed Debian packages published at https://deb.ro-bu.net. Use APT to install and update packages.

HTTPS
Signed
stable / main

Enable the repository

1) Import signing key

This stores the repository key at /usr/share/keyrings/ro-bu-archive.gpg.

Copied
curl -fsSL https://deb.ro-bu.net/ro-bu-archive.asc | sudo gpg --dearmor -o /usr/share/keyrings/ro-bu-archive.gpg
2) Add ro-bu.net.list

Create /etc/apt/sources.list.d/ro-bu.net.list with exactly this single line:

Copied
deb [signed-by=/usr/share/keyrings/ro-bu-archive.gpg] https://deb.ro-bu.net stable main

Or create the file directly:

Copied
echo "deb [signed-by=/usr/share/keyrings/ro-bu-archive.gpg] https://deb.ro-bu.net stable main" | sudo tee /etc/apt/sources.list.d/ro-bu.net.list
3) Update package lists
Copied
sudo apt update
4) Install packages

Example packages:

Copied
sudo apt install screenframe screenframectl
Notes
  • Use APT; do not download .deb files manually.
  • The key is repository-specific; do not use trusted=yes.
  • This page was created with the help of ChatGPT.