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

Last updated: May 04,2024

1. Install "php-htmLawed.noarch" package

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

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

2. Uninstall "php-htmLawed.noarch" package

This tutorial shows how to uninstall php-htmLawed.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:24:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-htmLawed
Version : 1.2.4.2
Release : 5.fc34
Architecture : noarch
Size : 105 k
Source : php-htmLawed-1.2.4.2-5.fc34.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.