diff --git a/docs/linux.md b/docs/linux.md index 45d0f38f..abd63320 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -109,8 +109,9 @@ Remove the ollama binary from your bin directory (either `/usr/local/bin`, `/usr sudo rm $(which ollama) ``` -Remove the downloaded models and Ollama service user: +Remove the downloaded models and Ollama service user and group: ```bash sudo rm -r /usr/share/ollama sudo userdel ollama +sudo groupdel ollama ```