qtrans from home:tkb project
お使いのオペレーティングシステムの選択
手作業でリポジトリを追加してインストールする
Arch Linux の場合は /etc/pacman.conf を編集し、下記を追加してください (ただし、 pacman が想定どおりのパッケージをダウンロードできるよう、リポジトリの順序についても注意してください):
[home_tkb_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/tkb/Arch_Extra/$arch
その後、 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
Arch Linux の場合は /etc/pacman.conf を編集し、下記を追加してください (ただし、 pacman が想定どおりのパッケージをダウンロードできるよう、リポジトリの順序についても注意してください):
[home_tkb_Arch] Server = https://download.opensuse.org/repositories/home:/tkb/Arch/$arch
その後、 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
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Debian Unstable の場合は、下記のコマンドを実行してください:
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
Debian Testing の場合は、下記のコマンドを実行してください:
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
Debian 13 の場合は、下記のコマンドを実行してください:
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_13/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list curl -fsSL https://download.opensuse.org/repositories/home:tkb/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null sudo apt update sudo apt install qtrans
Debian 12 の場合は、下記のコマンドを実行してください:
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
Debian 11 の場合は、下記のコマンドを実行してください:
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
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Fedora Rawhide の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:tkb/Fedora_Rawhide/home:tkb.repo dnf install qtrans
Fedora 43 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:tkb/Fedora_43/home:tkb.repo dnf install qtrans
Fedora 42 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:tkb/Fedora_42/home:tkb.repo dnf install qtrans
Fedora 41 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:tkb/Fedora_41/home:tkb.repo dnf install qtrans
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Mageia Cauldron の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tkb/Mageia_Cauldron/home:tkb.repo dnf install qtrans
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
openSUSE Tumbleweed の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:tkb/openSUSE_Tumbleweed/home:tkb.repo zypper refresh zypper install qtrans
openSUSE Slowroll の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:tkb/openSUSE_Slowroll/home:tkb.repo zypper refresh zypper install qtrans
15.6 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:tkb/15.6/home:tkb.repo zypper refresh zypper install qtrans
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Raspbian 11 の場合は、下記のコマンドを実行してください:
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
Raspbian 10 の場合は、下記のコマンドを実行してください:
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
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
xUbuntu 25.04 の場合は、下記のコマンドを実行してください:
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_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list curl -fsSL https://download.opensuse.org/repositories/home:tkb/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tkb.gpg > /dev/null sudo apt update sudo apt install qtrans
xUbuntu 24.10 の場合は、下記のコマンドを実行してください:
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