Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Debian 源代码包,它包含一个标准的 debian/control 文件,其中列出了一个“Build-Depends:”字段。
我如何安装这些构建依赖而不需要大量的复制和粘贴?
该软件包不在 Debian 存储库中。所以 apt-get build-dep 不起作用。
从devscripts包中尝试 mk-build-deps 。
mk-build-deps --install <controfile>
PS:确保您还安装了软件包equivs。