How To Install perl-Ref-Util-XS on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Ref-Util-XS
on Rocky Linux 8.
What is perl-Ref-Util-XS
Ref faster and smarter way.
We can use yum
or dnf
to install perl-Ref-Util-XS
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Ref-Util-XS.
Install perl-Ref-Util-XS 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-Ref-Util-XS
using dnf
by running the following command:
sudo dnf -y install perl-Ref-Util-XS
Install perl-Ref-Util-XS 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-Ref-Util-XS
using yum
by running the following command:
sudo yum -y install perl-Ref-Util-XS
How To Uninstall perl-Ref-Util-XS on Rocky Linux 8
To uninstall only the perl-Ref-Util-XS
package we can use the following command:
sudo dnf remove perl-Ref-Util-XS
perl-Ref-Util-XS Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/c52d8d56c54717503f784e693dcdf45dca8104
/usr/lib64/perl5/vendor_perl/Ref
/usr/lib64/perl5/vendor_perl/Ref/Util
/usr/lib64/perl5/vendor_perl/Ref/Util/XS.pm
/usr/lib64/perl5/vendor_perl/auto/Ref
/usr/lib64/perl5/vendor_perl/auto/Ref/Util
/usr/lib64/perl5/vendor_perl/auto/Ref/Util/XS
/usr/lib64/perl5/vendor_perl/auto/Ref/Util/XS/XS.so
/usr/share/doc/perl-Ref-Util-XS
/usr/share/doc/perl-Ref-Util-XS/Changes
/usr/share/doc/perl-Ref-Util-XS/README
/usr/share/licenses/perl-Ref-Util-XS
/usr/share/licenses/perl-Ref-Util-XS/LICENSE
/usr/share/man/man3/Ref::Util::XS.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Ref-Util-XS
on Rocky Linux 8 using yum and dnf.