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:
parent
712cd1650f
commit
39feb0bacd
1 changed files with 12 additions and 0 deletions
12
pages/linux/apt-install.md
Normal file
12
pages/linux/apt-install.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue