Hello,
I downloaded the desktop app for NextCloud. The downloaded file is âNextcloud-2.5.1-x86_64.AppImageâ yet I cannot find instructions on how to install and have it working.
I have Kubuntu 18.04.2 LTS
Regards !
Hello,
I downloaded the desktop app for NextCloud. The downloaded file is âNextcloud-2.5.1-x86_64.AppImageâ yet I cannot find instructions on how to install and have it working.
I have Kubuntu 18.04.2 LTS
Regards !
Personally, I hate using the AppImage. Integration sucks hardcore with it (as with all AppImages). I recommend going here to launchpad and installing. So basically, all these commands here if you donât want to follow the link:
$ sudo add-apt-repository ppa:nextcloud-devs/client
$ sudo update
$ sudo apt install nextcloud-client nextcloud-client-dolphin
Enjoy!
If you go to appimage.org, under the heading âHow to run an AppImage?â, it says:
Make it executable
Run it.
Change the filename they have in the examples to the filename of the file that you downloaded, and youâre done!
Now it works. Thank you !