1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 19:35:52 +02:00
tldr/pages/linux/apt-install.md
Managor 39feb0bacd
apt-install: add page (#17353)
Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
2025-07-26 06:35:33 +03:00

342 B

apt install

Install packages for Debian-based distributions. More information: https://manned.org/apt.8.

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

sudo apt install {{package}}

  • Display verbose package version information during installation or update:

sudo apt install {{[-V|--verbose-versions]}} {{package}}