# List and remove Ollama services
sudo systemctl list-units --type=service | grep ollama

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

sudo systemctl list-units --type=service | grep ollama