|
|
|
|
|
by onli
2211 days ago
|
|
It's not horrible advice, and none of the links is helpful if you want to achieve the stated goal in the article: Simply distributing a binary. It's completely fine to package them in a deb. You especially should know that debs are really simple and work quite well for that. You place the binary along with the needed resource files (configuration for example) in the relative directory structure, add a minimal amount of meta information, and call one command to create the .deb. Easy and fast, and the result is very reliable, it will work everywhere. And then you have the official way of abstraction over abstraction, "explained" with completely unreadable documentation, needing a dozen helper tools and environment variables, guided by documentation that fails to explain even just the basics of what it is you'd actually do if you followed that documentation. No, the simple way shown by the submitted article is exactly correct. Start with that. If it works, then you maybe take the next step later and set up a PPA, assuming the deb is not only for yourself. |
|