Skip to main content

Quick Start Guide

This is a quick start guide summarising the steps to download, install and configure SnakeoilOS. Gear Isolation is now simpler than ever.

  1. Install Ubuntu Server.
  2. Login to your newly installed machine.
  3. Install curl
    apt install curl
  4. Download Snakeoil public key
    curl -sSSL https://artifacts.snakeoil-os.net/apt-repo/snakeoilos-main.pgp | \
            sudo tee /usr/share/keyrings/snakeoilos-main.pgp >/dev/null
    
  5. Add Snakeoil repo to your newly installed machine
    echo 'deb [signed-by=/usr/share/keyrings/snakeoilos-main.pgp] \
        https://artifacts.snakeoil-os.net/apt-repo noble main' | \
        sudo tee /etc/apt/sources.list.d/snakoeil-os.list
  6. Run apt update
    sudo apt update
  7. Install Snakeoil package and all associated dependencies
    sudo apt install snakeoil
  8. Reboot

    sudo reboot

Add new comment

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.

Reference Chapter

Contents