How To Install ufoai-uforadiant-data on Debian 10
Introduction
In this tutorial we learn how to install ufoai-uforadiant-data
on Debian 10.
What is ufoai-uforadiant-data
ufoai-uforadiant-data is:
It is the year 2084. You control a secret organisation charged with defending Earth from a brutal alien enemy. Build up your bases, prepare your team, and dive head-first into the fast and flowing turn-based combat.
This package contains architecture-independent data files for the map-building tool UFORadiant.
There are three methods to install ufoai-uforadiant-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 ufoai-uforadiant-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 ufoai-uforadiant-data
using apt-get
by running the following command:
sudo apt-get -y install ufoai-uforadiant-data
Install ufoai-uforadiant-data Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install ufoai-uforadiant-data
using apt
by running the following command:
sudo apt -y install ufoai-uforadiant-data
Install ufoai-uforadiant-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 ufoai-uforadiant-data
using aptitude
by running the following command:
sudo aptitude -y install ufoai-uforadiant-data
How To Uninstall ufoai-uforadiant-data on Debian 10
To uninstall only the ufoai-uforadiant-data
package we can use the following command:
sudo apt-get remove ufoai-uforadiant-data
Uninstall ufoai-uforadiant-data And Its Dependencies
To uninstall ufoai-uforadiant-data
and its dependencies that are no longer needed by Debian 10, we can use the command below:
sudo apt-get -y autoremove ufoai-uforadiant-data
Remove ufoai-uforadiant-data Configurations and Data
To remove ufoai-uforadiant-data
configuration and data from Debian 10 we can use the following command:
sudo apt-get -y purge ufoai-uforadiant-data
Remove ufoai-uforadiant-data configuration, data, and all of its dependencies
We can use the following command to remove ufoai-uforadiant-data
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge ufoai-uforadiant-data
Dependencies
ufoai-uforadiant-data have the following dependencies:
References
Summary
In this tutorial we learn how to install ufoai-uforadiant-data
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.