owncloud-client from isv:ownCloud:community:edge project
Selecione seu sistema operacional
Adicionar repositório e instalar manualmente
Para CentOS 8 execute o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:community:edge/CentOS_8/isv:ownCloud:community:edge.repo yum install owncloud-client
Para CentOS 7 execute o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:community:edge/CentOS_7/isv:ownCloud:community:edge.repo yum install owncloud-client
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para Debian 9.0 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/isv:/ownCloud:/community:/edge/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:edge.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:edge/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_edge.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Para Debian 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/isv:/ownCloud:/community:/edge/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:edge.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:edge/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_edge.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para Ubuntu 20.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/isv:/ownCloud:/community:/edge/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:edge.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:edge/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_edge.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Para Ubuntu 18.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/isv:/ownCloud:/community:/edge/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:edge.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:edge/Ubuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_edge.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Para Linux Mint 19 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/isv:/ownCloud:/community:/edge/Linux_Mint_19/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:edge.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:edge/Linux_Mint_19/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_edge.gpg > /dev/null sudo apt update sudo apt install owncloud-client