How To Install liblognorm on Fedora 36

In this tutorial we learn how to install liblognorm in Fedora 36. liblognorm is Fast samples-based log normalization library

Introduction

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

What is liblognorm

Briefly described, liblognorm is a tool to normalize log data. People who need to take a look at logs often have a common problem. Logs from different machines (from different vendors) usually have different formats for their logs. Even if it is the same type of log (e.g. from firewalls), the log entries are so different, that it is pretty hard to read these. This is where liblognorm comes into the game. With this tool you can normalize all your logs. All you need is liblognorm and its dependencies and a sample database that fits the logs you want to normalize.

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

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

sudo dnf -y install liblognorm

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

sudo yum -y install liblognorm

How To Uninstall liblognorm on Fedora 36

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

sudo dnf remove liblognorm

liblognorm Package Contents on Fedora 36

---
title: "How To Install liblognorm on Fedora 36"
linkTitle: "liblognorm"
type: "docs"
description: "In this tutorial we learn how to install liblognorm in Fedora 36. liblognorm is Fast samples-based log normalization library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/liblognorm-featured.png
---

## Introduction

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

### What is `liblognorm`

> Briefly described, liblognorm is a tool to normalize log data.  People who need to take a look at logs often have a common problem. Logs from different machines (from different vendors) usually have different formats for their logs. Even if it is the same type of log (e.g. from firewalls), the log entries are so different, that it is pretty hard to read these. This is where liblognorm comes into the game. With this tool you can normalize all your logs. All you need is liblognorm and its dependencies and a sample database that fits the logs you want to normalize.  

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

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

sudo dnf -y install liblognorm

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

sudo yum -y install liblognorm

How To Uninstall liblognorm on Fedora 36

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

sudo dnf remove liblognorm

liblognorm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/733221370420564adbd85dfac208e3bc943966
/usr/lib/liblognorm.so.5
/usr/lib/liblognorm.so.5.1.0
/usr/share/doc/liblognorm
/usr/share/doc/liblognorm/AUTHORS
/usr/share/doc/liblognorm/ChangeLog
/usr/share/doc/liblognorm/README
/usr/share/licenses/liblognorm
/usr/share/licenses/liblognorm/COPYING

References

/usr/lib/.build-id /usr/lib/.build-id/ce /usr/lib/.build-id/ce/5cd6b84e3df51480befb68d62df3fe2f1c048c /usr/lib64/liblognorm.so.5 /usr/lib64/liblognorm.so.5.1.0 /usr/share/doc/liblognorm /usr/share/doc/liblognorm/AUTHORS /usr/share/doc/liblognorm/ChangeLog /usr/share/doc/liblognorm/README /usr/share/licenses/liblognorm /usr/share/licenses/liblognorm/COPYING

Summary

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


## References

* [liblognorm website](http://www.liblognorm.com)

## Summary

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