How to Install and Uninstall rubygem-rexml.noarch Package on CentOS Stream 9

Last updated: November 25,2024

1. Install "rubygem-rexml.noarch" package

This guide covers the steps necessary to install rubygem-rexml.noarch on CentOS Stream 9

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

2. Uninstall "rubygem-rexml.noarch" package

Please follow the step by step instructions below to uninstall rubygem-rexml.noarch on CentOS Stream 9:

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

3. Information about the rubygem-rexml.noarch package on CentOS Stream 9

Last metadata expiration check: 3:11:02 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rubygem-rexml
Version : 3.2.5
Release : 161.el9
Architecture : noarch
Size : 106 k
Source : ruby-3.0.4-161.el9.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.