How to Install and Uninstall rubygem-apipie-rails.noarch Package on Fedora 35

Last updated: May 11,2024

1. Install "rubygem-apipie-rails.noarch" package

This guide let you learn how to install rubygem-apipie-rails.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install rubygem-apipie-rails.noarch

2. Uninstall "rubygem-apipie-rails.noarch" package

This is a short guide on how to uninstall rubygem-apipie-rails.noarch on Fedora 35:

$ sudo dnf remove rubygem-apipie-rails.noarch $ sudo dnf autoremove

3. Information about the rubygem-apipie-rails.noarch package on Fedora 35

Last metadata expiration check: 3:16:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rubygem-apipie-rails
Version : 0.5.18
Release : 4.fc35
Architecture : noarch
Size : 129 k
Source : rubygem-apipie-rails-0.5.18-4.fc35.src.rpm
Repository : fedora
Summary : Rails REST API documentation tool
URL : http://github.com/Apipie/apipie-rails
License : MIT and ASL 2.0
Description : Apipie-rails is a DSL and Rails engine for documenting your RESTful API.
: Instead of traditional use of #comments, Apipie lets you describe the code,
: through the code. This brings advantages like:
:
: * No need to learn yet another syntax, you already know Ruby, right?
: * Possibility of reusing the docs for other purposes (such as validation)
: * Easier to extend and maintain (no string parsing involved)
: * Possibility of reusing other sources for documentation purposes (such as
: routes etc.)
:
: The documentation is available from within your app (by default under the
: /apipie path.) In development mode, you can see the changes as you go. It's
: markup language agnostic, and even provides an API for reusing the
: documentation data in JSON.