How To Install libd3dadapter9-mesa-dev on Ubuntu 20.04

In this tutorial we learn how to install libd3dadapter9-mesa-dev on Ubuntu 20.04. libd3dadapter9-mesa-dev is state-tracker for Direct3D9 – development files state-tracker for Direct3D9 – development files

Introduction

In this tutorial we learn how to install libd3dadapter9-mesa-dev on Ubuntu 20.04.

What is libd3dadapter9-mesa-dev

libd3dadapter9-mesa-dev is:

This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance.

Development files

Package: libd3dadapter9-mesa-dev Architecture: amd64 Version: 20.0.4-2ubuntu1 Multi-Arch: same Priority: optional Section: libdevel Source: mesa Origin: Ubuntu Maintainer: Ubuntu X-SWAT [email protected] Original-Maintainer: Debian X Strike Force [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 103 Depends: libd3dadapter9-mesa (= 20.0.4-2ubuntu1), libudev1 Filename: pool/main/m/mesa/libd3dadapter9-mesa-dev_20.0.4-2ubuntu1_amd64.deb Size: 9408 MD5sum: fe271cb40aaa233f6398755d5fbe2840 SHA1: 84b0ddd0188a569f8516630bd903a01ae901a2b3 SHA256: d794edb767ad0a9873fc629077f46d229ffe5025e04bcdfb4c44c5af5148d156 Homepage: https://mesa3d.org/ Description-en: state-tracker for Direct3D9 – development files This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance.

Development files

There are three methods to install libd3dadapter9-mesa-dev 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 libd3dadapter9-mesa-dev Using apt-get

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

sudo apt-get update

After updating apt database, We can install libd3dadapter9-mesa-dev using apt-get by running the following command:

sudo apt-get -y install libd3dadapter9-mesa-dev

Install libd3dadapter9-mesa-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libd3dadapter9-mesa-dev using apt by running the following command:

sudo apt -y install libd3dadapter9-mesa-dev

Install libd3dadapter9-mesa-dev 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 libd3dadapter9-mesa-dev using aptitude by running the following command:

sudo aptitude -y install libd3dadapter9-mesa-dev

How To Uninstall libd3dadapter9-mesa-dev on Ubuntu 20.04

To uninstall only the libd3dadapter9-mesa-dev package we can use the following command:

sudo apt-get remove libd3dadapter9-mesa-dev

Uninstall libd3dadapter9-mesa-dev And Its Dependencies

To uninstall libd3dadapter9-mesa-dev and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libd3dadapter9-mesa-dev

Remove libd3dadapter9-mesa-dev Configurations and Data

To remove libd3dadapter9-mesa-dev configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libd3dadapter9-mesa-dev

Remove libd3dadapter9-mesa-dev configuration, data, and all of its dependencies

We can use the following command to remove libd3dadapter9-mesa-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libd3dadapter9-mesa-dev

References

Summary

In this tutorial we learn how to install libd3dadapter9-mesa-dev package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.