How To Install jsonnet-devel on Fedora 36

In this tutorial we learn how to install jsonnet-devel in Fedora 36. jsonnet-devel is Development Headers for jsonnet

Introduction

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

What is jsonnet-devel

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


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

title: “How To Install jsonnet-devel on Fedora 36” linkTitle: “jsonnet-devel”

Install jsonnet-devel on Fedora 36 Using dnf

type: “docs”

Update yum database with dnf using the following command. description: “In this tutorial we learn how to install jsonnet-devel in Fedora 36. jsonnet-devel is Development Headers for jsonnet”

date: “2022-08-17”

lastmod: "2022-08-17"
sudo dnf makecache --refresh

#image: /images/fedora/36/jsonnet-devel-featured.png


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

Introduction


sudo dnf -y install jsonnet-devel

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

What is jsonnet-devel

Install jsonnet-devel on Fedora 36 Using yum

A data templating language for app and tool developers based on JSON
Update yum database with yum using the following command.

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

Install jsonnet-devel on Fedora 36 Using dnf

After updating yum database, We can install jsonnet-devel using yum by running the following command: Update yum database with dnf using the following command.

```bash
sudo yum -y install jsonnet-devel
sudo dnf makecache --refresh
## How To Uninstall jsonnet-devel on Fedora 36


To uninstall only the `jsonnet-devel` package we can use the following command:
After updating yum database, We can install `jsonnet-devel` using `dnf` by running the following command:


```bash
sudo dnf remove jsonnet-devel
```bash

sudo dnf -y install jsonnet-devel

## jsonnet-devel Package Contents on Fedora 36


```bash
## Install jsonnet-devel on Fedora 36 Using yum

Update yum database with `yum` using the following command.

```bash
sudo yum makecache --refresh

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

sudo yum -y install jsonnet-devel

How To Uninstall jsonnet-devel on Fedora 36

/usr/include/libjsonnet++.h /usr/include/libjsonnet.h /usr/include/libjsonnet_fmt.h /usr/lib64/libjsonnet++.so /usr/lib64/libjsonnet.so


## References

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

## Summary

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

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

```bash
sudo dnf remove jsonnet-devel

jsonnet-devel Package Contents on Fedora 36

/usr/include/libjsonnet++.h
/usr/include/libjsonnet.h
/usr/include/libjsonnet_fmt.h
/usr/lib/libjsonnet++.so
/usr/lib/libjsonnet.so

References

Summary

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