Search Criteria
Package Details: pacaur 4.8.6-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/pacaur.git (read-only, click to copy) |
---|---|
Package Base: | pacaur |
Description: | An AUR helper that minimizes user interaction |
Upstream URL: | https://github.com/E5ten/pacaur |
Licenses: | ISC |
Submitter: | E5ten |
Maintainer: | blackwell |
Last Packager: | blackwell |
Votes: | 78 |
Popularity: | 0.56 |
First Submitted: | 2019-02-14 16:38 (UTC) |
Last Updated: | 2024-10-18 19:34 (UTC) |
Dependencies (6)
- auracle (auracle-gitAUR)
- expac (expac-gitAUR)
- jq (jq-gitAUR)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- perl (perl-gitAUR) (make)
Required by (9)
- aconfmgr-git (optional)
- argon
- argon-git
- meta-package-manager (optional)
- meta-package-manager-git (optional)
- octopi (optional)
- pacget
- pacup-arch-git (optional)
- update-notifier (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
das-ich commented on 2021-05-26 09:02 (UTC)
Generating documentation... /bin/bash: строка 1: pod2man: команда не найдена make: *** [Makefile:17: doc] Ошибка 127
zilot commented on 2019-12-25 13:49 (UTC) (edited on 2019-12-25 14:09 (UTC) by zilot)
I had an issue trying to install pacaur as the AUR wiki page was telling me to do. git clone https://aur.archlinux.org/pacaur.git cd pacaur makepkg -si
There was 3 missing packages : auracle-git expac jq
To fix that, I only had to install the package auracle-git that is in the AUR
git clone https://aur.archlinux.org/auracle-git.git cd auracle-git makepkg -si
then install pacaur as I previously tried (cd to pacaur/ and makepkg -si)
I still had another issue when trying to search a pacakge : :: $VISUAL and $EDITOR environment variables not set or defined editor not found
I fixed that by adding to my ~/.bashrc file the EDITOR variable : export EDITOR="/usr/bin/vim" and then source ~/.bashrc
Ketchup901 commented on 2019-12-22 12:19 (UTC)
@trougnouf make is in base-devel which is required for all packages in the AUR. https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started
trougnouf commented on 2019-12-05 17:12 (UTC)
Requires make (build dependency)
Bachsau commented on 2019-10-29 17:45 (UTC) (edited on 2019-10-29 17:46 (UTC) by Bachsau)
I wish the AUR would just be another binary repository like the base one.
Steps to fix this hiccup:
wget https://aur.archlinux.org/cgit/aur.git/snapshot/auracle-git.tar.gz
tar -xzf auracle-git.tar.gz
cd auracle-git
makepkg
pacman -U auracle-git-*
Morganamilo commented on 2019-10-22 14:59 (UTC)
Clearly it's auracle related. You need to rebuild it against the new version of libalpm.
fackamato commented on 2019-10-22 14:52 (UTC)
Is this pacaur related?
$ pacaur -S skypeforlinux-preview-bin :: Package skypeforlinux-preview-bin not found in repositories, trying AUR... :: resolving dependencies... auracle: error while loading shared libraries: libalpm.so.11: cannot open shared object file: No such file or directory
E5ten commented on 2019-04-27 23:27 (UTC)
@demysteriismundi please make an issue on github including the information the issue template asks for so I can try to figure this out.
demysteriismundi commented on 2019-04-27 22:50 (UTC) (edited on 2019-04-27 22:54 (UTC) by demysteriismundi)
@E5ten, I noticed, that is without the gamin package pacaur outputs "json parse error" in terminal. This package deleted how unnecessary. Please add gamin as a dependency.
« First ‹ Previous 1 2 3 4 Next › Last »