mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 19:35:52 +02:00
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}}