自从搬进宿舍后我第一次拿起我的树莓派,apt已经完全坏了。看起来可能是防火墙问题,但我不完全确定。我参考了这篇 文章,但所有逻辑修复都不起作用。
我直接在我的电脑和 pi 之间从 Wifi 切换到以太网,再切换到 LAN,但仍然遇到以下错误的一些变化。
sudo apt-get update 产生:
rector.raspbian.org/raspbian stretch InRelease
Err:2 http://mirrordirector.raspbian.org/raspbian stretch Release
404 Not Found [IP: 93.93.128.193 80]
Reading package lists... Done
E: The repository 'http://mirrordirector.raspbian.org/raspbian stretch Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
apt Upgrade 有很多 404 错误,甚至不值得放在这里,但这里有几个:
b9u1_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/u/udisks2/udisks2_2.1.8-1+deb9u1_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/u/unzip/unzip_6.0-21+deb9u2_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/u/usbutils/usbutils_007-4+deb9u1_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
无论我尝试下载什么内容,这几乎都是相同的。
我还在sources.list中尝试了deb [trusted=yes],但这没有效果。然后 --allow-unauthenticated 也没有效果。
我在这里几乎完全不知所措,所以如果需要更多信息,请询问。