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

Last updated: May 14,2024

1. Install "mingw64-mpfr.noarch" package

Here is a brief guide to show you how to install mingw64-mpfr.noarch on Fedora 35

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

2. Uninstall "mingw64-mpfr.noarch" package

Please follow the step by step instructions below to uninstall mingw64-mpfr.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:26:47 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : mingw64-mpfr
Version : 4.0.2
Release : 4.fc35
Architecture : noarch
Size : 1.3 M
Source : mingw-mpfr-4.0.2-4.fc35.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.