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

Last updated: November 28,2024

1. Install "libmpc.src" package

This guide covers the steps necessary to install libmpc.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libmpc.src

2. Uninstall "libmpc.src" package

This tutorial shows how to uninstall libmpc.src on Oracle Linux 8:

$ sudo dnf remove libmpc.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:11:18 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libmpc
Version : 1.1.0
Release : 9.1.el8
Architecture : src
Size : 1.2 M
Source : None
Repository : ol8_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.