How To Install libgee-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libgee-devel.x86_64 in Amazon Linux 2. libgee-devel.x86_64 is Development files for libgee
Introduction
In this tutorial we learn how to install libgee-devel.x86_64 on Amazon Linux 2.
What is libgee-devel.x86_64
The libgee-devel package contains libraries and header files for developing applications that use libgee.
We can use yum to install libgee-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 libgee-devel.x86_64.
Install libgee-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 libgee-devel.x86_64 using yum by running the following command:
sudo yum -y install libgee-devel.x86_64
How To Uninstall libgee-devel.x86_64 on Amazon Linux 2
To uninstall only the libgee-devel.x86_64 package we can use the following command:
sudo yum remove libgee-devel.x86_64
libgee-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/gee-0.8
/usr/include/gee-0.8/gee.h
/usr/lib64/libgee-0.8.so
/usr/lib64/pkgconfig/gee-0.8.pc
/usr/share/gir-1.0
/usr/share/gir-1.0/Gee-0.8.gir
/usr/share/vala
/usr/share/vala/vapi
/usr/share/vala/vapi/gee-0.8.vapi
References
Summary
In this tutorial we learn how to install libgee-devel.x86_64 on Amazon Linux 2 using yum.