14.04 - How to create NGINX debian package from souce? - Ask Ubuntu


i want create nginx .deb package source. can guide me through.

thanks in advance.

you're looking checkinstall https://help.ubuntu.com/community/checkinstall

what follow instructions compiling application want (in case nginx).

then when step tells issue make install command, replace checkinstall.

this compiles code deb packages can install dpkg -i packagenamehere.deb

don't distribute these packages others though, built machine, dependencies based on packages installed on pc.

that said, can uninstall them, other deb package :)

also, can give them version numbers upgrade existing version had compiled earlier.

good luck!


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User