How to Install and Uninstall rubygem-sinatra-rabbit.noarch Package on Fedora 34

Last updated: May 10,2024

1. Install "rubygem-sinatra-rabbit.noarch" package

This is a short guide on how to install rubygem-sinatra-rabbit.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-sinatra-rabbit.noarch

2. Uninstall "rubygem-sinatra-rabbit.noarch" package

Please follow the guidelines below to uninstall rubygem-sinatra-rabbit.noarch on Fedora 34:

$ sudo dnf remove rubygem-sinatra-rabbit.noarch $ sudo dnf autoremove

3. Information about the rubygem-sinatra-rabbit.noarch package on Fedora 34

Last metadata expiration check: 2:54:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-sinatra-rabbit
Version : 1.1.6
Release : 14.fc34
Architecture : noarch
Size : 34 k
Source : rubygem-sinatra-rabbit-1.1.6-14.fc34.src.rpm
Repository : fedora
Summary : Ruby DSL for creating restful applications using Sinatra
URL : https://github.com/mifo/sinatra-rabbit
License : ASL 2.0
Description :
: Sinatra::Rabbit is a Sinatra extensions that makes designing a REST API much
: easier and more fun.
: Rabbit maps REST resources to 'collections'. Every collection then could define
: CRUD and other operations to manipulate with resource. Rabbit will handle
: parameter validation and capability checks for you, so you can focus on the
: structure and design of your REST API.