hikisetup command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
hikisetup: command not found
or when using sudo you get the following error message
sudo: hikisetup: command not found
Solutions to hikisetup: command not found
How To Fix hikisetup: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu hikisetup is provided by hiki package.
hiki is:
Hiki is one of WikiWiki Web clone (Wiki Engine) written in programming language Ruby. WikiWikiWeb is web base collaboration tool. Hiki has following features:
- Simple syntax like original Wiki.
- Theme function by CSS(Cascading Style Sheet). You can use a lot of tDiary themes (http://www.tdiary.net/theme.rhtml).
- Plugin function, you can add various functions.
- InterWiki support.
- Categorize.
To fix this problem, we can install more using the command below.
sudo apt-get -y install hiki
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install hiki.
sudo apt -y install hiki
Or if you have aptitude installed you can use the following command.
sudo aptitude install hiki
Summary
In this tutorial we learn how to fix hikisetup command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.