55
submitted 1 year ago by jackpot@lemmy.ml to c/linux@lemmy.ml

new to this linux stuff sorry

top 50 comments
sorted by: hot top controversial new old
[-] Veraticus@lib.lgbt 41 points 1 year ago

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

[-] addie@feddit.uk 29 points 1 year ago

Moved over from Mint to Arch for gaming, which has some additional benefits:

  • more up-to-date kernel and more up-to-date Mesa, which brings very noticeable improvements in frame rates - in Elden Ring for example, 45 fps outside in Mint to 60 fps outside on Arch

  • my desktop soundcard isn't recognised properly by PulseAudio but is by PipeWire. It's hard to be sure that PulseAudio is completely gone when you uninstall it then reinstall something else. Arch, I just installed what I wanted in the first place

  • some utility programmes, like CoreCtrl for graphics card fan and power tweaking, and emulators like RPCS3, are the Arch repositories but not the Mint ones. Much easier to keep them up-to-date

  • for a gaming machine, no more 'mystery services' that I don't know what they are. I quite like having everything quite stripped back for a gaming machine. On Arch, I know what everything does because I installed it. That's not the case on Mint.

Obviously, I installed the Cinnamon desktop as my GUI choice - there's certain things about Mint that are tremendous and worth sticking to.

load more comments (2 replies)

For me, it's:

  • All software is shipped with as few changes as possible from upstream, so I'm getting the software as intended. If there's an issue, it's likely due to the software, not my distribution's unicorn configuration.
  • Pacman. This includes PKGBUILDs, syntax, and speed.
  • Good support. For all that this distribution isn't "the standard", you find install instructions in places you wouldn't expect, and more difficult things tend to work on Arch more easily than on other distributions.
  • Easy to set new things up. Because Arch doesn't ship with much configuration, there's no existing configuration you need to investigate in order to wrangle it to work with something new. This is also a downside, but we'll get to that...
  • Inertia. I installed it a few years ago, and I kind of want to move to openSUSE or Fedora, but I'm too comfortable here.

Downsides:

  • You need to configure everything. That includes the security stuff like AppArmor and SELinux you don't understand.
  • Occasional breakages. Arch doesn't break that often, but it's annoying when it does. Usually visiting bbs.archlinux.org is enough to set you on the right path.
  • Some software is packaged more slowly than other rolling distributions. Notably, GNOME is usually packaged a few months after openSUSE and Fedora ship it.
  • Constant updates! And HUGE updates, at that! Not great for computers you don't use often. If you do, make sure to pacman -Sy archlinux-keyring before you install new updates.
[-] Anticorp@lemmy.ml 10 points 1 year ago

Not great for computers you don't use often. If you do, make sure to pacman -Sy archlinux-keyring before you install new updates.

Pro tip there!

Thankfully, it appears this is no longer necessary in most cases since 2022: https://wiki.archlinux.org/title/Pacman/Package_signing#Upgrade_system_regularly

Though, it's still worthwhile doing it for computers you don't power on for most of the year, as the service likely hasn't had a chance to run.

[-] Anticorp@lemmy.ml 2 points 1 year ago

That's a nice upgrade.

[-] mrmanager@lemmy.today 3 points 1 year ago

You don't have to do the keyring thing manually anymore, pacman takes care of it. :)

Oh, cool! Since when? I always thought that was something the user shouldn't need to remember and that Pacman should automatically prioritize it.

This is exactly why I love making these kinds of comments. Someone always comes along to teach me something new!

[-] mrmanager@lemmy.today 1 points 1 year ago

It was a while ago... Not sure when. But I remember the news about it. :)

load more comments (6 replies)
[-] Max_P@lemmy.max-p.me 8 points 1 year ago

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:

root@archiso ~ #

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.

[-] nobloat@lemmy.ml 7 points 1 year ago

Well, Arch is not inherently better, it depends on your needs. If you want up-to-date packages and don't mind the do it yourself approach you'll love Arch. I've used Arch for a few years and learned a lot from it. I love the minimalism. Now I switched to a minimal install of Sway on Debian because I just want a tried and tested stable system. I am at a point of my life where I want a really boring install. Instead of tinkering with the system I use it as a base to learn more on the server side, and learn more coding, etc

[-] iByteABit@lemm.ee 4 points 1 year ago

Ironically my day to day experience was harder with Debian than Arch, it was a pain trying to find up-to-date packages for pretty much everything I needed

load more comments (3 replies)
[-] Defaced@lemmy.ml 5 points 1 year ago

Package base is always up to date since it's rolling. The AUR is absolutely fantastic and gives me any obscure application I could ever need. You ever tried installing the marathon trilogy with alephone on fedora? The AUR makes it a single button install. I'm currently running endeavour OS plasma, such a smooth experience.

[-] 52fighters@kbin.social 4 points 1 year ago

For everyone saying the wiki, you don't have to be an Arch user to love the wiki. I'm on Solus but use the Arch wiki frequently.

[-] timkenhan@sopuli.xyz 3 points 1 year ago

I'm a Debian & Gentoo user and I refer to it from time to time.

load more comments (2 replies)
[-] dditty@lemmy.world 1 points 1 year ago

I just switched to Fedora from Ubuntu for my Plex server and I'm referencing the Arch wiki all the time, recently for looking up info about pam/Google Authenticator

[-] darcy@sh.itjust.works 4 points 1 year ago

arch is for noobs. linux from scratch is a little better

[-] AlmightySnoo@lemmy.world 3 points 1 year ago

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.

[-] 5redie8@sh.itjust.works 2 points 1 year ago

And for the FOMOers of you, I started playing with Linux as a kid over a decade ago, and I just attempted and completed my first Arch install last month.

(I got it first try thought not to brag or anything :) )

[-] iknt@lemmy.ml 2 points 1 year ago

Instead of Manjaro, try EndeavourOS, easy Arch install with GUI.

[-] SmokeInFog@midwest.social 1 points 1 year ago

I will say that while some things in the Arch wiki are for arch only, a whole lot of it applicable to any distro. Or at least to Mint, which I've been on for like a decade but have used AW (it's a common DuckDuckGo bang I use, !aw) for many a trouble shooting and configuring

[-] Hexadecimalkink@lemmy.ml 3 points 1 year ago

If you like extra config work you'll love Arch relative to Mint.

[-] db2@lemmy.one 2 points 1 year ago
[-] Mikelius@beehaw.org 2 points 1 year ago

Probably already said here, but it's going to just come down to your end goal to know what distro fits what you're looking for.

I am personally a huge fan of Gentoo, another distro that's all about "from the ground up" approach. It's actually where I started with Linux and is how I became as proficient in it as I am today. In fact my internal server that does everything is running Gentoo as it's OS... Has never had any problems in the last decade that would require a reinstall or anything crazy like that.

But even as much love as I have for Gentoo, I have Linux Mint installed on my laptop. Why? Because it's just more convenient when I need my full focus on the 10 other personal projects I'm working on... Also amazing on the gaming front. Doesn't have nearly as much bloat as some other Ubuntu-based distros on first install, has a huge community support, and is just great all around to have.

[-] shapis@lemmy.ml 2 points 1 year ago

More of the software I use is in the repos/aur compared to debian. Which makes everything easier.

[-] Joker@beehaw.org 2 points 1 year ago

Linux is Linux. The differences largely come down to packaging and release cadence. You never really have upgrade difficulties with Arch due to the rolling release model as long as you are updating pretty regularly. On other distros, it’s not uncommon to deal with release upgrades that can be a little more involved. The other advantage to Arch is the repository and AUR. You can install just about anything with one command/click.

Personally, I think Arch is the easiest distro to use once it’s installed. I was a Debian user before Arch for mostly the same reason - it’s so easy to install software because the repository is huge. Being on Mint, you have access to a lot. Just imagine having access to even more but needing a little more knowledge to get started and that’s Arch.

[-] oct2pus@kbin.social 2 points 1 year ago* (last edited 1 year ago)

I think my issue with Mint is the small team maintaining the cinnamon fork that clearly can't keep up with the desktop.

Otherwise mint is functionally Ubuntu. I preferred Debian for my stable stuff. I like arch currently because PKGBUILD was acomparatively easy package format to learn and modify. Rolling is nice but I've used Debian extensively as well.

[-] MrBubbles96@lemmy.ml 2 points 1 year ago

Different strokes for different folks mostly.

Arch is a rolling release, meaning everytime something changes in a package or dependency, there's an update.

Mint is a stable release, and gets major updates every few months, with much more frequent security updates, but yeah, it's not an everyday thing like with Arch

While I don't like saying "this is better than that", since Arch is a rolling release, it's always up to date, and so you're not going to end up in a situation like "my built-in laptop sound card isn't getting picked up" (i mean, you might, but it's rare. After all, Arch can break sometimes times, just like everything, really) like you sometimes can with Mint and other stable distros. Also, Arch--well, vanilla Arch and something like Endeavour--comes with just the basics and everything else, you gotta add. I personally like this because I like knowing exactly what I'm installing and having only what I'm going to use...and also not deal with messing with PPA's. This isn't a point against non-Arch distros or anything, it's all just personal preference--but really, everything from "Should I do Arch with Cinnamon or something like Mint or Fedora's Cinnamon Spin?" is all up to personal preference

[-] nicman24@kbin.social 1 points 1 year ago

mostly that it does not use dpkg and the repos do not support partial upgrades - so no dep hell

[-] outhold@lemmy.world 1 points 1 year ago
[-] Oha@feddit.de 1 points 1 year ago
[-] art@lemmy.world 1 points 1 year ago

Arch teaches you about the inner workings of Linux. Mostly because it breaks all the time and you have to fix it.

[-] dino@discuss.tchncs.de 1 points 1 year ago

Arch doesn't "break" you are doing shit you have no clue about which in turn creates problems, which you then have to fix. Still if you plainly install and update it, I doubt you will notice much difference from an Arch install compared to any other distro.

load more comments (1 replies)
[-] Furycd001@fosstodon.org 1 points 1 year ago

@jackpot For me personally, I've found that XFCE on Arch runs faster & uses less resources compared to XFCE running on mint, Debian, or Ubuntu. Debian will always be my No.1 fav Linux distro, but for now I'm on Arch, even if I'm not really using the aur for anything other than nvidia drivers. Arch probably won't be permanent, but for now I'm loving it, & switching back to Debian will eventually happen. Just not yet....

load more comments
view more: next ›
this post was submitted on 27 Jul 2023
55 points (96.6% liked)

Linux

47366 readers
2109 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS