this post was submitted on 12 Aug 2024
625 points (98.6% liked)

linuxmemes

20753 readers
1217 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MossyFeathers@pawb.social 7 points 1 month ago (11 children)

I've been trying to decide what distro I want to go with for my desktop (Microsoft recently pushed copilot onto my windows 10). While I like the idea of Arch (fast, lightweight) and the fact that it'd be fully compatible with whatever I get on my steam deck, stuff like this makes me think a Debian-based distro would be better.

(That and the fact that most Linux stuff is designed for Debian and I don't have enough experience to try and rebuild Debian stuff for Arch)

[–] Kyatto@leminal.space 15 points 1 month ago (1 children)

The aur usually has what I need, only have had to manually build once... Before I found the aur package. Endeavoros is a good easy way to get into arch if you are worried about the manual configuration.

[–] MossyFeathers@pawb.social 1 points 1 month ago (4 children)

Alright, cool. Why not Manjaro? I did a quick Google search and saw people saying Manjaro is bloated in comparison to EndevorOS, are there other reasons as well?

[–] 0x4E4F@sh.itjust.works 25 points 1 month ago (2 children)

Yeah, they like forgot to reupload a new cert 3 times.

And they hold packages back. EndeavourOS uses Arch's repos directly, whereas Manjaro has it's own repos. EndeavourOS is just Arch with a GUI installer and some handy prepicked choices, like a DE.

[–] lemmyvore@feddit.nl -3 points 1 month ago (1 children)

Yeah, they like forgot to reupload a new cert 3 times.

It happens to everybody, including Microsoft, Google, Amazon etc.

[–] 0x4E4F@sh.itjust.works 1 points 1 month ago (1 children)

Actually, most of them have automatic cert renewal... in fact, most web services have that nowadays.

[–] lemmyvore@feddit.nl 1 points 1 month ago

DNS at any company tends to be a mess. Multiply that by a thousand for a large multinational corporation. Case in point, here's Microsoft (and these are never going to stop, due to the sheer complexity):

Even when you use an automated service things can go wrong. For example I use Let's Encrypt but it needs to verify my DNS ownership so I use an API token to let the certbot make the modifications to prove that. At some point I wanted to restrict the token rights so it only has access to certain TXT records (to increase security in case the token every gets compromised). Long story short I forgot to include one wildcard and that particular certificate couldn't get renewed so it was out for the day until I fixed it.

Manjaro's website is made for presentation purposes and whether it's up or not has no impact on how the distro runs or whether you can download packages. Furthermore it's a completely different team from the distro developers so this has no bearing on the package quality. I've been a Manjaro user when some of the manjaro.org certificates expired but I never knew about it because it didn't affect me in any way.

manjaro.org uses Let's Encrypt now and it's been recently redesigned.

[–] Anafabula@discuss.tchncs.de 6 points 1 month ago (1 children)
[–] lemmyvore@feddit.nl 1 points 1 month ago

That thing hasn't been "valid" in half a decade.

[–] lemmyvore@feddit.nl 3 points 1 month ago

There are three distros derived from Arch that try to do very different things:

  • Endeavour is Arch with a friendly installer. That's it. It will install faster but then you'll be using Arch, and that's not a good idea for a beginner.
  • Garuda is also Arch but with a few more helpful tools and apps. Same reasoning as above.
  • Manjaro uses Arch packages as an upstream source (like Ubuntu vs Debian) but does things to them to make it stable. Which, unfortunately, makes a certain kind of Arch fan foam at the mouth and you've probably already been linked to "manjarno" and similar idiocy. So you'd have to deal with that.

But seriously, I have mixed feelings recommending Manjaro to a beginner. The distro itself is super-stable and easy to use because you basically have to do nothing. I have non-computer savvy family members on Manjaro without admin privileges and it works perfectly.

But the trick is that doing nothing part. You have to leave it alone and not modify the way it works, and beginners often feel the need to tinker with the system.. Not only that but it's hard as a beginner to figure out online what's generic Arch advice and what's Manjaro-specific and which of that can be applied safely on Manjaro and which is an Arch-ism that will ruin your install.

If you're set on trying Manjaro I can offer a list of recommendations to give you an idea of how to navigate the dos and donts.

[–] superkret@feddit.org 1 points 1 month ago* (last edited 1 month ago)

Just ignore "bloat" on principle. It's a meaningless term and leads to much suffering.
Untold numbers of systems have been made unbootable, untold years of time wasted, trying to get rid of "bloat".

The most "bloated" distro in the world is probably a default Slackware installation.
It installs every single package in its repo. Including several desktop environments and every single KDE program.
And it's just 2/3 of the size of a Windows installation.

[–] lemmyvore@feddit.nl 14 points 1 month ago

The Deck is configured by Valve in a way uniquely suited to it, and they also make sure it works properly. It's not going to be the same on vanilla Arch installed by you on your own PC.

Common wisdom for a beginner is to use something like Debian or Debian-based like Mint or Ubuntu because they're popular and stable so you can get a safe start. I wouldn't recommend Arch or Arch-based to a complete beginner.

[–] felsiq@lemmy.zip 9 points 1 month ago (1 children)

Honestly I’ve found the opposite of what you said, where on Debian based distros I commonly had to go to a project’s git repo and follow readme instructions to build when it wasn’t in an apt repository. Meanwhile on arch, the only thing you have to install manually is yay and then afterwards everything is in the AUR. Not saying that makes arch more user friendly than Debian (obviously), but that one aspect I do actually find easier on arch at least if you’re willing to use an AUR helper.

[–] MossyFeathers@pawb.social 4 points 1 month ago* (last edited 1 month ago)

It's mostly game-related tools that I've discovered typically have Debian versions but no apparent (official) Arch support. Seems like most people who develop modding tools, save editors, stuff like that, mainly use windows and if you're lucky will have a Mac and maybe Debian version

Edit: the windows binaries aren't a huge issue, they usually work in Wine just fine; I just prefer not having to use wine.

[–] MintyFresh@lemmy.world 8 points 1 month ago

I use mint. Everything works without too much fuss. Certainly easier than dealing with an endless stream of corpo shenanigans. It works quicker than windows ever did.

[–] lemmyvore@feddit.nl 8 points 1 month ago (1 children)

Oh and another point: on Debian every package you get is Debian. On Arch the stuff in AUR is not Arch and is not supported by Arch, it's unstable experimental stuff and you take your chances with it.

In practice, generally, the AUR stuff trends to mostly work fine but it's never guaranteed. It can and it does break spontaneously from time to time.

This applies to ALL Arch-based distros. So if you plan on counting on AUR to supplement your app needs, please reconsider.

Debian stable has ~100k stable packages included. Arch has ~15k bleeding edge packages included and ~80k "varies wildly" in the AUR. It will not be the same experience.

Debian with Steam and other popular desktop apps (like LibreOffice and Firefox) installed from Flatpak will be a much more reliable experience.

[–] HelloHotel@lemmy.world 1 points 1 month ago

The form needs to add "updated system while not using an lts kernal". (Screen flickering is beutiful on an amd and nvidia duel GPU machine)

[–] kuneho@lemmy.world 3 points 1 month ago

Debian is nice.

[–] bobs_monkey@lemm.ee 2 points 1 month ago

There's always Fedora as well

[–] corsicanguppy@lemmy.ca 1 points 1 month ago (2 children)

Wait until you need to validate the installed state of files on the machine. You'll reconsider Debian like many security people do.

[–] MossyFeathers@pawb.social 4 points 1 month ago

I doubt I'll ever have to do that since I don't really work in software development (I'm guessing that's only relevant in software dev?), but thanks for the heads up.

[–] lemmyvore@feddit.nl 2 points 1 month ago

Wait until you need to validate the installed state of files on the machine.

I don't think I've ever had to do that in all my years of using Debian. What does it even mean?

[–] MalReynolds@slrpnk.net 1 points 1 month ago

Or... install bazzite on one or both... and use an Arch distrobox to get all the Arch/AUR goodness with none of the system breaking risks. I was on Arch for a few years, learned a lot, but as a first distro ? Your funeral...

[–] frankgrimeszz@lemmy.world 1 points 1 month ago

I used to use Ubuntu years ago. The beauty of that distro is that it will fuck itself up. No action required on your part. Versions after 16 would black screen themselves after an upgrade, or the mouse pointer would go on vacation. Even better, it would say your 100% correct password was incorrect and lock you out.

You’re not really any worse off with something like Arch, aside from the initial install. Overall, less headaches for me.