[GH-ISSUE #6935] Typo in Linux uninstallation docs #30151

Closed
opened 2026-04-22 09:38:32 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @jasondunsmore on GitHub (Sep 24, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6935

What is the issue?

At the bottom of docs/linux.md, it should say sudo rm -r /usr/lib/ollama/ instead of sudo rm -r /usr/share/ollama.

OS

Linux

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @jasondunsmore on GitHub (Sep 24, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6935 ### What is the issue? At the bottom of docs/linux.md, it should say `sudo rm -r /usr/lib/ollama/` instead of `sudo rm -r /usr/share/ollama`. ### OS Linux ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the documentationbug labels 2026-04-22 09:38:33 -05:00
Author
Owner

@kmerenkov commented on GitHub (Oct 23, 2024):

Hey @jasondunsmore ,

This section of FAQ is about uninstalling pulled models, which are actually stored in /usr/share/ollama and not /usr/lib/ollama

Quote (emphasis is my own):

Remove the downloaded models and Ollama service user and group:

sudo rm -r /usr/share/ollama
sudo userdel ollama
sudo groupdel ollama

Existing text seems correct to me.

<!-- gh-comment-id:2433360812 --> @kmerenkov commented on GitHub (Oct 23, 2024): Hey @jasondunsmore , This section of FAQ is about uninstalling pulled models, which are actually stored in `/usr/share/ollama` and not `/usr/lib/ollama` Quote (emphasis is my own): > Remove **the downloaded models** and Ollama service user and group: > > ```shell > sudo rm -r /usr/share/ollama > sudo userdel ollama > sudo groupdel ollama > ``` Existing text seems correct to me.
Author
Owner

@dhiltgen commented on GitHub (Oct 24, 2024):

The uninstall docs line up with the install script and docs above. /usr/share/ollama is the correct directory to remove

<!-- gh-comment-id:2434191033 --> @dhiltgen commented on GitHub (Oct 24, 2024): The uninstall docs line up with the install script and docs above. `/usr/share/ollama` is the correct directory to remove
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#30151