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

Last updated: January 06,2025

1. Install "libunistring.src" package

This is a short guide on how to install libunistring.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libunistring.src

2. Uninstall "libunistring.src" package

Learn how to uninstall libunistring.src on Oracle Linux 9:

$ sudo dnf remove libunistring.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:43:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libunistring
Version : 0.9.10
Release : 15.el9
Architecture : src
Size : 2.0 M
Source : None
Repository : ol9_baseos_latest
Summary : GNU Unicode string library
URL : https://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).