Debian Ganeti packages

The Debian Ganeti packaging team provides various versions of Ganeti packages for use on different Debian systems. The following wizard helps you to find the package suitable for your system.

« I am running and I want to install Ganeti version »

Instructions

You can install it with the following commands:

          $ apt-get update
          $ apt-get install ganeti
        

You need to enable the backports repository. This can be done by adding a new file /etc/apt/sources.list.d/backports.list with the following content:

            deb http://cdn.debian.net/debian {{ debdist }} main
          

You also need a dedicated repository. Enable it with the following commands:

              $ curl http://ganeti.debian.net/apoikos.debian.org.gpg | \
                   sudo apt-key add -
              $ sudo tee /etc/apt/sources.list.d/ganeti.list <<EOF
              deb http://ganeti.debian.net/debian {{ adddist }} main
              EOF
            

Then, use the following commands:

            $ apt-get update
            $ apt-get install ganeti -t {{ debdist }}
          

Sorry, there is no option available for you.

You need to enable a dedicated PPA with the following command:

          $ add-apt-repository ppa:pkg-ganeti-devel/lts
        

Then, use the following commands:

          $ apt-get update
          $ apt-get install ganeti