From abf5f47fea21136d0d1d490cd86d0d2ff0ace644 Mon Sep 17 00:00:00 2001 From: 4G3NT <76431337+4G3NT@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:16:01 -0700 Subject: [PATCH] pacman: update -Ss example by -F (#10394) --- pages/linux/pacman.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/pacman.md b/pages/linux/pacman.md index 5f9e10ea5c..3b797ff5a2 100644 --- a/pages/linux/pacman.md +++ b/pages/linux/pacman.md @@ -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: