How to Install and Uninstall rubygem-power_assert.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "rubygem-power_assert.noarch" package

This tutorial shows how to install rubygem-power_assert.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "rubygem-power_assert.noarch" package

This tutorial shows how to uninstall rubygem-power_assert.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rubygem-power_assert.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:14:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rubygem-power_assert
Version : 1.2.0
Release : 160.el9_0
Architecture : noarch
Size : 30 k
Source : ruby-3.0.4-160.el9_0.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Power Assert for Ruby
URL : https://www.ruby-lang.org/
License : Ruby or BSD
Description : Power Assert shows each value of variables and method calls in the expression.
: It is useful for testing, providing which value wasn't correct when the
: condition is not satisfied.