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

Last updated: October 07,2024

1. Install "mingw64-mpfr.noarch" package

Please follow the instructions below to install mingw64-mpfr.noarch on Fedora 34

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

2. Uninstall "mingw64-mpfr.noarch" package

This is a short guide on how to uninstall mingw64-mpfr.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:04:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : mingw64-mpfr
Version : 4.0.2
Release : 3.fc34
Architecture : noarch
Size : 1.3 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.