jmapviewer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
jmapviewer: command not found
or when using sudo you get the following error message
sudo: jmapviewer: command not found
Solutions to jmapviewer: command not found
How To Fix jmapviewer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu jmapviewer is provided by jmapviewer package.
jmapviewer is:
JMapViewer is a Java Swing component for integrating OSM maps in to your Java application. JMapViewer allows you to set markers on the map or zoom to a specific location on the map.
This package includes both the library and a demo application.
To fix this problem, we can install more using the command below.
sudo apt-get -y install jmapviewer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install jmapviewer.
sudo apt -y install jmapviewer
Or if you have aptitude installed you can use the following command.
sudo aptitude install jmapviewer
Summary
In this tutorial we learn how to fix jmapviewer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.