Installing Nextcloud client on Ubuntu

Installing Nextcloud client on Ubuntu

Nextcloud provides its own desktop client for Linux in form of AppImage which can be downloaded by issuing the following command:
sudo wget -nv https://download.nextcloud.com/desktop/releases/Linux/latest -O Nextcloud.AppImage

Alternatively, for Ubuntu, the latest version of the client can be installed from PPA following the instructions here:
sudo add-apt-repository ppa:nextcloud-devs/client
sudo apt-get update
sudo apt-get install nextcloud-client

For other platforms, please follow client installation instructions located at the Nextcloud website.