TeamViewer is one of the most widely adopted and used remote access platform to enable sharing of desktops for remote control, file sharing and even holding of meetings such as for demo purposes. This short tutorial will explain how you can install TeamViewer on Kali Linux.

You can manually download the Debian package distributed by TeamViewer or add the APT repository to the system and install TeamViewer on Kali Linux from the repository:

echo "deb http://linux.teamviewer.com/deb stable main" | sudo tee /etc/apt/sources.list.d/teamviewer.list
Apt Repository

After addition of TeamViwer repository to Kali Linux, update the package index.

sudo apt update
Update System

Import GPG Key:

sudo apt -y install gpg ca-certificates
wget -O - https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc | sudo apt-key add -
Import GPG Key

Then install TeamViewer on Kali Linux:

sudo apt update
sudo apt install teamviewer
How to Install TeamViewer

Accept installation with y key.

Search TeamViewer on Kali Linux using Desktop Launcher search function.

TeamViewer Search

Accept License Agreement and enter remote computer details to gain access (ID & Password).

Accept License Agreement

You should see a window like this.

TeamViewer

The same can be done from the CLI by executing the command:

Open from Terminal

Thank you for watching, please share for more tutorial!

error: Content is protected !!