simba command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
simba: command not found
or when using sudo you get the following error message
sudo: simba: command not found
Solutions to simba: command not found
How To Fix simba: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu simba is provided by simba package.
simba is:
Simba was created to be the mirroring tool, to get more control over the mirrored content and (most importantly) more control over the reports you can generate using the mirrored content data. Using Simba, you can: + Create web pages with mirrors status + Create web pages with mirror details + Generate RSS feeds + Generate Google sitemaps + Generate rsync configuration files + … and more Simba is extensible and has a dynamic plugin system. If you have some knowledge of perl, you can write your own plugins and extend Simba as you wish.
To fix this problem, we can install more using the command below.
sudo apt-get -y install simba
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install simba.
sudo apt -y install simba
Or if you have aptitude installed you can use the following command.
sudo aptitude install simba
Summary
In this tutorial we learn how to fix simba command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.