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

Last updated: October 09,2024

1. Install "libmpc.i686" package

This guide let you learn how to install libmpc.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libmpc.i686

2. Uninstall "libmpc.i686" package

This guide covers the steps necessary to uninstall libmpc.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libmpc.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:10:48 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libmpc
Version : 1.2.1
Release : 4.el9
Architecture : i686
Size : 70 k
Source : libmpc-1.2.1-4.el9.src.rpm
Repository : ubi-9-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.