caf from devel:libraries:caf:nightly project

Select Your Operating System

For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/devel:libraries:caf:nightly/CentOS_7/devel:libraries:caf:nightly.repo
yum install caf
For Fedora 21 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/devel:libraries:caf:nightly/Fedora_21/devel:libraries:caf:nightly.repo
yum install caf
For Fedora 20 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/devel:libraries:caf:nightly/Fedora_20/devel:libraries:caf:nightly.repo
yum install caf
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/devel:libraries:caf:nightly/openSUSE_Tumbleweed/devel:libraries:caf:nightly.repo
zypper refresh
zypper install caf
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/devel:libraries:caf:nightly/RHEL_7/devel:libraries:caf:nightly.repo
yum install caf
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/devel:libraries:caf:nightly/ScientificLinux_7/devel:libraries:caf:nightly.repo
yum install caf
For xUbuntu 15.04 run the following:
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:/nightly/xUbuntu_15.04/ /' | sudo tee /etc/apt/sources.list.d/devel:libraries:caf:nightly.list
curl -fsSL https://download.opensuse.org/repositories/devel:libraries:caf:nightly/xUbuntu_15.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_libraries_caf_nightly.gpg > /dev/null
sudo apt update
sudo apt install caf
For xUbuntu 14.10 run the following:
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:/nightly/xUbuntu_14.10/ /' | sudo tee /etc/apt/sources.list.d/devel:libraries:caf:nightly.list
curl -fsSL https://download.opensuse.org/repositories/devel:libraries:caf:nightly/xUbuntu_14.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_libraries_caf_nightly.gpg > /dev/null
sudo apt update
sudo apt install caf