💾 Archived View for tozip.chickenkiller.com › debian.gmi captured on 2023-03-20 at 17:26:33. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-06-16)

-=-=-=-=-=-=-

Debian

Created 2022-10-19 Updated 2023-01-05

apt

Install a downloaded Debian package:

sudo apt install ./foo.deb

Standard update:

sudo apt update # updates list of avail packs
sudo apt upgrade # actually installs them

apt show bsdgames:

Show information about the given package(s) including its dependencies, installation and download size, sources the package is available, etc.