如何在Red Hat和CentOS上安装TeamViewer

admin3年前主机评测134

如何在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”.

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

相关文章

centos和ubuntu哪个好?为什么都觉得centos比ubuntu好用?

centos和ubuntu哪个好?对于服务器而言,有两个主流的 Linux 发行版,那就是centos和ubuntu。但如何从这两个之中选择,这是摆在管理员、初学者和专业人士面前的主要问题。在对cen...

linux一键重装脚本:可安装Centos、Debain、Ubuntu系统

linux一键重装脚本好用吗?有好多朋友反映一些商家VPS的系统版本非常难用,有些限制了连接github,有些源有问题,好多软件都无法更新,更有甚者安装了一下监控防御性软件,但很多朋友都希望自己的系统...

宝塔Linux面板支持哪些Linux操作系统?Centos、Ubuntu、Deepin、Debian和Fedora等

宝塔Linux面板支持哪些linux操作系统?宝塔Linux面板支持的Linux系统有centos、ubuntu、deepin、Alibaba Cloud Linux、debian和fedora等,今...

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

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

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

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

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

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