How to Install and Uninstall perl-perl5i.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-perl5i.x86_64" package

This guide covers the steps necessary to install perl-perl5i.x86_64 on Rocky Linux 8

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

2. Uninstall "perl-perl5i.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-perl5i.x86_64 on Rocky Linux 8:

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

3. Information about the perl-perl5i.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:31:12 ago on Mon Sep 12 10:27:18 2022.
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.