How to Install and Uninstall rubygem-contracts.noarch Package on Rocky Linux 9

Last updated: November 01,2024

1. Install "rubygem-contracts.noarch" package

Please follow the guidelines below to install rubygem-contracts.noarch on Rocky Linux 9

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

2. Uninstall "rubygem-contracts.noarch" package

This is a short guide on how to uninstall rubygem-contracts.noarch on Rocky Linux 9:

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

3. Information about the rubygem-contracts.noarch package on Rocky Linux 9

Last metadata expiration check: 2:34:43 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rubygem-contracts
Version : 0.17
Release : 3.el9
Architecture : noarch
Size : 37 k
Source : rubygem-contracts-0.17-3.el9.src.rpm
Repository : epel
Summary : Contracts for Ruby
URL : http://egonschiele.github.io/contracts.ruby/
License : BSD
Description : This library provides contracts for Ruby. Contracts let you clearly express
: how your code behaves, and free you from writing tons of boilerplate,
: defensive code.