How to Install and Uninstall rubygem-ref.noarch Package on Fedora 35

Last updated: January 16,2025

1. Install "rubygem-ref.noarch" package

Please follow the instructions below to install rubygem-ref.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install rubygem-ref.noarch

2. Uninstall "rubygem-ref.noarch" package

This guide covers the steps necessary to uninstall rubygem-ref.noarch on Fedora 35:

$ sudo dnf remove rubygem-ref.noarch $ sudo dnf autoremove

3. Information about the rubygem-ref.noarch package on Fedora 35

Last metadata expiration check: 1:50:02 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : rubygem-ref
Version : 2.0.0
Release : 11.fc35
Architecture : noarch
Size : 17 k
Source : rubygem-ref-2.0.0-11.fc35.src.rpm
Repository : fedora
Summary : Library that implements weak, soft, and strong references in Ruby
URL : http://github.com/ruby-concurrency/ref
License : MIT
Description : Library that implements weak, soft, and strong references in Ruby that work
: across multiple runtimes (MRI,Jruby and Rubinius). Also includes
: implementation of maps/hashes that use references and a reference queue.