Install ownCloud Desktop Client on CentOS 8

|
Last Updated:
|
|

ownCloud desktop client enables you to synchronize files and directories, among other functions, between your desktop and your ownCloud server. Therefore, follow through this guide to learn how to install ownCloud Desktop Client on CentOS 8 desktop system.

Installing ownCloud Desktop Client on CentOS 8

Install ownCloud Desktop Client Repository

ownCloud Desktop client is not available on the default CentOS 8 repos. Therefore, to install it, you need to create the ownCloud Desktop client repos.

dnf config-manager --add-repo https://download.opensuse.org/repositories/isv:/ownCloud:/desktop/CentOS_8/isv:ownCloud:desktop.repo

Install the Repository Signing Key

To verify the validity and integrity of ownCloud packages, you need to install the repository GPG signing key.

rpm --import http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/CentOS_8/repodata/repomd.xml.key

Run System Package Update

Update your system packages.

dnf update

Install ownCloud Desktop Client

Now that you got the repositories in place, run the command below to install ownCloud desktop client.

dnf install owncloud-client

Connecting to ownCloud Server

Once the client installation completes successfully, you can launch it and initiate the connection to the ownCloud server for file and directory synchronization.

Enter the ownCloud server connection address.

install ownCloud Desktop Client on CentOS 8

Set the user login credentials.

owncloud user creds 1

Configure local folder settings.

install ownCloud Desktop Client on CentOS 8

Start synchronizing files. That marks the end of installation and setup of ownCloud Desktop client on CentOS 8.

You can also check our other guides on;

Configure ownCloud OpenLDAP Authentication

Install ownCloud Desktop Client on Debian 10 Buster

Install ownCloud Server on CentOS 8

Install ownCloud Server on Debian 10 Buster

SUPPORT US VIA A VIRTUAL CUP OF COFFEE

We're passionate about sharing our knowledge and experiences with you through our blog. If you appreciate our efforts, consider buying us a virtual coffee. Your support keeps us motivated and enables us to continually improve, ensuring that we can provide you with the best content possible. Thank you for being a coffee-fueled champion of our work!

Photo of author
koromicha
I am the Co-founder of Kifarunix.com, Linux and the whole FOSS enthusiast, Linux System Admin and a Blue Teamer who loves to share technological tips and hacks with others as a way of sharing knowledge as: "In vain have you acquired knowledge if you have not imparted it to others".

Leave a Comment