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

Last updated: October 05,2024

1. Install "perl-HTML-Entities-Numbered.noarch" package

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

$ sudo dnf update $ sudo dnf install perl-HTML-Entities-Numbered.noarch

2. Uninstall "perl-HTML-Entities-Numbered.noarch" package

Please follow the guidelines below to uninstall perl-HTML-Entities-Numbered.noarch on Fedora 34:

$ sudo dnf remove perl-HTML-Entities-Numbered.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:14:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-HTML-Entities-Numbered
Version : 0.04
Release : 32.fc34
Architecture : noarch
Size : 18 k
Source : perl-HTML-Entities-Numbered-0.04-32.fc34.src.rpm
Repository : fedora
Summary : Conversion of numbered HTML entities
URL : https://metacpan.org/release/HTML-Entities-Numbered
License : GPL+ or Artistic
Description : HTML::Entities::Numbered is a content conversion filter for named HTML
: entities (symbols, mathematical symbols, Greek letters, Latin letters,
: etc.). When an argument of name2decimal() or name2hex() contains some
: nameable HTML entities, they will be replaced to numbered HTML entities.
: And when an argument of name2decimal_xml() or name2hex_xml() contains
: some nameable numbered HTML entities, they will be replaced to numbered
: HTML entities except valid XML entities (the excepted "valid XML
: entities" are the following five entities: <, >, &, ",
: '). By the same token, when an argument of decimal2name() or
: hex2name() contains some nameable numbered HTML entities, they will be
: replaced to named HTML entities.