Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. LocalLLaMA
  3. How to install Ollama on Arch Linux

How to install Ollama on Arch Linux

Scheduled Pinned Locked Moved LocalLLaMA
localllama
1 Posts 1 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A This user is from outside of this forum
    A This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #1

    cross-posted from: https://lemmy.world/post/27013201

    Ollama lets you download and run large language models (LLMs) on your device.

    Install Ollama on Arch Linux

    1. Check whether your device has an AMD GPU, NVIDIA GPU, or no GPU. A GPU is recommended but not required.
    2. Open Console, type only one of the following commands and press return. This may ask for your password but not show you typing it.
    sudo pacman -S ollama-rocm    # for AMD GPU
    sudo pacman -S ollama-cuda    # for NVIDIA GPU
    sudo pacman -S ollama         # for no GPU (for CPU)
    
    1. Enable the Ollama service [on-device and runs in the background] to start with your device and start it now.
    sudo systemctl enable --now ollama
    

    Test Ollama alone

    1. Open localhost:11434 in a web browser and you should see Ollama is running. This shows Ollama is installed and its service is running.
    2. Run ollama run deepseek-r1 in a console and ollama ps in another, to download and run the DeepSeek R1 model while seeing whether Ollama is using your slow CPU or fast GPU.

    AMD GPU issue fix

    https://lemmy.world/post/27088416

    Use with Open WebUI

    See this guide: https://lemmy.world/post/28493612

    1 Reply Last reply
    1
    0
    • System shared this topic on
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups