Nextcloudcmd access to Nextcloud desktop for linux (AppImage)

I Installed Nextcloud-desktop AppImage.

I see nextcloudcmd is described in the documentation but I can’t find how to access to nextcloudcmd command.

I also searched for accessing to packages/channels/releases of nextcloudcmd without success.

How can access to mantained releases/channels/pachages of nextcloudcmd ?

Thanks in advance,

well the documentation cleary stated how to install nextcloud-client

CentOS

$ sudo yum -y install epel-release $ sudo yum -y install nextcloud-client

Ubuntu/Debian

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

installing the client will include nextcloudcmd.

maybe it’s not in your users path.