mirror of
https://github.com/ollama/ollama.git
synced 2025-05-10 18:06:33 +02:00
docs: add step for removing libraries in linux.md (#8897)
This commit is contained in:
parent
b698f9a0d8
commit
7814019708
1 changed files with 6 additions and 0 deletions
|
@ -186,3 +186,9 @@ sudo rm -r /usr/share/ollama
|
|||
sudo userdel ollama
|
||||
sudo groupdel ollama
|
||||
```
|
||||
|
||||
Remove installed libraries:
|
||||
|
||||
```shell
|
||||
sudo rm -rf /usr/local/lib/ollama
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue