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

Last updated: November 27,2024

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

Please follow the instructions below to install perl-Pod-Plainer.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall perl-Pod-Plainer.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:02:20 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Pod-Plainer
Version : 1.04
Release : 24.fc38
Architecture : noarch
Size : 12 k
Source : perl-Pod-Plainer-1.04-24.fc38.src.rpm
Repository : fedora
Summary : Perl extension for converting modern POD to old-style POD
URL : https://metacpan.org/release/Pod-Plainer
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.