
pacman-files
List of commands for pacman-files:
-
pacman-files:tldr:0c6d1 pacman-files: Find the package that owns a specific file, using a regular expression.$ pacman --files --regex '${regular_expression}'try on your machineexplain this command
-
pacman-files:tldr:61462 pacman-files: List the files owned by a specific package.$ pacman --files --list ${package_name}try on your machineexplain this command
-
pacman-files:tldr:86f44 pacman-files: Find the package that owns a specific file.$ pacman --files ${filename}try on your machineexplain this command
-
pacman-files:tldr:98a29 pacman-files: Update the package database.$ sudo pacman --files --refreshtry on your machineexplain this command
-
pacman-files:tldr:d184c pacman-files: Display help.$ pacman --files --helptry on your machineexplain this command
-
pacman-files:tldr:f2561 pacman-files: List only the package names.$ pacman --files --quiet ${filename}try on your machineexplain this command