Heads up for any one grabbing the Linux dist -- this tarball just took a shit all over my homedir. It's 2016. Why do we still suck at distributing software?
I'd say we mostly suck at distributing Linux software. I'm not sure if improvements have been made recently, but I remember reading the docs on how to create .deb bundles a couple years ago, and the impression I got was that it had a somewhat steep learning curve. Considering not everyone runs Debian or Ubuntu, you also either need to provide other package formats as well, a tarball with instructions or (even worse)…
Checkinstall makes building debs pretty easy if you're using make to build the app.
https://www.debian-administration.org/article/147/Installing...