How To Install libnetfilter_log on Fedora 36

In this tutorial we learn how to install libnetfilter_log in Fedora 36. libnetfilter_log is Netfilter logging userspace library

Introduction

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

What is libnetfilter_log

libnetfilter_log is a userspace library providing interface to packets that have been logged by the kernel packet filter. It is is part of a system that deprecates the old syslog/dmesg based packet logging. libnetfilter_log has been previously known as libnfnetlink_log. libnetfilter_log is used by ulogd2.

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

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

sudo dnf -y install libnetfilter_log

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

sudo yum -y install libnetfilter_log

How To Uninstall libnetfilter_log on Fedora 36

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

sudo dnf remove libnetfilter_log

libnetfilter_log Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/0e7adea9b7bf5949b7154dad31d209af56aea2
/usr/lib/.build-id/da
/usr/lib/.build-id/da/a3b1137d04d598cdfcd5ceac04364c7bb3e88d
/usr/lib/libnetfilter_log.so.1
/usr/lib/libnetfilter_log.so.1.1.0
/usr/lib/libnetfilter_log_libipulog.so.1
/usr/lib/libnetfilter_log_libipulog.so.1.0.0
/usr/share/doc/libnetfilter_log
/usr/share/doc/libnetfilter_log/COPYING

References

Summary

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


title: “How To Install libnetfilter_log on Fedora 36” linkTitle: “libnetfilter_log” type: “docs” description: “In this tutorial we learn how to install libnetfilter_log in Fedora 36. libnetfilter_log is Netfilter logging userspace library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libnetfilter_log-featured.png

Introduction

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

What is libnetfilter_log

libnetfilter_log is a userspace library providing interface to packets that have been logged by the kernel packet filter. It is is part of a system that deprecates the old syslog/dmesg based packet logging. libnetfilter_log has been previously known as libnfnetlink_log. libnetfilter_log is used by ulogd2.

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

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

sudo dnf -y install libnetfilter_log

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

sudo yum -y install libnetfilter_log

How To Uninstall libnetfilter_log on Fedora 36

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

sudo dnf remove libnetfilter_log

libnetfilter_log Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/4b35f25f1b8c65d867c1ffc5bf7f76356880ce
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/e7e5d77eb59f831470303a5c78986149f8e0ef
/usr/lib64/libnetfilter_log.so.1
/usr/lib64/libnetfilter_log.so.1.1.0
/usr/lib64/libnetfilter_log_libipulog.so.1
/usr/lib64/libnetfilter_log_libipulog.so.1.0.0
/usr/share/doc/libnetfilter_log
/usr/share/doc/libnetfilter_log/COPYING

References

Summary

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