molly-brown command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
molly-brown: command not found
or when using sudo you get the following error message
sudo: molly-brown: command not found
Solutions to molly-brown: command not found
How To Fix molly-brown: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu molly-brown is provided by molly-brown package.
molly-brown is:
Molly Brown is intended to be a full-featured Gemini server which is suitable for use in pubnix or similar shared-hosting environments, where users can upload their content but do not have access to the main configuration file. It is also perfectly suitable for single user environments, but its multi-user supports sets it apart from many other Gemini servers.
To fix this problem, we can install more using the command below.
sudo apt-get -y install molly-brown
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install molly-brown.
sudo apt -y install molly-brown
Or if you have aptitude installed you can use the following command.
sudo aptitude install molly-brown
Summary
In this tutorial we learn how to fix molly-brown command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.