How to Install and Uninstall tidyp Package on openSUSE Leap

Last updated: June 14,2024

1. Install "tidyp" package

Please follow the guidelines below to install tidyp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install tidyp

2. Uninstall "tidyp" package

Please follow the guidance below to uninstall tidyp on openSUSE Leap:

$ sudo zypper remove tidyp

3. Information about the tidyp package on openSUSE Leap

Information for package tidyp:
------------------------------
Repository : Main Repository
Name : tidyp
Version : 1.04-1.29
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 30.7 KiB
Installed : No
Status : not installed
Source package : tidyp-1.04-1.29.src
Upstream URL : http://tidy.sourceforge.net/
Summary : Utility to Clean Up and Pretty-print HTML, XHTML or XML Markup
Description :
Tidy is a commandline frontend to TidyLib which allows for cleaning up and
pretty printing HTML, XHTML and XML markup in a variety of file encodings. For
HTML variants, it can detect and report proprietary elements as well as many
common coding errors, correct them and produce visually equivalent markup
which is both compliant with W3C standards and works on most browsers.
Furthermore, it can convert plain HTML to XHTML. For generic XML files, Tidy is
limited to correcting basic well-formedness errors and pretty printing.