How to Install and Uninstall perl-Math-Complex.noarch Package on CentOS Stream 8

Last updated: May 01,2024

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

Please follow the guidelines below to install perl-Math-Complex.noarch on CentOS Stream 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Math-Complex.noarch on CentOS Stream 8:

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

3. Information about the perl-Math-Complex.noarch package on CentOS Stream 8

Last metadata expiration check: 5:43:43 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Math-Complex
Version : 1.59
Release : 422.el8
Architecture : noarch
Size : 109 k
Source : perl-5.26.3-422.el8.src.rpm
Repository : baseos
Summary : Complex numbers and trigonometric functions
URL : http://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.