How to Install and Uninstall rubygem-ipaddress.noarch Package on Fedora 38

Last updated: November 30,2024

1. Install "rubygem-ipaddress.noarch" package

Please follow the instructions below to install rubygem-ipaddress.noarch on Fedora 38

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

2. Uninstall "rubygem-ipaddress.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-ipaddress.noarch on Fedora 38:

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

3. Information about the rubygem-ipaddress.noarch package on Fedora 38

Last metadata expiration check: 1:52:10 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rubygem-ipaddress
Version : 0.8.3
Release : 14.fc38
Architecture : noarch
Size : 23 k
Source : rubygem-ipaddress-0.8.3-14.fc38.src.rpm
Repository : fedora
Summary : IPv4/IPv6 address manipulation library
URL : https://github.com/bluemonk/ipaddress
License : MIT
Description : IPAddress is a Ruby library designed to make manipulation
: of IPv4 and IPv6 addresses both powerful and simple. It maintains
: a layer of compatibility with Ruby's own IPAddr, while
: addressing many of its issues.