How to Install and Uninstall tidy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 19,2024

1. Install "tidy" package

Please follow the step by step instructions below to install tidy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install tidy

2. Uninstall "tidy" package

This guide let you learn how to uninstall tidy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove tidy $ sudo apt autoclean && sudo apt autoremove

3. Information about the tidy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: tidy
Priority: optional
Section: universe/web
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Jason Thomas
Architecture: amd64
Version: 20091223cvs-1.5
Depends: libc6 (>= 2.14), libtidy-0.99-0 (>= 20091223cvs-1.5)
Suggests: tidy-doc
Filename: pool/universe/t/tidy/tidy_20091223cvs-1.5_amd64.deb
Size: 22220
MD5sum: d12bf731652c17a47ed13419cfea2af7
SHA1: 34cb12ebd2569471de70f0f9471ad553cc7ef2d1
SHA256: 77614498e0073be8cd675f0ff8a144a1561170a54e6e605e2303e311955da3f9
Description-en: HTML syntax checker and reformatter
Corrects markup in a way compliant with the latest standards, and
optimal for the popular browsers. It has a comprehensive knowledge
of the attributes defined in the HTML 4.0 recommendation from W3C,
and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022
family of 7-bit encodings. In the output:
.
* HTML entity names for characters are used when appropriate.
* Missing attribute quotes are added, and mismatched quotes found.
* Tags lacking a terminating '>' are spotted.
* Proprietary elements are recognized and reported as such.
* The page is reformatted, from a choice of indentation styles.
.
Tidy is a product of the World Wide Web Consortium.
Description-md5: fd11e1a504852ab2140f3a76fd8a688e
Homepage: http://tidy.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu