How to Install and Uninstall ulogd2 Package on Kali Linux

Last updated: May 18,2024

1. Install "ulogd2" package

Here is a brief guide to show you how to install ulogd2 on Kali Linux

$ sudo apt update $ sudo apt install ulogd2

2. Uninstall "ulogd2" package

This guide covers the steps necessary to uninstall ulogd2 on Kali Linux:

$ sudo apt remove ulogd2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the ulogd2 package on Kali Linux

Package: ulogd2
Source: ulogd2 (2.0.8-1)
Version: 2.0.8-1+b1
Installed-Size: 597
Maintainer: Debian Netfilter Packaging Team
Architecture: amd64
Depends: adduser, lsb-base, libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~), libnetfilter-acct1 (>= 1.0.3), libnetfilter-conntrack3 (>= 1.0.2), libnetfilter-log1 (>= 1.0.0), libnfnetlink0 (>= 1.0.2)
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: ulogd2-dbi, ulogd2-json, ulogd2-mysql, ulogd2-pcap, ulogd2-pgsql, ulogd2-sqlite3
Size: 110276
SHA256: 6fb444c3aa953ba045f612c0226755d5e4b1bd168f062e900664deffadcb0483
SHA1: f9f0dd6fad8f54b4cc003bb68c07fbb0d0dd73aa
MD5sum: e5c6b6aaaeadf062401f96998bafbff4
Description: Netfilter Userspace Logging Daemon
ulogd is an advanced netfilter logging daemon. It can act as a replacement for
syslog for logging netfilter ruleset violations (via the NFLOG or ULOG iptables
targets), can gather per-connection accounting using NFCT, or gather per-rule
accounting using NFACCT. Output can be sent to plain text log files, a variety
of SQL database formats, XML files, pcap files, syslog, and many other formats.
.
Support for the DBI database abstraction layer, MySQL, PostgreSQL and SQLite 3
databases is in separate packages called ulogd2-dbi, ulogd2-mysql, ulogd2-pgsql
and ulogd2-sqlite3 respectively. Support for writing to JSON files is the
ulogd2-json package. Support for writing to pcap files is in the ulogd2-pcap
package.
Description-md5:
Homepage: https://www.netfilter.org/projects/ulogd/
Section: net
Priority: optional
Filename: pool/main/u/ulogd2/ulogd2_2.0.8-1+b1_amd64.deb