How To Install libXevie-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libXevie-devel.x86_64 in Amazon Linux 2. libXevie-devel.x86_64 is Development files for libXevie
Introduction
In this tutorial we learn how to install libXevie-devel.x86_64 on Amazon Linux 2.
What is libXevie-devel.x86_64
libXevie development package.
We can use yum to install libXevie-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 libXevie-devel.x86_64.
Install libXevie-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 libXevie-devel.x86_64 using yum by running the following command:
sudo yum -y install libXevie-devel.x86_64
How To Uninstall libXevie-devel.x86_64 on Amazon Linux 2
To uninstall only the libXevie-devel.x86_64 package we can use the following command:
sudo yum remove libXevie-devel.x86_64
libXevie-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/X11/extensions/Xevie.h
/usr/lib64/libXevie.so
/usr/lib64/pkgconfig/xevie.pc
/usr/share/man/man3/Xevie.3.gz
/usr/share/man/man3/XevieEnd.3.gz
/usr/share/man/man3/XevieQueryVersion.3.gz
/usr/share/man/man3/XevieSelectInput.3.gz
/usr/share/man/man3/XevieSendEvent.3.gz
/usr/share/man/man3/XevieStart.3.gz
References
Summary
In this tutorial we learn how to install libXevie-devel.x86_64 on Amazon Linux 2 using yum.