kajiki command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kajiki: command not found
or when using sudo you get the following error message
sudo: kajiki: command not found
Solutions to kajiki: command not found
How To Fix kajiki: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kajiki is provided by python3-kajiki package.
python3-kajiki is:
Are you tired of the slow performance of Genshi? But you still long for the assurance that your output is well-formed that you miss from all those other templating engines? Do you wish you had Jinja’s blocks with Genshi’s syntax? Then look no further, Kajiki is for you! Kajiki quickly compiles Genshi-like syntax to real Python bytecode that renders with blazing-fast speed! Don’t delay! Pick up your copy of Kajiki today!
This package provides the Python 3.x module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install python3-kajiki
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install python3-kajiki.
sudo apt -y install python3-kajiki
Or if you have aptitude installed you can use the following command.
sudo aptitude install python3-kajiki
Summary
In this tutorial we learn how to fix kajiki command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.