Skip to content

Instantly share code, notes, and snippets.

@anubhavsinha
Created January 27, 2015 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anubhavsinha/30e8589950a517558c6e to your computer and use it in GitHub Desktop.
Save anubhavsinha/30e8589950a517558c6e to your computer and use it in GitHub Desktop.
install teamviewer 10 on ubuntu 14.04 LTS
wget --no-check-certificate http://www.teamviewer.com/download/teamviewer_linux.deb
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo dpkg -i teamviewer_linux.deb && sudo apt-get install -f -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment