This is to install the teamviewer application.
When installing the application it will automaticcaly update because of the added source list entry.
Perform as root
.
Download latest Linux package.
cd ~/Downloads
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
Install the package using dpkg
.
dpkg -i teamviewer_amd64.deb
Run the application to install the source list file for the stable or other version.
teamviewer repo stable
Run the application to install the source list file for the stable or other version.
teamviewer repo stable
Set the configuration to allow direct LAN connections.
echo "[int32] General_DirectLAN = 1" >> /etc/teamviewer/global.conf
Start or restart the daemon to make the changes to take effect.
teamviewer daemon restart
To set the unattended password to allow access any time.
teamviewer passwd '<my-unattanded-passord>'
Daemon needs to be running for this.