Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu 16.04 - Install Nextcloud Client With A PPA

After having deployed a nextcloud server, you probably want to install the client in order to sync files between it and your computer. By installing the nextcloud desktop client through a PPA, you should automatically get any updates.

Steps

sudo add-apt-repository ppa:nextcloud-devs/client -y
sudo apt-get update
sudo apt install nextcloud-client -y

References

Last updated: 16th August 2018
First published: 16th August 2018