Information about the package, tidy, which is shipped with common Linux distributions. The tidy package is designed for, Utility to clean up and pretty print HTML/XHTML/XML.
Package Name:
tidy
Summary:
Utility to clean up and pretty print HTML/XHTML/XML
Description:
When editing HTML it's easy to make mistakes. Wouldn't it be nice if there was a simple way to fix these mistakes automatically and tidy up sloppy editing into nicely layed out markup? Well now there is! Dave Raggett's HTML TIDY is a free utility for doing just that. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.
Architecture:
x86_64
Version:
0.99.0
Release:
19.20070615.1.el6
Size:
93 k
Repository:
base
From Repository:
Licence:
W3C
Control the tidy package with the following handy commands outlined below.
yum install tidy
This command will install tidy on the server.
yum remove tidy
This command will un-install tidy on the server. When you run this command, you will be asked if you are sure that you want to remove tidy, so you have to manually confirm that you want to do this.
yum -y remove tidy
This command will un-install tidy on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove tidy when using the -y flag.
yum update tidy
This command will update tidy to the latest version. When you run this command, you will be asked if you are sure that you want to remove tidy, so you have to manually confirm that you want to do this.
yum -y update tidy
This command will update tidy to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove tidy when using the -y flag.
yum info tidy
This command will show you core information about the tidy package.
yum deplist tidy
This command will show you the dependencies for tidy. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.
yum check-update tidy
This command will check if there is an update waiting on tidy. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.