|
|
本帖最后由 PEMessage 于 2020-9-23 00:13 编辑
下载的是flippy大大的44版本 Armbian_20.02.0_Aml-s9xxx_buster_5.4.66-flippy-44+o
然后是全新安装,但是apt update到[0%working]就走不动了
ctrl-c后错误消息如下
- pemessage@aml:/home$ apt update
- Reading package lists... Done
- E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
- E: Unable to lock directory /var/lib/apt/lists/
- W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
- W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
- pemessage@aml:/home$ sudo apt update
- Hit:1 http://mirrors.tuna.tsinghua.edu.cn/debian buster InRelease
- Hit:2 http://mirrors.tuna.tsinghua.edu.cn/debian buster-updates InRelease
- Hit:3 http://mirrors.tuna.tsinghua.edu.cn/debian buster-backports InRelease
- Hit:4 http://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates InRelease
- Hit:5 http://mirrors.tuna.tsinghua.edu.cn/armbian buster InRelease
- ^CTraceback (most recent call last):
- File "/usr/lib/cnf-update-db", line 26, in <module>
- col.create(db)
- File "/usr/share/command-not-found/CommandNotFound/db/creator.py", line 94, in create
- self._fill_commands(con)
- File "/usr/share/command-not-found/CommandNotFound/db/creator.py", line 132, in _fill_commands
- pemessage@aml:/home$ self._parse_single_contents_file(con, f, fp.stdout)
- File "/usr/share/command-not-found/CommandNotFound/db/creator.py", line 231, in _parse_single_contents_file
- continue
- KeyboardInterrupt
复制代码
我之前armbian也是同样问题,然后重新装居然还是一样,谷歌了一圈也没什么解决办法求大神帮助. |
|