What package manager do you use for arch based distros?
2026-04-08 00:20 UTC
Replies (29)
-
@IEatDaFeesh@lemmy.world 2026-04-08 00:26
What do you mean by “bloated”? How many more bytes does the flatpak version have compared to its counterpart?
-
@Sxan@piefed.zip 2026-04-08 01:52
If you install yay, it gives you pacman + AUR wiþout sudo. To be pedantic, þere is a sudo happening, but it’s hidden. In any case, you don’t ever type “sudo” and it is one command. I expect oþer yay-like tools are similar. Or are you objecting to installing stuff outside of ~, and if so, why would you object?
-
@nothx@hexbear.net 2026-04-08 02:48
I just reinstalled arch last weekend and have both paru and yay installed. Only real difference between them is yay is Go and paru is Rust. Both work great and very similarly. I think the paru dev originally worked on yay.
-
@thingsiplay@lemmy.ml 2026-04-08 03:06
I use yay, as it comes by default with EndeavourOS. It’s basically an AUR helper that uses pacman and works quite the same. Flatpak is a different package manager and has nothing to do with your system packages. They are not exclusive, I use both. So what you basically asking isn’t which package manager people use, but rather which package format.
-
@Nibodhika@lemmy.world 2026-04-08 04:33
Your question is not Arch specific, it’s “should I use flatpaks?” And the answer in my opinion is probably no. Flatpaks are a good idea to isolate certain applications and to provide a uniform way of installing packages. So there might be some apps that are not available in your native package manager, but do provide flatpaks. For those cases flatpaks are probably preferred. But Arch based distros have the AUR, so there are a lot of apps that aren’t packaged for Arch that you can still get as a native package. Sure, using the AUR is risky and if you’re not on actual Arch things might break sporadically because of mismatched dependencies (although I think CachyOS is full parity of packages with Arch, so that’s maybe more of a Manjaro warning). But flatpaks are clunky, bloated, require annoying permissions to be set to do basic things, and require you to update two package managers to do a full system update. They are more appealing for systems where you don’t want to give users root access but still allow them to install programs, but for your own computer I have never seen the appeal.
-
@juipeltje@lemmy.world 2026-04-08 07:59
You can choose between things like flatpak or aur packages, but you’re gonna have to use pacman either way, since your core packages are still managed by pacman even if you decide to install most things through flatpak. Just wanted to point that out in case you were thinking of not using it at all anymore, cause it’s definitely not good to have your system get extremely out of date overtime. Having said that, it’s a matter of preference. The aur has more packages available, but flatpak has verified packages available, so assuming you stick to those, it could be safer. It also offers things like sandboxing. When i was on arch i only used the aur. I usually go with whatever has the most packages available or whatever is most convenient.
-
@bad1080@piefed.social 2026-04-08 09:22
i used their version of discover (forgot the name) and found it has mostly everything i was looking for (surprisingly so)
-
@Ooops@feddit.org 2026-04-08 09:32
Pacman… With exactly one exception: Steam via flatpak because that’s the single package left that would need 32bit libraries from multilib-repo since Wine finally left those dependencies behind.
-
@pineapplelover@lemmy.dbzer0.com 2026-04-08 14:10
I use paru
-
@CrabAndBroom@lemmy.ml 2026-04-08 15:19
I use an unholy blend of paru, Flatpak, Docker and AppImage apps (no Snap!) with Topgrade to update it all.
-
@TruePe4rl@lemmy.ml 2026-04-09 07:12
pacman + yay + appman (in cases where appimage is more convenient) If you need something from AUR, Chaotic AUR builds some of them. Technically I also use managers for certain languages and environments, so sometimes cargo, pip, luarocks, … whatever. I did try to use flatpak in the past, but I just found it annoying. If you do not explicitly need it’s capabilities for a certain app it is mostly makes accessing app’s config and data a major annoyance imo.
-
@mub@lemmy.ml 2026-04-09 09:38
pacman / yay I also like pacseek as it provides a simple tui for package search and getting info about packages.
-
@Cyber@feddit.uk 2026-04-09 17:23
when both are available it’s hard to decide. It’s easy to decide: AUR (only) Personally, I use pacman for as much as I can, then dip into yay for anything else.
-
@Maiq@piefed.social 2026-04-08 00:35
Look into the Chaotic AUR. It offers pre compiled AUR programs. Almost every app I really need has been there. If it’s not in there and I really need it and will get used often I’ll get it from the AUR. I dont really like flatpaks much. I’ll use it if it’s easy and I dont plan on using the app much. Apps like Bottles. They are nice to have but rarely do I use it.
-
@DefinitelyNotBirds@lemmy.ml 2026-04-08 00:30
Pacman plus the AUR is the move on Arch based distros. The AUR gives you access to basically everything, and paru or yay handles the build chain without pain. Flatpak has its place for apps that ship messy runtime dependencies, but for most things it adds an unnecessary isolation layer. Have you tried paru as your AUR helper yet?
-
@milk@discuss.tchncs.de 2026-04-10 21:52
I use native packages wherever possible, then flatpak's after that, and then aur pretty much only for things that don't run well in flatpaks. I really don't want to have to look through 50 different pkgbuilds every time there's an update and the downsides to flatpaks are, I believe, largely overstated
-
@brax@sh.itjust.works 2026-04-10 00:50
I just use pacman and yay. I avoid flatpaks as best I can, I don't see the hype.
-
@communism@lemmy.ml 2026-04-09 22:58
Yay I only use flatpak for one Python program because it has a lot of runtime dependencies I don't want to bother with. I generally wouldn't use flatpak.
-
@iglou@programming.dev 2026-04-09 10:28
My reason for using arch linux is to have as little bloat as possible. So, pacman. Yay sometimes for AUR stuff, but my need for it is rare.
-
@JackbyDev@programming.dev 2026-04-09 19:54
> There is pacman + aur and then there is flatpak. This is sort of like asking "which fruit juice do you use, an acme apple juicer or a blamco orange juicer." If I need a flatpak, I use flatpak. Sometimes things only have flatpaks and aren't on the AUR. If it's on both, nowadays I typically prefer the non-flatpak version, but that's just sort of vibe based, I don't really have a good reason. I think I ran into a few (very minor) problems with flatpaks (that were probably easy to fix) that I didn't have with the non-flatpak version and that skewed me in that direction.
-
@Obin@feddit.org 2026-04-09 12:49
I have both `yay` and `paru` on the two Arch systems I manage, because pacman tends to break those occasionally through dependencies and that way I don't have to do the whole `makepkg` bit again and instead can update the one with the other. I still find it asinine that these aren't in the repos or the functionality isn't integrated in to pacman, but since Arch's entire philosophy is based on simplicity, I guess the chosen solution to secure user packages is security by obscurity. (I only still use Arch on those systems because I haven't gotten around to migrate them to Gentoo yet, after implementing a binpkg repo and custom profiles many years ago so compiling on the weaker machines is essentially unnecessary, btw.)
-
@woodsb02@lemmy.ml 2026-04-09 09:20
For command line apps, I use paru for AUR. For desktop apps, if they’re available as a flatpak, I prefer that for the increased security provided by the sandbox. Otherwise I use Arch packages or AUR. I even uninstall GNOME apps (calendar, weather) from pacman, and install their flatpaks.
-
@ada@piefed.blahaj.zone 2026-04-08 00:43
I don't like Flatpak, so that makes it an easy choice for me. Flatpak apps never quite integrate properly I like having Flatpaks as a fallback option, but if something is available in the arch repos, aur or chaotic-aur, I'll always go there first
-
@MonkderVierte@lemmy.zip 2026-04-08 10:09
Yay. And btw, that question is [covered](https://wiki.archlinux.org/title/AUR_helpers) already.
-
@AstroLightz@lemmy.world 2026-04-08 15:58
pacman /w chaotic-aur. I don't need the AUR directly, a GUI, or other managers. Just what came with my system + chaotic works just fine. **edit: typo**
-
@Aceofspades@lemmy.ca 2026-04-08 03:13
Personally, I use pacman when possible and flatpak when it's not. I try to avoid the aur as I have had too many problems with missing dependencies or version conflicts. Plus, I don't generally need things that are not in the repositories so it rarely comes up. "But flatpaks are not lean!" While this is true, I find flatpaks don't break my system. Flatpaks do use more resources, from storage to RAM, but I have plenty of both so it's not really a concern.
-
@SolarPunker@slrpnk.net 2026-04-08 01:35
Always use native pkgs if possibile (so use pacman/paru)
-
@Kangy@lemmy.dbzer0.com 2026-04-08 10:00
Shelly is another option, comes pre installed on CachyOS. It's aiming to modernise pacman. It's been pretty good for my usage. It has a GUI that can handle native repos, the AUR, flatpaks and app images. It can also be used in your CLI as well
-
@nothx@hexbear.net 2026-04-08 09:58
Im running arch proper, nothing come pre-installed. But I originally used paru and then installed yay cuz I was troubleshooting something. Never removed it. Fo what it’s worth, it doesn’t hurt anything to have multiple installed so you can see which you like. They shouldn’t interfere with eachother.