How To Install defendguin-data on Debian 10
Introduction
In this tutorial we learn how to install defendguin-data
on Debian 10.
What is defendguin-data
defendguin-data is:
“Defendguin” is based loosely on William’s classic arcade game, “Defender.” Some recognizable stars in the realm of modern operating systems should be fairly obvious.
A certain monopoly-owning bad guy has been cloned hundreds of times by an unknown alien race. They are now attacking earth, kidnapping little penguinoids and converting them into mutants. Helping them on their way are some other nasty alien ships, of which there are plenty…
This package contains sound and image files for defendguin.
There are three methods to install defendguin-data
on Debian 10. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install defendguin-data Using apt-get
Update apt database with apt-get
using the following command.
sudo apt-get update
After updating apt database, We can install defendguin-data
using apt-get
by running the following command:
sudo apt-get -y install defendguin-data
Install defendguin-data Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install defendguin-data
using apt
by running the following command:
sudo apt -y install defendguin-data
Install defendguin-data 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 defendguin-data
using aptitude
by running the following command:
sudo aptitude -y install defendguin-data
How To Uninstall defendguin-data on Debian 10
To uninstall only the defendguin-data
package we can use the following command:
sudo apt-get remove defendguin-data
Uninstall defendguin-data And Its Dependencies
To uninstall defendguin-data
and its dependencies that are no longer needed by Debian 10, we can use the command below:
sudo apt-get -y autoremove defendguin-data
Remove defendguin-data Configurations and Data
To remove defendguin-data
configuration and data from Debian 10 we can use the following command:
sudo apt-get -y purge defendguin-data
Remove defendguin-data configuration, data, and all of its dependencies
We can use the following command to remove defendguin-data
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge defendguin-data
Dependencies
defendguin-data have the following dependencies:
References
Summary
In this tutorial we learn how to install defendguin-data
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.