How To Install perl-Return-Value on Fedora 36
Introduction
In this tutorial we learn how to install perl-Return-Value
on Fedora 36.
What is perl-Return-Value
This module provides polymorphic return values with a simple API that should get you what you’re looking for in each context a return value is used in.
We can use yum
or dnf
to install perl-Return-Value
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Return-Value.
Install perl-Return-Value 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-Return-Value
using dnf
by running the following command:
sudo dnf -y install perl-Return-Value
Install perl-Return-Value 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-Return-Value
using yum
by running the following command:
sudo yum -y install perl-Return-Value
How To Uninstall perl-Return-Value on Fedora 36
To uninstall only the perl-Return-Value
package we can use the following command:
sudo dnf remove perl-Return-Value
perl-Return-Value Package Contents on Fedora 36
/usr/share/doc/perl-Return-Value
/usr/share/doc/perl-Return-Value/LICENSE
/usr/share/doc/perl-Return-Value/README
/usr/share/man/man3/Return::Value.3pm.gz
/usr/share/perl5/vendor_perl/Return
/usr/share/perl5/vendor_perl/Return/Value.pm
References
Summary
In this tutorial we learn how to install perl-Return-Value
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).