marble-maps command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
marble-maps: command not found
or when using sudo you get the following error message
sudo: marble-maps: command not found
Solutions to marble-maps: command not found
How To Fix marble-maps: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu marble-maps is provided by marble-maps package.
marble-maps is:
Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection.
This package is part of the KDE education module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install marble-maps
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install marble-maps.
sudo apt -y install marble-maps
Or if you have aptitude installed you can use the following command.
sudo aptitude install marble-maps
Summary
In this tutorial we learn how to fix marble-maps command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.