How to Install and Uninstall libmpc.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 30,2024

1. Install "libmpc.x86_64" package

Here is a brief guide to show you how to install libmpc.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libmpc.x86_64

2. Uninstall "libmpc.x86_64" package

Please follow the guidance below to uninstall libmpc.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libmpc.x86_64 $ sudo dnf autoremove

3. Information about the libmpc.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:11:01 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libmpc
Version : 1.1.0
Release : 9.1.el8
Architecture : x86_64
Size : 61 k
Source : libmpc-1.1.0-9.1.el8.src.rpm
Repository : ubi-8-appstream-rpms
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.