Elektrine lite

← Feed

@mecen@lemmy.ca

Is linglong universal package format any good

2026-05-22 05:51 UTC

I read it is better than flatpak/appimage/snap. "Adapting Snap on deepin: Since Snap has many compatibility issues except for Ubuntu, we gave up. Converting some of our homegrown apps to AppImage: AppImage has good portability, and these apps can easily be used on other distributions. However, it doesn’t have centralized repository storage and package management, and doesn’t provide the same level of sandboxing as Snap and Flatpak, so its security can’t be guaranteed, and it’s not suitable to be used as the default package management method for the operating system. In 2017, deepin followed up the Flatpak format and completed the construction of 100+ packages, but did not continue to adapt due to the large size of the application, excessive disk occupation, slow bug fixing and other reasons. " Did someone consider it as better alternative for these package formats or is this just “15 standard” for package formats because deepin wanted to make something. Are there any distros which use it apart from deepin and which is packaged in this format, because I want to drop flatpak because it takes too much space on my system.

Replies (4)

  • as better alternative for these formats or is this just xkcd for package formats It can be both. But in this case I see they reuse system libraries, which goes against the idea of ending dependency hell.

    Open ##2782475

  • Maybe. But they, and many others overestimate the amount of size flatpaks take up. Flatpaks use a “runtime”, a shared set of libraries and programs flatpak apps use. With one flatpak app, there is just one runtime. But with 2, 3, 10 flatpak apps, there are still only going to be 1 (to 3) runtimes on the system. In the blog, they compare the size of deepin calculator. But this is not a fair comparison. A more fair comparisom would involve comparing the app size without the runtime. In addition to this, if you are on btrfs, further deduplication and compression is done. This (and symlinks) won’t show up in many disk and space usage analysis tools. To get a more accurate measure, use compsize instead of traditional tools. It will show you how much transparent compression (when btrfs compresses files but you can stilll access them normally), symlimks and the like are saving space. Anyway, I am interested in more cross distro package managers though. Flatpak, docker, and nix cover a lot of things but have their annoying edge cases and paper cuts, especially in comparison to snap in some ways for some apps.

    Open ##2782605

  • They tried Flatpak in 2017? I’m sure it is the same today as it was 9 years ago, since we know software never evolves. /s

    Open ##2792587

  • @adarza@lemmy.ca 2026-05-22 17:32

    from deepin? the DE that got yeeted from suse and fedora? nty.

    Open ##2802130