How to Install and Uninstall perl-Pod-Plainer.noarch Package on Rocky Linux 8

Last updated: May 18,2024

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

Please follow the instructions below to install perl-Pod-Plainer.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Pod-Plainer.noarch

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

Please follow the instructions below to uninstall perl-Pod-Plainer.noarch on Rocky Linux 8:

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

3. Information about the perl-Pod-Plainer.noarch package on Rocky Linux 8

Last metadata expiration check: 2:17:16 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Pod-Plainer
Version : 1.04
Release : 7.el8
Architecture : noarch
Size : 13 k
Source : perl-Pod-Plainer-1.04-7.el8.src.rpm
Repository : appstream
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.