• 31 Posts
  • 90 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2023

help-circle



  • Arch requires reading the manual to install it, so installing it successfully is an accomplishment.

    It’s rolling release with a large repo which fits perfectly for regularly used systems which require up-to-date drivers. In that sense it’s quite unique as e.g. OpenSUSE Tumbleweed has less packages.

    It has basically any desktop available without any preference or customisations by default.

    They have a great short name and solid logo.

    Arch is community-based and is quite pragmatic when it comes to packaging. E.g. they don’t remove proprietary codecs like e.g. Fedora.


    Ubuntu is made by a company and Canonical wants to shape their OS and user experience as they think is best. This makes them develop things like snap to work for them (as it’s their project) instead of using e.g. flatpak (which is only an alternative for a subset of snaps features). This corporate mindset clashes with the terminally online Linux desktop community.

    Also, they seem to focus more on their enterprise server experience, as that is where their income stream comes from.

    But like always, people with strong opinions are those voicing them loudly. Most Linux users don’t care and use what works best for them. For that crowd Ubuntu is a good default without any major downsides.

    Edit: A major advantage of Ubuntu are their extended security updates not found on any other distro (others simply do not patch them). Those are locked behind a subscription for companies and a free account for a few devices for personal use.











  • Chewy@discuss.tchncs.detoLinux@lemmy.mlImmutable Distro Opinions
    link
    fedilink
    arrow-up
    12
    arrow-down
    2
    ·
    edit-2
    6 months ago

    NixOS is immutable and atomic, but it isn’t image-based.

    Immutable simply refers to how the running system configuration can’t be changed by simply putting a file somewhere (e.g. copy a binary to /bin, which is a bad idea).

    For example, Fedora Atomic and derivatives are image based, although they are more flexible than the A/B types like SteamOS.

    OpenSUSE MicroOS uses btrfs snapshots to apply updates atomically, and is more flexible than most image based immutable distros.

    Edit: But I don’t think those terms have a single definition, so how would you differentiate these terms?




  • Yes, ~/.local/share/flatpak includes all user installed flatpaks, while /var/lib/flatpak includes all system wide installed flatpaks. Both include repository information and required runtimes (i.e. dependencies).

    This does not include user data, which is stored in ~/.var/app.

    Make sure to test your backup just in case on another system/VM.