koi from home:MartinVonReichenberg:KDE:Extra 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_MartinVonReichenberg_KDE_Extra_Arch]
Server = https://download.opensuse.org/repositories/home:/MartinVonReichenberg:/KDE:/Extra/Arch/$arch
Then run the following as root
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
For Fedora Rawhide run the following as root:
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
For Fedora 43 run the following as root:
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
For Fedora 42 run the following as root:
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
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/Mageia_Cauldron/home:MartinVonReichenberg:KDE:Extra.repo
dnf install koi
For Mageia 9 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/Mageia_9/home:MartinVonReichenberg:KDE:Extra.repo
dnf install koi
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/openSUSE_Tumbleweed/home:MartinVonReichenberg:KDE:Extra.repo
zypper refresh
zypper install koi
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/openSUSE_Slowroll/home:MartinVonReichenberg:KDE:Extra.repo
zypper refresh
zypper install koi
For 16.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/16.0/home:MartinVonReichenberg:KDE:Extra.repo
zypper refresh
zypper install koi
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MartinVonReichenberg:KDE:Extra/15.6/home:MartinVonReichenberg:KDE:Extra.repo
zypper refresh
zypper install koi
For Ubuntu debbuild Ubuntu 25.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:/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
For Ubuntu debbuild Ubuntu 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:/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
For Debian debbuild Debian Testing run the following as root:
?
For Debian debbuild Debian Next run the following as root:
?
For Debian debbuild Debian 13 run the following as root:
?
For Debian debbuild Debian 12 run the following as root:
?