Download for Linux RPM Package
We suggest the following mirror site for your download:
Linux RPM Package 64 bit
Linux RPM Package 32 bit
We encourage you to verify the integrity of the downloaded file using:
- the ASC file (OpenPGP compatible signature) with the KEYS file (code signing keys used to sign the product)
- the SHA256 or SHA512 files (checksum).
Installation
Click on the link above to download Apache Directory Server for your Linux architecture. Your download appears in the download manager of your web browser. |
|||
Double-click on the installer to open it. It may have already been opened by your web browser. |
|||
You might be prompted to enter your root password. | |||
The installation starts. |
Requirements
ApacheDS requires at least:
- A recent Linux distribution supporting the *.rpm install packages.
- a Java Runtime Environment 6 or later.
Verify the integrity of the file
The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. Then verify the signatures using:
$ pgpk -a KEYS $ gpgv apacheds-2.0.0.AM27-x86_64.rpm.asc
$ pgp -ka KEYS $ gpg apacheds-2.0.0.AM27-x86_64.rpm.asc apacheds-2.0.0.AM27-x86_64.rpm
$ gpg --import KEYS $ gpg --verify apacheds-2.0.0.AM27-x86_64.rpm.asc apacheds-2.0.0.AM27-x86_64.rpm
Alternatively, you can verify the checksums of the files (see the How to verify downloaded files page).