centos7.5下安装teamview, 1 安装wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpmyum install epel-release # must be installed firstyum install ./teamviewer...
centos7.5下安装teamview,
1 安装
wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm yum install epel-release # must be installed first yum install ./teamviewer-host*.rpm
直接下载rpm安装的时候 提示缺很多东西,用以上安装 很快成功了
2 启动
默认会安装到/opt/teamview里面,并且安装成功会默认启动
cd /opt/teamviewer/tv_bin/
用teamviewer --info命令可查看teamview运行状态

如果没有设置密码
执行命令
teamviewer --passwd
你的密码
再次运行
teamviewer --info
连接以下,成功了

附录:
cd /opt/teamviewer/tv_bin
teamviewer --setup console #设置启动方式为控制台启动
teamviewer --daemon restart #重启teamview服务
teamviewer --info #查看teamview信息
teamviewer --passwd [PASSWD] #设置密码
teamviewer --help #查看帮助
本文标题为:centos7.5下安装teamview
基础教程推荐
- win10搭建配置ftp服务器的方法 2022-11-12
- apache 环境下 php 的配置注意事项 2022-09-01
- Apache Spark源码走读之15 -- Standalone部署模式下的容错性分析 2023-09-28
- Apache索引目录浏览的学习笔记 2023-09-28
- centos7 nginx配置ssl证书实现https访问同时http访问 2023-09-22
- apache+tomcat实现session共享 2023-09-08
- 利用Apache部署静态网站(一) 2023-09-09
- Centos7 nginx启动脚本 2023-09-22
- centos 7智熄直接断电导致无法启动 2023-09-23
- Docker镜像与容器的导入导出以及常用命令总结 2022-11-24
