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

In this tutorial we learn how to install libXdmcp-devel.x86_64 in Amazon Linux 2. libXdmcp-devel.x86_64 is Development files for libXdmcp

Introduction

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

What is libXdmcp-devel.x86_64

libXdmcp development package.

We can use yum to install libXdmcp-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 libXdmcp-devel.x86_64.

Install libXdmcp-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 libXdmcp-devel.x86_64 using yum by running the following command:

sudo yum -y install libXdmcp-devel.x86_64

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

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

sudo yum remove libXdmcp-devel.x86_64

libXdmcp-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/X11/Xdmcp.h
/usr/lib64/libXdmcp.so
/usr/lib64/pkgconfig/xdmcp.pc
/usr/share/doc/libXdmcp-devel-1.1.2
/usr/share/doc/libXdmcp-devel-1.1.2/README

References

Summary

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