我在 Raspberry Pi 3B 服务器上遇到了 Ubuntu 16.04 问题。
当我输入时 $ sudo apt-get update
,
它会显示错误消息:
Fail to fetch
图片在此作为证据:
err1: http://ports.ubuntu.com/ubuntu-ports xenial InRelease
Temporary failure resolving 'ports.ubuntu.com'
err2: http://ppa.launchpad.net/ubuntu-raspi2/ppa-rpi3/ubuntu xenial InRelease
Temporary failure resolving 'ppa.launchpad.net'
...
Reading Package lists...Done
W:Failure to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial/InRelease Temporary failure resolving 'ports.ubuntu.com'
...
W: Some index files failed to download. They have been ignored, or old one used instead.
我该如何修复它?
谢谢你的帮助!
答案1
这可能是因为您的 Raspberry Pi 没有网络连接。首先检查您是否可以通过以下方式访问互联网:
ping google.com
如果失败,那么您需要先将 Raspberry Pi 连接到互联网。