Search Criteria
Package Details: pacaur 4.8.6-1
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: | |
Submitter: | E5ten |
Maintainer: | E5ten |
Last Packager: | E5ten |
Votes: | 54 |
Popularity: | 2.60 |
First Submitted: | 2019-02-14 16:38 |
Last Updated: | 2019-04-01 23:16 |
Dependencies (7)
Required by (9)
- aconfmgr-git (optional)
- archupdate
- argon
- octopi (optional)
- octopi-dev (optional)
- pacget
- pacupg (optional)
- paxchange (optional)
- sysupdate
Latest Comments
1 2 3 Next › Last »
zilot commented on 2019-12-25 13:49
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
@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
Requires make (build dependency)
Bachsau commented on 2019-10-29 17:45
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
Clearly it's auracle related. You need to rebuild it against the new version of libalpm.
fackamato commented on 2019-10-22 14:52
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
@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
@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.
E5ten commented on 2019-04-15 19:52
@abhinavd
pod2man
is provided in/usr/bin/core_perl
, which should be in your path, byperl
, which already is a makedep. Sorry for the trouble you had building it, you probably need to fix whatever is setting your PATH to not include/usr/bin/core_perl
.abhinavd commented on 2019-04-15 19:41
Dear @E5ten, please add
pod2man
as a dependency: I could not build without it.