How to Install and Uninstall libmpc.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "libmpc.src" package

Please follow the steps below to install libmpc.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libmpc.src

2. Uninstall "libmpc.src" package

In this section, we are going to explain the necessary steps to uninstall libmpc.src on Oracle Linux 9:

$ sudo dnf remove libmpc.src $ sudo dnf autoremove

3. Information about the libmpc.src package on Oracle Linux 9

Last metadata expiration check: 3:31:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libmpc
Version : 1.2.1
Release : 4.el9
Architecture : src
Size : 826 k
Source : None
Repository : ol9_appstream
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.