Skip to content

Download

Using Debian packages

You can easily install LdapSaisie using Debian packages by using the following commands to configure the project's repository :

wget -O - https://debian.ldapsaisie.org/ldapsaisie-archive-keyring.gpg | \
  install -m 644 /dev/stdin /etc/apt/keyrings/ldapsaisie-archive-keyring.gpg
source /etc/os-release
echo "deb [signed-by=/etc/apt/keyrings/ldapsaisie-archive-keyring.gpg]" \
  "https://debian.ldapsaisie.org/debian ${VERSION_CODENAME?} main" > \
  /etc/apt/sources.list.d/ldapsaisie.list

After, you just have to execute this commands to install LdapSaisie :

apt-get update
apt-get install ldapsaisie ldapsaisie-archive-keyring

Debian packages from development branch

As with snapshot, the repository provide Debian packages generated on every commit in development branch. To use these packages, use the following command to configure the project's sid repository:

echo "deb [signed-by=/etc/apt/keyrings/ldapsaisie-archive-keyring.gpg]" \
  "https://debian.ldapsaisie.org/debian sid main" > \
  /etc/apt/sources.list.d/ldapsaisie.list

Note: You can consult changelog of the last snapshot version here : https://debian.ldapsaisie.org/sid.changelog

Using Git

The Git repos can be cloned anonymously with the command :

git clone https://gitlab.easter-eggs.com/ee/ldapsaisie.git

For more information about Git, you can refer to the Git documentation.

A web access to sources code is available here.

Snapshot

On each update, a snapshot of the Git repository is built in tar.gz format and available for download here:

https://download.ldapsaisie.org/ldapsaisie-snapshoot.tar.gz