How To Install fluent-syntax on Fedora 36

In this tutorial we learn how to install fluent-syntax in Fedora 36. fluent-syntax is Parser/Serializer tools for Fluent Syntax

Introduction

In this tutorial we learn how to install fluent-syntax on Fedora 36.

What is fluent-syntax

Parser/Serializer tools for Fluent Syntax.

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

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

sudo dnf -y install fluent-syntax

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

sudo yum -y install fluent-syntax

How To Uninstall fluent-syntax on Fedora 36

To uninstall only the fluent-syntax package we can use the following command:

sudo dnf remove fluent-syntax

fluent-syntax Package Contents on Fedora 36

/usr/bin/parser
/usr/bin/update_fixtures
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/29d6a06c80366aab6dd3d2db80e79314f5f832
/usr/lib/.build-id/75
/usr/lib/.build-id/75/565cc681d0caea7827340fb1ed4b7c86c857f3
/usr/share/doc/fluent-syntax
/usr/share/doc/fluent-syntax/README.md
/usr/share/licenses/fluent-syntax
/usr/share/licenses/fluent-syntax/LICENSE-APACHE
/usr/share/licenses/fluent-syntax/LICENSE-MIT

References

Summary

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