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

Last updated: May 16,2024

1. Install "mingw64-gmp.noarch" package

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

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

2. Uninstall "mingw64-gmp.noarch" package

Here is a brief guide to show you how to uninstall mingw64-gmp.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:24:17 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : mingw64-gmp
Version : 6.1.2
Release : 11.fc35
Architecture : noarch
Size : 327 k
Source : mingw-gmp-6.1.2-11.fc35.src.rpm
Repository : fedora
Summary : Cross-compiled GNU arbitrary precision library
URL : http://gmplib.org/
License : LGPLv3+ or GPLv2+
Description : The gmp package contains GNU MP, a library for arbitrary precision
: arithmetic, signed integers operations, rational numbers and floating
: point numbers. GNU MP is designed for speed, for both small and very
: large operands. GNU MP is fast because it uses fullwords as the basic
: arithmetic type, it uses fast algorithms, it carefully optimizes
: assembly code for many CPUs' most common inner loops, and it generally
: emphasizes speed over simplicity/elegance in its operations.
:
: Install the gmp package if you need a fast arbitrary precision
: library.