How to Install and Uninstall tidy.x86_64 Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "tidy.x86_64" package

Here is a brief guide to show you how to install tidy.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install tidy.x86_64

2. Uninstall "tidy.x86_64" package

This tutorial shows how to uninstall tidy.x86_64 on Oracle Linux 9:

$ sudo dnf remove tidy.x86_64 $ sudo dnf autoremove

3. Information about the tidy.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:31:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : tidy
Version : 5.8.0
Release : 2.el9
Architecture : x86_64
Size : 36 k
Source : tidy-5.8.0-2.el9.src.rpm
Repository : epel
Summary : Utility to clean up and pretty print HTML/XHTML/XML
URL : http://www.html-tidy.org/
License : W3C
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 laid 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.