this post was submitted on 20 Feb 2024
175 points (95.8% liked)
Linux
48067 readers
701 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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?
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
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.
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.