We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
磐石的 apt wrapper 未能处理 --print-uris 导致无法使用 apt-fast
https://www.deepin.org/zh/deepin-25-pre-inmutable-system/
deepin 25 Pre
安装好系统,不进行其他操作
apt install fastfetch --print-uris
Error: failed to parse exec command: unsupported option provided: --print-uris Package manager quit with exit code.
正常获取到下载链接
磐石似乎禁止对 /opt 和 /etc 进行任何改动,这导致应用无法配置自己
[INFO]: 正在初始化配置星火应用商店,请确保网络连接通畅~ [INFO]: Initializing Spark Store. Please ensure your network connection ln: 无法创建符号链接 '/opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/appstore.list': 只读文件系统 ln: 无法创建符号链接 '/opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/driver.list': 只读文件系统 从服务器获取配置和镜像列表... #=O#- # Warning: Failed to open the file /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list: Warning: 只读文件系统 curl: (23) client returned ERROR on write of 138 bytes [INFO]: sparkstore.list update done ####################################################################################################### 100.0% [INFO]: apt-fast.conf update done 从服务器获取配置和镜像列表... #=O#- # Warning: Failed to open the file /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list: Warning: 只读文件系统 curl: (23) client returned ERROR on write of 138 bytes [INFO]: sparkstore.list update done ####################################################################################################### 100.0% [INFO]: apt-fast.conf update done 正在读取软件包列表... 完成 正在分析软件包的依赖关系树... 完成 正在读取状态信息... 完成 所有软件包均为最新。 W: 无法读取 /etc/apt/-/ - DirectoryExists (2: 没有那个文件或目录) W: 无法读取 /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list - RealFileExists (2: 没有那个文件或目录) ln: 无法创建符号链接 '/opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/appstore.list': 只读文件系统 ln: 无法创建符号链接 '/opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/driver.list': 只读文件系统 从服务器获取配置和镜像列表... #=O#- # Warning: Failed to open the file /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list: Warning: 只读文件系统 curl: (23) client returned ERROR on write of 138 bytes [INFO]: sparkstore.list update done ####################################################################################################### 100.0% [INFO]: apt-fast.conf update done Working... this may take a while. 正在工作中,请稍等 Error: failed to parse exec command: unsupported option provided: --print-uris Package manager quit with exit code.Here is the log 包管理器以错误代码退出.日志如下 Note: Immutable system takes over this operation ... [ERROR]: 配置失败,请寻求帮助! [ERROR]: Configure failed. Please get help.
The text was updated successfully, but these errors were encountered:
xuqi27837288
No branches or pull requests
SUMMARY | 问题概要
磐石的 apt wrapper 未能处理 --print-uris 导致无法使用 apt-fast
https://www.deepin.org/zh/deepin-25-pre-inmutable-system/
SOFTWARE/OS VERSIONS | 软件/系统版本信息
PRE-REQUIREMENT | 预置条件
安装好系统,不进行其他操作
STEPS TO REPRODUCE | 复现步骤
apt install fastfetch --print-uris
OBSERVED RESULT | 观察到的结果
Error: failed to parse exec command: unsupported option provided: --print-uris
Package manager quit with exit code.
EXPECTED RESULT | 期望的结果
正常获取到下载链接
ADDITIONAL INFORMATION | 额外补充
磐石似乎禁止对 /opt 和 /etc 进行任何改动,这导致应用无法配置自己
The text was updated successfully, but these errors were encountered: