13
Would like to try packaging software
(self.debian)
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.
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.