this post was submitted on 07 Jul 2025
699 points (92.6% liked)

Linux

56159 readers
1060 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Spectrism@feddit.org 11 points 2 days ago (1 children)

Is there no -bin version available for those packages?

[–] jwmgregory@lemmy.dbzer0.com -1 points 2 days ago (1 children)

sometimes you’re working with particular releases or builds that don’t, but like i said i might be the idiot lol.

i like the concept of arch. i don’t like the way i need to come up with a new solution for how im managing my packages virtually every few days that often requires novel information. shit, half the time you boot up an arch system if you have sufficient # of packages there is 9/10 times a conflict when trying to just update things naively. like i said it’s cool on paper and im sure once you use it as a daily driver for awhile it just becomes routine but it’s more the principle of the user experience and its design philosophy that i think might be poor.

arch is for techies in the middle of the bell curve imo… people on the left and the right, when it comes to something as simple as managing all my packages and versions, want something that just works^TM^ - unless i specifically want to fuck with the minutiae.

[–] Feyd@programming.dev 5 points 2 days ago (1 children)

conflict when trying to just update things naively

Sounds like AUR problems. IMO using AUR helpers that tie AUR packages to your full system update command is a trap. AUR never professed to be a stable repository (in fact it's the opposite). AUR has a place, but it should be used sparingly and thoughtfully.

[–] jwmgregory@lemmy.dbzer0.com 1 points 1 day ago (1 children)

i agree with this but this isn’t the reality of the arch ecosystem. AUR is explicitly promoted on the wiki for a large amount of tasks the average user is going to do. it feels skeevy to acknowledge the problems with the AUR and then abscond arch’s responsibility for them, because the AUR is not like PPAs or anything. it is significantly more integrated into the ecosystem.

[–] Feyd@programming.dev 6 points 1 day ago* (last edited 1 day ago) (1 children)

The wiki article :

  • specifically says that packages are not thoroughly vetted
  • does not recommend using yay or another AUR helper (which is the primary thing I recommend against)
  • has a frequently asked question section that is fairly technical and should indicate that it is not for the faint of heart

The aur helper wiki has a fun red disclaimer at the top that no one reads

[–] jwmgregory@lemmy.dbzer0.com 1 points 1 day ago (2 children)

you (rhetorical you, not you) can recommend not using the AUR officially all you want. it doesn’t mean anything if a large number of tasks the average user is going to do require AUR packages. i’m kind of drunk rn but i’ll go find specific pages of the wiki that demonstrate what i’m talking about, i stg this isn’t nothing. the core system itself can entirely be managed with pacman, yes, but the average user is going to be doing a lot more than just that. there is a certain discord in the messaging of arch as a whole.

this is exactly my point. arch can either be a nuts and bolts distro or it can be made for normies. it can’t be both.

[–] elo13@sopuli.xyz 4 points 1 day ago

it doesn’t mean anything if a large number of tasks the average user is going to do require AUR packages

You keep saying this but can you give any concrete examples? I don't recall coming across anything like this.

[–] Feyd@programming.dev 3 points 1 day ago

To reiterate, I don't think there is anything wrong with using the AUR. I think that using an AUR helper that ties updating AUR packages to your pacman -Syu is a trap that people keep falling into despite the warnings in the wiki.