Search Criteria
Package Details: paru-bin 2.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/paru-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | paru-bin |
| Description: | Feature packed AUR helper |
| Upstream URL: | https://github.com/morganamilo/paru |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | paru |
| Provides: | paru |
| Submitter: | Morganamilo |
| Maintainer: | Morganamilo |
| Last Packager: | Morganamilo |
| Votes: | 327 |
| Popularity: | 6.58 |
| First Submitted: | 2020-10-28 12:23 (UTC) |
| Last Updated: | 2025-07-08 08:51 (UTC) |
Dependencies (5)
- git (git-gitAUR, git-glAUR)
- libalpm.so (pacman)
- pacman (pacman-fancy-gitAUR, pacman-gitAUR)
- bat (bat-cat-gitAUR) (optional) – colored pkgbuild printing
- devtools (devtools-gitAUR, devtools-doasAUR) (optional) – build in chroot and downloading pkgbuilds
Required by (63)
- aconfmgr-git (requires paru) (optional)
- arch-os-manager (requires paru) (optional)
- arch-tui (requires paru) (optional)
- arch-update (requires paru) (optional)
- arch-update-git (requires paru) (optional)
- arch-update-manager (requires paru) (optional)
- arch-update-manager-bin (requires paru) (optional)
- archlink (requires paru) (optional)
- ash-git (requires paru)
- aurroamer (requires paru) (optional)
- aurscan-git (requires paru)
- cache-cleaner (requires paru) (optional)
- cfgprf (requires paru) (optional)
- cosmic-ext-applet-updates-bin (requires paru) (optional)
- cosmic-ext-applet-updates-git (requires paru) (optional)
- dcli-arch-git (requires paru) (optional)
- dec-bin (requires paru)
- dec-git (requires paru)
- declarch (requires paru) (optional)
- declarch-bin (requires paru) (optional)
- dpw (requires paru) (optional)
- ecdysys (requires paru) (optional)
- fe (requires paru)
- fuzzy-pkg-finder (requires paru) (optional)
- fzpac (requires paru) (optional)
- fzpac-git (requires paru) (optional)
- garuda-rani (requires paru) (optional)
- garuda-rani-git (requires paru) (optional)
- gopac (requires paru) (optional)
- gopac-bin (requires paru) (optional)
- guiman (requires paru) (optional)
- iwant (requires paru) (optional)
- iwant-bin (requires paru) (optional)
- lsparu (requires paru)
- meta-package-manager (requires paru) (optional)
- meta-package-manager-git (requires paru) (optional)
- octopi (requires paru) (optional)
- oxidizr-arch (requires paru) (optional)
- packageprovides (requires paru) (optional)
- pacman-gui (requires paru) (optional)
- pacrs (requires paru) (optional)
- pacsea-bin (requires paru) (optional)
- pacsea-git (requires paru) (optional)
- pacup-arch-git (requires paru) (optional)
- pacupdate-git (requires paru)
- paczf (requires paru)
- paf-notify (requires paru) (optional)
- parui (requires paru) (optional)
- parui-git (requires paru) (optional)
- parus (requires paru)
- paruse (requires paru)
- paruz-git (requires paru) (optional)
- pipac (requires paru) (optional)
- pkg-listn (requires paru) (optional)
- pkg-listn-git (requires paru) (optional)
- pkg-sync (requires paru) (optional)
- pkgstate (requires paru) (optional)
- pkgstate-bin (requires paru) (optional)
- pkgstate-git (requires paru) (optional)
- plasma6-applets-arch-update-notifier (requires paru) (optional)
- ppac-git (requires paru) (optional)
- upgrade (requires paru)
- upkeep-git (requires paru) (optional)
Latest Comments
1 2 3 4 5 6 Next › Last »
bipoexp commented on 2025-12-15 21:51 (UTC)
Would it be possible for all future versions of paru-bin to be statically linked (as in a monolithic binary, not dynamically linking). That way changes to libraries dont stop it from working. I really miss how the Debian world would leave old versions of libraries lying around and just symlink/hardlink the unversioned format with the most up to date versioned format.
jo2k commented on 2025-12-14 10:22 (UTC)
Please stop changing references in binary files (this is never a good idea) and just let the developers solve the problem. Here is some information on the topic: https://github.com/Morganamilo/paru/issues/1454
system72 commented on 2025-12-14 07:48 (UTC)
those messages were from well over a year ago..
mizumo_prjkt commented on 2025-12-13 22:32 (UTC)
@neyb, if author not updating within 72 hours, probably we should mark it
mizumo_prjkt commented on 2025-12-13 22:19 (UTC) (edited on 2025-12-13 22:23 (UTC) by mizumo_prjkt)
im having issue with
libalpmagain :(so far, alpm 15 file is not present after i updated the machine
though
leads me to
full terminal
this time,
libalpmis now at16jo2k commented on 2025-12-13 17:50 (UTC) (edited on 2025-12-14 10:26 (UTC) by jo2k)
@0BAD-C0DE Do you really think that a 15-month-old tip can help with this problem? The binary file refers to libalpm.so.15. The file system contains libalpm.so.16. I strongly advise you not to patch anything here unless you know exactly what you are doing. Which is obviously not the case at the moment.
You can simply use yay instead of paru until the developers have fixed the problem.
0BAD-C0DE commented on 2025-12-13 15:45 (UTC)
@1nikolas Your suggestion desn't work for me:
It seems alpm 1.5 is kept untouched.
bulletmark commented on 2024-09-19 22:25 (UTC)
@neyb, it was flagged 5 days ago so rather a moot question don't you think? I flagged
yay-binwhen this happened because it was clearly "out of date" wrt to the Arch packages so I thought it appropriate. BTW, bothyayandyay-binhave been updated quickly.neyb commented on 2024-09-19 13:57 (UTC) (edited on 2024-09-19 13:58 (UTC) by neyb)
actual state :
no new paru release
but its deps need a bump.
should we flag this as outdated ?
1nikolas commented on 2024-09-15 21:53 (UTC)
In the meantime you can do this
sudo patchelf --replace-needed libalpm.so.14 libalpm.so.15 "$(which paru)"(found it somewhere on github issues)1 2 3 4 5 6 Next › Last »