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

Last updated: September 20,2024

1. Install "libunistring.src" package

Please follow the steps below to install libunistring.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libunistring.src

2. Uninstall "libunistring.src" package

Please follow the steps below to uninstall libunistring.src on Oracle Linux 8:

$ sudo dnf remove libunistring.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:44:31 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libunistring
Version : 0.9.9
Release : 3.el8
Architecture : src
Size : 2.0 M
Source : None
Repository : ol8_baseos_latest
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).