I think that a Marxist society should allow for 0 proprietary software, and instead support for everything in free and open source decentralized technology.
I think that a Marxist society should allow for 0 proprietary software, and instead support for everything in free and open source decentralized technology.
Way back when I was using it, I believe Manjaro and Antergos were the 2 biggies with GUI installers. I had heard that Antergos was stopped and just looked up RebornOS and damn it if it isn’t Antergos lol. That’s pretty cool.
I keep fence sitting on possibly switching to Arch-based full time because of the AUR or over to proper Debian. Might end up looking at Reborn in the near future. It wasn’t even on my radar.
When you say arch-based, is there like a tree of distros? Where a popular distro will then be redesigned by separate devs? Or are they different at a deeper level? I assume they’re all Unix-based at heart?
The common bases of linux distros are:
Debian: known for stability but not fully up to date, uses apt-get as a package manager.
Ubuntu: Based on debian, but more up to date, and supports more proprietary hardware and software (not that debian can’t do what ubuntu does with a little tweaking).
Arch: Bleeding edge up to date, can theoretically be unstable. uses pacman as a package manager.
After the base some people differentiate from the base os by changing the default programs installed (often this is including or excluding proprietary software), desktop environment (gnome, KDE, cinnamon, xfce), have different programs in the repository, or have a different installation experience.
This is all very helpful, thanks.