How to Install and Uninstall ipcalc Package on Kali Linux

Last updated: May 09,2024

1. Install "ipcalc" package

Please follow the guidance below to install ipcalc on Kali Linux

$ sudo apt update $ sudo apt install ipcalc

2. Uninstall "ipcalc" package

This is a short guide on how to uninstall ipcalc on Kali Linux:

$ sudo apt remove ipcalc $ sudo apt autoclean && sudo apt autoremove

3. Information about the ipcalc package on Kali Linux

Package: ipcalc
Version: 0.51-1
Installed-Size: 73
Maintainer: Bartosz Fenski
Architecture: all
Depends: perl:any
Size: 26280
SHA256: d4d7a065793e71320a2bdbcc54db0b7d80276c85145417b2ee6bddde488bce8b
SHA1: 1e897505ffefbae3834dc532c05b1d5da0623c45
MD5sum: c695736c2bbc13f38fe8cd0e814942cd
Description: parameter calculator for IPv4 addresses
ipcalc takes an IPv4 address and netmask and calculates the resulting
broadcast, network, Cisco wildcard mask, and host range. By giving a
second netmask, you can design sub- and supernetworks. It is also
intended to be a teaching tool and presents the results as
easy-to-understand binary values.
.
Originally, ipcalc was intended for use from the shell prompt, but a
CGI wrapper is provided to enable colorful HTML display through a
webserver.
You can find it in /usr/share/doc/ipcalc/examples directory.
Description-md5:
Homepage: http://jodies.de/ipcalc
Tag: implemented-in::perl, interface::commandline, interface::web,
role::program, scope::utility, use::converting, web::cgi
Section: net
Priority: optional
Filename: pool/main/i/ipcalc/ipcalc_0.51-1_all.deb