Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions wiki/Uninstallation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Uninstallation

## PyPi

```bash
pip3 uninstall linode-cli
```

If you would like to remove the config file (easy to re-create) you must do so manually.

```bash
rm $HOME/.config/linode-cli
```
3 changes: 2 additions & 1 deletion wiki/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- [Installation](./Installation)
- [Uninstallation](./Uninstallation)
- [Configuration](./Configuration)
- [Usage](./Usage)
- [Output](./Output)
Expand All @@ -7,4 +8,4 @@
- [Overview](./Development%20-%20Overview)
- [Skeleton](./Development%20-%20Skeleton)
- [Setup](./Development%20-%20Setup)
- [Testing](./Development%20-%20Testing)
- [Testing](./Development%20-%20Testing)