How to Install and Uninstall ruby-aggregate Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "ruby-aggregate" package

This guide covers the steps necessary to install ruby-aggregate on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-aggregate

2. Uninstall "ruby-aggregate" package

This tutorial shows how to uninstall ruby-aggregate on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-aggregate package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-aggregate
Priority: optional
Section: universe/ruby
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.2.2-2
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-aggregate/ruby-aggregate_0.2.2-2_all.deb
Size: 8498
MD5sum: 0fcb90d6a68ac1909c63f69f2e0eb579
SHA1: cdb1690b3e62da4e590b1a60c66304228641c5c9
SHA256: 110c121f0cb7db94b36c38b62b6c8ba698bbedcf23ab3fa66d682028d7ba21f3
Description-en: Ruby class for accumulating aggregate statistics
Aggregate is an intuitive ruby implementation of a statistics aggregator
including both default and configurable histogram support. It does this
without recording/storing any of the actual sample values, making it
suitable for tracking statistics across millions/billions of samples
without any impact on performance or memory footprint. Originally
inspired by the Aggregate support in SystemTap.
Description-md5: 1fe5e6170d8eff6f8cf8fcdeb3c8278e
Homepage: http://github.com/josephruscio/aggregate
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu