mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
yaourt: use token syntax
This commit is contained in:
parent
747ae04995
commit
66bef8afb3
1 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@
|
|||
|
||||
- Install a new package (includes AUR):
|
||||
|
||||
`yaourt -S package-name`
|
||||
`yaourt -S {{package_name}}`
|
||||
|
||||
- Remove a package and its dependencies (includes AUR packages):
|
||||
|
||||
`yaourt -Rs package-name`
|
||||
`yaourt -Rs {{package_name}}`
|
||||
|
||||
- Search the package database for a keyword (including AUR):
|
||||
|
||||
`yaourt -Ss package-name`
|
||||
`yaourt -Ss {{package_name}}`
|
||||
|
||||
- List installed packages, versions, and repositories (AUR packages will be listed under the repository name 'local'):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue