How to Install and Uninstall rubygem-rexml.noarch Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "rubygem-rexml.noarch" package

This guide covers the steps necessary to install rubygem-rexml.noarch on Rocky Linux 9

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

2. Uninstall "rubygem-rexml.noarch" package

This guide covers the steps necessary to uninstall rubygem-rexml.noarch on Rocky Linux 9:

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

3. Information about the rubygem-rexml.noarch package on Rocky Linux 9

Last metadata expiration check: 1:09:22 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rubygem-rexml
Version : 3.2.5
Release : 160.el9_0
Architecture : noarch
Size : 95 k
Source : ruby-3.0.4-160.el9_0.src.rpm
Repository : appstream
Summary : An XML toolkit for Ruby
URL : https://github.com/ruby/rexml
License : BSD
Description : REXML was inspired by the Electric XML library for Java, which features an
: easy-to-use API, small size, and speed. Hopefully, REXML, designed with the same
: philosophy, has these same features. I've tried to keep the API as intuitive as
: possible, and have followed the Ruby methodology for method naming and code
: flow, rather than mirroring the Java API.
:
: REXML supports both tree and stream document parsing. Stream parsing is faster
: (about 1.5 times as fast). However, with stream parsing, you don't get access to
: features such as XPath.