How to install nextcloud (client or desktop?) on ubuntu?

Hi,

Sorry for this stupid question but nothing works and I don’t know why.
On Ubuntu 18.04.3 did

snap install nextcloud
it is in the list but
~$ nextcloud
nextcloud: command not found

Then I’ve tried
:~$ sudo apt install nextcloud-client
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nextcloud-client

then
:~$ sudo apt install nextcloud-client
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nextcloud-client

What should I do to have a nextcloud client on my desktop ?
Thanks

Hi,

I have found :slight_smile:

  1. Download Appimage here
    then do a $ sudo chmod +x Nextcloud-2.6.2-x86_64.AppImage
    then go to $ cd /usr/bin/
    then make a link to have the command in terminal
    $ sudo ln -s /ThePathToTheAppImage/Nextcloud-2.6.2-x86_64.AppImage nextcloud
    and launch :
    $ nextcloud

And you have it in the top bar