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

Last updated: October 12,2024

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

Please follow the guidance below to install perl-Pod-Wrap.noarch on Fedora 38

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

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

This tutorial shows how to uninstall perl-Pod-Wrap.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:00:41 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-Pod-Wrap
Version : 0.01
Release : 22.fc38
Architecture : noarch
Size : 22 k
Source : perl-Pod-Wrap-0.01-22.fc38.src.rpm
Repository : fedora
Summary : Wrap pod paragraphs, leaving verbatim text and code alone
URL : https://metacpan.org/release/Pod-Wrap
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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)).