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

Last updated: September 29,2024

1. Install "mingw64-gmp.noarch" package

Please follow the instructions below to install mingw64-gmp.noarch on Fedora 36

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

2. Uninstall "mingw64-gmp.noarch" package

Learn how to uninstall mingw64-gmp.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:52:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mingw64-gmp
Version : 6.1.2
Release : 12.fc36
Architecture : noarch
Size : 328 k
Source : mingw-gmp-6.1.2-12.fc36.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.