I hate packaging my software for Linux

41 points by mtlynch


david_chisnall

The question that's not really answered is why are you the one packaging it? Most Linux distributions and the BSDs maintain package repositories. If you have well-written build environments and it's easy to build in a pristine not-networked environment, then package maintainers can easily add your program to the things that they ship. If you're packaging it yourself, this normally means one of three things:

If it's not one of those, I'm curious what it is.