I’ve been using linux desktop for a year or so now. One noteable thing i keep seeing is that one person will say I dont like XYZ distrobution because of its base. But I am still a little unsure what is meant by it. I am assuming the main difference between each base is the choice of package management(?). But what other factors/aspects that are important for the average user to know about each ‘base’? This is probably quite a broad question to a rather technical answer, but appriciate any answers, and i’ll try my best to understand and read up :)

  • Strayce@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    27 days ago

    That’s really hard to answer definitively without context. Obvs there’s the kernel, but that’s similar enough across distros that it’s not really a point of contention that I know of. At a guess it might mean the distro it’s “based” on, but that in itself could mean a few different things. There’s stuff like package management, which you mentioned, and init style. That’s where things get complicated.

    Like, Mint is based on Ubuntu, which itself is based on Debian. They share DEB / APT for package management and use systemd for init. OTOH, there’s stuff like OpenSuse, which is originally based on SlackWare, but uses RPM (like redhat) for package management. OpenSuse uses systemd, but I think RedHat uses upstart and SlackWare uses a BSD-style init. It’s been a while since I checked in on those last two.

    Of course they could also mean something like choice of desktop environment (as in “A Gnome-based distribution”), default package selection (what the installer refers to as a “base” install). They could mean the general philosophy or release schedule (rolling vs. point release). Or they could even be referring to the userbase (as in; “I use Arch, btw”).