💾 Archived View for sdf.org › blippy › debian.gmi captured on 2023-12-28 at 16:24:20. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-07-10)

➡️ Next capture (2024-03-21)

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

Debian

Created 2022-10-19 Updated 2023-03-19

apt

Describe

apt show $pkg

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

Install downloaded .deb pkg

sudo apt install ./foo.deb

List files

dpkg --listfiles $pkg

Update

Standard update:

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