How To Install gmp-static on Fedora 36
Introduction
In this tutorial we learn how to install gmp-static
on Fedora 36.
What is gmp-static
The static libraries for using the GNU MP arbitrary precision library in applications.
We can use yum
or dnf
to install gmp-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmp-static.
Install gmp-static on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gmp-static
using dnf
by running the following command:
sudo dnf -y install gmp-static
Install gmp-static on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gmp-static
using yum
by running the following command:
sudo yum -y install gmp-static
How To Uninstall gmp-static on Fedora 36
To uninstall only the gmp-static
package we can use the following command:
sudo dnf remove gmp-static
gmp-static Package Contents on Fedora 36
/usr/lib/libgmp.a
/usr/lib/libgmpxx.a
References
Summary
In this tutorial we learn how to install gmp-static
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gmp-static on Fedora 36” linkTitle: “gmp-static” type: “docs” description: “In this tutorial we learn how to install gmp-static in Fedora 36. gmp-static is Development tools for the GNU MP arbitrary precision library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gmp-static-featured.png
Introduction
In this tutorial we learn how to install gmp-static
on Fedora 36.
What is gmp-static
The static libraries for using the GNU MP arbitrary precision library in applications.
We can use yum
or dnf
to install gmp-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmp-static.
Install gmp-static on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gmp-static
using dnf
by running the following command:
sudo dnf -y install gmp-static
Install gmp-static on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gmp-static
using yum
by running the following command:
sudo yum -y install gmp-static
How To Uninstall gmp-static on Fedora 36
To uninstall only the gmp-static
package we can use the following command:
sudo dnf remove gmp-static
gmp-static Package Contents on Fedora 36
/usr/lib64/libgmp.a
/usr/lib64/libgmpxx.a
References
Summary
In this tutorial we learn how to install gmp-static
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).