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

Last updated: October 10,2024

1. Install "perl-perl5i.x86_64" package

This guide let you learn how to install perl-perl5i.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-perl5i.x86_64

2. Uninstall "perl-perl5i.x86_64" package

Here is a brief guide to show you how to uninstall perl-perl5i.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-perl5i.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:42:11 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-perl5i
Version : 2.13.2
Release : 12.el8
Architecture : x86_64
Size : 114 k
Source : perl-perl5i-2.13.2-12.el8.src.rpm
Repository : epel
Summary : Fix as much of Perl 5 as possible in one pragma
URL : https://metacpan.org/release/perl5i
License : GPL+ or Artistic
Description : Perl 5 has a lot of warts. There's a lot of individual modules and techniques
: out there to fix those warts. perl5i aims to pull the best of them together
: into one module so you can turn them on all at once.
:
: This includes adding features, changing existing core functions and changing
: defaults. It will likely not be 100% backwards compatible with Perl 5, though
: it will be 99%, perl5i will try to have a lexical effect.
:
: Please add to this imaginary world and help make it real, either by telling
: me what Perl looks like in your imagination
: (http://github.com/schwern/perl5i/issues) or make a fork (forking on github is
: like a branch you control) and implement it yourself.