ovladani Anydesk skrze CLI

sudo anydesk --get-status <===> Zjisti zda je ANYDESK ONLINE // Return the client's online status.
anydesk --get-alias <===> Return the AnyDesk-Alias.
anydesk --get-id <===> Return the AnyDesk-ID.
anydesk --get-status <===> Return the client's online status.
anydesk --version <===> Return the current AnyDesk client version.
anydesk --settings <===> Open the default settings page.
sudo anydesk --admin-settings <===> Open the specified global settings page. (Needs to be used as root).


Optional Connection Command Parameters

--file-transfer <===> AnyDesk will start a File Transfer session.
--fullscreen <===> AnyDesk will start an interactive session in fullscreen mode.


Can't install anydesk, dependencies won't install
Odzkouseno na amd64 architekture - pokud nelze nainstalovat AnyDesk

1) First, you need to uninstall the partially installed anydesk with the following commands

2) sudo dpkg -P anydesk

3) sudo apt-get install dpkg-dev
Then install the dependencies normally

4) sudo apt-get install libgtkglext1

5) sudo apt-get install libpango1.0-0

Then go to the directory where you have the downloaded .deb file and re-install anydesk

6) sudo dpkg -i anydesk_5.5.4-1_amd64.deb