How to Install and Uninstall tidyp Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "tidyp" package

Please follow the guidelines below to install tidyp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install tidyp

2. Uninstall "tidyp" package

This tutorial shows how to uninstall tidyp on openSuSE Tumbleweed:

$ sudo zypper remove tidyp

3. Information about the tidyp package on openSuSE Tumbleweed

Information for package tidyp:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : tidyp
Version : 1.04-16.34
Arch : x86_64
Vendor : openSUSE
Installed Size : 38.2 KiB
Installed : No
Status : not installed
Source package : tidyp-1.04-16.34.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.