1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 15:35:34 +02:00

apt-install: add page (#17353)

Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
This commit is contained in:
Managor 2025-07-26 06:35:33 +03:00 committed by GitHub
parent 712cd1650f
commit 39feb0bacd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
# 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}}`