yaourt: a pacman frontend
About
Yaourt is a command line interface program which complete pacman for installing software on Archlinux.
Written by Julien Mischkowitz <wain at archlinux.fr> and Tuxce <tuxce.net at gmail.com>.
Overview
- AUR support (search, install, check conflict and dependency)
- Interactive search and install
- Building packages directly from ABS source
- Handling backup files: .pac*
- Save, restore alpm database. Query directly from a backup file.
- Search orphans and test local database
- Support splitted packages
Get It
It’s recommended to read about AUR before, particularly about the packages needed to use it.
You can install yaourt from AUR:
wget http://aur.archlinux.org/packages/package-query/package-query.tar.gz tar zxvf package-query.tar.gz cd package-query makepkg -si cd .. wget http://aur.archlinux.org/packages/yaourt/yaourt.tar.gz tar zxvf yaourt.tar.gz cd yaourt makepkg -si cd ..
[archlinuxfr] Server = http://repo.archlinux.fr/$arch
pacman -Sy yaourt
Examples
Search and install:
yaourt <search pattern>
yaourt -Syu --devel --aur
yaourt -Sb <package>
yaourt -C
yaourt -G <package>
yaourt -Sb --export <dir> <package>
yaourt -B
yaourt -Q --backupfile <file>
Screenshots
Links
Man pages: yaourt.8 yaourtrc.5
Forum (fr)
Bug tracker
Aur page
Browse git repo