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