How To Install perl-Math-Base-Convert on Rocky Linux 8

In this tutorial we learn how to install perl-Math-Base-Convert on Rocky Linux 8. perl-Math-Base-Convert is Very fast base to base conversion

Introduction

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

What is perl-Math-Base-Convert

This module provides fast functions and methods to convert between arbitrary number bases from 2 (binary) thru 65535.

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

Install perl-Math-Base-Convert 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-Base-Convert using dnf by running the following command:

sudo dnf -y install perl-Math-Base-Convert

Install perl-Math-Base-Convert 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-Base-Convert using yum by running the following command:

sudo yum -y install perl-Math-Base-Convert

How To Uninstall perl-Math-Base-Convert on Rocky Linux 8

To uninstall only the perl-Math-Base-Convert package we can use the following command:

sudo dnf remove perl-Math-Base-Convert

perl-Math-Base-Convert Package Contents on Rocky Linux 8

/usr/share/doc/perl-Math-Base-Convert
/usr/share/doc/perl-Math-Base-Convert/Changes
/usr/share/doc/perl-Math-Base-Convert/README
/usr/share/doc/perl-Math-Base-Convert/bitmaps
/usr/share/doc/perl-Math-Base-Convert/recurse2txt
/usr/share/man/man3/Math::Base::Convert.3pm.gz
/usr/share/man/man3/Math::Base::Convert::Bases.3pm.gz
/usr/share/man/man3/Math::Base::Convert::Bitmaps.3pm.gz
/usr/share/man/man3/Math::Base::Convert::CalcPP.3pm.gz
/usr/share/man/man3/Math::Base::Convert::Shortcuts.3pm.gz
/usr/share/perl5/vendor_perl/Math
/usr/share/perl5/vendor_perl/Math/Base
/usr/share/perl5/vendor_perl/Math/Base/Convert
/usr/share/perl5/vendor_perl/Math/Base/Convert.pm
/usr/share/perl5/vendor_perl/Math/Base/Convert/Bases.pm
/usr/share/perl5/vendor_perl/Math/Base/Convert/Bitmaps.pm
/usr/share/perl5/vendor_perl/Math/Base/Convert/CalcPP.pm
/usr/share/perl5/vendor_perl/Math/Base/Convert/Shortcuts.pm

References

Summary

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