How to Install and Uninstall perl-Math-Complex.noarch Package on Oracle Linux 9

Last updated: October 08,2024

1. Install "perl-Math-Complex.noarch" package

Please follow the steps below to install perl-Math-Complex.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Math-Complex.noarch

2. Uninstall "perl-Math-Complex.noarch" package

Here is a brief guide to show you how to uninstall perl-Math-Complex.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Math-Complex.noarch $ sudo dnf autoremove

3. Information about the perl-Math-Complex.noarch package on Oracle Linux 9

Last metadata expiration check: 3:03:11 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Math-Complex
Version : 1.59
Release : 480.el9
Architecture : noarch
Size : 51 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_appstream
Summary : Complex numbers and trigonometric functions
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : This package lets you create and manipulate complex numbers. By default, Perl
: limits itself to real numbers, but an extra "use" statement brings full
: complex support, along with a full set of mathematical functions typically
: associated with and/or extended to complex numbers.