this post was submitted on 10 Feb 2025
35 points (97.3% liked)
Linux
49846 readers
1095 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Endeavour is basically Arch with a more user friendly installer, a very small number of their own packages, and a coat of paint.
Manjaro is similar, except Manjaro runs their own repositories and delays packages for testing. This can lead to a whole bunch of issues when combined with the AUR. The team leading it has also been shown to be a little inept at times. I wouldn't personally recommend it.
Pretty spot on. I run EOS, mostly because when I decided to get off Windows two years ago I tried it out and it hasn't broken yet (at least not to the point I couldn't fix it). My biggest draw was ease of installation, as I didn't really have the time nor desire to go through a full Arch install. The mechanics of the OS, package management (both pacman and AUR), are identical (EOS does use dracut by default instead of mkinitcpio for image generation, that threw me for a loop when I had to fix it a while back as I'd never used it before). Any questions are easily answered using the Arch documentation. I've had to fix my install twice in the last few years, the most recent being systemd-boot deciding to be an asshole after an update, but I've been very happy with it.
FYI: If you aren't aware, Arch has a CLI installer now that is very easy to use, should you ever want to give it a try (archinstall)
Interesting, is that included on the live image or is it something I need to grab when the image first boots?
It's included
I've been using EOS for about a year and a half, and for the year and a half I used Manjaro, and this is spot on. EOS is just a better experience, plus they've got much cooler default backgrounds!
I was fine with the wallpapers until the AI rocket
I think Myersguy nails it. One addition: Manjaro comes packaged with a gui software installer/updater, endeavoros does not. Endeavoros pushes you to use pacman and yay.
I’ve used both. I was happy with manjaro for a long time, until I wasn’t. Manjaro fools you into thinking updating is like mint - click a button, poof done. And that’s just not what you do on an arch system. Eventually one of those updates tanks things and you don’t know how to fix it. Endeavor does a better job at teaching you - for example showing you the arch wiki news prior to update, automatically installing pacdiff and meld, giving you tools to handle the cache and old files, etc. All of this is accomplished on the welcome screen with buttons that fire off terminal commands - so it’s not sexy, but helps.