From 39feb0bacd6fab1c44c269ce9fded8c05b52d933 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 26 Jul 2025 06:35:33 +0300 Subject: [PATCH] apt-install: add page (#17353) Co-authored-by: Fazle Arefin --- pages/linux/apt-install.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/apt-install.md diff --git a/pages/linux/apt-install.md b/pages/linux/apt-install.md new file mode 100644 index 0000000000..1f2d4252ff --- /dev/null +++ b/pages/linux/apt-install.md @@ -0,0 +1,12 @@ +# apt install + +> Install packages for Debian-based distributions. +> More information: . + +- 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}}`