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

Last updated: October 14,2024

1. Install "rubygem-ref.noarch" package

Please follow the step by step instructions below to install rubygem-ref.noarch on Fedora 36

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

2. Uninstall "rubygem-ref.noarch" package

Please follow the guidelines below to uninstall rubygem-ref.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:57:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-ref
Version : 2.0.0
Release : 12.fc36
Architecture : noarch
Size : 17 k
Source : rubygem-ref-2.0.0-12.fc36.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.