Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TeamViewer安装失败(可能是由于链接中的版本过低?) #6

Open
ChangboBro opened this issue Sep 15, 2021 · 2 comments

Comments

@ChangboBro
Copy link

在第三讲中按照教程安装TeamViewer时安装失败(好像是最后一步sudo gdebi teamviewer-host_armhf.deb时会提示无法安装应用:teamviewer-host,由于已经解决就不方便复现了,也没有截图,十分抱歉)。
以下是我解决的方法,不清楚是哪一步起了作用。希望能帮助遇到同样问题的人
执行
sudo apt-get update
sudo apt-get upgrade
更新apt-get

观察到教程中wget的版本是version_11x,而teamviewer官网上已经更新到15.20.3(2021/9/15的版本),因此可能是版本太旧了,和现在的apt-get或者啥依赖项冲突(纯小白猜测)

先从VNC/远程桌面上进入home/pi路径下,可以看到之前通过wget下载的teamviewer-host_armhf.deb文件,将其删除(重要!不然新版本下载时会重新命名为teamviewer-host_armhf.deb1,而不是覆盖它!!!从而你无论下载多少遍都会失败)
不方便用远程桌面删除或者想学习linux指令的小伙伴可以用putty执行以下命令:
cd ~
rm -f teamviewer-host_armhf.deb
完成删除

进入TeamViewer官网(自己百度或者Google),进入download页面,选择raspberrypi平台,右键download host按钮复制下载的链接即:https://download.teamviewer.com/download/linux/teamviewer-host_armhf.deb(2021/9/15 的链接,你看到这个issue的时候的时候可能已经不一样了)
将安装的第一个指令改为:wget https://download.teamviewer.com/download/linux/teamviewer-host_armhf.deb
接着依次执行下面的指令,你会发现输出内容已经改变,至此,安装顺利完成

@LiuYang486
Copy link

LiuYang486 commented Sep 15, 2021 via email

@LikeGiver
Copy link

第四行命令安装gdebi可能会失败(原因是没有装python),用以下命令可以解决
sudo apt install gdebi-core
配置好清华镜像情况下会自动安装python,
继续执行第五行命令安装teamviewer即可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants