How to Install and Uninstall rubygem-power_assert.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "rubygem-power_assert.noarch" package

Please follow the step by step instructions below to install rubygem-power_assert.noarch on Rocky Linux 8

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

2. Uninstall "rubygem-power_assert.noarch" package

This guide covers the steps necessary to uninstall rubygem-power_assert.noarch on Rocky Linux 8:

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

3. Information about the rubygem-power_assert.noarch package on Rocky Linux 8

Last metadata expiration check: 1:02:26 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : rubygem-power_assert
Version : 1.1.1
Release : 110.module+el8.6.0+992+fc951c18
Architecture : noarch
Size : 69 k
Source : ruby-2.5.9-110.module+el8.6.0+992+fc951c18.src.rpm
Repository : appstream
Summary : Power Assert for Ruby
URL : http://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.