How to Install and Uninstall perl-Pod-Plainer.noarch Package on CentOS Stream 8

Last updated: November 02,2024

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

This tutorial shows how to install perl-Pod-Plainer.noarch on CentOS Stream 8

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

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

This guide covers the steps necessary to uninstall perl-Pod-Plainer.noarch on CentOS Stream 8:

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

3. Information about the perl-Pod-Plainer.noarch package on CentOS Stream 8

Last metadata expiration check: 1:12:47 ago on Sun Feb 25 03:03:59 2024.
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 : 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.