this post was submitted on 20 Feb 2024
169 points (95.7% liked)

Linux

46885 readers
2026 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
 

Which one(s) and why?

you are viewing a single comment's thread
view the rest of the comments
[–] lordnikon 1 points 6 months ago (8 children)

I have to say I dont get the AUR I have been using Debian for the past 20 years and have tried Arch based out on my steam deck and in Distrobox on my sid gaming PC and I just don't get it.

I hear all these great things about the AUR but when I tried it. It didn't seem to be that much easier than building a Deb pkg or doing a make install from source. the way I hear people talk about it I figured it was just like installing from a source Repo on Debian.

please note I'm not saying anything bad about Arch I personally love the arch wiki it's great to even fix things in Debian. I just personally don't get it. maybe I'm not using it right or distobox does not give me the full experience. Any idea what I'm doing wrong?

[–] I_poop_from_there 1 points 6 months ago (7 children)

For me, AURs main advantage is the huge library of software available. No mess resolving dependencies like when manually building from source and no issues with 3rd party repos breaking each others dependencies like in PPA

[–] lordnikon 2 points 6 months ago (6 children)

yeah I get dependency resolution from apt build-dep in Debian but like what commands do you use to build a package with the AUR. From what I read it's

search the AUR website git clone tar xf pag.tar makepkg -csi packagename

am I missing something or is there an easier way that I am just not seeing?

i promise I'm not trolling I really want to learn.

[–] Jean_Lurk_Picard 1 points 6 months ago* (last edited 6 months ago)

For me the benefit of AUR isn't necessarily the ease of download. It's the fact that it's community based and anyone can build a package for any software. I always git clone and then makepkg. I hate using yay because I want to read the PKGBLD myself and check the hash. I've found some obscure software via AUR that I wouldn't be able to easily download on other distros. Further more the AUR website allows comments from the community which encourages bug fixes and/or a dialogue with specific package issues.

load more comments (5 replies)
load more comments (5 replies)
load more comments (5 replies)