Install package isv:ownCloud:testing / owncloud-client

Select Your Operating System

openSUSE

openSUSE

Ubuntu

Ubuntu

Install using One Click Install

Add repository and install manually

For xUbuntu 12.10 run the following as root:

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

You can add the repository key to apt like this:

wget http://download.opensuse.org/repositories/isv:ownCloud:testing/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:testing/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list 
apt-get update
apt-get install owncloud-client

You can add the repository key to apt like this:

wget http://download.opensuse.org/repositories/isv:ownCloud:testing/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:testing/openSUSE_Tumbleweed/isv:ownCloud:testing.repo
zypper refresh
zypper install owncloud-client

For openSUSE Factory run the following as root:

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

For openSUSE 12.2 run the following as root:

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