teamviewer

teamviewer installation. Inspired from Official Help

  • Add i386 architecture

    $ sudo dpkg --add-architecture i386
    $ sudo apt-get update
  • download teamview deb

      $ wget http://downloadeu2.teamviewer.com/download/teamviewer_linux.deb
  • install the dependency by apt-get

      $ sudo apt-get install -f
  • install teamviewer by dpkg

    $ sudo dpkg -i teamviewer_linux.deb

Last updated