How To Install endless-sky-high-dpi on Ubuntu 18.04
Introduction
In this tutorial we learn how to install endless-sky-high-dpi on Ubuntu 18.04.
What is endless-sky-high-dpi
endless-sky-high-dpi is:
Endless sky is a 2D space exploration game with action, strategy, and role playing elements.
This package contains high-resolution graphics for Endless Sky. These images will only be used if you either have a high-DPI monitor, or have set the game’s zoom level higher than 100%.
There are three methods to install endless-sky-high-dpi 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 endless-sky-high-dpi Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install endless-sky-high-dpi using apt-get by running the following command:
sudo apt-get -y install endless-sky-high-dpi
Install endless-sky-high-dpi Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install endless-sky-high-dpi using apt by running the following command:
sudo apt -y install endless-sky-high-dpi
Install endless-sky-high-dpi 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 endless-sky-high-dpi using aptitude by running the following command:
sudo aptitude -y install endless-sky-high-dpi
How To Uninstall endless-sky-high-dpi on Ubuntu 18.04
To uninstall only the endless-sky-high-dpi package we can use the following command:
sudo apt-get remove endless-sky-high-dpi
Uninstall endless-sky-high-dpi And Its Dependencies
To uninstall endless-sky-high-dpi and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:
sudo apt-get -y autoremove endless-sky-high-dpi
Remove endless-sky-high-dpi Configurations and Data
To remove endless-sky-high-dpi configuration and data from Ubuntu 18.04 we can use the following command:
sudo apt-get -y purge endless-sky-high-dpi
Remove endless-sky-high-dpi configuration, data, and all of its dependencies
We can use the following command to remove endless-sky-high-dpi configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge endless-sky-high-dpi
References
Summary
In this tutorial we learn how to install endless-sky-high-dpi package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.