-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

pacman --upgrade


> Arch Linux package manager utility.

More information.


Display help:

pacman --upgrade --help

Install one or more packages from files:

sudo pacman --upgrade {path/to/package1.pkg.tar.zst} {path/to/package2.pkg.tar.zst}

Install a package without prompting:

sudo pacman --upgrade --noconfirm {path/to/package.pkg.tar.zst}

Overwrite conflicting files during a package installation:

sudo pacman --upgrade --overwrite {path/to/file} {path/to/package.pkg.tar.zst}

Install a package, skipping the dependency version checks:

sudo pacman --upgrade --nodeps {path/to/package.pkg.tar.zst}

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

pacman --query --print {path/to/package.pkg.tar.zst}


> 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 01:18:38 2024