createrepo from OBS:Server:2.6 project
お使いのオペレーティングシステムの選択
手作業でリポジトリを追加してインストールする
openSUSE 13.2 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/OBS:Server:2.6/openSUSE_13.2/OBS:Server:2.6.repo zypper refresh zypper install createrepo
openSUSE 13.1 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/OBS:Server:2.6/openSUSE_13.1/OBS:Server:2.6.repo zypper refresh zypper install createrepo
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
SLE 12 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/OBS:Server:2.6/SLE_12/OBS:Server:2.6.repo zypper refresh zypper install createrepo
SLE 11 SP3 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/OBS:Server:2.6/SLE_11_SP3/OBS:Server:2.6.repo zypper refresh zypper install createrepo
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
xUbuntu 12.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/OBS:/Server:/2.6/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/OBS:Server:2.6.list curl -fsSL https://download.opensuse.org/repositories/OBS:Server:2.6/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/OBS_Server_2.6.gpg > /dev/null sudo apt update sudo apt install createrepo