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

Last updated: May 17,2024

1. Install "rubygem-rss.noarch" package

Please follow the instructions below to install rubygem-rss.noarch on Rocky Linux 9

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

2. Uninstall "rubygem-rss.noarch" package

This tutorial shows how to uninstall rubygem-rss.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 1:38:30 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rubygem-rss
Version : 0.2.9
Release : 160.el9_0
Architecture : noarch
Size : 102 k
Source : ruby-3.0.4-160.el9_0.src.rpm
Repository : 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.