How to Install and Uninstall mingw32-mpfr.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "mingw32-mpfr.noarch" package

In this section, we are going to explain the necessary steps to install mingw32-mpfr.noarch on Fedora 34

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

2. Uninstall "mingw32-mpfr.noarch" package

Learn how to uninstall mingw32-mpfr.noarch on Fedora 34:

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

3. Information about the mingw32-mpfr.noarch package on Fedora 34

Last metadata expiration check: 1:55:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mingw32-mpfr
Version : 4.0.2
Release : 3.fc34
Architecture : noarch
Size : 1.4 M
Source : mingw-mpfr-4.0.2-3.fc34.src.rpm
Repository : fedora
Summary : MinGW C library for multiple-precision floating-point computations
URL : http://www.mpfr.org/
License : LGPLv3+ and GPLv3+ and GFDL
Description : The MPFR library is a C library for multiple-precision floating-point
: computations with "correct rounding". The MPFR is efficient and
: also has a well-defined semantics. It copies the good ideas from the
: ANSI/IEEE-754 standard for double-precision floating-point arithmetic
: (53-bit mantissa). MPFR is based on the GMP multiple-precision library.
:
: This package contains cross-compiled libraries and development tools
: for Windows.