caf from devel:libraries:caf project
お使いのオペレーティングシステムの選択
手作業でリポジトリを追加してインストールする
Debian 8.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/devel:/libraries:/caf/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/devel:libraries:caf.list curl -fsSL https://download.opensuse.org/repositories/devel:libraries:caf/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_libraries_caf.gpg > /dev/null sudo apt update sudo apt install caf
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Fedora 21 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/devel:libraries:caf/Fedora_21/devel:libraries:caf.repo yum install caf
Fedora 20 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/devel:libraries:caf/Fedora_20/devel:libraries:caf.repo yum install caf
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
RHEL 7 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/devel:libraries:caf/RHEL_7/devel:libraries:caf.repo yum install caf
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
xUbuntu 15.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/devel:/libraries:/caf/xUbuntu_15.04/ /' | sudo tee /etc/apt/sources.list.d/devel:libraries:caf.list curl -fsSL https://download.opensuse.org/repositories/devel:libraries:caf/xUbuntu_15.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_libraries_caf.gpg > /dev/null sudo apt update sudo apt install caf
xUbuntu 14.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/devel:/libraries:/caf/xUbuntu_14.10/ /' | sudo tee /etc/apt/sources.list.d/devel:libraries:caf.list curl -fsSL https://download.opensuse.org/repositories/devel:libraries:caf/xUbuntu_14.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_libraries_caf.gpg > /dev/null sudo apt update sudo apt install caf