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

Last updated: October 05,2024

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

This is a short guide on how to install perl-Math-Complex.noarch on Rocky Linux 9

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

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

This guide covers the steps necessary to uninstall perl-Math-Complex.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 1:15:18 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Math-Complex
Version : 1.59
Release : 480.el9
Architecture : noarch
Size : 47 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : 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.