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

Last updated: October 06,2024

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

This guide covers the steps necessary to install php-masterminds-html5.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall php-masterminds-html5.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:15:42 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-masterminds-html5
Version : 2.7.5
Release : 1.fc34
Architecture : noarch
Size : 70 k
Source : php-masterminds-html5-2.7.5-1.fc34.src.rpm
Repository : updates
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