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

Last updated: May 11,2024

1. Install "rubygem-cucumber.noarch" package

Here is a brief guide to show you how to install rubygem-cucumber.noarch on Oracle Linux 9

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

2. Uninstall "rubygem-cucumber.noarch" package

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

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

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

Last metadata expiration check: 2:49:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rubygem-cucumber
Version : 7.1.0
Release : 3.el9.1
Architecture : noarch
Size : 91 k
Source : rubygem-cucumber-7.1.0-3.el9.1.src.rpm
Repository : epel
Summary : Tool to execute plain-text documents as functional tests
URL : https://cucumber.io/
License : MIT
Description : Cucumber lets software development teams describe how software should behave
: in plain text. The text is written in a business-readable domain-specific
: language and serves as documentation, automated tests and development-aid.