How To Install libason on Fedora 36

In this tutorial we learn how to install libason in Fedora 36. libason is A library for manipulating ASON values

Introduction

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

What is libason

ASON is an extension of JSON which specifies a semantic, and allows for pattern expressions that can specify or match groups of JSON values. libason is a simple library for manipulating ASON programmatically in C.

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

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

sudo dnf -y install libason

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

sudo yum -y install libason

How To Uninstall libason on Fedora 36

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

sudo dnf remove libason

libason Package Contents on Fedora 36

---
title: "How To Install libason on Fedora 36"
linkTitle: "libason"
type: "docs"
description: "In this tutorial we learn how to install libason in Fedora 36. libason is A library for manipulating ASON values"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libason-featured.png
---

## Introduction

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

### What is `libason`

> ASON is an extension of JSON which specifies a semantic, and allows for pattern expressions that can specify or match groups of JSON values. libason is a simple library for manipulating ASON programmatically in C.  

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

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

/usr/bin/asonq
/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/f7b9b4a32a9ed4bbec114d5357d6f44cc8c5a9
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/5b80a9713de72edd87cce8dc8fc131f1fad6e8
/usr/lib64/libason.so.0
/usr/lib64/libason.so.0.0.0
/usr/share/doc/libason
/usr/share/doc/libason/COPYING
/usr/share/man/man1/asonq.1.gz
sudo dnf -y install libason

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


## References
```bash

sudo yum -y install libason
* [libason website](https://github.com/sadmac7000/libason)

Summary

How To Uninstall libason on Fedora 36

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

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


sudo dnf remove libason

libason Package Contents on Fedora 36

/usr/bin/asonq
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/327e142e65a437cf6d02a2e0b1fbe52ab92ecc
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/976be418d79861c5ba6b0ca8c7e5f72a5da4ab
/usr/lib/libason.so.0
/usr/lib/libason.so.0.0.0
/usr/share/doc/libason
/usr/share/doc/libason/COPYING
/usr/share/man/man1/asonq.1.gz

References

Summary

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