Resources on writing a Debian/Ubuntu deb package? [closed]

烂漫一生 提交于 2019-12-02 17:45:48

If you are entirely new to building Debian packages, I suggest that you look at the Debian New Maintainers' Guide and use the Debian Developer's Reference as reference. As a starting point, dh_make (from the dh-make package) should give you a good template to work with.

nik

Earlier question at stackoverflow:
How to build a Debian/Ubuntu package from source?

If you plan to install some software with their dependencies, you don't really need to make a .deb package. A Shell script should work, calling the package manager to resolve dependencies, etc.

The default Shell on Ubuntu is Bash. If you don't know how to do it, here is a basic tutorial and an advanced guide.

Hope it helps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!