-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

apt


> Package management utility for Debian based distributions.

> Recommended replacement for `apt-get` when used interactively in Ubuntu versions 16.04 and later.

More information.


Update the list of available packages and versions (it's recommended to run this before other `apt` commands):

sudo apt update

Search for a given package:

apt search {package}

Show information for a package:

apt show {package}

Install a package, or update it to the latest available version:

sudo apt install {package}

Remove a package (using `purge` instead also removes its configuration files):

sudo apt remove {package}

Upgrade all installed packages to their newest available versions:

sudo apt upgrade

List all packages:

apt list

List installed packages:

apt list --installed


> 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 14:17:58 2024