ninka-sqlite command not found

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

Introduction

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

ninka-sqlite: command not found

or when using sudo you get the following error message

sudo: ninka-sqlite: command not found

Solutions to ninka-sqlite: command not found

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

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

ninka-backend-sqlite 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 SQLite backend.

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

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

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

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

sudo apt -y install ninka-backend-sqlite

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

sudo aptitude install ninka-backend-sqlite

Summary

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