shellinaboxd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
shellinaboxd: command not found
or when using sudo you get the following error message
sudo: shellinaboxd: command not found
Solutions to shellinaboxd: command not found
How To Fix shellinaboxd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu shellinaboxd is provided by shellinabox package.
shellinabox is:
Shellinabox can export arbitrary command line programs to any JavaScript enabled web browser. By default, it prompts for username and password and then exports a login shell. Shellinabox provides a VT100 compatible terminal emulator that runs within any modern browser. Support for HTTPS protocol (SSL/TLS encryption) is optional and requires installation of openssl.
To fix this problem, we can install more using the command below.
sudo apt-get -y install shellinabox
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install shellinabox.
sudo apt -y install shellinabox
Or if you have aptitude installed you can use the following command.
sudo aptitude install shellinabox
Summary
In this tutorial we learn how to fix shellinaboxd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.