[software development] Debian发行版定制工具(GUI)
Tofloor
poster avatar
Zeta.
deepin
2024-02-03 23:34
Author

本工具实现了live-build的界面化,live-build 是一个用于创建自定义 Debian Live 系统的工具。它能够自动化 Debian Live 系统的构建过程,包括系统安装、软件包管理、系统配置等。live-build 提供了简单的配置文件,使得用户可以轻松定制自己的 Debian Live 系统,例如选择所需的软件包、调整系统设置等。

通过本工具,用户可以更加方便的定制debian系统

界面截图
image.png

下载/开源链接:https://gitee.com/zhonghongsoftware/lb-runner

Reply Favorite View the author
All Replies
阿顺呀
deepin
2024-02-03 23:51
#1

刚在群里看到你

Reply View the author
maghero
deepin
2024-02-04 10:33
#2

deepin 20.9 安装提示缺少依赖,查找库里没有。

dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper-compat (= 13) po4a gettext
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)

Reply View the author
来自Ubuntu的某位用户
deepin
2024-02-04 11:04
#3

兄弟们,现在大家都可以拥有自己的定制发行版了

Reply View the author
Zeta.
deepin
2024-02-04 13:21
#4
maghero

deepin 20.9 安装提示缺少依赖,查找库里没有。

dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper-compat (= 13) po4a gettext
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)

刚解决了这个问题,先安装 deb-helper 和po4a这两个包 或者下载最新版

Reply View the author