How To Install drascula-spanish on Debian 9
Introduction
In this tutorial we learn how to install drascula-spanish
on Debian 9.
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 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 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 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 drascula-spanish
using aptitude
by running the following command:
sudo aptitude -y install drascula-spanish
How To Uninstall drascula-spanish on Debian 9
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 Debian 9, 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 Debian 9 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 Debian 9 using different package management tools: apt
, apt-get
and aptitude
.