Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
cecf8314
Unverified
Commit
cecf8314
authored
Oct 24, 2023
by
Bruce MacDonald
Committed by
GitHub
Oct 24, 2023
Browse files
Linux uninstall instructions (#894)
parent
b0c9cd0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
docs/linux.md
docs/linux.md
+20
-0
No files found.
docs/linux.md
View file @
cecf8314
...
@@ -80,3 +80,23 @@ To view logs of Ollama running as a startup service, run:
...
@@ -80,3 +80,23 @@ To view logs of Ollama running as a startup service, run:
```
bash
```
bash
journalctl
-u
ollama
journalctl
-u
ollama
```
```
## Uninstall
Remove the ollama service:
```
bash
systemctl stop ollama
systemctl disable ollama
rm
/etc/systemd/system/ollama.service
```
Remove the ollama binary from your bin directory (either
`/usr/local/bin`
,
`/usr/bin`
, or
`/bin`
):
```
bash
rm
/usr/local/bin/ollama
```
Remove the downloaded models and Ollama service user:
```
bash
rm
/usr/share/ollama
userdel ollama
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment