Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 919 Bytes

tvdeb.md

File metadata and controls

21 lines (13 loc) · 919 Bytes

How to Install TeamViewer on your Debian 64 bits. 💙

  • Get the team viewer.deb from the official page.
  • On the Downloads directory or whatever directory you saved the .deb run this command with SU Privileges:
dpkg --add-architecture i386
  • Update your repositories
apt-get update
  • Also install needed libraries
apt-get install libdbus-1-3:i386 libasound2:i386 libexpat1:i386 libfontconfig1:i386 libfreetype6:i386 libjpeg62:i386 libpng12-0:i386 libsm6:i386 libxdamage1:i386 libxext6:i386 libxfixes3:i386 libxinerama1:i386 libxrandr2:i386 libxrender1:i386 libxtst6:i386 zlib1g:i386 libc6:i386
  • Install Team Viewer
dpkg -i teamviewer_*.deb
  • That's it! 💖