How To Install moon-buggy-esd on Debian 9

In this tutorial we learn how to install moon-buggy-esd on Debian 9. moon-buggy-esd is Drive a car across the moon (version with sound)

Introduction

In this tutorial we learn how to install moon-buggy-esd on Debian 9.

What is moon-buggy-esd

moon-buggy-esd is:

Moon-buggy is a simple character graphics game, where you drive some kind of car across the moon’s surface. Unfortunately there are dangerous craters there. Fortunately your car can jump over them!

This version includes experimental support for sound and thus requires a soundcard to run!

There are three methods to install moon-buggy-esd on Debian 9. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install moon-buggy-esd Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install moon-buggy-esd using apt-get by running the following command:

sudo apt-get -y install moon-buggy-esd

Install moon-buggy-esd Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install moon-buggy-esd using apt by running the following command:

sudo apt -y install moon-buggy-esd

Install moon-buggy-esd Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install moon-buggy-esd using aptitude by running the following command:

sudo aptitude -y install moon-buggy-esd

How To Uninstall moon-buggy-esd on Debian 9

To uninstall only the moon-buggy-esd package we can use the following command:

sudo apt-get remove moon-buggy-esd

Uninstall moon-buggy-esd And Its Dependencies

To uninstall moon-buggy-esd and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove moon-buggy-esd

Remove moon-buggy-esd Configurations and Data

To remove moon-buggy-esd configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge moon-buggy-esd

Remove moon-buggy-esd configuration, data, and all of its dependencies

We can use the following command to remove moon-buggy-esd configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge moon-buggy-esd

Dependencies

moon-buggy-esd have the following dependencies:

References

Summary

In this tutorial we learn how to install moon-buggy-esd package on Debian 9 using different package management tools: apt, apt-get and aptitude.