Uninstall Ollama from a Linux box

note, Feb 23, 2024, on Mitja Felicijan's blog

I have had some issues with Ollama not being up-to-date. If Ollama is installed with a curl command, it adds a systemd service.

sudo systemctl stop ollama
sudo systemctl disable ollama
sudo rm /etc/systemd/system/ollama.service
sudo systemctl daemon-reload

sudo rm /usr/local/bin/ollama

sudo userdel ollama
sudo groupdel ollama

rm -r ~/.ollama
sudo rm -rf /usr/share/ollama

That is about it.

Other notes

DateTitle
Make DCSS playable on 4k displaysdcss
Calling assembly functions from Cc
Sane default for Dungeon Crawl Stone Soup Online editiondcss
Compile drawterm on Fedora 38plan9
Online radio streaming with MPV from terminal
Male and female body proportion reference images3d
Execute not blocking async shell command in C#
Write ISO to USB Key
Lua performance in different environments
Push to multiple origins at once in Git
Set color temperature of displays on i3
Extend Lua with custom C functions using Clangc
Dungeon Crawl Stone Soup - New player guidedcss
Make B/W SVG charts with matplotlib
Minimal desktop setup with cwm and conky