File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,26 @@ rm -rf ~/.cache/coder
18
18
19
19
## The Coder server binary and CLI
20
20
21
+ Debian, Ubuntu:
22
+
23
+ ``` sh
24
+ sudo apt remove coder
25
+ ```
26
+
27
+ Fedora, CentOS, RHEL, SUSE:
28
+
29
+ ``` sh
30
+ sudo yum remove coder
31
+ ```
32
+
33
+ Alpine:
34
+
35
+ ``` sh
36
+ sudo apk del coder
37
+ ```
38
+
39
+ If you installed Coder manually or used the install script on an unsupported operating system, you can remove the binary directly:
40
+
21
41
``` console
22
42
sudo rm /usr/local/bin/coder
23
43
```
@@ -33,7 +53,7 @@ sudo rm /etc/coder.d/coder.env
33
53
> There is a ` postgres ` directory within the ` coderv2 ` directory that has the
34
54
> database engine and database. If you want to reuse the database, consider
35
55
> not performing the following step or copying the directory to another
36
- > location
56
+ > location.
37
57
38
58
### macOS
39
59
@@ -50,7 +70,7 @@ rm -rf ~/.config/coderv2
50
70
### Windows
51
71
52
72
``` console
53
- C:\Users\USER\AppData\coderv2
73
+ C:\Users\USER\AppData\Roaming\ coderv2
54
74
```
55
75
56
76
## Up Next
You can’t perform that action at this time.
0 commit comments