Python3-aur

From wikinotes
Revision as of 01:44, 6 December 2015 by Will (talk | contribs) (Created page with "{| class="wikitable" width="100%" | <pre>aurquery <packagename></pre> || search for a package |- | <pre>aurpkglist</pre> || list all aur packages |} packer is great when...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
aurquery <packagename>
search for a package
aurpkglist
list all aur packages

packer is great when it works, but occasionally you'll need to upgrade packer, or you'll run into a package that packer has trouble installing (or you'd rather just compile it yourself). python3-aur is amazing, it gives you all of the information that you need to download and compile packages yourself.

NOTE at present, the python module AUR only supports python3.4. You can install python 3.4 from the AUR, and modify /usr/bin/aurquery's header.

cd /home/src
curl -#O https://aur.archlinux.org/packages/py/python3-aur/python3-aur.tar.gz
tar -xvf python3-aur*
cd python3-aur*
makepkg -s --skippgpcheck
sudo pacman -U python3-aur-x.x.x-any.pkg.tar.xz