How To Install jansson-devel on Fedora 36

In this tutorial we learn how to install jansson-devel in Fedora 36. jansson-devel is Header files for jansson

Introduction

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

What is jansson-devel

Header files for developing applications making use of jansson.

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

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

sudo dnf -y install jansson-devel

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

sudo yum -y install jansson-devel

How To Uninstall jansson-devel on Fedora 36

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

sudo dnf remove jansson-devel

jansson-devel Package Contents on Fedora 36

/usr/include/jansson.h
/usr/include/jansson_config.h
/usr/lib64/libjansson.so
/usr/lib64/pkgconfig/jansson.pc

References

Summary

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


title: “How To Install jansson-devel on Fedora 36” linkTitle: “jansson-devel” type: “docs” description: “In this tutorial we learn how to install jansson-devel in Fedora 36. jansson-devel is Header files for jansson” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/jansson-devel-featured.png

Introduction

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

What is jansson-devel

Header files for developing applications making use of jansson.

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

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

sudo dnf -y install jansson-devel

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

sudo yum -y install jansson-devel

How To Uninstall jansson-devel on Fedora 36

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

sudo dnf remove jansson-devel

jansson-devel Package Contents on Fedora 36

/usr/include/jansson.h
/usr/include/jansson_config.h
/usr/lib/libjansson.so
/usr/lib/pkgconfig/jansson.pc

References

Summary

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