caf from devel:libraries:caf:nightly project
Selecione seu sistema operacional
Adicionar repositório e instalar manualmente
Para CentOS 7 execute o seguinte como 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
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para Fedora 21 execute o seguinte como 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
Para Fedora 20 execute o seguinte como 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
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/devel:libraries:caf:nightly/openSUSE_Tumbleweed/devel:libraries:caf:nightly.repo zypper refresh zypper install caf
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para RHEL 7 execute o seguinte como 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
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para ScientificLinux 7 execute o seguinte como 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
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para xUbuntu 15.04 execute o seguinte:
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
Para xUbuntu 14.10 execute o seguinte:
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