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