Really quick Ollama install on Debian/Ubuntu

#Get ready just in casesudo apt updatesudo apt install snapd #Add Ollamacurl -fsSL https://ollama.com/install.sh | sh #Initialize Ollamaollama run gemma3 #Add a simple web interfacesudo snap install open-webui –beta #Rebootsudo reboot #Start the web interface onceopen-webui serve #Access the web sitehttp://yourip:8080 #Make the first account