How To Install eventlog-static on Fedora 36
Introduction
In this tutorial we learn how to install eventlog-static
on Fedora 36.
What is eventlog-static
The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. This package contains the static library files.
We can use yum
or dnf
to install eventlog-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eventlog-static.
Install eventlog-static 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 eventlog-static
using dnf
by running the following command:
sudo dnf -y install eventlog-static
Install eventlog-static 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 eventlog-static
using yum
by running the following command:
sudo yum -y install eventlog-static
How To Uninstall eventlog-static on Fedora 36
To uninstall only the eventlog-static
package we can use the following command:
sudo dnf remove eventlog-static
eventlog-static Package Contents on Fedora 36
/usr/lib64/libevtlog.a
References
Summary
In this tutorial we learn how to install eventlog-static
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install eventlog-static on Fedora 36” linkTitle: “eventlog-static” type: “docs” description: “In this tutorial we learn how to install eventlog-static in Fedora 36. eventlog-static is Syslog-ng v2/v3 support static library files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/eventlog-static-featured.png
Introduction
In this tutorial we learn how to install eventlog-static
on Fedora 36.
What is eventlog-static
The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. This package contains the static library files.
We can use yum
or dnf
to install eventlog-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eventlog-static.
Install eventlog-static 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 eventlog-static
using dnf
by running the following command:
sudo dnf -y install eventlog-static
Install eventlog-static 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 eventlog-static
using yum
by running the following command:
sudo yum -y install eventlog-static
How To Uninstall eventlog-static on Fedora 36
To uninstall only the eventlog-static
package we can use the following command:
sudo dnf remove eventlog-static
eventlog-static Package Contents on Fedora 36
/usr/lib/libevtlog.a
References
Summary
In this tutorial we learn how to install eventlog-static
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).