ikisite-wrapper command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ikisite-wrapper: command not found
or when using sudo you get the following error message
sudo: ikisite-wrapper: command not found
Solutions to ikisite-wrapper: command not found
How To Fix ikisite-wrapper: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ikisite-wrapper is provided by ikiwiki-hosting-web package.
ikiwiki-hosting-web is:
A hosting interface for ikiwiki. Facilitates management of many separate ikiwiki sites, with capabilities including web-based signup to create new sites, easy support for branching sites, deleting sites, and transferring sites between servers. Ikiwiki-hosting was developed for Branchable.com.
This package contains the ikisite program, and related things to install on each web server.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ikiwiki-hosting-web
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ikiwiki-hosting-web.
sudo apt -y install ikiwiki-hosting-web
Or if you have aptitude installed you can use the following command.
sudo aptitude install ikiwiki-hosting-web
Summary
In this tutorial we learn how to fix ikisite-wrapper command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.