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

Last updated: September 20,2024

1. Install "ruby-allocations" package

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

$ sudo apt update $ sudo apt install ruby-allocations

2. Uninstall "ruby-allocations" package

Please follow the step by step instructions below to uninstall ruby-allocations on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-allocations
Priority: optional
Section: universe/ruby
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 1.0.3-1build2
Depends: ruby (>= 1:2.3~0), libc6 (>= 2.4), libruby2.3 (>= 2.3.0~preview2)
Filename: pool/universe/r/ruby-allocations/ruby-allocations_1.0.3-1build2_amd64.deb
Size: 7114
MD5sum: 7555f362b1329856131e6dc8fea1434a
SHA1: fa44be298c59fcab018a099b88a538b7c5214005
SHA256: 35292976cc1c623d7db53fb1a50920cc95cfe246f099269d007262482313bbe8
Description-en: tracking of retained objects in CRuby
Library for counting the amount of objects that have been allocated but not
released yet. Tracking this makes it easier to see if objects are being leaked
over time and if so what kind of objects. This library does _not_ provide any
insight into where objects are being leaked or why.
Description-md5: f3bdbc7b6c66076df5fc5b9e96f7016d
Homepage: https://gitlab.com/gitlab-org/allocations
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions