Forrest logo
back to context overview

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 machine
    explain this command
  • pacman-files:tldr:61462 pacman-files: List the files owned by a specific package.
    $ pacman --files --list ${package_name}
    try on your machine
    explain this command
  • pacman-files:tldr:86f44 pacman-files: Find the package that owns a specific file.
    $ pacman --files ${filename}
    try on your machine
    explain this command
  • pacman-files:tldr:98a29 pacman-files: Update the package database.
    $ sudo pacman --files --refresh
    try on your machine
    explain this command
  • pacman-files:tldr:d184c pacman-files: Display help.
    $ pacman --files --help
    try on your machine
    explain this command
  • pacman-files:tldr:f2561 pacman-files: List only the package names.
    $ pacman --files --quiet ${filename}
    try on your machine
    explain this command
back to context overview