Download

Binary packages

The lexbor binaries are available for:

  • CentOS 6, 7, 8

  • Debian 8, 9, 10, 11

  • Fedora 28, 29, 30, 31, 32, 33, 34, 36, 37

  • RHEL 7, 8

  • Ubuntu 14.04, 16.04, 18.04, 18.10, 19.04, 19.10, 20.04, 20.10, 21.04, 22.04

  • macOS

CentOS

  1. To configure the lexbor repository, create the following file named /etc/yum.repos.d/lexbor.repo:

[lexbor]
name=lexbor repo
baseurl=https://packages.lexbor.com/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
  1. Install the core lexbor package and any additional packages you need:

yum install liblexbor
yum install liblexbor-devel

Debian

  1. Download the lexbor signing key used for our repositories and add it to apt’s keyring:

sudo mkdir -p /etc/apt/keyrings
curl https://lexbor.com/keys/lexbor_signing.key | \
   sudo gpg --dearmor --output /etc/apt/keyrings/lexbor.gpg
  1. To configure the lexbor repository, create the following file named /etc/apt/sources.list.d/lexbor.list. For Debian 11:

deb-src [signed-by=/etc/apt/keyrings/lexbor.gpg] https://packages.lexbor.com/debian/ bullseye liblexbor
deb [signed-by=/etc/apt/keyrings/lexbor.gpg] https://packages.lexbor.com/debian/ bullseye liblexbor

Supported distros also include buster (10), stretch (9), and jessie (8).

  1. Install the core lexbor package and any additional packages you need:

apt update
apt install liblexbor
apt install liblexbor-dev

Fedora

  1. To configure the lexbor repository, create the following file named /etc/yum.repos.d/lexbor.repo:

[lexbor]
name=lexbor repo
baseurl=https://packages.lexbor.com/fedora/$releasever/$basearch/
gpgcheck=0
enabled=1
  1. Install the core lexbor package and any additional packages you need:

yum install liblexbor
yum install liblexbor-dev

RHEL

  1. To configure the lexbor repository, create the following file named /etc/yum.repos.d/lexbor.repo:

[lexbor]
name=lexbor repo
baseurl=https://packages.lexbor.com/rhel/$releasever/$basearch/
gpgcheck=0
enabled=1
  1. Install the core lexbor package and any additional packages you need:

yum install liblexbor
yum install liblexbor-dev

Ubuntu

  1. Download the lexbor signing key used for our repositories and add it to apt’s keyring:

sudo mkdir -p /etc/apt/keyrings
curl https://lexbor.com/keys/lexbor_signing.key | \
   sudo gpg --dearmor --output /etc/apt/keyrings/lexbor.gpg
  1. To configure the lexbor repository, create the following file named /etc/apt/sources.list.d/lexbor.list. For Ubuntu 20.04:

deb-src [signed-by=/etc/apt/keyrings/lexbor.gpg] https://packages.lexbor.com/ubuntu/ focal liblexbor
deb [signed-by=/etc/apt/keyrings/lexbor.gpg] https://packages.lexbor.com/ubuntu/ focal liblexbor

Supported distros also include hirsute (21.04), groovy (20.10), focal (20.04), eoan (19.10), disco (19.04), cosmic (18.10), bionic (18.04), xenial (16.04), and trusty (14.04).

  1. Install the core lexbor package and any additional packages you need:

apt update
apt install liblexbor
apt install liblexbor-dev

macOS

Homebrew

To install lexbor using Homebrew:

brew install lexbor

MacPorts

To install lexbor using MacPorts:

sudo port install lexbor