How to Install and Uninstall subnetcalc Package on Kali Linux

Last updated: May 19,2024

1. Install "subnetcalc" package

This tutorial shows how to install subnetcalc on Kali Linux

$ sudo apt update $ sudo apt install subnetcalc

2. Uninstall "subnetcalc" package

Learn how to uninstall subnetcalc on Kali Linux:

$ sudo apt remove subnetcalc $ sudo apt autoclean && sudo apt autoremove

3. Information about the subnetcalc package on Kali Linux

Package: subnetcalc
Version: 2.4.23-1
Installed-Size: 74
Maintainer: Thomas Dreibholz
Architecture: amd64
Depends: libc6 (>= 2.34), libgeoip1 (>= 1.6.12), libstdc++6 (>= 13.1)
Recommends: iputils-tracepath, ping | iputils-ping, rsplib-tools, traceroute | inetutils-traceroute, whois
Size: 37104
SHA256: 083341bcfda9577602e018ea789b46b58aa0955177c78e6a5bcf308fd08845bf
SHA1: ddad7cb36361203fe2e007cce705e36c68db8f5e
MD5sum: 894372c4816e7ea3588b66c4815aab3e
Description: IPv4/IPv6 Subnet Calculator
SubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or
IPv6 address and netmask or prefix length, it calculates network address,
broadcast address, maximum number of hosts and host address range. The
output is colourized for better readability (e.g. network part, host part).
Also, it prints the addresses in binary format for better understandability.
Furthermore, it can identify the address type (e.g. multicast, unique local,
site local, etc.) and extract additional information from the address
(e.g. type, scope, interface ID, etc.). Finally, it can generate
IPv6 unique local prefixes.
Description-md5:
Homepage: https://www.nntb.no/~dreibh/subnetcalc/
Tag: admin::configuring, implemented-in::c++, network::configuration,
protocol::ip, protocol::ipv6, role::program, scope::utility,
use::calculating
Section: net
Priority: optional
Filename: pool/main/s/subnetcalc/subnetcalc_2.4.23-1_amd64.deb