问题描述
请详细描述您所遇到的问题:
- 描述内容:linux子系统运行apt update时报错,该怎么解决,谢谢!
系统与设备信息
-
硬件与系统配置:
- 处理器:第十一代智能英特尔酷睿i5-1135G7
- 显卡:NVIDIA GeForce MX450
- RAM(运行内存):8GB
- 存储容量:256GB
- FydeOS版本:22.0
-
相关系统日志:
NOTICE:
To provide a more stable graphical user experience in FydeOS Linux
subsystem, the GPU-based rendering driver (virgl) has been disabled
by default for existing and new environments in FydeOS v20 and newer.
OpenGL and OpenGLES applications will continue to function using a
CPU-based rendering driver (swrast).
If you would like to re-enable GPU-based rendering in an unsupported
capacity, you may navigate to:
chrome://flags#crostini-gpu-support
in your browser and set the flag to "Enabled", then restart your FydeOS
device.
(this message will be repeated 3 more times).
(to silence this message, run the following in this terminal):
echo 5 >"/home/pilot-hao/.local/share/cros-motd"
pilot-hao@penguin:~$ sudo su root
root@penguin:/home/pilot-hao# neofetch
bash: neofetch: 未找到命令
root@penguin:/home/pilot-hao# apt update && apt upgrade
命中:1 https://mirrors.aliyun.com/debian bookworm InRelease
命中:2 https://mirrors.aliyun.com/debian bookworm-updates InRelease
命中:3 https://mirrors.aliyun.com/debian-security bookworm-security InRelease
忽略:4 https://deb-mirror.fydeos.com/cros-packages/144 bookworm InRelease
错误:5 https://deb-mirror.fydeos.com/cros-packages/144 bookworm Release
404 Not Found [IP: 124.95.143.49 443]
正在读取软件包列表... 完成
E: 仓库 “https://deb-mirror.fydeos.com/cros-packages/144 bookworm Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。```
---