[PR #13603] [CLOSED] add uninstall.sh #14288

Closed
opened 2026-04-13 00:50:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13603
Author: @pcastellazzi
Created: 1/2/2026
Status: Closed

Base: mainHead: pcastellazzi-uninstall-script


📝 Commits (1)

📊 Changes

1 file changed (+48 additions, -0 deletions)

View changed files

scripts/uninstall.sh (+48 -0)

📄 Description

It would be nice to have an official uninstaller. The version presented here uses the instructions from docs/linux.mdx with some additional checks to ensure idempotency.

It cleanly passes shellcheck --shell=sh --enable=all and shfmt -i 4 -p -d to ensure compatibility and correctness.


🔄 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/13603 **Author:** [@pcastellazzi](https://github.com/pcastellazzi) **Created:** 1/2/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pcastellazzi-uninstall-script` --- ### 📝 Commits (1) - [`0d90095`](https://github.com/ollama/ollama/commit/0d9009591332e3912c04bdb456ef7b4f9d3acd71) add uninstall.sh ### 📊 Changes **1 file changed** (+48 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `scripts/uninstall.sh` (+48 -0) </details> ### 📄 Description It would be nice to have an official uninstaller. The version presented here uses the instructions from `docs/linux.mdx` with some additional checks to ensure idempotency. It cleanly passes `shellcheck --shell=sh --enable=all` and `shfmt -i 4 -p -d` to ensure compatibility and correctness. --- <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-04-13 00:50:07 -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#14288