How to Install and Uninstall rubygem-rexml.noarch Package on Fedora 38

Last updated: September 25,2024

1. Install "rubygem-rexml.noarch" package

This is a short guide on how to install rubygem-rexml.noarch on Fedora 38

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

2. Uninstall "rubygem-rexml.noarch" package

Please follow the instructions below to uninstall rubygem-rexml.noarch on Fedora 38:

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

3. Information about the rubygem-rexml.noarch package on Fedora 38

Last metadata expiration check: 2:32:40 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rubygem-rexml
Version : 3.2.5
Release : 180.fc38
Architecture : noarch
Size : 107 k
Source : ruby-3.2.2-180.fc38.src.rpm
Repository : updates
Summary : An XML toolkit for Ruby
URL : https://github.com/ruby/rexml
License : BSD-2-Clause
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.