Install TeamViewer on Centos7
1. Get the RPM Package
    wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm
2.  Install EPEL Repository
    sudo yum -y install epel-release
3. Install TeamViewer
    sudo yum -y install ./teamviewer-host*.rpm
That's all folks!  3 steps only.
Fyi, I referred to https://community.teamviewer.com/t5/Knowledge-Base/How-to-install-TeamViewer-on-Red-Hat-and-CentOS/ta-p/30708 for this.
Friday, November 16, 2018
Subscribe to:
Post Comments (Atom)
Install MySQL 8.0 on Centos 7
Steps to install MySQL 8.0 Community Edition in Centos 7 1. Enable MySQL 8.0 Repository sudo yum localinstall https://dev.mysql.com...
- 
Steps to install MySQL 8.0 Community Edition in Centos 7 1. Enable MySQL 8.0 Repository sudo yum localinstall https://dev.mysql.com...
- 
My Jenkins Server automatically starts upon Centos 7 server starts, so I need to stop it to make way for my WildFly Application Server. Wha...
 
No comments:
Post a Comment