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

Open
opened 2026-04-22 20:27:08 -05:00 by GiteaMirror · 0 comments
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-04-22 20:27:08 -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#35769