ninka command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ninka: command not found
or when using sudo you get the following error message
sudo: ninka: command not found
Solutions to ninka: command not found
How To Fix ninka: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ninka is provided by ninka package.
ninka is:
Ninka is a lightweight license identification tool for source code. It is sentence-based, and provides a simple way to identify open source licenses in a source code file. It is capable of identifying several dozen different licenses (and their variations).
Ninka has been designed to be lightweight, fast and accurate.
This package contains the standard ninka application.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ninka
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ninka.
sudo apt -y install ninka
Or if you have aptitude installed you can use the following command.
sudo aptitude install ninka
Summary
In this tutorial we learn how to fix ninka command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.