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

Last updated: January 10,2025

1. Install "mingw64-libunistring.noarch" package

This guide covers the steps necessary to install mingw64-libunistring.noarch on Fedora 36

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

2. Uninstall "mingw64-libunistring.noarch" package

This guide let you learn how to uninstall mingw64-libunistring.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:35:53 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mingw64-libunistring
Version : 0.9.10
Release : 7.fc36
Architecture : noarch
Size : 642 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).