Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created March 20, 2019 02:26
Show Gist options
  • Save zoonderkins/fe6039e27e1a36a304fa5f938bdd4cf7 to your computer and use it in GitHub Desktop.
Save zoonderkins/fe6039e27e1a36a304fa5f938bdd4cf7 to your computer and use it in GitHub Desktop.
Haproxy install on Debian9 sid 1.9.5 #linux

Debian/Ubuntu install HAProxy 1.9 by using sid

https://haproxy.debian.net/#?distribution=Debian&release=sid&version=1.9

You need to enable the experimental repository:

echo deb http://httpredir.debian.org/debian experimental main | \

  tee /etc/apt/sources.list.d/experimental.list

Then, use the following commands:

apt-get update

apt-get install haproxy=1.9.*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment