6 quick steps to install apps from AUR in Arch Linux

Archlinux-icon.png
  • Browse to http://aur.archlinux.org
  • Search for your program’s page
  • Download the tar.gz file containing all required files, it will be linked as “Tarball”
  • Uncompress the tar.gz file, cd to the extracted directory and type in ‘makepkg -s’. This will also install any missing dependencies with pacman
  • When it is finished, type in ‘pacman -U <insert name of program and version>.pkg.tar.gz
  • Your program is installed!
  • Related Posts

    2 Comments

    1. xvalentinex says:

      I like to use Yaourt. It’s a wrapper for pacman. Along with other features, Yaourt will download and build packages from AUR automagically.

      http://wiki.archlinux.org/index.php/Yaourt

    2. admin says:

      yaourt is a wonderful application :-)