How to Install and Uninstall libunistring.x86_64 Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "libunistring.x86_64" package

This guide covers the steps necessary to install libunistring.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libunistring.x86_64

2. Uninstall "libunistring.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libunistring.x86_64 on Oracle Linux 8:

$ sudo dnf remove libunistring.x86_64 $ sudo dnf autoremove

3. Information about the libunistring.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:57:05 ago on Mon Sep 12 02:51:38 2022.
Installed Packages
Name : libunistring
Version : 0.9.9
Release : 3.el8
Architecture : x86_64
Size : 1.8 M
Source : libunistring-0.9.9-3.el8.src.rpm
Repository : @System
Summary : GNU Unicode string library
URL : http://www.gnu.org/software/libunistring/
License : GPLv2+ or 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).