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

Last updated: October 06,2024

1. Install "rubygem-algorithms.x86_64" package

Please follow the guidance below to install rubygem-algorithms.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 2:24:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-algorithms
Version : 0.6.1
Release : 19.fc34
Architecture : x86_64
Size : 50 k
Source : rubygem-algorithms-0.6.1-19.fc34.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.