How To Install marble on CentOS 7

In this tutorial we learn how to install marble on CentOS 7. marble is Virtual globe and world atlas

Introduction

In this tutorial we learn how to install marble on CentOS 7.

What is marble

Marble is a Virtual Globe and World Atlas that you can use to learn more about Earth look up places and roads. A mouse click on a place label will provide the respective Wikipedia article. Of course it’s also possible to measure distances between locations or watch the current cloud cover. Marble offers different thematic maps satellite view, street map, earth at night and temperature and precipitation maps. All maps include a custom map key, so it can also be used as an educational tool for use in class-rooms. For educational purposes you can also change date and time and watch how the starry sky and the twilight zone on the map change. In opposite to other virtual globes Marble also features multiple projections or the Globe.

We can use yum or dnf to install marble on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install marble.

Install marble on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install marble using yum by running the following command:

sudo yum -y install marble

Install marble on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install marble using dnf by running the following command:

sudo dnf -y install marble

How To Uninstall marble on CentOS 7

To uninstall only the marble package we can use the following command:

sudo dnf remove marble

References

Summary

In this tutorial we learn how to install marble on CentOS 7 using yum and dnf.