How To Install jsonnet on Fedora 36

In this tutorial we learn how to install jsonnet in Fedora 36. jsonnet is A data templating language based on JSON

Introduction

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

What is jsonnet

A data templating language for app and tool developers based on JSON

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

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

sudo dnf -y install jsonnet

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

sudo yum -y install jsonnet

How To Uninstall jsonnet on Fedora 36

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

sudo dnf remove jsonnet

jsonnet Package Contents on Fedora 36

/usr/bin/jsonnet
/usr/bin/jsonnetfmt
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/f61139e599fae71f4f930a5a03753925f40c03
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/b3660c4e5ba32d348025201d4b17aba31dc461
/usr/share/man/man1/jsonnet.1.gz
/usr/share/man/man1/jsonnetfmt.1.gz

References

Summary

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