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

Last updated: November 01,2024

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

Here is a brief guide to show you how to install perl-Pod-Plainer.noarch on Oracle 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 Oracle Linux 8:

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

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

Last metadata expiration check: 2:16:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Pod-Plainer
Version : 1.04
Release : 7.el8
Architecture : noarch
Size : 14 k
Source : perl-Pod-Plainer-1.04-7.el8.src.rpm
Repository : ol8_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.