klassy from home:paul4us 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_paul4us_Arch]
Server = https://download.opensuse.org/repositories/home:/paul4us/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:paul4us/Arch/$(uname -m)/home_paul4us_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_paul4us_Arch/klassy
For Debian Unstable run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/paul4us/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:paul4us.list
curl -fsSL https://download.opensuse.org/repositories/home:paul4us/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_paul4us.gpg > /dev/null
sudo apt update
sudo apt install klassy
For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/paul4us/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:paul4us.list
curl -fsSL https://download.opensuse.org/repositories/home:paul4us/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_paul4us.gpg > /dev/null
sudo apt update
sudo apt install klassy
For Debian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/paul4us/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:paul4us.list
curl -fsSL https://download.opensuse.org/repositories/home:paul4us/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_paul4us.gpg > /dev/null
sudo apt update
sudo apt install klassy
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:paul4us/Fedora_Rawhide/home:paul4us.repo
dnf install klassy
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:paul4us/Fedora_40/home:paul4us.repo
dnf install klassy
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:paul4us/Fedora_39/home:paul4us.repo
dnf install klassy
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:paul4us/Fedora_38/home:paul4us.repo
dnf install klassy
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:paul4us/Mageia_Cauldron/home:paul4us.repo
dnf install klassy
For Mageia 9 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:paul4us/Mageia_9/home:paul4us.repo
dnf install klassy
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Tumbleweed/home:paul4us.repo
zypper refresh
zypper install klassy
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Slowroll/home:paul4us.repo
zypper refresh
zypper install klassy
For openSUSE Factory zSystems run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Factory_zSystems/home:paul4us.repo
zypper refresh
zypper install klassy
For openSUSE Factory RISCV run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Factory_RISCV/home:paul4us.repo
zypper refresh
zypper install klassy
For openSUSE Factory PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Factory_PowerPC/home:paul4us.repo
zypper refresh
zypper install klassy
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Factory_ARM/home:paul4us.repo
zypper refresh
zypper install klassy
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/15.6/home:paul4us.repo
zypper refresh
zypper install klassy
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/15.5/home:paul4us.repo
zypper refresh
zypper install klassy
For Raspbian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/paul4us/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:paul4us.list
curl -fsSL https://download.opensuse.org/repositories/home:paul4us/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_paul4us.gpg > /dev/null
sudo apt update
sudo apt install klassy
For xUbuntu 24.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/paul4us/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:paul4us.list
curl -fsSL https://download.opensuse.org/repositories/home:paul4us/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_paul4us.gpg > /dev/null
sudo apt update
sudo apt install klassy
For xUbuntu 23.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/paul4us/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:paul4us.list
curl -fsSL https://download.opensuse.org/repositories/home:paul4us/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_paul4us.gpg > /dev/null
sudo apt update
sudo apt install klassy
For xUbuntu 23.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/paul4us/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:paul4us.list
curl -fsSL https://download.opensuse.org/repositories/home:paul4us/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_paul4us.gpg > /dev/null
sudo apt update
sudo apt install klassy