gophernicus command not found
In this troubleshooting guide we learn how to fix gophernicus command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
gophernicus: command not found
or when using sudo you get the following error message
sudo: gophernicus: command not found
Solutions to gophernicus: command not found
How To Fix gophernicus: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gophernicus is provided by gophernicus package.
gophernicus is:
gophernicus is a modern, full-featured gopher daemon written with security in mind. Its features include:
- automatic gophermap generation for directories
- personal gopherspaces
- virtual hosting
- most parts of cge CGI/1.1 standard
- selector rewriting
- session tracking, throttling, and statistics
- tls/ssl and proxy support
To fix this problem, we can install more using the command below.
sudo apt-get -y install gophernicus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gophernicus.
sudo apt -y install gophernicus
Or if you have aptitude installed you can use the following command.
sudo aptitude install gophernicus
Summary
In this tutorial we learn how to fix gophernicus command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.