如何在Red Hat和CentOS上安装TeamViewer

admin3年前主机评测76

如何在red hat和centos上安装teamviewer?

TeamViewer可用于连接来自不同操作系统和平台(例如Windows,Android,Linux,MacOSX等)的远程系统。这使TeamViewer跨平台。 TeamViewer也是免费的,这对于最终用户非常有吸引力。在本教程中,我们将学习“如何在Linux(Red Hat和centos)上安装TeamViewer?”。

准备工作,在RPM系统(包括Fedora)输入命令:rpm –import TeamViewer_Linux_PubKey.asc

注意:如果在安装TeamViewer时,可能会提示缺少密钥来验证程序包的签名,可以忽略,先执行上面的命令。

在Red Hat 上安装 TeamViewer 需要启用epel repository,相关步骤如下:

# RHEL 7 preparation

wget dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

yum install ./epel-release-latest-7.noarch.rpm

# RHEL 8 preparation

wget dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

yum install ./epel-release-latest-8.noarch.rpm

# download TeamViewer Host for 64bit

wget download.teamviewer/download/linux/teamviewer-host.x86_64.rpm

# alternatively, download full client

wget download.teamviewer/download/linux/teamviewer.x86_64.rpm

# install the package (RHEL 7)

yum install ./teamviewer*.rpm

# install the package (RHEL 8)

yum –enablerepo epel-playground install ./teamviewer*.rpm

在CentOS 7 和 CentOS 8 系统上,也需要epel repositury,相关步骤如下:

# preparation: install epel-release

yum install epel-release

# download and install (example: TeamViewer Host, 64 bit)

wget download.teamviewer/download/linux/teamviewer-host.x86_64.rpm

yum install ./teamviewer-host*.rpm

注意:版本CentOS 7.3 和7.4,还需要cr repository。如果无法满足,可以使用命令: yum install ./teamviewer-host*.rpm –enablerepo=”cr”.

免责声明:本文内容来自用户上传并发布,站点仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。请核实广告和内容真实性,谨慎使用。

相关文章

Fedora和CentOS哪个好?Fedora和CentOS区别对比

fedora和centos哪个好?fedora和centos是当前比较流行的开源Linux发行版,我们在刚开始使用这两款操作系统时,可能不知道选哪个好。本文对fedora和centos的主要区别做了下...

centos是什么系统?centos系统哪个版本好?

centos是什么系统?centos是一种什么系统?CentOS是Community Enterprise Operating System的缩写,是一种社区企业操作系统,一款由Red Hat Lin...

linux修改root的ssh密码,CentOS系统开启ssh和配置root密码

linux如何修改root的ssh密码?如果我们买了大多数vps云主机,后台是可以直接修改root密码的。但是,有时候非自动化物理机无法通过控制面板修改密码,这时候我们可以通过进入linux系统,然后...

一键重装系统脚本Linux系统(centos/debian/ubuntu)和DD安装Windows系统

我们在选择到云服务器或者独立服务器之后一般是做什么?肯定是安装系统,有的我们在入手服务器的时候就已经选择好自己需要的镜像。但是,有些时候商家提供的系统镜像不是我们需要的,比如我们需要特定版本的Linu...

centos(linux)限制服务器端口连接数量和端口速度的方法

centos系统限制服务器的端口连接数量和端口速度的方法,有些用户咨询如何通过centos系统来限制服务器的端口连接数,比如:centos系统能不能限制某一端口同时访问数,如:1818端口,同时访问的...

linux系统选择哪个?CentOS、Ubuntu、Debian三个linux选择哪一个

Linux系统选择哪个?Linux有非常多的发行版本,选择一个正确的Linux版本比选择一辆汽车要复杂得多。现在你可以找到数百种——如果不是上千种的——Linux版本,从性质上划分,大体分为由商业公司...