koi from home:MartinVonReichenberg:KDE:Extra project

Kies uw besturingssysteem

Voor Arch Linux, bewerk /etc/pacman.conf en voeg het volgende toe (merk op dat de volgorde van installatiebronnen in pacman.conf belangrijk is, omdat pacman altijd het eerst gevonden pakket downloadt):
[home_MartinVonReichenberg_KDE_Extra_Arch]
Server = https://download.opensuse.org/repositories/home:/MartinVonReichenberg:/KDE:/Extra/Arch/$arch
Voer dan het volgende als root uit
key=$(curl -fsSL https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/Arch/$(uname -m)/home_MartinVonReichenberg_KDE_Extra_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_MartinVonReichenberg_KDE_Extra_Arch/koi

Pakketten voor Arch:

Voor Fedora Rawhide voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/Fedora_Rawhide/home:MartinVonReichenberg:KDE:Extra.repo
dnf install koi
Voor Fedora 43 voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/Fedora_43/home:MartinVonReichenberg:KDE:Extra.repo
dnf install koi
Voor Fedora 42 voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/Fedora_42/home:MartinVonReichenberg:KDE:Extra.repo
dnf install koi
Voor Mageia Cauldron voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/Mageia_Cauldron/home:MartinVonReichenberg:KDE:Extra.repo
dnf install koi
Voor Mageia 9 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/Mageia_9/home:MartinVonReichenberg:KDE:Extra.repo
dnf install koi
Voor openSUSE Tumbleweed voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/openSUSE_Tumbleweed/home:MartinVonReichenberg:KDE:Extra.repo
zypper refresh
zypper install koi
Voor openSUSE Slowroll voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/openSUSE_Slowroll/home:MartinVonReichenberg:KDE:Extra.repo
zypper refresh
zypper install koi
Voor 16.0 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/16.0/home:MartinVonReichenberg:KDE:Extra.repo
zypper refresh
zypper install koi
Voor 15.6 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/15.6/home:MartinVonReichenberg:KDE:Extra.repo
zypper refresh
zypper install koi
Voor Ubuntu debbuild Ubuntu 25.04 voer het volgende uit:
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:/MartinVonReichenberg:/KDE:/Extra/Ubuntu_debbuild_Ubuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:MartinVonReichenberg:KDE:Extra.list
curl -fsSL https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/Ubuntu_debbuild_Ubuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MartinVonReichenberg_KDE_Extra.gpg > /dev/null
sudo apt update
sudo apt install koi
Voor Ubuntu debbuild Ubuntu 24.04 voer het volgende uit:
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:/MartinVonReichenberg:/KDE:/Extra/Ubuntu_debbuild_Ubuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:MartinVonReichenberg:KDE:Extra.list
curl -fsSL https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/Ubuntu_debbuild_Ubuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MartinVonReichenberg_KDE_Extra.gpg > /dev/null
sudo apt update
sudo apt install koi
Voor Debian debbuild Debian Testing voer het volgende als root uit:
?
Voor Debian debbuild Debian Next voer het volgende als root uit:
?
Voor Debian debbuild Debian 13 voer het volgende als root uit:
?
Voor Debian debbuild Debian 12 voer het volgende als root uit:
?