How to Install and Uninstall libmpc.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "libmpc.x86_64" package

Please follow the guidance below to install libmpc.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libmpc.x86_64

2. Uninstall "libmpc.x86_64" package

This guide covers the steps necessary to uninstall libmpc.x86_64 on Amazon Linux 2:

$ sudo yum remove libmpc.x86_64 $ sudo yum autoremove

3. Information about the libmpc.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libmpc
Arch : x86_64
Version : 1.0.1
Release : 3.amzn2.0.2
Size : 52 k
Repo : amzn2-core/2/x86_64
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.