mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
39feb0bacd
Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
342 B
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}}