Yaourt: A pacman front end
This article translated from: Https://archlinux.fr/yaourt-en
1 juin 2007-admin
- About
- Brief introduction
- Get
- Example
- Link
About
Yaourt is a command-line interface program that is used to perform software installation on ArchLinux, in collaboration with Pacman.
Written by Julien Mischkowitz <wain at archlinux.fr> and Tuxce <tuxce.net at Gmail.com>.
Brief introduction
- AUR Support (search: Searches, installing: Install, checking for conflicts and dependencies: check conflict and dependency)
- Interactive Search and Installation
- Built directly from the ABS source package
- Working with Backup files:. pac*
- Save, restore ALPM database. Query directly from the backup file. Save, restore ALPM database. Query directly from a backup file.
- Search for orphans and test the local database. Search Orphans and test local database
- Support for subcontracting (splitted packages)
Get
It is recommended that you read the Aur information before you use it to install the required packages.
You can use the Aur to install:
git clone https://aur.archlinux.org/package-query.gitcd package--Sicd. git clone https://aur.archlinux.org/yaourt.git-Sicd.
Example
Search and install:
Yaourt
Synchronize databases, upgrade packages, search the Aur and its development library (all development-based packages) for upgrades:
Yaourt-syu--devel--aur
Build Packages from Source:
Yaourt-sb
Checking, editing, merging, or removing *.pac* files:
Yaourt-c
Get a Pkgbuild (support subcontracting (splitted package)):
Yaourt-g
Build and output packages, from source to directory:
YAOURT-SB--export
To back up the database:
Yaourt-b
Yaourt-q--backupfile
Link
- Mans Pages:yaourt.8 Yaourtrc.5
- Forum (FR)
- Bug Tracker
- Aur page
- Browse git repo
Yaourt:a Pacman Frontend (Pacman front, translation)