111
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 11 Jul 2023
111 points (90.5% liked)
Linux
47953 readers
1531 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
I prefered AppImages, but now that I'm on Nix, I've gone back to native. Native packages work well in the NixOS ecosystem.
What's good about AppImages? Imo they're the worst packaging format; you can't install and upgrade them from the command line like with native packages or Flatpaks, there's not a repository-like centralized place for them, they get messy quickly since there's not really an "official" default installation path so it's up to you to keep them organized, they don't integrate with system themes very well and you need a separate program (AppImage Launcher) to even get them to show up as an installed program or even pin them to your taskbar.
You have outdated information. There are no longer any tradeoffs to AppImages:
On the flip side, there's no weird extra locations like how flatpak installs apps, you know exactly where the program is in case you want to launch it manually, you can mix apps available in your package manager with ones you download directly seamlessly, no dependency hell or version problems as AppImages are self contained (even multiple versions at the same time), etc, etc, etc all the benefits people spout about AppImages.
AppImages imo are the superior cross-platform package format as there are no tradeoffs and no downsides, meanwhile:
For sure certain package managers are better than others, and NIX seems to be in a class of its own.
I don't know how much time I am willing to invest in NIX, or Guix for that scheme power, but I can do myself a favor experiment with a few VMs.
The way it feels is like getting the benefits of a source-based distro like Gentoo without the tradeoffs of things like compile times.
I like this take. I am reading up on how flatpak works, and what seems to be most important is including the dependencies needed to run an application, regardless of what the system has, which is great.
I still need to try out Gentoo one day.... but it seems like Nixos is the new Gentoo?
Idk about "new Gentoo," as they're going for different things, for sure, but a lot of the reasons people like Gentoo seem to be true for Nix. Definitely still give Gentoo a try some day.
I used it for a few months and only moved on bc compiling was taking too long and was annoying me :)
The glory and the strife.