We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d640e8 commit fafe73eCopy full SHA for fafe73e
wiki/Uninstallation.md
@@ -0,0 +1,13 @@
1
+# Uninstallation
2
+
3
+## PyPi
4
5
+```bash
6
+pip3 uninstall linode-cli
7
+```
8
9
+If you would like to remove the config file (easy to re-create) you must do so manually.
10
11
12
+rm $HOME/.config/linode-cli
13
wiki/_Sidebar.md
@@ -1,4 +1,5 @@
- [Installation](./Installation)
+- [Uninstallation](./Uninstallation)
- [Configuration](./Configuration)
- [Usage](./Usage)
- [Output](./Output)
@@ -7,4 +8,4 @@
- [Overview](./Development%20-%20Overview)
- [Skeleton](./Development%20-%20Skeleton)
- [Setup](./Development%20-%20Setup)
- - [Testing](./Development%20-%20Testing)
+ - [Testing](./Development%20-%20Testing)
0 commit comments