python-cmdln from Apache:MirrorBrain 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/Apache:/MirrorBrain/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/Apache:MirrorBrain.list curl -fsSL https://download.opensuse.org/repositories/Apache:MirrorBrain/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Apache_MirrorBrain.gpg > /dev/null sudo apt update sudo apt install python-cmdln
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/Apache:/MirrorBrain/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/Apache:MirrorBrain.list curl -fsSL https://download.opensuse.org/repositories/Apache:MirrorBrain/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Apache_MirrorBrain.gpg > /dev/null sudo apt update sudo apt install python-cmdln
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/Apache:/MirrorBrain/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/Apache:MirrorBrain.list curl -fsSL https://download.opensuse.org/repositories/Apache:MirrorBrain/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Apache_MirrorBrain.gpg > /dev/null sudo apt update sudo apt install python-cmdln
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
openSUSE Tumbleweed の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/Apache:MirrorBrain/openSUSE_Tumbleweed/Apache:MirrorBrain.repo zypper refresh zypper install python-cmdln
openSUSE Factory の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/Apache:MirrorBrain/openSUSE_Factory/Apache:MirrorBrain.repo zypper refresh zypper install python-cmdln
openSUSE 13.2 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/Apache:MirrorBrain/openSUSE_13.2/Apache:MirrorBrain.repo zypper refresh zypper install python-cmdln
openSUSE 13.1 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/Apache:MirrorBrain/openSUSE_13.1/Apache:MirrorBrain.repo zypper refresh zypper install python-cmdln
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
SLE 15 SP2 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/Apache:MirrorBrain/SLE_15_SP2/Apache:MirrorBrain.repo zypper refresh zypper install python-cmdln
SLE 15 SP1 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/Apache:MirrorBrain/SLE_15_SP1/Apache:MirrorBrain.repo zypper refresh zypper install python-cmdln
SLE 12 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/Apache:MirrorBrain/SLE_12/Apache:MirrorBrain.repo zypper refresh zypper install python-cmdln
SLE 11 SP3 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/Apache:MirrorBrain/SLE_11_SP3/Apache:MirrorBrain.repo zypper refresh zypper install python-cmdln
SLE 11 SP2 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/Apache:MirrorBrain/SLE_11_SP2/Apache:MirrorBrain.repo zypper refresh zypper install python-cmdln
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
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/Apache:/MirrorBrain/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/Apache:MirrorBrain.list curl -fsSL https://download.opensuse.org/repositories/Apache:MirrorBrain/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Apache_MirrorBrain.gpg > /dev/null sudo apt update sudo apt install python-cmdln