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

Last updated: June 23,2024

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

This guide covers the steps necessary to install perl-Math-Complex.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall perl-Math-Complex.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:41:00 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Math-Complex
Version : 1.59
Release : 421.el8
Architecture : noarch
Size : 108 k
Source : perl-5.26.3-421.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.