[GH-ISSUE #15693] Manual install documentation - extracting tar.zst fails #72069

Open
opened 2026-05-05 03:24:59 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @mmione on GitHub (Apr 19, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/15693

What is the issue?

In the manual install steps: https://docs.ollama.com/linux, one of the steps to download Ollama archive and extract the binaries fails.

curl -fsSL https://ollama.com/download/ollama-linux-amd64.tar.zst \
    | sudo tar x -C /usr

If I modify the options used for tar I can get it to unzip properly.

Relevant log output

I get the following error:

curl -fsSL https://ollama.com/download/ollama-linux-amd64.tar.zst \
    | sudo tar x -C /usr
tar: Archive is compressed. Use --zstd option
tar: Error is not recoverable: exiting now
curl: (23) Failure writing output to destination

OS

Linux

GPU

AMD

CPU

AMD

Ollama version

n/a

Originally created by @mmione on GitHub (Apr 19, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/15693 ### What is the issue? In the manual install steps: https://docs.ollama.com/linux, one of the steps to download Ollama archive and extract the binaries fails. ``` curl -fsSL https://ollama.com/download/ollama-linux-amd64.tar.zst \ | sudo tar x -C /usr ``` If I modify the options used for `tar` I can get it to unzip properly. ### Relevant log output I get the following error: ``` curl -fsSL https://ollama.com/download/ollama-linux-amd64.tar.zst \ | sudo tar x -C /usr tar: Archive is compressed. Use --zstd option tar: Error is not recoverable: exiting now curl: (23) Failure writing output to destination ``` ### OS Linux ### GPU AMD ### CPU AMD ### Ollama version n/a
GiteaMirror added the bug label 2026-05-05 03:24:59 -05:00
Author
Owner

@msharp1 commented on GitHub (Apr 30, 2026):

The pull request above has been rejected for priority reasons, is that really it ?

<!-- gh-comment-id:4351187888 --> @msharp1 commented on GitHub (Apr 30, 2026): The pull request above has been rejected for priority reasons, is that really it ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#72069