There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

20watts ,

Customization, lots of apps (via aur), no bloat

Max_P ,
@Max_P@lemmy.max-p.me avatar

That’s essentially an extremely subjective question. Arch is well-liked but not for everyone.

When you boot up the ArchLinux ISO to install it, what you get on the screen is:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">root@archiso ~ #
</span>

That’s it. It doesn’t ask you what language you want to speak or which keyboard layout you want to use. You get a zsh shell, and that’s it. Go figure out what you want to install, how you want to install it, where you want to install it to. That’s how basically all of Arch works: if you install something, it comes barebones with sometimes the default starting configuration shipped by whoever made the software and nothing else.

To me, that’s what makes Arch so good compared to something like Linux Mint: I’m an advanced user, I don’t want training wheels, and I want to build my system entirely from scratch, with only what I want on it installed and running. And it comes with excellent documentation, is a rolling release (meaning, you get the latest version of everything fairly quickly). Since Arch pretty much only ships packages for you to install, it’s not nearly as important to make sure that they work and there isn’t any incompatibility with other packages. Oh the newer version of X doesn’t work with Y anymore? Too bad, go figure out how to downgrade it or figure out a workaround.

Is this useful to you, a beginner? It depends. If you want to go into the deep ends and learn everything about how a Linux system is built and works, sure, it’s going to be great for that. Lots of people do that and love it! If you’re coming from Windows, all you’re used to is clicking next next finish, and you like things to just work out of the box, eehh, probably not great for you.


Distributions like Linux Mint does a lot of the work for you: first of all, it has a graphical installer. It boots up and asks you about your language, your keyboard, where you want to install it. And it installs a system that’s ready to be used out of the box. When you install Linux Mint, you get a desktop, a web browser, you get drivers configured for you. It detects what’s the best graphics drivers and prompts you to install them automatically.

Most distributions, especially Debian/Ubuntu derived ones, are all about providing a curated experience. It comes with a whole bunch of stuff installed and configured to reasonable defaults. Need to print something? Yeah it comes with printer support by default, just plug in your printer and it’ll configure it for you. Some distributions even comes with Steam and Discord and everything needed to game ready to go right out of the box. Log in and play.

To provide such a reliable and out of the box experience, these distributions typically work with a release cycle, or delay updates to have time to properly test them out and make sure they work correctly before they ship it out to users. This means you may be a few versions behind on your desktop environment, but you also get the assurance you won’t update and your desktop doesn’t work anymore.


I personally picked Arch a long time ago because I’m fundamentally a tinkerer, I want the newest version of everything even if it means breaking things temporarily, and I do kind of whacky things overall. One day my laptop is there for working and browsing the web, another day it’s an iPXE server to install 20 other computers, another day it’s a temporary router/WiFi access point, another day it’s a media center/TV box, another day it’s an Android tablet. Arch gives me the freedom to make my computer do whatever I need my computer to do at the moment, and because it doesn’t make any assumptions about what I want to do with my computer, I can easily make it do all of those things on a whim. On Linux Mint, I’d be fighting an uphill battle to tear down everything the developers spent so much time building for me and my convenience.

VeeSilverball ,
@VeeSilverball@kbin.social avatar

Arch is always "latest and greatest" for every package, including the kernel. It lets you tinker, and it's always up to date. However, a rolling release introduces more ways to break your system - things start conflicting under the hood in ways that you weren't aware of, configurations that worked don't any longer, etc.

This is in contrast to everything built on Debian, which Mint is one example of - Mint adds a bunch of conveniences on top, but the underlying "how it all fits together" is still Debian. What Debian does is to set a target for stable releases and ship a complete set of known-stable packages. This makes it great for set and forget uses, servers that you want to just work and such. And it was very important back in the 90's when it was hard to get Internet connectivity. But it also means that it stays behind the curve with application software releases, by periods of months to a year+. And the original workaround to that is "just add this other package repository" which, like Arch, can eventually break your system by accident.

But neither disadvantage is as much of a problem now as it used to be. More of the software is relatively stable, and the stuff you need to have the absolute latest for, you can often find as a flatpak, snap, or appimage - formats that are more self-contained and don't rely on the dependencies that you have installed, just "download and run."

Most popular distros now are Arch or Debian flavored - same system, different veneer. Debian itself has become a better option for desktop in recent years just because of improvements to the installer.

I've been using Solus 4.4 lately, which has its own rolling-release package system. Less software, but the experience is tightly designed for desktop, and doesn't push me to open terminals to do things like the more classical Unix designs that guide Arch and Debian. The problem both of those face as desktops is that they assume up-front that you may only have a terminal, so the "correct way" of doing everything tends to start and end with the terminal, and the desktop is kind of glued on and works for some things but not others.

Sans_Jose5000 ,
@Sans_Jose5000@lemmy.world avatar

One of arch’s things is it’s a rolling release distro, which means that every bit of arch is updated as soon as an update is available for it. Mint on the other hand tests the package updates before they release it to make sure its stable, but this results in the packages being out of date.

dartanjinn ,

The packages aren’t “out of date.” Brand new and broken vs verified working.

housepanther ,
@housepanther@lemmy.goblackcat.com avatar

Arch and Mint target a different user base. Mint is more appropriate for the beginning Linux user who wants to wade slowly into using Linux. It’s for somebody that is coming from an entire GUI experience like Windows. This person may have no understanding of partitions, filesystems, bootloaders, etc. Arch is going to be more appropriate for either an intermediate to advanced user of Linux that wants more control over their installation or a Windows user that understands the more complex topics around the way a computer operates.

The above said, it is very possible to do advanced things with Mint as well and I have in the past. I just want to have a leaner system that does not make assumptions about what I want or need. I want fairly strict control of what goes into my installation but not strict enough that I would need to do something like Linux From Scratch. Both Mint and Arch are excellent distributions! In fact, I would go as far to say as I like all open source operating systems and software by the nature that they’re open sourced. They can be customized, expanded, etc. I would also advise people to mix some FreeBSD and OpenBSD in their homelabs if possible because the more you can learn, the better. OpenBSD is my firewall and advanced router. FreeBSD powers my blog. Arch powers my desktop and Mastodon and Lemmy instances.

fubo ,

Mint is more appropriate for the beginning Linux user who wants to wade slowly into using Linux. It’s for somebody that is coming from an entire GUI experience like Windows.

Mint is also great for the experienced Debian sysadmin who just cannot be bothered to care about customizing every damn thing up front, but wants a responsibly managed package system under the hood.

Same can be said for Pop! which is what I’m using now. You don’t have to be a noob to want things to just work out of the box.

floofloof ,

Yes. I’ve been an IT professional for the last 20 years. I started out experimenting with all kinds of distros, but as the need increased just to get stuff done, I went to Mint and stayed there. The more I had to do, the more I became a Linux user who just wanted the thing to work so I could get on with it. Mint was great for that. Recently I’ve started using OpenSUSE Tumbleweed, which strikes me as a kind of middle ground between an Arch-like distro and a Mint-like distro. It gives me that nice sense that it’s only doing what I ask it to, without the need to build everything from the bottom up, and it’s much more up to date than Mint.

housepanther ,
@housepanther@lemmy.goblackcat.com avatar

Hey, I can get behind anyone that goes all in on open source! Doesn’t matter what distro they’re using. Doesn’t matter if it’s one of the BSDs. You’re all good in my book. 😁

badbytes ,

The community and wiki.

Aatube ,
@Aatube@kbin.social avatar

Do you mean Arch the distro, or Arch the platform, like how Ubuntu's and Mint's platform is Debian?

MonitorZero ,

I use mint and I really like it. It’s an easy familiar transition from windows.

Arch is for user’s who want to start with a completely blank slate. Like there’s no file system when you start, as far as I know. Think of arch like windows but nothing is installed, not even explorer.exe

Mambert ,

I don’t like other distros that include lots of programs out of the box. I might need an office program, a music player, etc. But I want to choose it all myself.

I like KDE, but I also like some gnome applications, and it’s difficult to find a distro that only installs one or the other.

I find it easier to start from scratch: Give me a basic desktop environment, a terminal, and I know how to take it from there.

The rolling packages are a nice touch. As a linux gamer, any bit of free performance I can get from simply installing an update is appreciated.

AlmightySnoo ,
@AlmightySnoo@lemmy.world avatar

Arch and Gentoo have IMO the best documentation ever and you learn a lot when you try using either of those distributions as you have to do everything from scratch starting from a minimal system. Since you’re saying you’re new to Linux though, I’d say you should start with something more user-friendly like Mint or Ubuntu (or even Manjaro if you want a rolling release distro) and stay away from Arch and Gentoo in the beginning.

db2 ,

*btw

Veraticus ,
@Veraticus@lib.lgbt avatar

There’s nothing inherently superior, just what people like more. If you want to use Mint that’s totally fine and valid.

neo ,
@neo@lemmy.comfysnug.space avatar

Arch has the newest software, whereas most of Linux Mint’s software is usually a few years out of date except for security patches.

Arch is also a lot more “DIY” compared to Linux Mint’s “It Just Works”

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines