caf from devel:libraries:caf project

Select Your Operating System

For Debian 8.0 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/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
For Fedora 21 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/devel:libraries:caf/Fedora_21/devel:libraries:caf.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/Fedora_20/devel:libraries:caf.repo
yum install caf
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/devel:libraries:caf/RHEL_7/devel:libraries:caf.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/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
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/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