[PR #1924] [MERGED] Add group delete to uninstall instructions #88713

Closed
opened 2026-05-10 07:29:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1924
Author: @0atman
Created: 1/11/2024
Status: Merged
Merged: 1/12/2024
Merged by: @jmorganca

Base: mainHead: patch-1


📝 Commits (1)

  • f9f8b2c Add group delete to uninstall instructions

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 docs/linux.md (+2 -1)

📄 Description

After executing the userdel ollama command, I saw this message:

$ sudo userdel ollama
userdel: group ollama not removed because it has other members.

Which reminded me that I had to remove the dangling group too. For completeness, the uninstall instructions should do this too.

Thanks!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/1924 **Author:** [@0atman](https://github.com/0atman) **Created:** 1/11/2024 **Status:** ✅ Merged **Merged:** 1/12/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`f9f8b2c`](https://github.com/ollama/ollama/commit/f9f8b2ce446c0f122d937bdc0f9e76c36425de58) Add group delete to uninstall instructions ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/linux.md` (+2 -1) </details> ### 📄 Description After executing the `userdel ollama` command, I saw this message: ```sh $ sudo userdel ollama userdel: group ollama not removed because it has other members. ``` Which reminded me that I had to remove the dangling group too. For completeness, the uninstall instructions should do this too. Thanks! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-10 07:29:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#88713