How to Install and Uninstall perl-Sys-Mmap.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 15,2024

1. Install "perl-Sys-Mmap.x86_64" package

This is a short guide on how to install perl-Sys-Mmap.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Sys-Mmap.x86_64

2. Uninstall "perl-Sys-Mmap.x86_64" package

Please follow the steps below to uninstall perl-Sys-Mmap.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Sys-Mmap.x86_64 $ sudo dnf autoremove

3. Information about the perl-Sys-Mmap.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:48:43 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Sys-Mmap
Version : 0.19
Release : 1.el8
Architecture : x86_64
Size : 35 k
Source : perl-Sys-Mmap-0.19-1.el8.src.rpm
Repository : epel
Summary : Use mmap to map in a file as a Perl variable
URL : http://search.cpan.org/dist/Sys-Mmap/
License : GPL+ or Artistic
Description : The Mmap module lets you use mmap to map in a file as a perl variable rather
: than reading the file into dynamically allocated memory. Multiple programs may
: map the same file into memory, and immediately see changes by each other.
: Memory may be allocated not attached to a file, and shared with sub-processes.