gwsetup command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gwsetup: command not found
or when using sudo you get the following error message
sudo: gwsetup: command not found
Solutions to gwsetup: command not found
How To Fix gwsetup: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gwsetup is provided by gwsetup package.
gwsetup 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.
Gwsetup is a command-line program which also includes a mini web server to help Geneweb users to setup and manipulate genealogical databases to be used with the main Geneweb program.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gwsetup
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gwsetup.
sudo apt -y install gwsetup
Or if you have aptitude installed you can use the following command.
sudo aptitude install gwsetup
Summary
In this tutorial we learn how to fix gwsetup command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.