How to Install and Uninstall ipset Package on Kali Linux

Last updated: May 17,2024

1. Install "ipset" package

Please follow the guidance below to install ipset on Kali Linux

$ sudo apt update $ sudo apt install ipset

2. Uninstall "ipset" package

Please follow the guidance below to uninstall ipset on Kali Linux:

$ sudo apt remove ipset $ sudo apt autoclean && sudo apt autoremove

3. Information about the ipset package on Kali Linux

Package: ipset
Source: ipset (7.19-1)
Version: 7.19-1+b1
Installed-Size: 139
Maintainer: Debian Netfilter Packaging Team
Architecture: amd64
Provides: ipset-7.19
Depends: libc6 (>= 2.34), libipset13 (>= 7.15-1~)
Recommends: iptables
Breaks: xtables-addons-common (<< 1.41~)
Size: 45928
SHA256: 16ffff840bfe430a1a438ec17e1dbc1d3c55a244701955e99c988457c29f599f
SHA1: a5040a5b99b0ee05a00297c3b6fd5e59142ed2c2
MD5sum: b3f2092c7e53283eeb5c3ec2a73e094e
Description: administration tool for kernel 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.
Description-md5:
Homepage: https://ipset.netfilter.org/
Tag: implemented-in::c, role::program
Section: net
Priority: optional
Filename: pool/main/i/ipset/ipset_7.19-1+b1_amd64.deb