Downloads for Linux Binary Installer
We suggest the following mirror site for your download:
Linux Binary Installer 64 bit
Linux Binary Installer 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 MD5 file (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. |
|
![]() |
![]() |
Open a terminal. Change to your downloads folder. Give execution rights to the installer (chmod a+x apacheds-2.0.0-M12-64bit.bin). Run the installer (./apacheds-2.0.0-M12-64bit.bin). |
Requirements
ApacheDS requires at least:
- A recent Linux distribution.
- 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 $ pgpv apacheds-2.0.0-M12-64bit.bin.asc
$ pgp -ka KEYS $ pgp apacheds-2.0.0-M12-64bit.bin.asc
$ gpg --import KEYS $ gpg --verify apacheds-2.0.0-M12-64bit.bin.asc
Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included in many unix distributions. It is also available as part of GNU Textutils. Windows users can get binary md5 programs from here, here, or here.





