Install ownCloud Desktop Client on Debian 10 Buster

0
2707

Last updated on February 15th, 2022 at 09:12 pm

Learn how to install ownCloud Desktop Client on Debian 10 Buster. ownCloud Desktop Client is a gui based ownCloud application that enables you to;

  • Connect to one or more ownCloud servers (HTTP or HTTPS) for viewing in a single UI
  • Browse files and folders in the native Finder or Explorer and share by name or link with a right-click
  • Automatically sync your latest files and folders across PCs & with other users and groups
  • Selectively sync additional folders from anywhere on your PC
  • Control default sync behavior for new files and folders, setting max file size for sync
  • Use the new activity tab to track server-side activities
  • Pause and resume uploads and downloads automatically
  • Configure proxies and throttle bandwidth for your use case
  • Admins can push notifications out to users through the desktop client.

If you need to install and setup your own ownCloud server, see our guide by following the link below;

Install ownCloud Server on Debian 10 Buster

Install ownCloud Desktop Client on Debian 10 Buster

ownCloud is not available on Debian 10 Buster repositories by default. As such, the installation can be done by installing ownCloud APT repos or by using the DEB binary.

Install ownCloud Desktop Client via ownCloud APT Repository

To install ownCloud desktop client via ownCloud APT repository on Debian 10 buster, you need to install the repository first.

Install the Repository Signing Key

Run the command below to download and install ownCloud Desktop client repository signing key.

wget -O- https://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_10/Release.key | sudo apt-key add -

Install ownCloud Desktop Client repository

echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_10/ /' > /etc/apt/sources.list.d/ownCloud-desktop.list

Run System Update

apt update

Install ownCloud Desktop Client

Next, install ownCloud Desktop client by running the command below;

apt install owncloud-client

Install ownCloud Desktop Client using DEB Binary Package

You can download the .DEB binary from ownCloud Desktop clients downloads page. To avoid unmet dependency issues, you can use APT to install the DEB binary.

apt install ./owncloud_client_<release-version+build-number>.deb

Connecting to ownCloud Server using ownCloud Desktop Client

You can now launch your ownCloud desktop client and connect to your ownCloud server to synchronize your files and folders to local disk as well as upload files to your server.

Enter the ownCloud server address and click Next.

Install ownCloud Desktop Client on Debian 10 Buster

Enter your access credentials.

Install ownCloud Desktop Client on Debian 10 Buster

Setup your local folders for synchronization. In this demo, we leave the default settings.

Install ownCloud Desktop Client on Debian 10 Buster

Click connect to connect to the server and synchronize the folder and the files to the local folder and vise versa.

That is it on how to install ownCloud Desktop Client on Debian 10 Buster.

Configure ownCloud OpenLDAP Authentication

Install ownCloud Desktop Client on CentOS 8

Install ownCloud Server on CentOS 8

How to Upgrade ownCloud 9 to ownCloud 10 on Ubuntu 16.04

LEAVE A REPLY

Please enter your comment!
Please enter your name here