How to Install and Uninstall perl-prefork.noarch Package on Amazon Linux 2

Last updated: June 29,2024

1. Install "perl-prefork.noarch" package

This tutorial shows how to install perl-prefork.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-prefork.noarch

2. Uninstall "perl-prefork.noarch" package

Here is a brief guide to show you how to uninstall perl-prefork.noarch on Amazon Linux 2:

$ sudo yum remove perl-prefork.noarch $ sudo yum autoremove

3. Information about the perl-prefork.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-prefork
Arch : noarch
Version : 1.04
Release : 11.amzn2
Size : 24 k
Repo : amzn2-core/2/x86_64
Summary : Optimized module loading for forking or non-forking processes
URL : http://search.cpan.org/dist/prefork/
License : GPL+ or Artistic
Description : Optimized module loading for forking or non-forking processes
:
: prefork.pm is intended to serve as a central and optional
: marshalling point for state detection (are we running in
: compile-time or run-time mode) and to act as a relatively
: light-weight module loader.