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

Last updated: September 21,2024

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

Here is a brief guide to show you how to install perl-Pod-Wrap.noarch on Fedora 39

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

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

This guide let you learn how to uninstall perl-Pod-Wrap.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:53:03 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Pod-Wrap
Version : 0.01
Release : 23.fc39
Architecture : noarch
Size : 22 k
Source : perl-Pod-Wrap-0.01-23.fc39.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)).