Linux Distribution · Debian & Ubuntu
Official Bobine APT Repository
Software installation and updates for Debian 12 / 13 and Ubuntu 22.04 / 24.04 LTS via apt. Cryptographically signed x86-64 repository with full support for Stable and Beta channels.
Repository operational
Debian 12 / 13
Ubuntu 22.04 / 24.04 LTS
amd64 architecture
RSA 4096 signature
3-Step Installation
Import the repository public key into /etc/apt/keyrings/ to verify package integrity and authenticity:
Terminal (Bash)
curl -fsSL https://apt.bobine.fit/bobine.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/bobine.gpg
Copy
Add the official repository to your software sources list (Stable channel by default):
/etc/apt/sources.list.d/bobine.list
echo "deb [signed-by=/etc/apt/keyrings/bobine.gpg] https://apt.bobine.fit/ stable main" | sudo tee /etc/apt/sources.list.d/bobine.list
Copy
Early Access (Beta Channel): To receive rolling pre-release builds currently in testing, simply replace stable with beta in the command above. The package upgrades cleanly in place without creating a duplicate application.
Update your package index and install Bobine. Future releases will be automatically suggested during your regular sudo apt upgrade runs:
Terminal (Bash)
sudo apt update && sudo apt install bobine
Copy
Technical Specifications & Cryptographic Fingerprint