How to Install and Uninstall perl-Math-Complex.noarch Package on Fedora 34

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Math-Complex.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Math-Complex.noarch on Fedora 34:

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

3. Information about the perl-Math-Complex.noarch package on Fedora 34

Last metadata expiration check: 2:04:05 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Math-Complex
Version : 1.59
Release : 477.fc34
Architecture : noarch
Size : 57 k
Source : perl-5.32.1-477.fc34.src.rpm
Repository : updates
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.