如何从软件包档案编译 .deb 文件?

如何从软件包档案编译 .deb 文件?

如何从这些档案中制作 .deb 包文件?http://ppa.launchpad.net/unit3/bfgminer/ubuntu/dists/quantal/main/

答案1

使用apt-build命令。简而言之:

sudo apt-get install apt-build
sudo apt-build update
sudo apt-build build-source <package>

这假设您已经在 中添加了想要构建的 repo sources.list

祝你好运!

相关内容