I have some cool projects that I use such as zellij and yazi that I use but aren’t in the debian repos, I would like to attempt to package them myself, is there any guides on how to do such? were could I get some help learning how to package things?
I have some cool projects that I use such as zellij and yazi that I use but aren’t in the debian repos, I would like to attempt to package them myself, is there any guides on how to do such? were could I get some help learning how to package things?
For me, I like knowing that
apt update && apt upgradewill upgrade everything, instead of having to remember about all the special cases.On servers, I try to install everything from either Debian packages or Docker containers, to make upgrading simpler.
But for
apt update && apt upgradeto work, the stuff must be maintained and packaged by somebody.I think that’s why OP is asking how to create packages.