Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pages/linux/apt-install.md
Original file line number Diff line number Diff line change
@@ -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:

`sudo apt install {{[-V|--verbose-versions]}} {{package}}`