How To Install gucharmap-libs.x86_64 on Amazon Linux 2
In this tutorial we learn how to install gucharmap-libs.x86_64 in Amazon Linux 2. gucharmap-libs.x86_64 is libgucharmap library
Introduction
In this tutorial we learn how to install gucharmap-libs.x86_64 on Amazon Linux 2.
What is gucharmap-libs.x86_64
The gucharmap-libs package contains the libgucharmap library.
We can use yum to install gucharmap-libs.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gucharmap-libs.x86_64.
Install gucharmap-libs.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 gucharmap-libs.x86_64 using yum by running the following command:
sudo yum -y install gucharmap-libs.x86_64
How To Uninstall gucharmap-libs.x86_64 on Amazon Linux 2
To uninstall only the gucharmap-libs.x86_64 package we can use the following command:
sudo yum remove gucharmap-libs.x86_64
gucharmap-libs.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Gucharmap-2.90.typelib
/usr/lib64/libgucharmap_2_90.so.7
/usr/lib64/libgucharmap_2_90.so.7.0.0
/usr/share/licenses/gucharmap-libs-10.0.4
/usr/share/licenses/gucharmap-libs-10.0.4/COPYING
References
Summary
In this tutorial we learn how to install gucharmap-libs.x86_64 on Amazon Linux 2 using yum.