How To Install libXmu-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libXmu-devel.x86_64 in Amazon Linux 2. libXmu-devel.x86_64 is X.Org X11 libXmu development package
Introduction
In this tutorial we learn how to install libXmu-devel.x86_64 on Amazon Linux 2.
What is libXmu-devel.x86_64
X.Org X11 libXmu development package
We can use yum to install libXmu-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 libXmu-devel.x86_64.
Install libXmu-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 libXmu-devel.x86_64 using yum by running the following command:
sudo yum -y install libXmu-devel.x86_64
How To Uninstall libXmu-devel.x86_64 on Amazon Linux 2
To uninstall only the libXmu-devel.x86_64 package we can use the following command:
sudo yum remove libXmu-devel.x86_64
libXmu-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/X11/Xmu
/usr/include/X11/Xmu/Atoms.h
/usr/include/X11/Xmu/CharSet.h
/usr/include/X11/Xmu/CloseHook.h
/usr/include/X11/Xmu/Converters.h
/usr/include/X11/Xmu/CurUtil.h
/usr/include/X11/Xmu/CvtCache.h
/usr/include/X11/Xmu/DisplayQue.h
/usr/include/X11/Xmu/Drawing.h
/usr/include/X11/Xmu/Editres.h
/usr/include/X11/Xmu/EditresP.h
/usr/include/X11/Xmu/Error.h
/usr/include/X11/Xmu/ExtAgent.h
/usr/include/X11/Xmu/Initer.h
/usr/include/X11/Xmu/Lookup.h
/usr/include/X11/Xmu/Misc.h
/usr/include/X11/Xmu/StdCmap.h
/usr/include/X11/Xmu/StdSel.h
/usr/include/X11/Xmu/SysUtil.h
/usr/include/X11/Xmu/WhitePoint.h
/usr/include/X11/Xmu/WidgetNode.h
/usr/include/X11/Xmu/WinUtil.h
/usr/include/X11/Xmu/Xct.h
/usr/include/X11/Xmu/Xmu.h
/usr/lib64/libXmu.so
/usr/lib64/libXmuu.so
/usr/lib64/pkgconfig/xmu.pc
/usr/lib64/pkgconfig/xmuu.pc
References
Summary
In this tutorial we learn how to install libXmu-devel.x86_64 on Amazon Linux 2 using yum.