openguides-setup-db command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
openguides-setup-db: command not found
or when using sudo you get the following error message
sudo: openguides-setup-db: command not found
Solutions to openguides-setup-db: command not found
How To Fix openguides-setup-db: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu openguides-setup-db is provided by openguides package.
openguides is:
The OpenGuides software provides the framework for a collaboratively-written city guide. It is similar to a wiki but provides somewhat more structured data storage allowing you to annotate wiki pages with information such as category, location, and much more. It provides searching facilities including “find me everything within a certain distance of this place”. Every page includes a link to a machine-readable (RDF) version of the page.
To fix this problem, we can install more using the command below.
sudo apt-get -y install openguides
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install openguides.
sudo apt -y install openguides
Or if you have aptitude installed you can use the following command.
sudo aptitude install openguides
Summary
In this tutorial we learn how to fix openguides-setup-db command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.