How to Install and Uninstall libmpc.x86_64 Package on CentOS Stream 9

Last updated: July 06,2024

1. Install "libmpc.x86_64" package

This guide covers the steps necessary to install libmpc.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libmpc.x86_64

2. Uninstall "libmpc.x86_64" package

Please follow the instructions below to uninstall libmpc.x86_64 on CentOS Stream 9:

$ sudo dnf remove libmpc.x86_64 $ sudo dnf autoremove

3. Information about the libmpc.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:57:59 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libmpc
Version : 1.2.1
Release : 4.el9
Architecture : x86_64
Size : 62 k
Source : libmpc-1.2.1-4.el9.src.rpm
Repository : appstream
Summary : C library for multiple precision complex arithmetic
URL : http://www.multiprecision.org/mpc/
License : LGPLv3+
Description : MPC is a C library for the arithmetic of complex numbers with
: arbitrarily high precision and correct rounding of the result. It is
: built upon and follows the same principles as Mpfr.