How to Install and Uninstall perl-IO-HTML.noarch Package on CentOS 7 / RHEL 7

Last updated: May 02,2024

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

This tutorial shows how to install perl-IO-HTML.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-IO-HTML.noarch

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

This tutorial shows how to uninstall perl-IO-HTML.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-IO-HTML.noarch $ sudo yum autoremove

3. Information about the perl-IO-HTML.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-IO-HTML
Arch : noarch
Version : 1.00
Release : 2.el7
Size : 43 k
Repo : installed
From repo : base
Summary : Open an HTML file with automatic character set detection
URL : http://search.cpan.org/dist/IO-HTML/
License : GPL+ or Artistic
Description : IO::HTML provides an easy way to open a file containing HTML while
: automatically determining its encoding. It uses the HTML5 encoding
: sniffing algorithm specified in section 8.2.2.1 of the draft
: standard.