Add the SLIMBOOK repositories on Linux

As you already know, we are a company deeply committed to Free Software. Since our inception some time ago, it has been part of our roadmap to continuously improve and expand our services related to GNU/Linux.

If you would like to add our repository, below you'll find a brief guide on how to do so across various distributions.

Ubuntu and Debian

- Ubuntu 24 and Debian 13:

$ wget https://raw.githubusercontent.com/Slimbook-Team/slimbook-base-files/main/sources/slimbook.list
$ wget https://raw.githubusercontent.com/Slimbook-Team/slimbook-base-files/main/keys/slimbook.gpg
$ sudo mv slimbook.gpg /etc/apt/trusted.gpg.d/
$ sudo mv slimbook.list /etc/apt/sources.list.d/
$ sudo apt update

- Ubuntu 22 and Debian 12:

$ sudo add-apt-repository ppa:slimbook/slimbook                                                                                                                                                       *Ubuntu 22
$ sudo apt update
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BE80F1EEB3838E61E42091B378A22399981017F                                   *Debian12
$ echo 'deb https://ppa.launchpadcontent.net/slimbook/slimbook/ubuntu jammy main' >> /etc/apt/sources.list
$ echo 'deb-src https://ppa.launchpadcontent.net/slimbook/slimbook/ubuntu jammy main ' >> /etc/apt/sources.list
$ sudo apt update

Fedora

- Fedora 41:

$ sudo dnf4 config-manager --add-repo https://download.opensuse.org/repositories/home:/Slimbook/Fedora_41/home:Slimbook.repo
$ sudo dnf update -y --refresh

- Fedora 40:

$ sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/Slimbook/Fedora_40/home:Slimbook.repo
$ sudo dnf update -y --refresh

OpenSuse

$ sudo zypper ar -f https://download.opensuse.org/repositories/home:/Slimbook/openSUSE_Tumbleweed/ slimbook
$ sudo zypper ref


Add the SLIMBOOK repositories on Linux
Eusebio Giner Slimbook
17 April, 2025
share
archive