qtrans from home:tkb 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_tkb_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/tkb/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:tkb/Arch_Extra/$(uname -m)/home_tkb_Arch_Extra.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_tkb_Arch_Extra/qtrans
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_tkb_Arch]
Server = https://download.opensuse.org/repositories/home:/tkb/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:tkb/Arch/$(uname -m)/home_tkb_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_tkb_Arch/qtrans
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:/tkb/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qtrans
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:/tkb/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qtrans
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:/tkb/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qtrans
For Debian 11 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:/tkb/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qtrans

Packages for Debian Unstable:

Packages for Debian Testing:

For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:tkb/Fedora_Rawhide/home:tkb.repo
dnf install qtrans
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:tkb/Fedora_41/home:tkb.repo
dnf install qtrans
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tkb/Fedora_40/home:tkb.repo
dnf install qtrans
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tkb/Mageia_Cauldron/home:tkb.repo
dnf install qtrans
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tkb/openSUSE_Tumbleweed/home:tkb.repo
zypper refresh
zypper install qtrans
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tkb/openSUSE_Slowroll/home:tkb.repo
zypper refresh
zypper install qtrans
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tkb/15.6/home:tkb.repo
zypper refresh
zypper install qtrans
For Raspbian 11 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:/tkb/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qtrans
For Raspbian 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:/tkb/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qtrans

Packages for Raspbian 11:

Packages for Raspbian 10:

For xUbuntu 24.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:/tkb/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qtrans
For xUbuntu 22.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:/tkb/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list
curl -fsSL https://download.opensuse.org/repositories/home:tkb/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null
sudo apt update
sudo apt install qtrans

Packages for xUbuntu 24.10:

Packages for xUbuntu 22.04: