How to Install and Uninstall perl-Catalyst-Action-REST.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Catalyst-Action-REST.noarch" package

This tutorial shows how to install perl-Catalyst-Action-REST.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Catalyst-Action-REST.noarch

2. Uninstall "perl-Catalyst-Action-REST.noarch" package

This tutorial shows how to uninstall perl-Catalyst-Action-REST.noarch on Fedora 34:

$ sudo dnf remove perl-Catalyst-Action-REST.noarch $ sudo dnf autoremove

3. Information about the perl-Catalyst-Action-REST.noarch package on Fedora 34

Last metadata expiration check: 3:08:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Catalyst-Action-REST
Version : 1.21
Release : 11.fc34
Architecture : noarch
Size : 78 k
Source : perl-Catalyst-Action-REST-1.21-11.fc34.src.rpm
Repository : fedora
Summary : Automated REST Method Dispatching
URL : https://metacpan.org/release/Catalyst-Action-REST
License : GPL+ or Artistic
Description : This Action handles doing automatic method dispatching for REST requests.
: It takes a normal Catalyst action, and changes the dispatch to append an
: underscore and method name. First it will try dispatching to an action
: with the generated name, and failing that it will try to dispatch to a
: regular method.