ninka-excel command not found

In this troubleshooting guide we learn how to fix ninka-excel command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

ninka-excel: command not found

or when using sudo you get the following error message

sudo: ninka-excel: command not found

Solutions to ninka-excel: command not found

How To Fix ninka-excel: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ninka-excel is provided by ninka-backend-excel package.

ninka-backend-excel 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 ninka Excel backend.

To fix this problem, we can install more using the command below.

sudo apt-get -y install ninka-backend-excel

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install ninka-backend-excel.

sudo apt -y install ninka-backend-excel

Or if you have aptitude installed you can use the following command.

sudo aptitude install ninka-backend-excel

Summary

In this tutorial we learn how to fix ninka-excel command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.