How To Install perl-Math-Calc-Units on Rocky Linux 8

In this tutorial we learn how to install perl-Math-Calc-Units on Rocky Linux 8. perl-Math-Calc-Units is Human-readable unit-aware calculator

Introduction

In this tutorial we learn how to install perl-Math-Calc-Units on Rocky Linux 8.

What is perl-Math-Calc-Units

Math currently handles combinations of byte sizes and duration only, although adding any other multiplicative types is easy. Any unknown type is treated as a unique user type (with some effort to map English plurals to their singular forms).

We can use yum or dnf to install perl-Math-Calc-Units on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Math-Calc-Units.

Install perl-Math-Calc-Units on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Math-Calc-Units using dnf by running the following command:

sudo dnf -y install perl-Math-Calc-Units

Install perl-Math-Calc-Units on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Math-Calc-Units using yum by running the following command:

sudo yum -y install perl-Math-Calc-Units

How To Uninstall perl-Math-Calc-Units on Rocky Linux 8

To uninstall only the perl-Math-Calc-Units package we can use the following command:

sudo dnf remove perl-Math-Calc-Units

perl-Math-Calc-Units Package Contents on Rocky Linux 8

/usr/bin/ucalc
/usr/share/doc/perl-Math-Calc-Units
/usr/share/doc/perl-Math-Calc-Units/Changes
/usr/share/doc/perl-Math-Calc-Units/README
/usr/share/licenses/perl-Math-Calc-Units
/usr/share/licenses/perl-Math-Calc-Units/Artistic.html
/usr/share/licenses/perl-Math-Calc-Units/COPYING
/usr/share/licenses/perl-Math-Calc-Units/LICENSE
/usr/share/man/man3/Math::Calc::Units.3pm.gz
/usr/share/perl5/vendor_perl/Math
/usr/share/perl5/vendor_perl/Math/Calc
/usr/share/perl5/vendor_perl/Math/Calc/Units
/usr/share/perl5/vendor_perl/Math/Calc/Units.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Compute.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert/Base.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert/Base2Metric.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert/Byte.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert/Combo.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert/Date.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert/Distance.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert/Metric.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert/Multi.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Convert/Time.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Grammar.pm
/usr/share/perl5/vendor_perl/Math/Calc/Units/Rank.pm

References

Summary

In this tutorial we learn how to install perl-Math-Calc-Units on Rocky Linux 8 using yum and dnf.