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

Last updated: September 22,2024

1. Install "rubygem-addressable.noarch" package

This guide covers the steps necessary to install rubygem-addressable.noarch on CentOS Stream 9

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

2. Uninstall "rubygem-addressable.noarch" package

Here is a brief guide to show you how to uninstall rubygem-addressable.noarch on CentOS Stream 9:

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

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

Last metadata expiration check: 0:16:50 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rubygem-addressable
Version : 2.8.1
Release : 3.el9
Architecture : noarch
Size : 65 k
Source : rubygem-addressable-2.8.1-3.el9.src.rpm
Repository : epel
Summary : URI Implementation
URL : https://github.com/sporkmonger/addressable
License : Apache-2.0
Description : Addressable is an alternative implementation to the URI implementation that is
: part of Ruby's standard library. It is flexible, offers heuristic parsing, and
: additionally provides extensive support for IRIs and URI templates.