Install from source
Add one repo, install any of our apps, get updates with your system. Replace <package> and <app-id> with the app you want.
Repositories — 04 sources
Deb / Ubuntu / Mint / Pop!_OS
Add our signing key and source, then install:
curl -fsSL https://repo.bobs.computer/apt/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/bobs.gpg echo "deb [signed-by=/usr/share/keyrings/bobs.gpg] https://repo.bobs.computer/apt stable main" | sudo tee /etc/apt/sources.list.d/bobs.list sudo apt update && sudo apt install <package>
Updates arrive with your normal system updates. No extra steps.
Fedora / openSUSE
Add the repo and install:
sudo dnf config-manager --add-repo https://repo.bobs.computer/rpm/bobs.repo sudo dnf install <package>
Updates arrive with your normal system updates. No extra steps.
Any distro
Add our remote once, then install any app:
flatpak remote-add --if-not-exists bobs https://repo.bobs.computer/flatpak/bobs.flatpakrepo flatpak install bobs <app-id>
NixOS / Nix package manager
Try a package with no commitment:
nix profile install github:bobs-computer/packages#<package>
Or pin it in your flake inputs:
bobs.url = "github:bobs-computer/packages";
Send us your distro and the error — a human replies.
Get help — contact@bobs.computer