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

Last updated: January 10,2025

1. Install "php-htmLawed.noarch" package

Please follow the step by step instructions below to install php-htmLawed.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-htmLawed.noarch

2. Uninstall "php-htmLawed.noarch" package

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

$ sudo dnf remove php-htmLawed.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:10:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-htmLawed
Version : 1.2.4.2
Release : 7.fc36
Architecture : noarch
Size : 105 k
Source : php-htmLawed-1.2.4.2-7.fc36.src.rpm
Repository : fedora
Summary : PHP code to purify and filter HTML
URL : http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/
License : LGPLv3 and GPLv2+
Description : PHP code to purify and filter HTML
:
: * make HTML markup in text secure and standard-compliant
: * process text for use in HTML, XHTML or XML documents
: * restrict HTML elements, attributes or URL protocols
: using black or white-lists
: * balance tags, check element nesting, transform deprecated
: attributes and tags, make relative URLs absolute, etc.
: * fast, highly customizable, well-documented
: * single, 48 kb file
: * simple HTML Tidy alternative
: * free and licensed under LGPL v3 and GPL v2+
: * use to filter, secure and sanitize HTML in blog comments or
: forum posts, generate XML-compatible feed items from web-page
: excerpts, convert HTML to XHTML, pretty-print HTML, scrape
: web-pages, reduce spam, remove XSS code, etc.