How To Install attal-themes-medieval on Ubuntu 18.04
Introduction
In this tutorial we learn how to install attal-themes-medieval on Ubuntu 18.04.
What is attal-themes-medieval
attal-themes-medieval is:
Attal is an turn-based strategy game that can be played alone (against AI) or against other through a network.
This package provides the medieval theme for attal.
There are three methods to install attal-themes-medieval on Ubuntu 18.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install attal-themes-medieval Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install attal-themes-medieval using apt-get by running the following command:
sudo apt-get -y install attal-themes-medieval
Install attal-themes-medieval Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install attal-themes-medieval using apt by running the following command:
sudo apt -y install attal-themes-medieval
Install attal-themes-medieval 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 Ubuntu. Update apt database with aptitude using the following command.
sudo aptitude update
After updating apt database, We can install attal-themes-medieval using aptitude by running the following command:
sudo aptitude -y install attal-themes-medieval
How To Uninstall attal-themes-medieval on Ubuntu 18.04
To uninstall only the attal-themes-medieval package we can use the following command:
sudo apt-get remove attal-themes-medieval
Uninstall attal-themes-medieval And Its Dependencies
To uninstall attal-themes-medieval and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:
sudo apt-get -y autoremove attal-themes-medieval
Remove attal-themes-medieval Configurations and Data
To remove attal-themes-medieval configuration and data from Ubuntu 18.04 we can use the following command:
sudo apt-get -y purge attal-themes-medieval
Remove attal-themes-medieval configuration, data, and all of its dependencies
We can use the following command to remove attal-themes-medieval configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge attal-themes-medieval
References
Summary
In this tutorial we learn how to install attal-themes-medieval package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.