I installed Ollama on my Fedora 43 with the command:
bash
dnf install ollama
Currently it is at version 0.12.10. I’ve noticed that a newer version (0.15) exists, and I have already updated Fedora to the latest release, but Ollama remains stuck at 0.12.10.
Question: What is the correct way to upgrade Ollama to version 0.15? I’m still new to the world of Gnu-Linux, so any guidance on the most reliable procedure (including any extra steps such as clearing the cache or removing the old version) would be greatly appreciated.
I would like to keep my existing models and configuration files when performing the upgrade.
I installed it on WSL like that. But since Fedora has its own package, I used dnf. Now I don’t know whether I should wait for the new version 44 or update it another way.
it depends on your usecase. I needed a newer version of ollama than was available in the Fedora repos, so I installed directly from upstream.
Packages in Fedora often need a bunch of dependencies to be updated too, so they’re sometimes slower to update (or they can’t be updated because of some deps that can’t be updated in a current stable Fedora release).