mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 10:55:43 +02:00
pacman: update -Ss example by -F (#10394)
This commit is contained in:
parent
83f436fb5f
commit
abf5f47fea
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@
|
|||
|
||||
`sudo pacman -Rs {{package_name}}`
|
||||
|
||||
- Search the package database for a regular expression or keyword:
|
||||
- Search the database for packages containing a specific file:
|
||||
|
||||
`pacman -Ss "{{search_pattern}}"`
|
||||
`pacman -F "{{file_name}}"`
|
||||
|
||||
- List installed packages and versions:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue