How to Install and Uninstall aggregate Package on Kali Linux

Last updated: May 17,2024

1. Install "aggregate" package

This guide let you learn how to install aggregate on Kali Linux

$ sudo apt update $ sudo apt install aggregate

2. Uninstall "aggregate" package

In this section, we are going to explain the necessary steps to uninstall aggregate on Kali Linux:

$ sudo apt remove aggregate $ sudo apt autoclean && sudo apt autoremove

3. Information about the aggregate package on Kali Linux

Package: aggregate
Source: aggregate (1.6-7)
Version: 1.6-7+b1
Installed-Size: 32
Maintainer: Erik Wenzel
Architecture: amd64
Depends: libc6 (>= 2.3)
Size: 12302
SHA256: c3aebb74d3ae3a75b6c4a15b2800d2f8d14423391ba6225476d6d4a530d90806
SHA1: 9e6669a0841edb87ca241b78e98483ed44549e86
MD5sum: 791d38219a044940f109ac2aab672192
Description: ipv4 cidr prefix aggregator
takes a list of prefixes in conventional format on stdin, and performs two
optimisations to reduce the length of the prefix list. It removes any
supplied prefixes which are supurfluous because they are already included in
another supplied prefix (e.g., 203.97.2.0/24 would be removed if
203.97.0.0/17 was also supplied), and identifies adjacent prefixes that can
be combined under a single, shorter-length prefix (e.g., 203.97.2.0/24 and
203.97.3.0/24 can be combined into the single prefix 203.97.2.0/23).
Description-md5:
Tag: implemented-in::c, interface::commandline, network::configuration,
network::routing, protocol::ip, role::program, scope::utility,
use::analysing, use::configuring, use::converting, use::routing,
works-with-format::plaintext, works-with::network-traffic,
works-with::text
Section: net
Priority: optional
Filename: pool/main/a/aggregate/aggregate_1.6-7+b1_amd64.deb