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

Last updated: September 22,2024

1. Install "mingw64-libunistring.noarch" package

This is a short guide on how to install mingw64-libunistring.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 1:44:43 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : mingw64-libunistring
Version : 0.9.10
Release : 10.fc38
Architecture : noarch
Size : 667 k
Source : mingw-libunistring-0.9.10-10.fc38.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).