mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages/*, style-guide: update pages, fix Markdown (commit 1) * Update pages * style-guide.de: update page * Apply suggestions from code review Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pip3: remove search command * rpm: update path placeholder Co-authored-by: pixel <pixel+github@chrissx.de> * Update pages/linux/pkgfile.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: pixel <pixel+github@chrissx.de>
24 lines
599 B
Markdown
24 lines
599 B
Markdown
# yaourt
|
|
|
|
> Arch Linux utility for building packages from the Arch User Repository.
|
|
> More information: <https://linuxcommandlibrary.com/man/yaourt>.
|
|
|
|
- Synchronize and update all packages (including AUR):
|
|
|
|
`yaourt -Syua`
|
|
|
|
- Install a new package (includes AUR):
|
|
|
|
`yaourt -S {{package}}`
|
|
|
|
- Remove a package and its dependencies (includes AUR packages):
|
|
|
|
`yaourt -Rs {{package}}`
|
|
|
|
- Search the package database for a keyword (including AUR):
|
|
|
|
`yaourt -Ss {{query}}`
|
|
|
|
- List installed packages, versions, and repositories (AUR packages will be listed under the repository name 'local'):
|
|
|
|
`yaourt -Q`
|