shisa command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
shisa: command not found
or when using sudo you get the following error message
sudo: shisa: command not found
Solutions to shisa: command not found
How To Fix shisa: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu shisa is provided by shisa package.
shisa is:
Shishi is an implementation of the kerberos v5 network authentication system.
This package contain the admin tool to create and modify the user database used by the Shishi daemon.
To fix this problem, we can install more using the command below.
sudo apt-get -y install shisa
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install shisa.
sudo apt -y install shisa
Or if you have aptitude installed you can use the following command.
sudo aptitude install shisa
Summary
In this tutorial we learn how to fix shisa command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.