1.下载Teamviewer
进入 https://www.teamviewer.com/en/download/linux.aspx 下载 teamviewer_linux_x64.deb
wget http://download.teamviewer.com/download/linux/version_11x/teamviewer-host_armhf.deb sudo dpkg -i teamviewer-host_armhf.deb sudo apt-get -f install
2.安装GDebi,解决依赖问题
Install gdebi (GDebi can install local .deb packages with automatic dependency resolution (it automatically downloads and installs the required packages).):
sudo apt-get install gdebi
3.安装Teamviewer
sudo gdebi teamviewer_linux_x64.deb
2.1 桌面环境
受控端直接运行TeamViewer即可,在控制端输入ID和密码。
2.2 命令行终端环境
我一般使用SSH远程登录树莓派,没有显示器。而TeamViewer支持headless模式操作。
#查看帮助信息
teamviewer help
#查看本机ID
teamviewer info
#设置本机密码
teamviewer passwd [你的密码]
Ubuntu 15.10中如何安装TeamViewer 10:http://www.linuxdiyf.com/linux/15543.html
ubuntu下禁止TeamViewer开机自启分析:http://www.linuxdiyf.com/linux/14668.html
Teamviewer在Linux下无法启动?:http://www.linuxdiyf.com/linux/12934.html
Teamviewer 5在Fedora 14中使用:http://www.linuxdiyf.com/linux/6064.html
Ubuntu配置远程访问的XRDP协议和Teamviewer软件:http://www.linuxdiyf.com/linux/3748.html
本文转自 念槐聚 博客园博客,原文链接:http://www.cnblogs.com/haochuang/p/6743800.html,如需转载请自行联系原作者