1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 11:35:40 +02:00
tldr/pages/linux/apt-install.md

13 lines
342 B
Markdown
Raw Normal View History

# 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}}`