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

Last updated: June 23,2024

1. Install "rubygem-contracts.noarch" package

This tutorial shows how to install rubygem-contracts.noarch on AlmaLinux 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 AlmaLinux 9:

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

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

Last metadata expiration check: 1:16:24 ago on Wed Mar 13 07:41:12 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.