The Wayback Machine - https://web.archive.org/web/20251224162502/https://aur.archlinux.org/packages/paru

Package Details: paru 2.1.0-2

Git Clone URL: https://aur.archlinux.org/paru.git (read-only, click to copy)
Package Base: paru
Description: Feature packed AUR helper
Upstream URL: https://github.com/morganamilo/paru
Keywords: AUR helper pacman rust wrapper yay
Licenses: GPL-3.0-or-later
Submitter: Morganamilo
Maintainer: Morganamilo
Last Packager: Morganamilo
Votes: 1112
Popularity: 31.38
First Submitted: 2020-10-19 00:43 (UTC)
Last Updated: 2025-12-12 05:03 (UTC)

Dependencies (6)

Sources (1)

Pinned Comments

haxie commented on 2023-05-26 17:45 (UTC)

you're better off contacting her via the github, this comments section is 90% "it's out of date" from people who didn't scroll down before posting

Latest Comments

1 2 3 4 5 6 ..; 26 Next › Last »

phoepsilonix commented on 2025-12-22 04:50 (UTC) (edited on 2025-12-23 02:19 (UTC) by phoepsilonix)

References
pacman 7.1.0(libalpm16) above
https://termbin.com/mayk
https://termbin.com/z737v

example

git clone https://aur.archlinux.org/paru.git
cd paru
curl https://termbin.com/mayk |patch -p1 -i-
makepkg -Cfi

https://aur.archlinux.org/packages/paru-static

https://github.com/Morganamilo/paru/pull/1461
https://github.com/Morganamilo/aur-depends/pull/19

fiskhest commented on 2025-12-17 11:27 (UTC)

FWIW I still got some errors relating to rust. After I rustup update'd this built fine.

wooptoo commented on 2025-12-17 11:07 (UTC)

nsmcclellan's suggestion worked for me; paru builds fine now

nsmcclellan commented on 2025-12-17 04:34 (UTC)

If you trouble building this over the last few days, try again. It should work now. Worked for me.

simona commented on 2025-12-16 18:40 (UTC)

problem with pacman 7.1: paru: symbol lookup error: paru: undefined symbol: alpm_option_set_disable_sandbox (I have link)

rekt0ro commented on 2025-12-15 09:06 (UTC)

Guess we’ll have to switch back to yay...

Oliveira commented on 2025-12-14 15:12 (UTC)

The issue originates in the alpm-sys crate. This patch addresses and fixes the problem: https://github.com/archlinux/alpm.rs/pull/60

tuananh commented on 2025-12-14 10:18 (UTC)

i use this one. works for me

https://0x0.st/KChT.diff

Dominiquini commented on 2025-12-13 18:50 (UTC)

I was able to build following this instructions: https://github.com/Morganamilo/paru/issues/1454#issuecomment-3620788285

drokas commented on 2025-12-13 16:12 (UTC)

As far as my puny mind can comprehend, pacman's latest release moved or renamed some functions around. I could see they changed the config options related to sandboxing when i was merging pacnew.conf with pacnew.conf.pacnew. But yes noted will reach out on git if required.