How To Install perl-Number-Fraction-tests on Fedora 36
Introduction
In this tutorial we learn how to install perl-Number-Fraction-tests
on Fedora 36.
What is perl-Number-Fraction-tests
Tests from perl-Number-Fraction. Execute them with “/usr/libexec/perl-Number-Fraction/test”.
We can use yum
or dnf
to install perl-Number-Fraction-tests
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Number-Fraction-tests.
Install perl-Number-Fraction-tests on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Number-Fraction-tests
using dnf
by running the following command:
sudo dnf -y install perl-Number-Fraction-tests
Install perl-Number-Fraction-tests on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Number-Fraction-tests
using yum
by running the following command:
sudo yum -y install perl-Number-Fraction-tests
How To Uninstall perl-Number-Fraction-tests on Fedora 36
To uninstall only the perl-Number-Fraction-tests
package we can use the following command:
sudo dnf remove perl-Number-Fraction-tests
perl-Number-Fraction-tests Package Contents on Fedora 36
/usr/libexec/perl-Number-Fraction
/usr/libexec/perl-Number-Fraction/t
/usr/libexec/perl-Number-Fraction/t/01_load.t
/usr/libexec/perl-Number-Fraction/t/02_create.t
/usr/libexec/perl-Number-Fraction/t/03_create.t
/usr/libexec/perl-Number-Fraction/t/04_add.t
/usr/libexec/perl-Number-Fraction/t/05_subtract.t
/usr/libexec/perl-Number-Fraction/t/06_multiply.t
/usr/libexec/perl-Number-Fraction/t/07_divide.t
/usr/libexec/perl-Number-Fraction/t/08_compare.t
/usr/libexec/perl-Number-Fraction/t/09_neg.t
/usr/libexec/perl-Number-Fraction/t/12_invalid.t
/usr/libexec/perl-Number-Fraction/t/13_exp.t
/usr/libexec/perl-Number-Fraction/t/14_abs.t
/usr/libexec/perl-Number-Fraction/t/15_zeroes.t
/usr/libexec/perl-Number-Fraction/t/16_decimals.t
/usr/libexec/perl-Number-Fraction/test
References
Summary
In this tutorial we learn how to install perl-Number-Fraction-tests
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).