Install team viewer and linuxteamviewer in linux
1. First download the rpm package
32-bit
Wget https://download.teamviewer.com/download/linux/teamviewer.i686.rpm
64-bit
Wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm
2. Install the teamviewer package and its dependencies (taking 64-bit as an example)
Yum install teamviewer. x86_64.rpm-y
In this step, an error may occur, prompting that the libQt5 package is not found. In this case, manually install qt5.
Wget http://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus/x86_64/RPMS.classic//libqt5-webkitwidgets-5.9.3-alt1.S1.x86_64.rpm
Yum install libqt5-webkitwidgets-5.9.3-alt1.S1.x86_64.rpm-y
Run the yum install teamviewer. x86_64.rpm-y command again.
3. Start
To use teamviewer for a remote server, you must first install the desktop environment.
After the desktop is installed, double-click the desktop icon to start or enter the following command line:
Teamviewer -- deamon start
Other common teamviewer commands
Teamviewer -- deamon restart the teamviewer Service
Teamviewer -- deamon stop Service
Teamviewer -- passwd 111111 set the password to 111111
Note: teamviewer resets the password every time it restarts the service. It is said that the password can be fixed and has not been studied. This problem has been solved by a script ....