Skip to content

Instantly share code, notes, and snippets.

@achintya-kumar
Created July 29, 2020 16:02
Show Gist options
  • Save achintya-kumar/88dee0840705ce7ed85a4f27acd276db to your computer and use it in GitHub Desktop.
Save achintya-kumar/88dee0840705ce7ed85a4f27acd276db to your computer and use it in GitHub Desktop.
Installing TeamViewer in Ubuntu #teamviewer #ubuntu #18.04 #20.04

Installing TeamViewer in Ubuntu

sudo apt update -y  && sudo apt upgrade -y
sudo wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
sudo apt install ./teamviewer_amd64.deb

# start Teamviewer from terminal
teamviewer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment