How To Install libuninameslist.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libuninameslist.x86_64 in Amazon Linux 2. libuninameslist.x86_64 is A library providing Unicode character names and annotations
Introduction
In this tutorial we learn how to install libuninameslist.x86_64 on Amazon Linux 2.
What is libuninameslist.x86_64
libuninameslist provides applications with access to Unicode name and annotation data from the official Unicode Character Database.
We can use yum to install libuninameslist.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libuninameslist.x86_64.
Install libuninameslist.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 libuninameslist.x86_64 using yum by running the following command:
sudo yum -y install libuninameslist.x86_64
How To Uninstall libuninameslist.x86_64 on Amazon Linux 2
To uninstall only the libuninameslist.x86_64 package we can use the following command:
sudo yum remove libuninameslist.x86_64
libuninameslist.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libuninameslist-fr.so.0
/usr/lib64/libuninameslist-fr.so.0.0.2
/usr/lib64/libuninameslist.so.0
/usr/lib64/libuninameslist.so.0.0.2
/usr/share/doc/libuninameslist-20091231
/usr/share/doc/libuninameslist-20091231/LICENSE
References
Summary
In this tutorial we learn how to install libuninameslist.x86_64 on Amazon Linux 2 using yum.