What is Teamviewer?
TeamViewer is a proprietary computer software package for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers.How to Install Teamviewer on Kali Linux 64-Bit?
- Download Teamviewer setup from the given link or on their official website.
- Place it in the root directory
- Open your Terminal and run these command
1 2 3 | root@kali:~#dpkg –add-architecture i386 root@kali:~#apt-get update root@kali:~#dpkg -i teamviewer_linux_x64.deb |
- After executing those commands, you will get a dependency error, so what you need to do next is execute this command
1 | root@kali:~#apt-get install -f |
That’s all, enjoy!
*You might need to update Teamviewer after the installation.
0 comments :
Post a Comment