kill9/harmful/software/snap.md

19 lines
660 B
Markdown
Raw Normal View History

2020-08-21 07:11:33 +00:00
# >what's gcc --static
2020-05-12 21:51:54 +00:00
Why do you mean "Universal packages"?
You don't know how to run a binary file?
GNU/Linux (like every other operating system) has binary files. So you
can just run them, without having to use a "Universal package manager"
## Decentralization of packages.
Decentralization is not okay in package management, they have made
repositories and package manager to have order on the system. Having
more than one package manager breaks that order.
2020-08-21 07:11:33 +00:00
If you **REALLY** need to share an "universal package", just use the
`--static` CFLAG, this will bundle the used libraries in the binary,
it's stupid but well, isn't that what .AppImage does?