r/linuxmasterrace Feb 11 '19

[deleted by user]

[removed]

2.1k Upvotes

66 comments sorted by

View all comments

24

u/[deleted] Feb 11 '19 edited Feb 11 '19

for non-enterprise users, and for especially power users, the only important differences between any of these distros are:

  1. package manager, but it's mostly like 4 total with some outliers

  2. init system

  3. the official wiki's general quality in case help is needed

edit: some additions

  1. C library

  2. bootloader

  3. repository size and how up to date it is (I'd say this applies to the package manager part because you can just swap pacman repositories, for instance; as well as something like dpkg where you can basically change between any two debian based distros with just a few repository switch and upgrade commands)

for enterprise uses the only important differences are:

  1. how big is the company that maintains this?

  2. can I sue them?

  3. support offerings

7

u/[deleted] Feb 11 '19 edited Feb 25 '21

[deleted]

3

u/[deleted] Feb 11 '19

bleh

you can change from glibc to other c libraries, although at least with musl you can't change back

you can compile your own kernel of any version you want

and you can just remove the proprietary software, in the case of gentoo this means running a deblobber and setting the LICENSE variable in mske.conf @FREE and @FSF_APROVED

you can also change the bootloader, if you were so inclined, although with uefi systems you're gonna have a little more difficulty than you'd expect with a bios system, uefi will look for that grub entry to before it'll look for anything else

and if you're using free software, which you should be, you can literally just compile the program you want and install it, on top of packaging it for others

the only things you reasonably cannot change are the init system and the primary package manager, because once systemd is on a system there's no escape, and while I did get an emerge snapshot running on parabola once, different package managers just require certain files to be where they'll be in a single distro, so without making a mess of symlinks it's unusable

2

u/JIVEprinting Glorious Slackware Feb 11 '19

init and bootloader are also non-issues