Hello! I am having a dual OS in my laptop and I'm currently using CentOS. My friend from another country is using CentOS too and we're actually working on a program. He's having problems with his laptop and he is unfamiliar with it so I thought of Teamviewer for CentOS, are there any? If so, please post the download link. Thanks!
Download link for Teamviewer for CentOS
Â
Â
Hi Campbell Parker,
Â
Â
Team viewer can be installed in Cent OS.
Â
Â
First, you need to download the corresponding rpm for Cent OS from their site
Â
Â
https://www.teamviewer.com/en/download/linux/
Â
Â
You can install using graphical installer as well as command line.
Â
If you are installing using Graphical Installer, you only need to double click the rpm file.
Â
Â
If you are using command line, use either of the below commands.
Â
Â
yum install teamviewer_linux.rpm
Â
Â
or
Â
Â
rpm -i teamviewer_linux.rpm
Â
Â
yum install is most preferred because it will install any missing dependencies also. If yum is complaining about any public key missing, you can download it from here
Â
Â
Hope it helps.