远程桌面工具TeamViewer教程:如何在红帽? 企业Linux?上安装TeamViewer
TeamViewer是世界上最受欢迎的远程桌面工具,保持了对最广泛的设备和操作系统的兼容性,无需任何配置便可以运行在主流系统的设备上。目前TeamViewer的最新版本中,包含了远程控制,在线会议,插件自定义管理等多种功能,是企业进行安全远程访问和支持的首选。
红帽? 企业Linux?是全球领先的企业 Linux 平台,其打造了新一代技术架构基础,还支持所有主流硬件平台和数千种商业化及自定义应用程序。本文将会介绍如何在红帽? 企业Linux?上安装TeamViewer。本文主要是以红帽? 企业Linux?7为例。
首先,要想在红帽? 企业Linux?7上安装TeamViewer,必须考虑以下要点:
所有RPM系统(包括Fedora)
当首次通过命令行在RPM系统上安装TeamViewer时,它可能会弹出缺少密钥来验证程序包签名的窗口。您可以忽略/覆盖它,也可以先安装我们的公钥。下载公钥文件后,以管理员身份使用以下命令导入密钥:
rpm --import TeamViewer_Linux_PubKey.asc
Red Hat Enterprise Linux
在RHEL上,TeamViewer目前只能安装Workstation或Server订阅。使用RHEL Desktop订阅时,并非所有依赖项(即qt5-qtdeclarative)都可以解析。此外,需要启用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.com/download/linux/teamviewer-host.x86_64.rpm # alternatively, download full client wget //download.teamviewer.com/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
以上文章是否对您有帮助,欢迎在下方评论留言,分享你的建议和想法。
热门文章推荐:
==========================================
如果想要购买正版授权TeamViewer的朋友,可以联系
关注慧聚IT微信公众号 ???,了解产品的最新动态及最新资讯。