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