How To Install perl-Data-Visitor on Fedora 36
Introduction
In this tutorial we learn how to install perl-Data-Visitor
on Fedora 36.
What is perl-Data-Visitor
This module is a simple visitor implementation for Perl values.
We can use yum
or dnf
to install perl-Data-Visitor
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Data-Visitor.
Install perl-Data-Visitor 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-Data-Visitor
using dnf
by running the following command:
sudo dnf -y install perl-Data-Visitor
Install perl-Data-Visitor 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-Data-Visitor
using yum
by running the following command:
sudo yum -y install perl-Data-Visitor
How To Uninstall perl-Data-Visitor on Fedora 36
To uninstall only the perl-Data-Visitor
package we can use the following command:
sudo dnf remove perl-Data-Visitor
perl-Data-Visitor Package Contents on Fedora 36
/usr/share/doc/perl-Data-Visitor
/usr/share/doc/perl-Data-Visitor/CONTRIBUTING
/usr/share/doc/perl-Data-Visitor/Changes
/usr/share/doc/perl-Data-Visitor/README
/usr/share/doc/perl-Data-Visitor/t
/usr/share/doc/perl-Data-Visitor/t/00-report-prereqs.dd
/usr/share/doc/perl-Data-Visitor/t/00-report-prereqs.t
/usr/share/doc/perl-Data-Visitor/t/base.t
/usr/share/doc/perl-Data-Visitor/t/bugs.t
/usr/share/doc/perl-Data-Visitor/t/callback.t
/usr/share/doc/perl-Data-Visitor/t/callback_aliasing.t
/usr/share/doc/perl-Data-Visitor/t/callback_hash_entry.t
/usr/share/doc/perl-Data-Visitor/t/callback_moose_tc.t
/usr/share/doc/perl-Data-Visitor/t/circular_refs.t
/usr/share/doc/perl-Data-Visitor/t/globs.t
/usr/share/doc/perl-Data-Visitor/t/magic.t
/usr/share/doc/perl-Data-Visitor/t/weak.t
/usr/share/licenses/perl-Data-Visitor
/usr/share/licenses/perl-Data-Visitor/LICENCE
/usr/share/man/man3/Data::Visitor.3pm.gz
/usr/share/man/man3/Data::Visitor::Callback.3pm.gz
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/Visitor
/usr/share/perl5/vendor_perl/Data/Visitor.pm
/usr/share/perl5/vendor_perl/Data/Visitor/Callback.pm
References
Summary
In this tutorial we learn how to install perl-Data-Visitor
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).