-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pacman --files


> Arch Linux package manager utility.

> See also `pkgfile`.

More information.


Display help:

pacman --files --help

Update the package database:

sudo pacman --files --refresh

Find the package that owns a specific file:

pacman --files {filename}

Find the package that owns a specific file, using a regular expression:

pacman --files --regex '{regular_expression}'

List only the package names:

pacman --files --quiet {filename}

List the files owned by a specific package:

pacman --files --list {package_name}

List only the absolute path to the files:

pacman --query --list --quiet {package_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:43:50 2024