geneweb-gui command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
geneweb-gui: command not found
or when using sudo you get the following error message
sudo: geneweb-gui: command not found
Solutions to geneweb-gui: command not found
How To Fix geneweb-gui: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu geneweb-gui is provided by geneweb-gui package.
geneweb-gui is:
Geneweb allows keeping track of ancestral data. It is a powerful system for maintaining a set of data about your family history. It supports much of the GEDCOM tag system for data storage, and can be used either as your primary system for archiving genealogical data, or as a web service (through a CGI interface) for publishing your data for others to use.
This package provides a graphical interface to geneweb (assuming the database is hosted on the local machine).
To fix this problem, we can install more using the command below.
sudo apt-get -y install geneweb-gui
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install geneweb-gui.
sudo apt -y install geneweb-gui
Or if you have aptitude installed you can use the following command.
sudo aptitude install geneweb-gui
Summary
In this tutorial we learn how to fix geneweb-gui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.