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

Last updated: July 03,2024

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

This is a short guide on how to install perl-Math-BaseCnv.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-Math-BaseCnv.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:49:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Math-BaseCnv
Version : 1.14
Release : 14.fc34
Architecture : noarch
Size : 37 k
Source : perl-Math-BaseCnv-1.14-14.fc34.src.rpm
Repository : fedora
Summary : Fast functions to CoNVert between number Bases
URL : https://metacpan.org/release/Math-BaseCnv
License : GPLv3
Description : BaseCnv provides a few simple functions for converting between arbitrary
: number bases. It is as fast as I currently know how to make it (of course
: relying only on the lovely Perl). If you would rather utilize an object syntax
: for number-base conversion, please see Ken Williams's
: fine Math::BaseCalc module.