How to Install and Uninstall perl-Pod-Plainer.noarch Package on Fedora 35

Last updated: September 24,2024

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

Please follow the step by step instructions below to install perl-Pod-Plainer.noarch on Fedora 35

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

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

This is a short guide on how to uninstall perl-Pod-Plainer.noarch on Fedora 35:

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

3. Information about the perl-Pod-Plainer.noarch package on Fedora 35

Last metadata expiration check: 0:57:23 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Pod-Plainer
Version : 1.04
Release : 19.fc35
Architecture : noarch
Size : 12 k
Source : perl-Pod-Plainer-1.04-19.fc35.src.rpm
Repository : fedora
Summary : Perl extension for converting modern POD to old-style POD
URL : https://metacpan.org/release/Pod-Plainer
License : GPL+ or Artistic
Description : This Perl module takes POD with the new 'C<< .. >>' constructs and returns the
: older style with just 'C<>'. '<' and '>' are replaced by 'E' and 'E'.
: This can be used to preprocess POD before using tools which do not recognize
: the new style PODs.