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

This commit is contained in:
Abhinav Pant 2025-02-07 04:24:58 +05:30 committed by GitHub
parent b698f9a0d8
commit 7814019708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```