How to Install and Uninstall rubygem-rss.noarch Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "rubygem-rss.noarch" package

Please follow the guidance below to install rubygem-rss.noarch on Oracle Linux 9

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

2. Uninstall "rubygem-rss.noarch" package

This is a short guide on how to uninstall rubygem-rss.noarch on Oracle Linux 9:

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

3. Information about the rubygem-rss.noarch package on Oracle Linux 9

Last metadata expiration check: 2:31:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rubygem-rss
Version : 0.2.9
Release : 160.el9_0
Architecture : noarch
Size : 200 k
Source : ruby-3.0.4-160.el9_0.src.rpm
Repository : ol9_appstream
Summary : Family of libraries that support various formats of XML "feeds"
URL : https://github.com/ruby/rss
License : BSD
Description : Really Simple Syndication (RSS) is a family of formats that describe 'feeds',
: specially constructed XML documents that allow an interested person to subscribe
: and receive updates from a particular web service. This library provides tooling
: to read and create these feeds.