Git Product home page Git Product logo

zihaotutorialofraspberrypi's Issues

催更

你好,子豪兄,看了你的视频,风趣幽默有内涵,怎么不更新啦

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

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.