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

Last updated: October 04,2024

1. Install "mingw64-gmp.noarch" package

Please follow the guidance below to install mingw64-gmp.noarch on Fedora 34

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

2. Uninstall "mingw64-gmp.noarch" package

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

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

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

Last metadata expiration check: 4:37:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mingw64-gmp
Version : 6.1.2
Release : 10.fc34
Architecture : noarch
Size : 330 k
Source : mingw-gmp-6.1.2-10.fc34.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.