Install package isv:ownCloud:desktop / owncloud-client
Select Your Operating System
Install using One Click Install
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_Tumbleweed/isv:ownCloud:desktop.repo zypper refresh zypper install owncloud-client
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_Leap_42.3/isv:ownCloud:desktop.repo zypper refresh zypper install owncloud-client
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_Leap_42.2/isv:ownCloud:desktop.repo zypper refresh zypper install owncloud-client
For openSUSE Leap 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_Leap_42.1/isv:ownCloud:desktop.repo zypper refresh zypper install owncloud-client
For openSUSE Leap 15.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_Leap_15.0/isv:ownCloud:desktop.repo zypper refresh zypper install owncloud-client
For Ubuntu 17.10 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_17.10/ /' > /etc/apt/sources.list.d/owncloud-client.list" sudo apt-get update sudo apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_17.10/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update
For Ubuntu 17.04 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_17.04/ /' > /etc/apt/sources.list.d/owncloud-client.list" sudo apt-get update sudo apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_17.04/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update
For Ubuntu 16.10 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.10/ /' > /etc/apt/sources.list.d/owncloud-client.list" sudo apt-get update sudo apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_16.10/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update
For Ubuntu 16.04 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.04/ /' > /etc/apt/sources.list.d/owncloud-client.list" sudo apt-get update sudo apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_16.04/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update
For Ubuntu 14.04 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_14.04/ /' > /etc/apt/sources.list.d/owncloud-client.list" sudo apt-get update sudo apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_14.04/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:desktop/RHEL_7/isv:ownCloud:desktop.repo yum install owncloud-client
For RHEL 6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:desktop/RHEL_6/isv:ownCloud:desktop.repo yum install owncloud-client
For Fedora 26 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/isv:ownCloud:desktop/Fedora_26/isv:ownCloud:desktop.repo dnf install owncloud-client
For Fedora 25 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/isv:ownCloud:desktop/Fedora_25/isv:ownCloud:desktop.repo dnf install owncloud-client
For Fedora 24 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/isv:ownCloud:desktop/Fedora_24/isv:ownCloud:desktop.repo dnf install owncloud-client
For Debian 9.0 run the following as root:
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_9.0/ /' > /etc/apt/sources.list.d/owncloud-client.list apt-get update apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Debian_9.0/Release.key -O Release.key apt-key add - < Release.key apt-get update
For Debian 8.0 run the following as root:
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_8.0/ /' > /etc/apt/sources.list.d/owncloud-client.list apt-get update apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Debian_8.0/Release.key -O Release.key apt-key add - < Release.key apt-get update
For Debian 7.0 run the following as root:
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_7.0/ /' > /etc/apt/sources.list.d/owncloud-client.list apt-get update apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Debian_7.0/Release.key -O Release.key apt-key add - < Release.key apt-get update
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:desktop/CentOS_7/isv:ownCloud:desktop.repo yum install owncloud-client
For CentOS 6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:desktop/CentOS_6/isv:ownCloud:desktop.repo yum install owncloud-client
Grab binary packages directly
| Packages for openSUSE Tumbleweed: | |
| Packages for openSUSE Leap 42.3: | |
| Packages for openSUSE Leap 42.2: | |
| Packages for openSUSE Leap 42.1: | |
| Packages for openSUSE Leap 15.0: | |
| Packages for Ubuntu 17.10: | |
| Packages for Ubuntu 17.04: | |
| Packages for Ubuntu 16.10: | |
| Packages for Ubuntu 16.04: | |
| Packages for Ubuntu 14.04: | |
| Packages for RHEL 7: | |
| Packages for RHEL 6: | |
| Packages for Fedora 26: | |
| Packages for Fedora 25: | |
| Packages for Fedora 24: | |
| Packages for Debian 9.0: | |
| Packages for Debian 8.0: | |
| Packages for Debian 7.0: | |
| Packages for CentOS 7: | |
| Packages for CentOS 6: |





