How to Install and Uninstall perl-Sys-Mmap.x86_64 Package on Oracle Linux 9

Last updated: May 02,2024

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

In this section, we are going to explain the necessary steps to install perl-Sys-Mmap.x86_64 on Oracle Linux 9

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

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

Please follow the step by step instructions below to uninstall perl-Sys-Mmap.x86_64 on Oracle Linux 9:

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

3. Information about the perl-Sys-Mmap.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:17:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Sys-Mmap
Version : 0.20
Release : 8.el9
Architecture : x86_64
Size : 34 k
Source : perl-Sys-Mmap-0.20-8.el9.src.rpm
Repository : epel
Summary : Use mmap to map in a file as a Perl variable
URL : https://metacpan.org/release/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.