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:

curl -O https://lexbor.com/keys/lexbor_signing.key
apt-key add lexbor_signing.key
  1. To configure the lexbor repository, create the following file named /etc/apt/sources.list.d/lexbor.list. For Debian 11:

deb https://packages.lexbor.com/debian/ bullseye liblexbor
deb-src 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:

curl -O https://lexbor.com/keys/lexbor_signing.key
apt-key add lexbor_signing.key
  1. To configure the lexbor repository, create the following file named /etc/apt/sources.list.d/lexbor.list. For Ubuntu 22.04:

deb https://packages.lexbor.com/ubuntu/ jammy liblexbor
deb-src https://packages.lexbor.com/ubuntu/ jammy 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