[GH-ISSUE #11539] Linux (WSL) Installation v0.10.0 #33374

Closed
opened 2026-04-22 15:57:49 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @emi-dm on GitHub (Jul 26, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11539

What is the issue?

Helo everyone! I'm trying to install ollama manually in WSL (Ubuntu 24.04 LTS), concretely, the pre-release version v0.10.0. I'm using the following command but I got this error

>>> Cleaning up old version at /usr/local/lib/ollama
>>> Installing ollama to /usr/local
>>> Downloading Linux amd64 bundle
curl: (22) The requested URL returned error: 404


gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Could someone help me? I don't know if it is an error or not.

Thanks in advanced!

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @emi-dm on GitHub (Jul 26, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11539 ### What is the issue? Helo everyone! I'm trying to install ollama manually in WSL (Ubuntu 24.04 LTS), concretely, the pre-release version v0.10.0. I'm using the following command but I got this error ``` >>> Cleaning up old version at /usr/local/lib/ollama >>> Installing ollama to /usr/local >>> Downloading Linux amd64 bundle curl: (22) The requested URL returned error: 404 gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now ``` Could someone help me? I don't know if it is an error or not. Thanks in advanced! ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-22 15:57:49 -05:00
Author
Owner

@rick-github commented on GitHub (Jul 27, 2025):

What command are you running?

<!-- gh-comment-id:3123613289 --> @rick-github commented on GitHub (Jul 27, 2025): What command are you running?
Author
Owner

@emi-dm commented on GitHub (Jul 27, 2025):

This curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.10.0 sh

<!-- gh-comment-id:3123642776 --> @emi-dm commented on GitHub (Jul 27, 2025): This `curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.10.0 sh`
Author
Owner

@rick-github commented on GitHub (Jul 27, 2025):

0.10.0 is not released yet. You can install the pre- release with OLLAMA_VERSION=0.10.0-rc2.

<!-- gh-comment-id:3123653500 --> @rick-github commented on GitHub (Jul 27, 2025): 0.10.0 is not released yet. You can install the pre- release with `OLLAMA_VERSION=0.10.0-rc2`.
Author
Owner

@emi-dm commented on GitHub (Jul 27, 2025):

@rick-github How can I launch the new UI in WSL2?

Thanks for the help!

<!-- gh-comment-id:3124236106 --> @emi-dm commented on GitHub (Jul 27, 2025): @rick-github How can I launch the new UI in WSL2? Thanks for the help!
Author
Owner

@rick-github commented on GitHub (Jul 27, 2025):

The new UI is not available for Linux environments. If you install Windows-native ollama you can access the UI from the ollama icon in the systray.

<!-- gh-comment-id:3124251909 --> @rick-github commented on GitHub (Jul 27, 2025): The new UI is not available for Linux environments. If you install Windows-native ollama you can access the UI from the ollama icon in the systray.
Author
Owner

@emi-dm commented on GitHub (Jul 27, 2025):

Thank you!

<!-- gh-comment-id:3124270334 --> @emi-dm commented on GitHub (Jul 27, 2025): Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#33374