How to Install and Uninstall perl-Pod-Perldoc.noarch Package on Fedora 34

Last updated: July 05,2024

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

This tutorial shows how to install perl-Pod-Perldoc.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Pod-Perldoc.noarch on Fedora 34:

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

3. Information about the perl-Pod-Perldoc.noarch package on Fedora 34

Last metadata expiration check: 5:57:55 ago on Tue Sep 6 08:10:37 2022.
Installed Packages
Name : perl-Pod-Perldoc
Version : 3.28.01
Release : 459.fc34
Architecture : noarch
Size : 167 k
Source : perl-Pod-Perldoc-3.28.01-459.fc34.src.rpm
Repository : @System
From repo : fedora
Summary : Look up Perl documentation in Pod format
URL : https://metacpan.org/release/Pod-Perldoc
License : GPL+ or Artistic
Description : perldoc looks up a piece of documentation in POD format that is embedded
: in the perl installation tree or in a Perl script, and displays it via
: "groff -man | $PAGER". This is primarily used for the documentation for
: the Perl library modules.