klassy from home:paul4us project
Välj ditt operativsystem
Lägg till lagringsplats och installera manuellt
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
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För Debian Unstable, kör följande:
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
För Debian Testing, kör följande:
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
För Debian 13, kör följande:
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_13/ /' | sudo tee /etc/apt/sources.list.d/home:paul4us.list curl -fsSL https://download.opensuse.org/repositories/home:paul4us/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_paul4us.gpg > /dev/null sudo apt update sudo apt install klassy
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För Fedora Rawhide, kör följande som root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:paul4us/Fedora_Rawhide/home:paul4us.repo dnf install klassy
För Fedora 43, kör följande som root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:paul4us/Fedora_43/home:paul4us.repo dnf install klassy
För Fedora 42, kör följande som root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:paul4us/Fedora_42/home:paul4us.repo dnf install klassy
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För Mageia Cauldron, kör följande som root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:paul4us/Mageia_Cauldron/home:paul4us.repo dnf install klassy
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För openSUSE Tumbleweed, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Tumbleweed/home:paul4us.repo zypper refresh zypper install klassy
För openSUSE Slowroll, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Slowroll/home:paul4us.repo zypper refresh zypper install klassy
För openSUSE Factory RISCV, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Factory_RISCV/home:paul4us.repo zypper refresh zypper install klassy
För openSUSE Factory PowerPC, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Factory_PowerPC/home:paul4us.repo zypper refresh zypper install klassy
För openSUSE Factory ARM, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/openSUSE_Factory_ARM/home:paul4us.repo zypper refresh zypper install klassy
För 16.0, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/home:paul4us/16.0/home:paul4us.repo zypper refresh zypper install klassy
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För xUbuntu 25.10, kör följande:
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_25.10/ /' | sudo tee /etc/apt/sources.list.d/home:paul4us.list curl -fsSL https://download.opensuse.org/repositories/home:paul4us/xUbuntu_25.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_paul4us.gpg > /dev/null sudo apt update sudo apt install klassy
För xUbuntu 25.04, kör följande:
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_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:paul4us.list curl -fsSL https://download.opensuse.org/repositories/home:paul4us/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_paul4us.gpg > /dev/null sudo apt update sudo apt install klassy