How To Install yecht on Fedora 36

In this tutorial we learn how to install yecht in Fedora 36. yecht is A YAML processor based on Syck

Introduction

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

What is yecht

Yecht is a Syck port, a YAML 1.0 processor for Ruby.

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

Install yecht 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 yecht using dnf by running the following command:

sudo dnf -y install yecht

Install yecht 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 yecht using yum by running the following command:

sudo yum -y install yecht

How To Uninstall yecht on Fedora 36

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

sudo dnf remove yecht

yecht Package Contents on Fedora 36

/usr/share/java/yecht
/usr/share/java/yecht/yecht.jar
/usr/share/maven-metadata/yecht.xml
/usr/share/maven-poms/yecht
/usr/share/maven-poms/yecht/yecht.pom

References

Summary

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