mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 04:55:28 +02:00
12 lines
342 B
Markdown
12 lines
342 B
Markdown
# 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}}`
|