How to Install and Uninstall rubygem-contracts.noarch Package on CentOS Stream 9

Last updated: September 25,2024

1. Install "rubygem-contracts.noarch" package

Please follow the steps below to install rubygem-contracts.noarch on CentOS Stream 9

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

2. Uninstall "rubygem-contracts.noarch" package

This guide let you learn how to uninstall rubygem-contracts.noarch on CentOS Stream 9:

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

3. Information about the rubygem-contracts.noarch package on CentOS Stream 9

Last metadata expiration check: 2:01:49 ago on Sat Mar 16 16:03:45 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.