marble-qt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
marble-qt: command not found
or when using sudo you get the following error message
sudo: marble-qt: command not found
Solutions to marble-qt: command not found
How To Fix marble-qt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu marble-qt is provided by marble-qt package.
marble-qt 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-qt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install marble-qt.
sudo apt -y install marble-qt
Or if you have aptitude installed you can use the following command.
sudo aptitude install marble-qt
Summary
In this tutorial we learn how to fix marble-qt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.