How to Install and Uninstall perl-HTML-PrettyPrinter.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "perl-HTML-PrettyPrinter.noarch" package

This guide covers the steps necessary to install perl-HTML-PrettyPrinter.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-HTML-PrettyPrinter.noarch

2. Uninstall "perl-HTML-PrettyPrinter.noarch" package

Please follow the steps below to uninstall perl-HTML-PrettyPrinter.noarch on Fedora 34:

$ sudo dnf remove perl-HTML-PrettyPrinter.noarch $ sudo dnf autoremove

3. Information about the perl-HTML-PrettyPrinter.noarch package on Fedora 34

Last metadata expiration check: 0:34:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-HTML-PrettyPrinter
Version : 0.03
Release : 37.fc34
Architecture : noarch
Size : 30 k
Source : perl-HTML-PrettyPrinter-0.03-37.fc34.src.rpm
Repository : fedora
Summary : Generate nice HTML files from HTML syntax trees
URL : https://metacpan.org/release/HTML-PrettyPrinter
License : GPL+ or Artistic
Description : HTML::PrettyPrinter produces nicely formatted HTML code from a HTML syntax
: tree. It is especially useful if the produced HTML file shall be read or
: edited manually afterwards. Various parameters let you adapt the output to
: different styles and requirements.