How to Install and Uninstall perl-Pod-Wrap.noarch Package on Fedora 36

Last updated: January 09,2025

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

Please follow the guidelines below to install perl-Pod-Wrap.noarch on Fedora 36

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

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

Learn how to uninstall perl-Pod-Wrap.noarch on Fedora 36:

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

3. Information about the perl-Pod-Wrap.noarch package on Fedora 36

Last metadata expiration check: 3:27:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Pod-Wrap
Version : 0.01
Release : 19.fc36
Architecture : noarch
Size : 24 k
Source : perl-Pod-Wrap-0.01-19.fc36.src.rpm
Repository : fedora
Summary : Wrap pod paragraphs, leaving verbatim text and code alone
URL : https://metacpan.org/release/Pod-Wrap
License : GPL+ or Artistic
Description : This is a Pod::Parser subclass, based on Pod::Stripper. It parses perl
: files, wrapping pod text, and leaving everything else intact. It prints
: it's output to wherever you point it to (like you do with Pod::Parser (and
: Pod::Stripper)).