How to Install and Uninstall logswan Package on Kali Linux

Last updated: May 19,2024

1. Install "logswan" package

This tutorial shows how to install logswan on Kali Linux

$ sudo apt update $ sudo apt install logswan

2. Uninstall "logswan" package

In this section, we are going to explain the necessary steps to uninstall logswan on Kali Linux:

$ sudo apt remove logswan $ sudo apt autoclean && sudo apt autoremove

3. Information about the logswan package on Kali Linux

Package: logswan
Version: 2.1.14-2
Installed-Size: 75
Maintainer: Gürkan Myczko
Architecture: amd64
Depends: libc6 (>= 2.34), libjansson4 (>= 2.14), libmaxminddb0 (>= 1.0.2)
Size: 20060
SHA256: 5674027f0891b87db7e71ed65cae026ae0946fc61bb6507ba2712d8d68cae373
SHA1: 47c78e9651adf1aec7b774f93b6e3255da9b357f
MD5sum: d570b9181a2fdeda02cfaa16f3b05504
Description: fast Web log analyzer using probabilistic data structures
This is a fast Web log analyzer using probabilistic data structures. It is
targeted at very large log files, typically APIs logs. It has constant memory
usage regardless of the log file size, and takes approximatively 4 MB of RAM.
.
Unique visitors counting is performed using two HyperLogLog counters (one for
IPv4, and another one for IPv6), providing a relative accuracy of 0.10%.
Description-md5:
Homepage: https://github.com/fcambus/logswan
Tag: implemented-in::c
Section: web
Priority: optional
Filename: pool/main/l/logswan/logswan_2.1.14-2_amd64.deb