-
-
Save josivantarcio/fd37949b21f6073b897a3c5d4c9b4a7f to your computer and use it in GitHub Desktop.
Uninstall AnyDesk & Install New AnyDesk Ubuntu 16 64 bit Machine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get purge anydesk | |
sudo apt-get autoclean | |
sudo apt-get autoremove | |
sudo apt update | |
sudo apt list --upgradable | |
sudo apt upgrade -y | |
https://download.anydesk.com/linux/anydesk_4.0.0-1_amd64.deb | |
sudo dpkg -i anydesk_4.0.0-1_amd64.deb | |
sudo apt install -f | |
sudo apt update | |
anydesk | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Obrigado/Thanks