goldendict from office:goldendict project
お使いのオペレーティングシステムの選択
手作業でリポジトリを追加してインストールする
Debian 9.0 の場合は、下記のコマンドを実行してください:
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/office:/goldendict/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/office:goldendict.list curl -fsSL https://download.opensuse.org/repositories/office:goldendict/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/office_goldendict.gpg > /dev/null sudo apt update sudo apt install goldendict
Debian 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/office:/goldendict/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/office:goldendict.list curl -fsSL https://download.opensuse.org/repositories/office:goldendict/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/office_goldendict.gpg > /dev/null sudo apt update sudo apt install goldendict
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Fedora Rawhide の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/office:goldendict/Fedora_Rawhide/office:goldendict.repo dnf install goldendict
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Mageia Cauldron の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/office:goldendict/Mageia_Cauldron/office:goldendict.repo dnf install goldendict
Mageia 7 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/office:goldendict/Mageia_7/office:goldendict.repo dnf install goldendict
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
openSUSE Tumbleweed の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/openSUSE_Tumbleweed/office:goldendict.repo zypper refresh zypper install goldendict
openSUSE Leap 15.2 PowerPC の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/openSUSE_Leap_15.2_PowerPC/office:goldendict.repo zypper refresh zypper install goldendict
openSUSE Leap 15.2 ARM の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/openSUSE_Leap_15.2_ARM/office:goldendict.repo zypper refresh zypper install goldendict
openSUSE Leap 15.1 PowerPC の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/openSUSE_Leap_15.1_PowerPC/office:goldendict.repo zypper refresh zypper install goldendict
openSUSE Leap 15.1 ARM の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/openSUSE_Leap_15.1_ARM/office:goldendict.repo zypper refresh zypper install goldendict
openSUSE Factory PowerPC の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/openSUSE_Factory_PowerPC/office:goldendict.repo zypper refresh zypper install goldendict
openSUSE Factory ARM の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/openSUSE_Factory_ARM/office:goldendict.repo zypper refresh zypper install goldendict
openSUSE Factory の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/openSUSE_Factory/office:goldendict.repo zypper refresh zypper install goldendict
SLE 15 SP1 Backports の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/SLE_15_SP1_Backports/office:goldendict.repo zypper refresh zypper install goldendict
SLE 12 SP5 Backports の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/SLE_12_SP5_Backports/office:goldendict.repo zypper refresh zypper install goldendict
SLE 12 SP4 Backports の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/SLE_12_SP4_Backports/office:goldendict.repo zypper refresh zypper install goldendict
15.5 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/15.5/office:goldendict.repo zypper refresh zypper install goldendict
15.4 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/15.4/office:goldendict.repo zypper refresh zypper install goldendict
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
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/office:/goldendict/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/office:goldendict.list curl -fsSL https://download.opensuse.org/repositories/office:goldendict/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/office_goldendict.gpg > /dev/null sudo apt update sudo apt install goldendict
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
SLE 12 SP5 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/SLE_12_SP5/office:goldendict.repo zypper refresh zypper install goldendict
SLE 12 SP4 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/office:goldendict/SLE_12_SP4/office:goldendict.repo zypper refresh zypper install goldendict
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
xUbuntu 20.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/office:/goldendict/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/office:goldendict.list curl -fsSL https://download.opensuse.org/repositories/office:goldendict/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/office_goldendict.gpg > /dev/null sudo apt update sudo apt install goldendict
xUbuntu 18.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/office:/goldendict/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/office:goldendict.list curl -fsSL https://download.opensuse.org/repositories/office:goldendict/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/office_goldendict.gpg > /dev/null sudo apt update sudo apt install goldendict
xUbuntu 16.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/office:/goldendict/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/office:goldendict.list curl -fsSL https://download.opensuse.org/repositories/office:goldendict/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/office_goldendict.gpg > /dev/null sudo apt update sudo apt install goldendict