How to Install and Uninstall rubygem-power_assert.noarch Package on CentOS Stream 8

Last updated: April 28,2024

1. Install "rubygem-power_assert.noarch" package

This tutorial shows how to install rubygem-power_assert.noarch on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the rubygem-power_assert.noarch package on CentOS Stream 8

Last metadata expiration check: 2:01:44 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rubygem-power_assert
Version : 1.1.1
Release : 111.module_el8+475+35a6c697
Architecture : noarch
Size : 71 k
Source : ruby-2.5.9-111.module_el8+475+35a6c697.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.