How to Install and Uninstall rubygem-rack-test.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "rubygem-rack-test.noarch" package

Please follow the steps below to install rubygem-rack-test.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-rack-test.noarch

2. Uninstall "rubygem-rack-test.noarch" package

Please follow the instructions below to uninstall rubygem-rack-test.noarch on Fedora 34:

$ sudo dnf remove rubygem-rack-test.noarch $ sudo dnf autoremove

3. Information about the rubygem-rack-test.noarch package on Fedora 34

Last metadata expiration check: 0:02:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-rack-test
Version : 1.1.0
Release : 3.fc34
Architecture : noarch
Size : 18 k
Source : rubygem-rack-test-1.1.0-3.fc34.src.rpm
Repository : fedora
Summary : Simple testing API built on Rack
URL : http://github.com/rack-test/rack-test
License : MIT
Description : Rack::Test is a small, simple testing API for Rack apps. It can be used on its
: own or as a reusable starting point for Web frameworks and testing libraries
: to build on. Most of its initial functionality is an extraction of Merb 1.0's
: request helpers feature.