Nextcloud client
Nextcloud client, to allow sync with a nextcloud server.
- Go to the official download page
- Download appimage file
mv {appimage} ~/nextcloudchmod +x ~/nextcloud- (optional) Create desktop entry
- Copy desktopfile.desktop to
~/.local/share/applications/nextcloud.desktop - Edit
~/.local/share/applications/nextcloud.desktopto suit you preferences - Done. You can now launch Nextcloud from the system's menu
- Copy desktopfile.desktop to
32-bit machine
Nextcloud appimage is only for a 64-bit machine. On a 32-bit you need to install the old owncloud client. For now, owcnloud and nextcloud are comaptible (nextcloud client is actually just a resking of owncloud one).
You can try to either install from the debian repository, or from owncloud one. The owncloud one is updated more frequently, but last time I tried it didn't work.
- Add owncloud repository to the list of sources
apt install apt-transport-httpsto use a http repositoryecho 'deb {repo url found on the official download page} /' >> /etc/apt/sources.list.d/owncloud-client.list
- Add the repository key (security warning: the owner of the key may distribute any package that your system will automatically trust)
wget {key url found on the official download page} -O Release.keyapt-key add - < Release.keyrm Release.key
apt updateapt install owncloud-client