[PR #14036] docs: Update linux documentation to use zstd #76774

Open
opened 2026-05-05 09:26:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14036
Author: @stuartsoft
Created: 2/2/2026
Status: 🔄 Open

Base: mainHead: update-linux-doc


📝 Commits (3)

  • 0772362 Update linux manual install documentation to use zstd
  • c7463d7 Also updating the instructions for redownloading Ollama
  • ff0a420 added space, and updated a few other locations

📊 Changes

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

View changed files

📝 docs/linux.mdx (+4 -4)

📄 Description

This PR updates the linux.mdx manual install documentation to use zstd when curling the Ollama tar.zst file.

When trying to use the current documentation as-is I encountered the following issue:

Screenshot from 2026-02-01 18-48-56

The install.sh file for installing Ollama on Linux uses zstd for decompressing the curled file in the download_and_extract() function.

If this solution is undesirable, another alternative would be to update the documentation to use a regular tar instead of tar.zst


🔄 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/14036 **Author:** [@stuartsoft](https://github.com/stuartsoft) **Created:** 2/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `update-linux-doc` --- ### 📝 Commits (3) - [`0772362`](https://github.com/ollama/ollama/commit/0772362c3164a96ddbf99d95e23c730e55c7c252) Update linux manual install documentation to use zstd - [`c7463d7`](https://github.com/ollama/ollama/commit/c7463d76f5399e345c39bd0c5c52250e1c9f80d8) Also updating the instructions for redownloading Ollama - [`ff0a420`](https://github.com/ollama/ollama/commit/ff0a42069abf385261dfc84d48aa71d2a8882bfa) added space, and updated a few other locations ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/linux.mdx` (+4 -4) </details> ### 📄 Description This PR updates the linux.mdx manual install documentation to use `zstd` when curling the Ollama tar.zst file. When trying to use the current documentation as-is I encountered the following issue: <img width="1844" height="1018" alt="Screenshot from 2026-02-01 18-48-56" src="https://github.com/user-attachments/assets/885ad019-b466-4253-8e4e-54c30998e831" /> The install.sh file for installing Ollama on Linux uses `zstd` for decompressing the curled file in the [download_and_extract()](https://github.com/ollama/ollama/blob/d8cc798c2bda2cd76ad3fc108b06d04916abd51f/scripts/install.sh#L70) function. If this solution is undesirable, another alternative would be to update the documentation to use a regular `tar` instead of `tar.zst` --- <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-05 09:26:32 -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#76774