2025/03/installing-ollama-without-root #10
-
2025/03/installing-ollama-without-roothttps://copdips.com/2025/03/installing-ollama-without-root.html |
Beta Was this translation helpful? Give feedback.
Answered by
yoderj
Jun 6, 2026
Replies: 1 comment 3 replies
-
|
The URL and tar format has changed slightly. Keep the instructions as you have them, but swap in these two lines for the similar ones you have: curl -fsSL https://ollama.com/download/ollama-linux-amd64.tar.zst -o ollama.tar.zst |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
copdips
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The URL and tar format has changed slightly.
Keep the instructions as you have them, but swap in these two lines for the similar ones you have:
curl -fsSL https://ollama.com/download/ollama-linux-amd64.tar.zst -o ollama.tar.zst
tar -C ~/opt/ollama/ -xf ollama.tar.zst