owncloud from isv:ownCloud:community:5.0 project
Select Your Operating System
Add repository and install manually
For CentOS CentOS-6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/CentOS_CentOS-6/isv:ownCloud:community:5.0.repo yum install owncloud
Grab binary packages directly
Add repository and install manually
For Debian 7.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/isv:/ownCloud:/community:/5.0/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:5.0.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_5.0.gpg > /dev/null sudo apt update sudo apt install owncloud
Grab binary packages directly
Add repository and install manually
For Fedora 20 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/Fedora_20/isv:ownCloud:community:5.0.repo yum install owncloud
For Fedora 19 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/Fedora_19/isv:ownCloud:community:5.0.repo yum install owncloud
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/openSUSE_Tumbleweed/isv:ownCloud:community:5.0.repo zypper refresh zypper install owncloud
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/openSUSE_Factory/isv:ownCloud:community:5.0.repo zypper refresh zypper install owncloud
Grab binary packages directly
Add repository and install manually
For RedHat RHEL-6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/RedHat_RHEL-6/isv:ownCloud:community:5.0.repo yum install owncloud
Grab binary packages directly
Add repository and install manually
For SLE 11 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/SLE_11_SP3/isv:ownCloud:community:5.0.repo zypper refresh zypper install owncloud
For SLE 11 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/SLE_11_SP2/isv:ownCloud:community:5.0.repo zypper refresh zypper install owncloud
Grab binary packages directly
Add repository and install manually
For xUbuntu 14.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/isv:/ownCloud:/community:/5.0/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:5.0.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_5.0.gpg > /dev/null sudo apt update sudo apt install owncloud
For xUbuntu 12.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/isv:/ownCloud:/community:/5.0/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:5.0.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:5.0/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_5.0.gpg > /dev/null sudo apt update sudo apt install owncloud