How to Install and Uninstall liblognorm.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "liblognorm.src" package

Please follow the guidelines below to install liblognorm.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install liblognorm.src

2. Uninstall "liblognorm.src" package

This guide let you learn how to uninstall liblognorm.src on Oracle Linux 8:

$ sudo dnf remove liblognorm.src $ sudo dnf autoremove

3. Information about the liblognorm.src package on Oracle Linux 8

Last metadata expiration check: 5:23:40 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : liblognorm
Version : 2.0.5
Release : 2.el8
Architecture : src
Size : 668 k
Source : None
Repository : ol8_appstream
Summary : Fast samples-based log normalization library
URL : http://www.liblognorm.com
License : LGPLv2+
Description : 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.