您的位置:首页 > 其它

树莓派安装teamviewer

2017-06-25 15:37 351 查看

树莓派安装teamviewer

树莓派安装teamviewer

树莓派2和3

树莓派zero和1

树莓派2和3

使用 ExaGear Desktop运行x86。

详见 https://eltechs.com/run-teamviewer-on-raspberry-pi/

现在不用这么麻烦了,teamviewer已经支持arm v7架构32位的树莓派2和3。

也就是说以后armv8架构64位的树莓派3可能还是不行。

下载地址在链接网页的最下面 https://www.teamviewer.com/zhcn/download/linux/

树莓派zero和1

官方teamviewer还不支持arm v6架构的树莓派zero,还是需要使用 ExaGear Desktop运行x86。

亲自测试官方的teamviewer-host_11.0.63329_armhf.deb可以安装不能使用;

亲自测试官方的teamviewer-host_12.0.78433_armhf.deb可以安装不能使用;

详见 https://eltechs.com/teamviewer-on-raspberry-pi-zero-and-raspberry-pi-1/

ModelRaspberry Pi Zero, Zero WRaspberry Pi 1
Frequency1000 MHz950 MHz (overclocked)
Memory512 MB RAM512 MB RAM
Operating SystemRaspbian from March 2017Raspbian from March 2017
SoftwareTeamViewer v11 Eltechs ExaGear Desktop for Raspberry Pi ZeroTeamViewer v11 Eltechs ExaGear Desktop for Raspberry Pi 1
用TAB键起始的段落,会被认为是代码块,如下:

/*修改swap大小1G*/
$ sudo nano /etc/dphys-swapfile
/*100改成1000*/
/***这是GNU nano编辑器,用起来可能不习惯。***/
/*To apply changes press F3 key + Enter, to close the file press F2 key.*/
CONF_SWAPSIZE=1000
/*restart*/
$ sudo /etc/init.d/dphys-swapfile stop
$ sudo /etc/init.d/dphys-swapfile start


/*下载ExaGear Desktop*/
$ tar -xvzpf exagear-desktop-rpi1.tar.gz
/*安装*/
$ sudo ./install-exagear.sh


/*Enter the guest x86 system*/
$ exagear
Starting the shell in the guest image /opt/exagear/images/debian-8
/*running the ‘arch’ command*/
$ arch
i686


$ sudo apt-get update


/*下载*/
$ sudo dpkg -i teamviewer_i386.deb ; sudo apt-get install -f
/*安装*/
$ wget http://download.teamviewer.com/download/version_11x/teamviewer_i386.deb[/code] 
号外号外,战斗民族的Exagear Desktop (可以在ARM平台运行x86程序) 更新了!!!

详细介绍可以看José Cerrejón Glez的博客

http://misapuntesde.com/post.php?id=782
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: