jxplorer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
jxplorer: command not found
or when using sudo you get the following error message
sudo: jxplorer: command not found
Solutions to jxplorer: command not found
How To Fix jxplorer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu jxplorer is provided by jxplorer package.
jxplorer is:
JXplorer is an open source LDAP browser originally developed by Computer Associates’ eTrust Directory development lab. It is a standards compliant general purpose LDAP browser that can be used to read and search any LDAP directory, or any X500 directory with an LDAP interface. JXplorer is a fully functional piece of software with advanced security integration and support for the more difficult and obscure parts of the LDAP protocol. It should run on any Java supporting operating system. Main features are:
- Standard LDAP operations: add/delete/copy/modify
- Complex operations: tree copy and tree delete
- Optional GUI based search filter construction
- SSL and SASL authentication
- pluggable editors/viewers
- pluggable security providers
- HTML templates/forms for data display
- Full i18n support
- LDIF file format support
- highly user configurable
- drag-n-drop browsing operation
- DSML Support
- handles complex LDAP cases: o multi valued rdns o binary attributes o Certificates and Passwords o Unicode characters o Special characters / UTF8 in distinguished names.
- Extensible architecture with object class based Java plugins
To fix this problem, we can install more using the command below.
sudo apt-get -y install jxplorer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install jxplorer.
sudo apt -y install jxplorer
Or if you have aptitude installed you can use the following command.
sudo aptitude install jxplorer
Summary
In this tutorial we learn how to fix jxplorer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.