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

Last updated: July 01,2024

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

This is a short guide on how to install perl-Pod-Plainer.src on Oracle Linux 8

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

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

Please follow the steps below to uninstall perl-Pod-Plainer.src on Oracle Linux 8:

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

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

Last metadata expiration check: 4:55:55 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Pod-Plainer
Version : 1.04
Release : 7.el8
Architecture : src
Size : 14 k
Source : None
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.