Skip to content

Download

Using Debian packages

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

echo "deb http://ldapsaisie.org/debian bookworm main" | \
tee /etc/apt/sources.list.d/ldapsaisie.list

You also need to import GPG public key of this repository by running this command :

wget -O /etc/apt/trusted.gpg.d/ldapsaisie-archive-keyring.gpg \
  http://ldapsaisie.org/debian/ldapsaisie-archive-keyring.gpg

ldapsaisie-archive-keyring package

It's also possible to install the package ldapsaisie-archive-keyring.

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 every hours from development branch. To use these packages, use the following command to configure the project's sid repository:

echo "deb http://ldapsaisie.org/debian sid main" | \
tee /etc/apt/sources.list.d/ldapsaisie.list

Note: You can consult changelog of the last snapshot version here : https://ldapsaisie.org/debian/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 informations about Git, you can refer to the Git documentation.

A web access to sources code is avaibled here.

Snapshot

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

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