How To Install dhewm3-d3xp on Kali Linux

In this tutorial we learn how to install dhewm3-d3xp on Kali Linux. dhewm3-d3xp is dhewm3s gamelibrary for the title DOOM?

Introduction

In this tutorial we learn how to install dhewm3-d3xp on Kali Linux.

What is dhewm3-d3xp

dhewm3-d3xp is:

This package contains the shared library containing the game logic for the add-on DOOM3?: Resurrection of Evil

Please note that this package does not contain any game data, which is required to actually play the game.

The package game-data-packager can help you to package your copy of the game data. Please see README.Debian for details.

There are three methods to install dhewm3-d3xp on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install dhewm3-d3xp Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install dhewm3-d3xp using apt-get by running the following command:

sudo apt-get -y install dhewm3-d3xp

Install dhewm3-d3xp Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install dhewm3-d3xp using apt by running the following command:

sudo apt -y install dhewm3-d3xp

Install dhewm3-d3xp Using aptitude

If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install dhewm3-d3xp using aptitude by running the following command:

sudo aptitude -y install dhewm3-d3xp

How To Uninstall dhewm3-d3xp on Kali Linux

To uninstall only the dhewm3-d3xp package we can use the following command:

sudo apt-get remove dhewm3-d3xp

Uninstall dhewm3-d3xp And Its Dependencies

To uninstall dhewm3-d3xp and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove dhewm3-d3xp

Remove dhewm3-d3xp Configurations and Data

To remove dhewm3-d3xp configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge dhewm3-d3xp

Remove dhewm3-d3xp configuration, data, and all of its dependencies

We can use the following command to remove dhewm3-d3xp configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge dhewm3-d3xp

Dependencies

dhewm3-d3xp have the following dependencies:

References

Summary

In this tutorial we learn how to install dhewm3-d3xp package on Kali Linux using different package management tools: apt, apt-get and aptitude.