Install package isv:ownCloud:community / owncloud

Select Your Operating System

CentOS

CentOS

Debian

Debian

Fedora

Fedora

openSUSE

openSUSE

RHEL

RHEL

SLE

SLE

Ubuntu

Ubuntu

Add repository and install manually

For xUbuntu 13.04 run the following as root:

echo 'deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.04/ /' >> /etc/apt/sources.list.d/owncloud.list 
apt-get update
apt-get install owncloud

You can add the repository key to apt like this:

wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.04/Release.key
apt-key add - < Release.key  

For xUbuntu 12.10 run the following as root:

echo 'deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.10/ /' >> /etc/apt/sources.list.d/owncloud.list 
apt-get update
apt-get install owncloud

You can add the repository key to apt like this:

wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.10/Release.key
apt-key add - < Release.key  

For xUbuntu 12.04 run the following as root:

echo 'deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/owncloud.list 
apt-get update
apt-get install owncloud

You can add the repository key to apt like this:

wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.04/Release.key
apt-key add - < Release.key  

For openSUSE Tumbleweed run the following as root:

zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:community/openSUSE_Tumbleweed/isv:ownCloud:community.repo
zypper refresh
zypper install owncloud

For openSUSE Factory run the following as root:

zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:community/openSUSE_Factory/isv:ownCloud:community.repo
zypper refresh
zypper install owncloud

For openSUSE 12.3 standard run the following as root:

zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:community/openSUSE_12.3_standard/isv:ownCloud:community.repo
zypper refresh
zypper install owncloud

For openSUSE 12.2 ARM run the following as root:

zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:community/openSUSE_12.2_ARM/isv:ownCloud:community.repo
zypper refresh
zypper install owncloud

For openSUSE 12.2 run the following as root:

zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:community/openSUSE_12.2/isv:ownCloud:community.repo
zypper refresh
zypper install owncloud

For openSUSE 12.1 run the following as root:

zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:community/openSUSE_12.1/isv:ownCloud:community.repo
zypper refresh
zypper install owncloud

For openSUSE 11.4 standard run the following as root:

zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:community/openSUSE_11.4_standard/isv:ownCloud:community.repo
zypper refresh
zypper install owncloud

For SLE 11 SP2 run the following as root:

zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:community/SLE_11_SP2/isv:ownCloud:community.repo
zypper refresh
zypper install owncloud

For RedHat RHEL-6 run the following as root:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:community/RedHat_RHEL-6/isv:ownCloud:community.repo
yum install owncloud

For Fedora 18 run the following as root:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:community/Fedora_18/isv:ownCloud:community.repo
yum install owncloud

For Fedora 17 run the following as root:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:community/Fedora_17/isv:ownCloud:community.repo
yum install owncloud

For Debian 7.0 run the following as root:

echo 'deb http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_7.0/ /' >> /etc/apt/sources.list.d/owncloud.list 
apt-get update
apt-get install owncloud

You can add the repository key to apt like this:

wget http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_7.0/Release.key
apt-key add - < Release.key  

For Debian 6.0 run the following as root:

echo 'deb http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_6.0/ /' >> /etc/apt/sources.list.d/owncloud.list 
apt-get update
apt-get install owncloud

You can add the repository key to apt like this:

wget http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_6.0/Release.key
apt-key add - < Release.key  

For CentOS CentOS-6 run the following as root:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:community/CentOS_CentOS-6/isv:ownCloud:community.repo
yum install owncloud

Grab binary packages directly