How to Install and Uninstall aggregate Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 04,2024

1. Install "aggregate" package

This is a short guide on how to install aggregate on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install aggregate

2. Uninstall "aggregate" package

Please follow the step by step instructions below to uninstall aggregate on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the aggregate package on Ubuntu 21.04 (Hirsute Hippo)

Package: aggregate
Architecture: amd64
Version: 1.6-7build1
Priority: optional
Section: universe/net
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Erik Wenzel
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 29
Depends: libc6 (>= 2.4)
Filename: pool/universe/a/aggregate/aggregate_1.6-7build1_amd64.deb
Size: 11600
MD5sum: 3768f334d983352fbffd78f29edf8c07
SHA1: bdbb4447fb6af18943d52febaf73ee56901515f9
SHA256: ebb5d5f7fae94d6afc40bfe647421d4c8b50915ee437ec6e45938e5d8869979d
SHA512: 1b027336dfa82ca4ce2a5d85199d7f037765efdc9e82c44de6dfe6d8b1baca969e9595407e8743e69ee1409a602188a0fec294d71417097ed157e92d1b30914b
Description-en: 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: f997a857d65d21bbf877320588a8a99c
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