-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

pacman --remove


> Arch Linux package manager utility.

More information.


Display help for this subcommand:

pacman --remove --help

Remove a package and its dependencies:

sudo pacman --remove --recursive {package_name}

Remove a package and both its dependencies and configuration files:

sudo pacman --remove --recursive --nosave {package_name}

Remove a package without prompting:

sudo pacman --remove --noconfirm {package_name}

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

sudo pacman --remove --recursive --nosave $(pacman --query --unrequired --deps --quiet)

Remove a package and all packages that depend on it:

sudo pacman --remove --cascade {package_name}

List packages that would be affected (does not remove any packages):

pacman --remove --print {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 Mon May 20 22:43:41 2024