The ownCloud Desktop Client is provided for a wide range of Linux distributions. The following table provides a list of Linux operating systems and the specific distributions on which you can install the Desktop Client.
Operating System | Distribution |
---|---|
CentOS (Redhat) |
|
Debian |
|
openSUSE |
|
SUSE (SLE) |
|
Ubuntu |
|
General instructions for how to install the ownCloud Desktop Client on any supported Linux distribution can be found on the ownCloud download page.
You can install the ownCloud Desktop Client using either of the following three methods:
Note
Manual command line installation requires that you perform the installation as root.
To install the ownCloud Desktop Client on a Redhat or CentOS operating system manually:
Open a Linux terminal window.
Specify the directory in which you want to install the client.
cd /etc/yum.repos.d/
Choose and download the client for your specific distribution:
- Red Hat RHEL-6: wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/RedHat_RHEL-6/isv:ownCloud:desktop.repo
- CentOS CentOS-6: wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/CentOS_CentOS-6/isv:ownCloud:desktop.repo
Install the client.
yum install owncloud-client
After the installation completes, go to Setting Up the ownCloud Desktop Client.
Installing the Desktop Client on Debian 7.0 Linux Operating Systems Manually
To install the ownCloud Desktop Client on the Debian 7.0 distribution manually:
Open a Linux terminal window.
Download the client.
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_7.0/ /' >> /etc/apt/sources.list.d/owncloud-client.list
Download the package lists from any repositories and updates them to ensure the latest package versions and their dependencies.
apt-get update
Install the client.
apt-get install owncloud-client
(Optional) Download the apt-key for the Debian repository
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Debian_7.0/Release.key
After the installation completes, go to Setting Up the ownCloud Desktop Client.
To install the ownCloud Desktop Client on the Fedora operating system manually:
Open a Linux terminal window.
Specify the directory in which you want to install the client.
cd /etc/yum.repos.d/
Choose and download the client for your specific distribution
- Fedora 19: wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Fedora_19/isv:ownCloud:desktop.repo
- Fedora 20: wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Fedora_20/isv:ownCloud:desktop.repo
Install the client.
yum install owncloud-client
After the installation completes, go to Setting Up the ownCloud Desktop Client.
To install the ownCloud Desktop Client on the openSUSE operating system manually:
Open a Linux terminal window.
Choose and download the client for your specific distribution:
Download any package metadata from the medium and store it in local cache.
zypper refresh
Install the client.
zypper install owncloud-client
After the installation completes, go to Setting Up the ownCloud Desktop Client.
To install the ownCloud Desktop Client on the SUSE Linux Enterprise (SLE) operating system.
Open a Linux terminal window.
Download the client.
zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/SLE_11_SP3/isv:ownCloud:desktop.repo
Download any package metadata from the medium and store it in local cache.
zypper refresh
Install the client.
zypper install owncloud-client
After the installation completes, go to Setting Up the ownCloud Desktop Client.
To install the ownCloud Desktop Client on the Ubuntu operating system:
Open a Linux terminal window.
Choose and download the client for your specific distribution:
- xUbuntu 14.04: sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
- xUbuntu 13.10: sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_13.10/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
- xUbuntu 12.10: sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_12.10/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
- xUbuntu 12.04: sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
Download the package lists from any repositories and updates them to ensure the latest package versions and their dependencies.
apt-get update
Install the client.
sudo apt-get install owncloud-client
(Optional) Download the apt-key for the Ubuntu repository:
- xUbuntu 14.04: wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_14.04/Release.key
- xUbuntu 13.10: wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_13.10/Release.key
- xUbuntu 12.10: wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_12.10/Release.key
- xUbuntu 12.04: wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_12.04/Release.key
(Optional) Add the apt key.
sudo apt-key add - < Release.key
After the installation completes, go to `Setting Up the ownCloud Desktop Client`_.