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

Linux

47247 readers
992 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
[–] [email protected] 1 points 6 months ago (1 children)

Not sure why noone has pointed this out but if you use paru or yay instead of pacman, installing/searching the AUR is the same as if they are in the main repo. It does all the building etc for you.

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

hmm okay thanks I will check those out maybe that is the missing piece.

so paru is the equivalent to apt-build install

but unlike Debian the Repo is outside the distribution.

i think I'm getting it thank you while I have no interest in leaving debian but this will be fun in distrobox.

[–] [email protected] 1 points 6 months ago

To be specific..

Install something from the main repo:

$ paru -S package

Install something from the AUR:

$ paru -S package

To search for a package, in the main repo or the AUR:

$ paru -Ss search-term

With the search results, it clearly labels if something is from the AUR or extras or the main repo, and you can make it show AUR results first or last in the config.

https://github.com/Morganamilo/paru

I don't actually use pacman directly at all, I use paru for everything and it's seamless.