sisu-sqlite command not found

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

Introduction

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

sisu-sqlite: command not found

or when using sudo you get the following error message

sudo: sisu-sqlite: command not found

Solutions to sisu-sqlite: command not found

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

In Ubuntu sisu-sqlite is provided by sisu-sqlite package.

sisu-sqlite is:

SiSU is a lightweight markup based document structuring, publishing and search framework for document collections.

This package enables SiSU to populate an SQLite database. This is done at an object/paragraph level, making granular searches of documents possible.

This relational database feature of SiSU is not required but provides interesting possibilities, including that of granular searches of documents for matching units of text, primarily paragraphs that can be displayed or identified by object citation number, from which an index of documents matched and each matched paragraph within them can be displayed.

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

sudo apt-get -y install sisu-sqlite

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

You can also use apt command to install sisu-sqlite.

sudo apt -y install sisu-sqlite

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

sudo aptitude install sisu-sqlite

Summary

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