mb2gmn command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mb2gmn: command not found
or when using sudo you get the following error message
sudo: mb2gmn: command not found
Solutions to mb2gmn: command not found
How To Fix mb2gmn: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mb2gmn is provided by gpsman package.
gpsman is:
GPS Manager (GPSMan) is a graphical manager of GPS data that makes possible the preparation, inspection and edition of GPS data in a friendly environment. GPSMan supports communication and real-time logging with both Garmin and Lowrance receivers and accepts real-time logging information in NMEA 0183 from any GPS receiver.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gpsman
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gpsman.
sudo apt -y install gpsman
Or if you have aptitude installed you can use the following command.
sudo aptitude install gpsman
Summary
In this tutorial we learn how to fix mb2gmn command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.