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

Last updated: September 30,2024

1. Install "rubygem-rexml.noarch" package

Please follow the instructions below to install rubygem-rexml.noarch on Fedora 34

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

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

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

Last metadata expiration check: 2:20:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-rexml
Version : 3.2.5
Release : 153.fc34
Architecture : noarch
Size : 94 k
Source : ruby-3.0.4-153.fc34.src.rpm
Repository : updates
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.