How to Install and Uninstall libunistring.x86_64 Package on Amazon Linux 2

Last updated: May 06,2024

1. Install "libunistring.x86_64" package

Please follow the guidance below to install libunistring.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libunistring.x86_64

2. Uninstall "libunistring.x86_64" package

Please follow the instructions below to uninstall libunistring.x86_64 on Amazon Linux 2:

$ sudo yum remove libunistring.x86_64 $ sudo yum autoremove

3. Information about the libunistring.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : libunistring
Arch : x86_64
Version : 0.9.3
Release : 9.amzn2.0.2
Size : 1.1 M
Repo : installed
Summary : GNU Unicode string library
URL : http://www.gnu.org/software/libunistring/
License : LGPLv3+
Description : This portable C library implements Unicode string types in three
: flavours: (UTF-8, UTF-16, UTF-32), together with functions for
: character processing (names, classifications, properties) and
: functions for string processing (iteration, formatted output,
: width, word breaks, line breaks, normalization, case folding and
: regular expressions).