
Today, We’re going to install Teamviewer in Kali Linux. Let’s get started! To avoid some errors we’re going to update our distro.
dpkg --add-architecture i386 apt-get update
First of all download Teamviewer (Download)
After downloading we’re gonna need to install that .deb file.
dpkg -i teamviewer_12.0.85001_i386.deb Selecting previously unselected package teamviewer:i386. (Reading database ... 534727 files and directories currently installed.) Preparing to unpack teamviewer_12.0.85001_i386.deb ... Unpacking teamviewer:i386 (12.0.85001) ... Setting up teamviewer:i386 (12.0.85001) ... Processing triggers for gnome-menus (3.13.3-9) ... Processing triggers for desktop-file-utils (0.23-2) ... Processing triggers for mime-support (3.60) ... Processing triggers for hicolor-icon-theme (0.17-1) ...
* If You get dependency error, so you need to execute this command
apt-get install -f
Done!