[PR #1702] [CLOSED] added uninstall script #10651

Closed
opened 2026-04-12 23:06:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1702
Author: @vtrenton
Created: 12/25/2023
Status: Closed

Base: mainHead: main


📝 Commits (8)

  • 1dc5f1b added uninstall script
  • de92b2c used the sudo method of the install script for better ux
  • 13277a5 Merge branch 'jmorganca:main' into main
  • 91b9fd3 Merge branch 'jmorganca:main' into main
  • 10f6f6a cleaned up os validate
  • 3117c72 removed unneeded comments and empty lines
  • e73ccf7 added $SUDO to is-enabled, changed command to which and changed mode back on install.sh
  • 1a732cb Merge branch 'ollama:main' into main

📊 Changes

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

View changed files

scripts/uninstall.sh (+65 -0)

📄 Description

A script for uninstalling ollama on Linux.

Fixes #1701


🔄 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/1702 **Author:** [@vtrenton](https://github.com/vtrenton) **Created:** 12/25/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`1dc5f1b`](https://github.com/ollama/ollama/commit/1dc5f1bcee515a178615b683708ce9f093345478) added uninstall script - [`de92b2c`](https://github.com/ollama/ollama/commit/de92b2cf19f044621b6dc3e2ffb2702183af3a30) used the sudo method of the install script for better ux - [`13277a5`](https://github.com/ollama/ollama/commit/13277a5b5673cd7249063e336f8173f2195f8cde) Merge branch 'jmorganca:main' into main - [`91b9fd3`](https://github.com/ollama/ollama/commit/91b9fd31b9d1878f8a767c2c560bc665c9fac2ba) Merge branch 'jmorganca:main' into main - [`10f6f6a`](https://github.com/ollama/ollama/commit/10f6f6a3a9eaba58a6b0c8e82809794f0da9b515) cleaned up os validate - [`3117c72`](https://github.com/ollama/ollama/commit/3117c7225af581777f889aea9cc541b409794a1d) removed unneeded comments and empty lines - [`e73ccf7`](https://github.com/ollama/ollama/commit/e73ccf7875fcc8276da2b246d30d06843dd93cc6) added $SUDO to is-enabled, changed command to which and changed mode back on install.sh - [`1a732cb`](https://github.com/ollama/ollama/commit/1a732cba125a5764e1d75c03306bc18bda985ade) Merge branch 'ollama:main' into main ### 📊 Changes **1 file changed** (+65 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `scripts/uninstall.sh` (+65 -0) </details> ### 📄 Description A script for uninstalling ollama on Linux. Fixes #1701 --- <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-12 23:06:19 -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#10651