How to Install and Uninstall rubygem-rss.noarch Package on CentOS Stream 9

Last updated: October 15,2024

1. Install "rubygem-rss.noarch" package

This guide let you learn how to install rubygem-rss.noarch on CentOS Stream 9

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

2. Uninstall "rubygem-rss.noarch" package

This guide covers the steps necessary to uninstall rubygem-rss.noarch on CentOS Stream 9:

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

3. Information about the rubygem-rss.noarch package on CentOS Stream 9

Last metadata expiration check: 2:04:22 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rubygem-rss
Version : 0.2.9
Release : 161.el9
Architecture : noarch
Size : 119 k
Source : ruby-3.0.4-161.el9.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.