How To Install libdmx-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libdmx-devel.x86_64 in Amazon Linux 2. libdmx-devel.x86_64 is X.Org X11 DMX development files

Introduction

In this tutorial we learn how to install libdmx-devel.x86_64 on Amazon Linux 2.

What is libdmx-devel.x86_64

The X.Org X11 DMX (Distributed Multihead X) development files.

We can use yum to install libdmx-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libdmx-devel.x86_64.

Install libdmx-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libdmx-devel.x86_64 using yum by running the following command:

sudo yum -y install libdmx-devel.x86_64

How To Uninstall libdmx-devel.x86_64 on Amazon Linux 2

To uninstall only the libdmx-devel.x86_64 package we can use the following command:

sudo yum remove libdmx-devel.x86_64

libdmx-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/X11/extensions/dmxext.h
/usr/lib64/libdmx.so
/usr/lib64/pkgconfig/dmx.pc
/usr/share/man/man3/DMX.3.gz
/usr/share/man/man3/DMXAddInput.3.gz
/usr/share/man/man3/DMXAddScreen.3.gz
/usr/share/man/man3/DMXChangeDesktopAttributes.3.gz
/usr/share/man/man3/DMXChangeScreensAttributes.3.gz
/usr/share/man/man3/DMXForceWindowCreation.3.gz
/usr/share/man/man3/DMXGetDesktopAttributes.3.gz
/usr/share/man/man3/DMXGetInputAttributes.3.gz
/usr/share/man/man3/DMXGetInputCount.3.gz
/usr/share/man/man3/DMXGetScreenAttributes.3.gz
/usr/share/man/man3/DMXGetScreenCount.3.gz
/usr/share/man/man3/DMXGetWindowAttributes.3.gz
/usr/share/man/man3/DMXQueryExtension.3.gz
/usr/share/man/man3/DMXQueryVersion.3.gz
/usr/share/man/man3/DMXRemoveInput.3.gz
/usr/share/man/man3/DMXRemoveScreen.3.gz
/usr/share/man/man3/DMXSync.3.gz

References

Summary

In this tutorial we learn how to install libdmx-devel.x86_64 on Amazon Linux 2 using yum.