Skip to content
Open
Changes from all 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
5 changes: 5 additions & 0 deletions docs/addendum-10-crazy-command-list/readme.md
Original file line number Diff line number Diff line change
@@ -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` <br> `install` installs the package specified <br> `show` Show information about the given package(s) |