How to Install and Uninstall libmpc.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 05,2024

1. Install "libmpc.x86_64" package

Please follow the guidance below to install libmpc.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libmpc.x86_64

2. Uninstall "libmpc.x86_64" package

This tutorial shows how to uninstall libmpc.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libmpc.x86_64 $ sudo yum autoremove

3. Information about the libmpc.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libmpc
Arch : x86_64
Version : 1.0.1
Release : 3.el7
Size : 111 k
Repo : installed
From repo : base
Summary : C library for multiple precision complex arithmetic
URL : http://www.multiprecision.org/
License : LGPLv3+ and GFDL
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.