Introduction
In this tutorial we learn how to install adanaxisgpl-data
on Ubuntu 20.04.
What is adanaxisgpl-data
adanaxisgpl-data is:
Adanaxis is a fast-moving first person shooter set in deep space, where the
fundamentals of space itself are changed. By adding another dimension to
space this game provides an environment with movement in four directions
and six planes of rotation. Initially the game explains the 4D control
system via a graphical sequence, before moving on to 30 levels of gameplay
with numerous enemy, ally, weapon and mission types. Features include
simulated 4D texturing, mouse and joystick control, and original music.
Screenshots, movies and further information are available at
http://www.mushware.com/.
Please enable JavaScript
Hardware-accelerated 3D is recommended, ideally with support for OpenGL
Shading Language.
This package contains the architecture independent data files (graphics
and fonts)
There are three methods to install adanaxisgpl-data
on Ubuntu 20.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 adanaxisgpl-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 adanaxisgpl-data
using apt-get
by running the following command:
sudo apt-get -y install adanaxisgpl-data
Install adanaxisgpl-data Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install adanaxisgpl-data
using apt
by running the following command:
sudo apt -y install adanaxisgpl-data
Install adanaxisgpl-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 Ubuntu. Update apt database with aptitude
using the following command.
sudo aptitude update
After updating apt database, We can install adanaxisgpl-data
using aptitude
by running the following command:
sudo aptitude -y install adanaxisgpl-data
How To Uninstall adanaxisgpl-data on Ubuntu 20.04
To uninstall only the adanaxisgpl-data
package we can use the following command:
sudo apt-get remove adanaxisgpl-data
Uninstall adanaxisgpl-data And Its Dependencies
To uninstall adanaxisgpl-data
and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove adanaxisgpl-data
Remove adanaxisgpl-data Configurations and Data
To remove adanaxisgpl-data
configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge adanaxisgpl-data
Remove adanaxisgpl-data configuration, data, and all of its dependencies
We can use the following command to remove adanaxisgpl-data
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge adanaxisgpl-data
References
Summary
In this tutorial we learn how to install adanaxisgpl-data
package on Ubuntu 20.04 using different package management tools: apt
, apt-get
and aptitude
.