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

Last updated: October 10,2024

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

Please follow the instructions below to install rubygem-sinatra-rabbit.noarch on Fedora 36

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

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

This tutorial shows how to uninstall rubygem-sinatra-rabbit.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:01:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-sinatra-rabbit
Version : 1.1.6
Release : 16.fc36
Architecture : noarch
Size : 34 k
Source : rubygem-sinatra-rabbit-1.1.6-16.fc36.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.