How To Install perl-Mojolicious-Plugin-OpenAPI on Fedora 36

In this tutorial we learn how to install perl-Mojolicious-Plugin-OpenAPI in Fedora 36. perl-Mojolicious-Plugin-OpenAPI is OpenAPI / Swagger plugin for Mojolicious

Introduction

In this tutorial we learn how to install perl-Mojolicious-Plugin-OpenAPI on Fedora 36.

What is perl-Mojolicious-Plugin-OpenAPI

Mojolicious input/output validation to your Mojolicious application based on a OpenAPI (Swagger) specification. This plugin supports both version 2.0 and 3.x, though 3.x might have some missing features.

We can use yum or dnf to install perl-Mojolicious-Plugin-OpenAPI on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Mojolicious-Plugin-OpenAPI.

Install perl-Mojolicious-Plugin-OpenAPI on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Mojolicious-Plugin-OpenAPI using dnf by running the following command:

sudo dnf -y install perl-Mojolicious-Plugin-OpenAPI

Install perl-Mojolicious-Plugin-OpenAPI on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Mojolicious-Plugin-OpenAPI using yum by running the following command:

sudo yum -y install perl-Mojolicious-Plugin-OpenAPI

How To Uninstall perl-Mojolicious-Plugin-OpenAPI on Fedora 36

To uninstall only the perl-Mojolicious-Plugin-OpenAPI package we can use the following command:

sudo dnf remove perl-Mojolicious-Plugin-OpenAPI

perl-Mojolicious-Plugin-OpenAPI Package Contents on Fedora 36

/usr/share/doc/perl-Mojolicious-Plugin-OpenAPI
/usr/share/doc/perl-Mojolicious-Plugin-OpenAPI/Changes
/usr/share/man/man3/Mojolicious::Plugin::OpenAPI.3pm.gz
/usr/share/man/man3/Mojolicious::Plugin::OpenAPI::Cors.3pm.gz
/usr/share/man/man3/Mojolicious::Plugin::OpenAPI::Guides::OpenAPIv2.3pm.gz
/usr/share/man/man3/Mojolicious::Plugin::OpenAPI::Guides::OpenAPIv3.3pm.gz
/usr/share/man/man3/Mojolicious::Plugin::OpenAPI::Guides::Swagger2.3pm.gz
/usr/share/man/man3/Mojolicious::Plugin::OpenAPI::Parameters.3pm.gz
/usr/share/man/man3/Mojolicious::Plugin::OpenAPI::Security.3pm.gz
/usr/share/man/man3/Mojolicious::Plugin::OpenAPI::SpecRenderer.3pm.gz
/usr/share/perl5/vendor_perl/Mojolicious
/usr/share/perl5/vendor_perl/Mojolicious/Plugin
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/OpenAPI
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/OpenAPI.pm
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/OpenAPI/Cors.pm
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/OpenAPI/Guides
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/OpenAPI/Guides/OpenAPIv2.pod
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/OpenAPI/Guides/OpenAPIv3.pod
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/OpenAPI/Guides/Swagger2.pod
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/OpenAPI/Parameters.pm
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/OpenAPI/Security.pm
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/OpenAPI/SpecRenderer.pm

References

Summary

In this tutorial we learn how to install perl-Mojolicious-Plugin-OpenAPI on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).