-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

pacman --query


> Arch Linux package manager utility.

More information.


List installed packages and versions:

pacman --query

List only packages and versions that were explicitly installed:

pacman --query --explicit

Find which package owns a file:

pacman --query --owns {filename}

Display information about an installed package:

pacman --query --info {package_name}

List files owned by a package:

pacman --query --list {package_name}

List orphan packages (installed as dependencies but not required by any package):

pacman --query --unrequired --deps --quiet

List installed packages not found in the repositories:

pacman --query --foreign

List outdated packages:

pacman --query --upgrades


> 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 Fri May 17 12:56:53 2024