How to Install and Uninstall ip2host Package on Kali Linux

Last updated: May 08,2024

1. Install "ip2host" package

Please follow the guidance below to install ip2host on Kali Linux

$ sudo apt update $ sudo apt install ip2host

2. Uninstall "ip2host" package

This tutorial shows how to uninstall ip2host on Kali Linux:

$ sudo apt remove ip2host $ sudo apt autoclean && sudo apt autoremove

3. Information about the ip2host package on Kali Linux

Package: ip2host
Version: 1.13-2.1
Installed-Size: 27
Maintainer: Gunnar Wolf
Architecture: all
Depends: perl
Size: 9520
SHA256: a6c1d18fef4276738496f56b179aa0789692007248c1fa999a6e47f3164bb3cd
SHA1: 450fa311e070dd1cd6ddc79cc4c4916c1aa3353a
MD5sum: 1d0b38ca8df5b1ca5212ed42b6779d8d
Description: Resolve IPs to hostnames in web server logs
This script is a drop-in replacement for the logresolve.pl
script distributed with the Apache web server.
.
ip2host has the same basic design of forking children to handle
the DNS resolution in parallel, but multiplexes the communication
to minimize the impact of slow responses. This results in a
significant speed improvement (approximately 10x faster), and
the performance degrades more gracefully as the DNS timeout value
is increased.
Description-md5:
Tag: implemented-in::perl, interface::commandline, protocol::dns,
role::program, scope::utility, security::log-analyzer,
works-with::logfile
Section: web
Priority: optional
Filename: pool/main/i/ip2host/ip2host_1.13-2.1_all.deb