为了给树莓派做内网穿透,特意刷了网上一个界面非常漂亮的树莓派系统。该系统在此前菠菜园的笔记中提到过,就是OPENFANS提供的镜像。
今天无意中更新了一下系统,没想到竟然报错了。报错信息:“This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details”。
解决办法:
1、键入指令“sudo apt update”,中间提示输入的时候,手动输入“y”。
2、键入更新指令。
- $ sudo apt-get update
- $ sudo apt-get upgrade
3、更新成功。