pacman: update -Ss example by -F (#10394)
This commit is contained in:
parent
83f436fb5f
commit
abf5f47fea
|
|
@ -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…
Reference in New Issue