Skip to content

Instantly share code, notes, and snippets.

@Bytexionl
Forked from LinuxDevOpsGirl/anydeskuninstall.sh
Created August 7, 2024 17:13
Show Gist options
  • Save Bytexionl/333aaf6f5418705c620c76bc7b67f3a0 to your computer and use it in GitHub Desktop.
Save Bytexionl/333aaf6f5418705c620c76bc7b67f3a0 to your computer and use it in GitHub Desktop.
Uninstall AnyDesk & Install New AnyDesk Ubuntu 16 64 bit Machine
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