Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Download and Install Apache Directory Studio on Ubuntu 16

Prerequisite: Make sure your system has java installed , if not follow this step
 Open a terminal
 sudo apt update
 sudo apt-get install default-jre
 java -version

Download Apache Directory Studio


 https://directory.apache.org/studio/download/download-linux.html
 Download 64 bit

Installation of Apache Directory Studio


 Open a terminal
 Go to downloaded location
cd ~/Downloads/

 tar xvf <name_of_tar.gz_file>


 cd ApacheDirectoryStudio
 ./ApacheDirectoryStudio

You might also like