wiki-toolkit-setupdb command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wiki-toolkit-setupdb: command not found
or when using sudo you get the following error message
sudo: wiki-toolkit-setupdb: command not found
Solutions to wiki-toolkit-setupdb: command not found
How To Fix wiki-toolkit-setupdb: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wiki-toolkit-setupdb is provided by libwiki-toolkit-perl package.
libwiki-toolkit-perl is:
Helps you develop Wikis quickly by taking care of the boring bits for you. You will still need to write some code - this isn’t an instant Wiki.
To fix this problem, we can install more using the command below.
sudo apt-get -y install libwiki-toolkit-perl
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libwiki-toolkit-perl.
sudo apt -y install libwiki-toolkit-perl
Or if you have aptitude installed you can use the following command.
sudo aptitude install libwiki-toolkit-perl
Summary
In this tutorial we learn how to fix wiki-toolkit-setupdb command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.