玩客云的系统是armbian 5.88 更新源太卡,改成了国内源,然后就一堆报错
【以下回答由 GPT 生成】
你可以尝试在玩客云的源文件中添加以下内容来解决这个问题:
deb http://archive.debian.org/debian stretch main contrib non-free
deb-src http://archive.debian.org/debian stretch main contrib non-free
deb http://archive.debian.org/debian-security/ stretch/updates main contrib non-free
deb-src http://archive.debian.org/debian-security/ stretch/updates main contrib non-free
这些源是使用archive.debian.org提供的,因为stretch已经不再被支持,而tuna源可能不能正常工作。在添加新的源后,请运行以下命令更新软件包列表:
sudo apt update
如果你还是遇到问题,请确保你的网络连接正常,并检查你的证书是否正确配置。如果问题仍然存在,可能需要更深入地检查系统配置或寻求进一步的帮助。
【相关推荐】