Package Details: paru 2.0.4-1

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: 973
Popularity: 22.13
First Submitted: 2020-10-19 00:43 (UTC)
Last Updated: 2024-09-20 18:50 (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

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 24 Next › Last »

okunium commented on 2022-11-05 07:40 (UTC) (edited on 2022-11-05 08:01 (UTC) by okunium)

Hi! I just updated my system and this error appears when i try to run paru -Syu "paru: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory". Have any idea why this is happening?

Edit: I think this is happening because of the updated openssl

CaptainBern commented on 2022-10-18 10:05 (UTC)

For anyone getting errors related to "backtrace" in src/lib.rs: navigate to wherever the source was cloned and run: echo stable-2022-08-11 > rust-toolchain, if you run makepkg again it should build correctly now.

whynothugo commented on 2022-10-15 12:29 (UTC)

pkgconf is part of base-devel, which is assumed to be installed when trying to build packages.

russellg commented on 2022-10-15 00:02 (UTC)

The alpm-sys dependency requires pkg-config to be installed, which is not a make dependency here. I run into the error:

  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Could not run `"pkg-config" "--libs" "--cflags" "libalpm" "libalpm >= 13.0.0"`
  The pkg-config command could not be found.

Installing pkg-config fixes the issue.

SpidFightFR commented on 2022-08-10 13:50 (UTC)

i get an error while rusts compile paru, something related to "backtrace" in src/lib.rs. (it happens with paru-git too)

whynothugo commented on 2022-06-29 14:59 (UTC)

@jmvazquezes Are you using rustup? Try rustup update.

jmvazquezes commented on 2022-06-29 14:42 (UTC)

I got this error: error: failed to parse manifest at /tmp/paru-6965007266957474182/paru/src/paru-1.11.0/Cargo.toml

Caused by: feature edition2021 is required

this Cargo does not support nightly features, but if you switch to nightly channel you can add cargo-features = ["edition2021"] to enable this feature

df8oe commented on 2022-03-22 18:23 (UTC)

I have run this command on all machines - and then forgot it. I was not in focus that the folder contents can vanish without my action. I have 8 machines running Arch Linux - and the issue was present on all machines... Very strange! Thanks to you for pointing me to the right direction.