How to Install and Uninstall mingw32-libunistring.noarch Package on Fedora 36

Last updated: May 10,2024

1. Install "mingw32-libunistring.noarch" package

This tutorial shows how to install mingw32-libunistring.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install mingw32-libunistring.noarch

2. Uninstall "mingw32-libunistring.noarch" package

This tutorial shows how to uninstall mingw32-libunistring.noarch on Fedora 36:

$ sudo dnf remove mingw32-libunistring.noarch $ sudo dnf autoremove

3. Information about the mingw32-libunistring.noarch package on Fedora 36

Last metadata expiration check: 2:53:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mingw32-libunistring
Version : 0.9.10
Release : 7.fc36
Architecture : noarch
Size : 649 k
Source : mingw-libunistring-0.9.10-7.fc36.src.rpm
Repository : fedora
Summary : MinGW port of 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).