Hacker News new | ask | show | jobs
by chungy 3461 days ago
Hopefully Snap and FlatPak would change that :)
2 comments

It seems it is already available for appimage and snap:

    $ snap find krita
    Name   Version  Developer  Notes  Summary
    krita  3.1.1    krita      -      Krita: the free digital painting studio

For the record, the latest apt version on ubuntu is 2.9.7
What do they do?
As far as I can tell, they are "fat" distribution packages which are independent (within reason, I guess) of the Linux distro. The aim seems to be to get rid of dependency hell and dependency on exact Linux distro versions, at the cost of larger packages. They also sandbox the app. I'm not sure I understand the disadvantages, besides the larger package size due to redundant libraries.
Hmm, so something like an LXC container? That's interesting, I'll look into it. Thank you!