shelldap command not found

In this troubleshooting guide we learn how to fix shelldap command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

shelldap: command not found

or when using sudo you get the following error message

sudo: shelldap: command not found

Solutions to shelldap: command not found

How To Fix shelldap: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu shelldap is provided by shelldap package.

shelldap is:

Shelldap lets you browse and edit an LDAP tree as if it were a filesystem. It keeps command history, has sane autocompletes, credential caching, site-wide and individual configs, and it’s fun to say. Shelldap! Shelldap! Shelldap!

To fix this problem, we can install more using the command below.

sudo apt-get -y install shelldap

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install shelldap.

sudo apt -y install shelldap

Or if you have aptitude installed you can use the following command.

sudo aptitude install shelldap

Summary

In this tutorial we learn how to fix shelldap command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.