sisu-pg command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sisu-pg: command not found
or when using sudo you get the following error message
sudo: sisu-pg: command not found
Solutions to sisu-pg: command not found
How To Fix sisu-pg: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sisu-pg is provided by sisu-postgresql package.
sisu-postgresql is:
SiSU is a lightweight markup based document structuring, publishing and search framework for document collections.
This package enables SiSU to populate a PostgreSQL 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-postgresql
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sisu-postgresql.
sudo apt -y install sisu-postgresql
Or if you have aptitude installed you can use the following command.
sudo aptitude install sisu-postgresql
Summary
In this tutorial we learn how to fix sisu-pg command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.