I often hear folks in the Linux community discussing their preference for Arch (and Linux in general) because they can install only the packages they want or need - no bloat.

I’ve come across users with a couple of hundred packages installed (likely fresh installs), but I’ve also seen others with thousands.

Personally, I’m currently at 1.7k packages on my desktop and 1.3k on my laptop (both running EndeavourOS). There might be a few packages I could remove, but I don’t feel like my system is bloated.

I guess it’s subjective, but when do you consider a system to be bloated?

I’m asking as a relatively new Linux user - been daily driving for about 7/8 months

  • boredsquirrel
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    Bloat is when stuff you need pulls in tons of stuff it and even you doesnt even need. So that stuff gets updated, stored and even loaded to RAM.

    Sometimes this is also a complex set of libraries, like GNOME and KDE have. There are tons of libraries, and especially when using Flatpak, you poorly always pull in all of them, as the runtime system is built like that. (Even though packagers could state the needed dependencies from that runtime, and then only those are downloaded)