slimbook-rgb-keyboard from home:Slimbook project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_Slimbook_Arch]
Server = https://download.opensuse.org/repositories/home:/Slimbook/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:Slimbook/Arch/$(uname -m)/home_Slimbook_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_Slimbook_Arch/slimbook-rgb-keyboard
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:Slimbook/Fedora_43/home:Slimbook.repo
dnf install slimbook-rgb-keyboard
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:Slimbook/Fedora_42/home:Slimbook.repo
dnf install slimbook-rgb-keyboard
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:Slimbook/Fedora_41/home:Slimbook.repo
dnf install slimbook-rgb-keyboard
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Slimbook/Fedora_40/home:Slimbook.repo
dnf install slimbook-rgb-keyboard
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Slimbook/Fedora_39/home:Slimbook.repo
dnf install slimbook-rgb-keyboard
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Slimbook/openSUSE_Tumbleweed/home:Slimbook.repo
zypper refresh
zypper install slimbook-rgb-keyboard
For 16.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Slimbook/16.0/home:Slimbook.repo
zypper refresh
zypper install slimbook-rgb-keyboard