摘要:
2026/05/17 更新 以下内容搬运自 Github 仓库:https://github.com/github/gitignore/blob/main/Python.gitignore # Byte-compiled / optimized / DLL files __pycache__/ *. 阅读全文
posted @ 2026-02-25 22:25
Maxton4570
阅读(10)
评论(0)
推荐(0)
问题 如图,Ubuntu24.04上安装向日葵提示依赖问题:未安装的软件包。 原因 向日葵安装依赖 libgconf-2-4 这个库,而 Ubuntu 24.04(以及较新的 Debian/Ubuntu 发行版)已彻底移除该老旧库,导致 dpkg 或 apt 安装失败。 解决方法:使用 equivs 阅读全文