Unverified Commit 78140197 authored by Abhinav Pant's avatar Abhinav Pant Committed by GitHub
Browse files

docs: add step for removing libraries in linux.md (#8897)

parent b698f9a0
......@@ -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
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment