How to Install and Uninstall rubygem-algorithms.x86_64 Package on Fedora 36

Last updated: October 14,2024

1. Install "rubygem-algorithms.x86_64" package

Learn how to install rubygem-algorithms.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-algorithms.x86_64

2. Uninstall "rubygem-algorithms.x86_64" package

This guide covers the steps necessary to uninstall rubygem-algorithms.x86_64 on Fedora 36:

$ sudo dnf remove rubygem-algorithms.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-algorithms.x86_64 package on Fedora 36

Last metadata expiration check: 5:20:03 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-algorithms
Version : 0.6.1
Release : 22.fc36
Architecture : x86_64
Size : 49 k
Source : rubygem-algorithms-0.6.1-22.fc36.src.rpm
Repository : fedora
Summary : Useful algorithms and data structures for Ruby. Optional C extensions
URL : https://github.com/kanwei/algorithms
License : MIT
Description : Ruby Gem adding support for various data structures and algorithms:
: Heap, Priority Queue, Deque, Stack, Queue, Red-Black Trees, Splay Trees,
: sorting algorithms, and more.