Skip to content

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

Description

@ChangboBro

在第三讲中按照教程安装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
接着依次执行下面的指令,你会发现输出内容已经改变,至此,安装顺利完成

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions