From bf06afa8ee54732ccf453efa5d325b7a3f0bc0c6 Mon Sep 17 00:00:00 2001 From: Dylan Missuwe Date: Tue, 28 Apr 2020 16:52:48 +0200 Subject: [PATCH] documented the apt command --- docs/addendum-10-crazy-command-list/readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/addendum-10-crazy-command-list/readme.md diff --git a/docs/addendum-10-crazy-command-list/readme.md b/docs/addendum-10-crazy-command-list/readme.md new file mode 100644 index 0000000..6c54247 --- /dev/null +++ b/docs/addendum-10-crazy-command-list/readme.md @@ -0,0 +1,5 @@ +| Command | Description | +| --- | --- | +| `apt` | Package manager (Advanced Package Tool) | +| **Examples** | `sudo apt-get update`, `sudo apt full-upgrade`, `sudo apt-get install apache2` | +| **Common Options** | `-v` returns the version of `apt`
`install` installs the package specified
`show` Show information about the given package(s) | \ No newline at end of file