build from OBS:Server:2.7 project
Seleccione su sistema operativo
Añadir repositorio e instalar de forma manual
Para openSUSE 42.1 ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/OBS:Server:2.7/openSUSE_42.1/OBS:Server:2.7.repo zypper refresh zypper install build
Para openSUSE 13.2 ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/OBS:Server:2.7/openSUSE_13.2/OBS:Server:2.7.repo zypper refresh zypper install build
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para SLE 12 ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/OBS:Server:2.7/SLE_12/OBS:Server:2.7.repo zypper refresh zypper install build
Para SLE 11 ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/OBS:Server:2.7/SLE_11/OBS:Server:2.7.repo zypper refresh zypper install build
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para xUbuntu 12.04 ejecute lo siguiente:
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.7/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/OBS:Server:2.7.list curl -fsSL https://download.opensuse.org/repositories/OBS:Server:2.7/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/OBS_Server_2.7.gpg > /dev/null sudo apt update sudo apt install build