How to Install and Uninstall libipset-dev Package on Kali Linux

Last updated: May 03,2024

1. Install "libipset-dev" package

In this section, we are going to explain the necessary steps to install libipset-dev on Kali Linux

$ sudo apt update $ sudo apt install libipset-dev

2. Uninstall "libipset-dev" package

This guide let you learn how to uninstall libipset-dev on Kali Linux:

$ sudo apt remove libipset-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libipset-dev package on Kali Linux

Package: libipset-dev
Source: ipset (7.19-1)
Version: 7.19-1+b1
Installed-Size: 440
Maintainer: Debian Netfilter Packaging Team
Architecture: amd64
Depends: libipset13 (= 7.19-1+b1), libmnl-dev
Size: 82672
SHA256: b1918afb29673582748afdcbf166b64bda636ca973b6ef7f7210ad07a567ca8e
SHA1: d4d2e72fc68d0b067f4fc01ca53621ac156477de
MD5sum: d5ef9346ac1e4c5bce92a2cb3d97075b
Description: development files for IP sets
IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which can be
administered by the ipset(8) utility. Depending on the type, currently an
IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with
MAC addresses in a way which ensures lightning speed when matching an
entry against a set.
.
If you want to
.
* store multiple IP addresses or port numbers and match against the
entire collection using a single iptables rule.
* dynamically update iptables rules against IP addresses or ports without
performance penalty.
* express complex IP address and ports based rulesets with a single
iptables rule and benefit from the speed of IP sets.
.
then IP sets may be the proper tool for you.
.
This package contains the development libraries and header files you need to
develop your programs using the IP sets library.
Description-md5:
Multi-Arch: same
Homepage: https://ipset.netfilter.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/i/ipset/libipset-dev_7.19-1+b1_amd64.deb