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

Last updated: May 10,2024

1. Install "ruby-ref" package

This is a short guide on how to install ruby-ref on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-ref

2. Uninstall "ruby-ref" package

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

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

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

Package: ruby-ref
Priority: optional
Section: universe/ruby
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.0.0-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-ref/ruby-ref_2.0.0-1_all.deb
Size: 10286
MD5sum: 2aa20101248729528ccd6eda1e8a72e0
SHA1: 3a41b3b65d1f28c4c782c6e84d00e95169873afa
SHA256: cb0daa1e7e94d9880b9e3faed4d14a384a9517521bc63eaf69b491baf940d185
Description-en: library implements weak, soft, and strong references in Ruby
This library provides object references for Ruby as well as some common
utilities for working with references. Object references are used to point to
other objects and come in three distinct flavors (weak, soft, and strong),
that interact differently with the garbage collector.
.
It also includes an implementation of maps and hashes that use references and
a reference queue.
Description-md5: 9291077ea60af25956159df2af4edd26
Homepage: https://github.com/bdurand/ref
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu