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

Last updated: October 05,2024

1. Install "rubygem-contracts.noarch" package

Please follow the step by step instructions below to install rubygem-contracts.noarch on Oracle Linux 9

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

2. Uninstall "rubygem-contracts.noarch" package

Please follow the guidelines below to uninstall rubygem-contracts.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:36:46 ago on Thu Feb 15 07:50:05 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.