mol*_*ide 5 raspberry-pi raspbian
我在 Raspberry Pi 4 上运行 Raspbian GNU/Linux 10 (buster) 并尝试一个项目https://pimylifeup.com/raspberry-pi-internet-speed-monitor/,它运行速度测试并记录结果。我刚刚完成“编写速度测试 Python 脚本”部分,我正在尝试使用 sudo apt update 进行更新,但出现此错误。apt更新错误图片
我对 Linux 非常陌生,不知道为什么要从 ookla.com 更新它。我能想到为什么从 ookla 更新的唯一原因是我安装了sudo pip3 install speedtest-cli,但我真的不确定。当我转到存储库时,它说它正在从https://ookla.bintray.com/debian buster Release 中提取,它说存储库路径丢失或未指定。
运行这个:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
Run Code Online (Sandbox Code Playgroud)
apt 打包系统具有一组可信密钥,用于确定软件包是否可以通过身份验证并因此可信地安装在系统上。
有时系统没有所需的所有密钥并会遇到此问题。