This is a user guide for my personal open-source package repository hosted on the OBS (Open Build Service).
Distributions
- Debian 13
- Ubuntu 24.04
- Ubuntu 24.10
- Ubuntu 25.04
- Ubuntu 25.10
Architectures
- amd64
- arm64
curl -fsSL https://download.opensuse.org/repositories/home:/beavailable/Debian_13/Release.key | sudo gpg --dearmor --yes -o /etc/apt/keyrings/obs-beavailable-keyring.gpgCreate the file /etc/apt/sources.list.d/obs-beavailable.sources and paste the following content:
Types: deb
URIs: https://download.opensuse.org/repositories/home:beavailable/REPO
Suites: ./
Signed-By: /etc/apt/keyrings/obs-beavailable-keyring.gpg
Replace REPO with one of the following names:
- Debian_13
- xUbuntu_24.04
- xUbuntu_24.10
- xUbuntu_25.04
- xUbuntu_25.10
sudo ./setup.shsudo rm -f /etc/apt/sources.list.d/obs-beavailable.sources /etc/apt/keyrings/obs-beavailable-keyring.gpgsudo apt update
sudo apt install package1 package2 ...