How To Install golang-github-google-jsonnet on Fedora 36

In this tutorial we learn how to install golang-github-google-jsonnet in Fedora 36. golang-github-google-jsonnet is Implementation of Jsonnet in pure Go

Introduction

In this tutorial we learn how to install golang-github-google-jsonnet on Fedora 36.

What is golang-github-google-jsonnet

This an implementation of Jsonnet in pure Go. It is feature complete but is not as heavily exercised as the Jsonnet C++ implementation. Please try it out and give feedback.

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

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

sudo dnf -y install golang-github-google-jsonnet

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

sudo yum -y install golang-github-google-jsonnet

How To Uninstall golang-github-google-jsonnet on Fedora 36

To uninstall only the golang-github-google-jsonnet package we can use the following command:

sudo dnf remove golang-github-google-jsonnet

golang-github-google-jsonnet Package Contents on Fedora 36

/usr/bin/jsonnet
/usr/bin/jsonnetfmt
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/4727834a0be40684848c6119bb9cc865a579d4
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/4f83dc60b2dbae144d083a4e0cfd7a5750a4a3
/usr/share/doc/golang-github-google-jsonnet
/usr/share/doc/golang-github-google-jsonnet/README.md
/usr/share/licenses/golang-github-google-jsonnet
/usr/share/licenses/golang-github-google-jsonnet/LICENSE

References

Summary

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