1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 16:15:41 +02:00

pacman: update -Ss example by -F (#10394)

This commit is contained in:
4G3NT 2023-06-19 11:16:01 -07:00 committed by GitHub
parent 83f436fb5f
commit abf5f47fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,9 @@
`sudo pacman -Rs {{package_name}}` `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: - List installed packages and versions: