How To Install jsonnet-libs on Fedora 36

In this tutorial we learn how to install jsonnet-libs in Fedora 36. jsonnet-libs is Shared Libraries for jsonnet

Introduction

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

What is jsonnet-libs

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

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

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

sudo dnf -y install jsonnet-libs

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

sudo yum -y install jsonnet-libs

How To Uninstall jsonnet-libs on Fedora 36

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

sudo dnf remove jsonnet-libs

jsonnet-libs Package Contents on Fedora 36

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

## Introduction

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

### What is `jsonnet-libs`

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

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

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

sudo dnf -y install jsonnet-libs

Install jsonnet-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/bcd8455f2314129e8923d22b3feaceabd84006
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/b694ab45d36effa59f0174308a2f71153ff4ee
/usr/lib64/libjsonnet++.so.0
/usr/lib64/libjsonnet++.so.0.17.0
/usr/lib64/libjsonnet.so.0
/usr/lib64/libjsonnet.so.0.17.0
/usr/share/doc/jsonnet-libs
/usr/share/doc/jsonnet-libs/README.md
/usr/share/licenses/jsonnet-libs
/usr/share/licenses/jsonnet-libs/LICENSE
sudo yum makecache --refresh

After updating yum database, We can install jsonnet-libs using yum by running the following command:

sudo yum -y install jsonnet-libs

How To Uninstall jsonnet-libs on Fedora 36

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

sudo dnf remove jsonnet-libs

jsonnet-libs Package Contents on Fedora 36

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/41 /usr/lib/.build-id/41/0c3c2509eac4acadec666857ab080a1b547ef0 /usr/lib/.build-id/f7 /usr/lib/.build-id/f7/5a17dbee5eb8f25d33721649f5d1dbd72400fc /usr/lib/libjsonnet++.so.0 /usr/lib/libjsonnet++.so.0.17.0 /usr/lib/libjsonnet.so.0 /usr/lib/libjsonnet.so.0.17.0 /usr/share/doc/jsonnet-libs /usr/share/doc/jsonnet-libs/README.md /usr/share/licenses/jsonnet-libs /usr/share/licenses/jsonnet-libs/LICENSE


## References

* [jsonnet-libs website](https://github.com/google/jsonnet)

## Summary

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