How to Install and Uninstall php-masterminds-html5.noarch Package on Fedora 36

Last updated: July 06,2024

1. Install "php-masterminds-html5.noarch" package

Please follow the guidance below to install php-masterminds-html5.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-masterminds-html5.noarch

2. Uninstall "php-masterminds-html5.noarch" package

Please follow the guidance below to uninstall php-masterminds-html5.noarch on Fedora 36:

$ sudo dnf remove php-masterminds-html5.noarch $ sudo dnf autoremove

3. Information about the php-masterminds-html5.noarch package on Fedora 36

Last metadata expiration check: 1:35:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-masterminds-html5
Version : 2.7.5
Release : 3.fc36
Architecture : noarch
Size : 70 k
Source : php-masterminds-html5-2.7.5-3.fc36.src.rpm
Repository : fedora
Summary : An HTML5 parser and serializer
URL : http://masterminds.github.io/html5-php
License : MIT
Description : The need for an HTML5 parser in PHP is clear. This project initially began with
: the seemingly abandoned html5lib project original source. But after some initial
: refactoring work, we began a new parser.
:
: * An HTML5 serializer
: * Support for PHP namespaces
: * Composer support
: * Event-based (SAX-like) parser
: * DOM tree builder
: * Interoperability with QueryPath