Really quick Ollama install on Debian/Ubuntu

#Get ready just in case
sudo apt update
sudo apt install snapd

#Add Ollama
curl -fsSL https://ollama.com/install.sh | sh

#Initialize Ollama
ollama run gemma3

#Add a simple web interface
sudo snap install open-webui –beta

#Reboot
sudo reboot

#Start the web interface once
open-webui serve

#Access the web site
http://yourip:8080

#Make the first account

Leave a comment

Your email address will not be published. Required fields are marked *

CAPTCHA ImageChange Image