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

Last updated: October 10,2024

1. Install "libmpc.i686" package

Please follow the guidance below to install libmpc.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libmpc.i686

2. Uninstall "libmpc.i686" package

Learn how to uninstall libmpc.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libmpc.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:42:11 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libmpc
Version : 1.1.0
Release : 9.1.el8
Architecture : i686
Size : 67 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.