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