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

Last updated: October 07,2024

1. Install "rubygem-rexml.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-rexml.noarch on Fedora 39

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

2. Uninstall "rubygem-rexml.noarch" package

This guide let you learn how to uninstall rubygem-rexml.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:50:43 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-rexml
Version : 3.2.5
Release : 181.fc39
Architecture : noarch
Size : 106 k
Source : ruby-3.2.2-181.fc39.src.rpm
Repository : fedora
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.