extra-cmake-modules from isv:ownCloud:testpilot:edge project

Seleccioneu el sistema operatiu

Per a CentOS 8 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/isv:ownCloud:testpilot:edge/CentOS_8/isv:ownCloud:testpilot:edge.repo
yum install extra-cmake-modules
Per a CentOS 7.6 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/isv:ownCloud:testpilot:edge/CentOS_7.6/isv:ownCloud:testpilot:edge.repo
yum install extra-cmake-modules
Per a Debian 9.0 executeu el següent:
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/isv:/ownCloud:/testpilot:/edge/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:testpilot:edge.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:testpilot:edge/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_testpilot_edge.gpg > /dev/null
sudo apt update
sudo apt install extra-cmake-modules
Per a Debian 10 executeu el següent:
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/isv:/ownCloud:/testpilot:/edge/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:testpilot:edge.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:testpilot:edge/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_testpilot_edge.gpg > /dev/null
sudo apt update
sudo apt install extra-cmake-modules
Per a Ubuntu 20.04 executeu el següent:
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/isv:/ownCloud:/testpilot:/edge/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:testpilot:edge.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:testpilot:edge/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_testpilot_edge.gpg > /dev/null
sudo apt update
sudo apt install extra-cmake-modules
Per a Ubuntu 18.04 executeu el següent:
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/isv:/ownCloud:/testpilot:/edge/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:testpilot:edge.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:testpilot:edge/Ubuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_testpilot_edge.gpg > /dev/null
sudo apt update
sudo apt install extra-cmake-modules
Per a Linux Mint 19 executeu el següent:
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/isv:/ownCloud:/testpilot:/edge/Linux_Mint_19/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:testpilot:edge.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:testpilot:edge/Linux_Mint_19/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_testpilot_edge.gpg > /dev/null
sudo apt update
sudo apt install extra-cmake-modules