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

Last updated: June 26,2024

1. Install "perl-Pod-Plainer.noarch" package

This guide let you learn how to install perl-Pod-Plainer.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Pod-Plainer.noarch

2. Uninstall "perl-Pod-Plainer.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Pod-Plainer.noarch on Amazon Linux 2:

$ sudo yum remove perl-Pod-Plainer.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Pod-Plainer
Arch : noarch
Version : 1.03
Release : 4.amzn2
Size : 9.1 k
Repo : amzn2-core/2/x86_64
Summary : Perl extension for converting Pod to old-style Pod
URL : http://search.cpan.org/dist/Pod-Plainer/
License : GPL+ or Artistic
Description : Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<<
: .. >>' constructs and returns the old(er) style with just 'C<>';
: '<' and '>' are replaced by 'E' and 'E'.
: This can be used to pre-process Pod before using tools which do
: not recognize the new style Pods.