How To Install drascula-spanish on Kali Linux

In this tutorial we learn how to install drascula-spanish on Kali Linux. drascula-spanish is classic 2D point and click adventure game – Spanish version

Introduction

In this tutorial we learn how to install drascula-spanish on Kali Linux.

What is drascula-spanish

drascula-spanish is:

Drascula: The Vampire Strikes Back is a classic humorous 2D point and click adventure game, first released by Alcachofa Soft S.L. in 1996.

In Drascula you play the role of John Hacker, a British estate agent, that gets to meet a gorgeous blond girl who is kidnapped by the notorious vampire Count Drascula and embark on a fun yet dangerous quest to rescue her.

Unfortunately Hacker is not aware of Drascula’s real ambitions:

DOMINATING the World and demonstrating that he is even more evil than his brother Vlad.

This is the Spanish version of Drascula: The Vampire Strikes Back. It also features voice output and subtitles in Spanish.

Please install the drascula-music package to enjoy the background music of the game. There are furthermore additional language packages available with subtitles in German, French and Italian.

Note that this package only contains game-data. The game engine is provided by ScummVM.

There are three methods to install drascula-spanish on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install drascula-spanish Using apt-get

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

sudo apt-get update

After updating apt database, We can install drascula-spanish using apt-get by running the following command:

sudo apt-get -y install drascula-spanish

Install drascula-spanish Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install drascula-spanish using apt by running the following command:

sudo apt -y install drascula-spanish

Install drascula-spanish Using aptitude

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

sudo aptitude update

After updating apt database, We can install drascula-spanish using aptitude by running the following command:

sudo aptitude -y install drascula-spanish

How To Uninstall drascula-spanish on Kali Linux

To uninstall only the drascula-spanish package we can use the following command:

sudo apt-get remove drascula-spanish

Uninstall drascula-spanish And Its Dependencies

To uninstall drascula-spanish and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove drascula-spanish

Remove drascula-spanish Configurations and Data

To remove drascula-spanish configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge drascula-spanish

Remove drascula-spanish configuration, data, and all of its dependencies

We can use the following command to remove drascula-spanish configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge drascula-spanish

Dependencies

drascula-spanish have the following dependencies:

References

Summary

In this tutorial we learn how to install drascula-spanish package on Kali Linux using different package management tools: apt, apt-get and aptitude.