How To Install libtidy on Fedora 36

In this tutorial we learn how to install libtidy in Fedora 36. libtidy is Runtime library for tidy

Introduction

In this tutorial we learn how to install libtidy on Fedora 36.

What is libtidy

Runtime library for tidy.

We can use yum or dnf to install libtidy on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtidy.

Install libtidy on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libtidy using dnf by running the following command:

sudo dnf -y install libtidy

Install libtidy on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libtidy using yum by running the following command:

sudo yum -y install libtidy

How To Uninstall libtidy on Fedora 36

To uninstall only the libtidy package we can use the following command:

sudo dnf remove libtidy

libtidy Package Contents on Fedora 36

---
title: "How To Install libtidy on Fedora 36"
linkTitle: "libtidy"
type: "docs"
description: "In this tutorial we learn how to install libtidy in Fedora 36. libtidy is Runtime library for tidy"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libtidy-featured.png
---

## Introduction

In this tutorial we learn how to install `libtidy` on Fedora 36.

### What is `libtidy`

> Runtime library for tidy.  

We can use `yum` or `dnf` to install `libtidy` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtidy.

## Install libtidy on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libtidy using dnf by running the following command:

sudo dnf -y install libtidy

Install libtidy on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libtidy using yum by running the following command:

sudo yum -y install libtidy

How To Uninstall libtidy on Fedora 36

To uninstall only the libtidy package we can use the following command:

sudo dnf remove libtidy

libtidy Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/b2bc2eca7665ba6505b1a325e2bdadf5ea3ccb
/usr/lib64/libtidy.so.5.8.0
/usr/lib64/libtidy.so.58
/usr/share/licenses/libtidy
/usr/share/licenses/libtidy/LICENSE.md

References

Summary

In this tutorial we learn how to install libtidy on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/45 /usr/lib/.build-id/45/770ee55ba4a34743c3e44f1babb35734fdd229 /usr/lib/libtidy.so.5.8.0 /usr/lib/libtidy.so.58 /usr/share/licenses/libtidy /usr/share/licenses/libtidy/LICENSE.md


## References

* [libtidy website](http://www.html-tidy.org/)

## Summary

In this tutorial we learn how to install `libtidy` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).