How to Install and Uninstall perl-Web-Machine.noarch Package on Fedora 36

Last updated: January 19,2025

1. Install "perl-Web-Machine.noarch" package

This tutorial shows how to install perl-Web-Machine.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Web-Machine.noarch

2. Uninstall "perl-Web-Machine.noarch" package

Here is a brief guide to show you how to uninstall perl-Web-Machine.noarch on Fedora 36:

$ sudo dnf remove perl-Web-Machine.noarch $ sudo dnf autoremove

3. Information about the perl-Web-Machine.noarch package on Fedora 36

Last metadata expiration check: 2:23:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Web-Machine
Version : 0.17
Release : 3.fc36
Architecture : noarch
Size : 67 k
Source : perl-Web-Machine-0.17-3.fc36.src.rpm
Repository : fedora
Summary : Perl port of Webmachine
URL : https://metacpan.org/dist/Web-Machine
License : GPL+ or Artistic
Description : Web::Machine provides a RESTful web framework modeled as a state machine.
: You define one or more resource classes. Each resource represents a single
: RESTful URI end point, such as a user, an email, etc. The resource class
: can also be the target for POST requests to create a new user, email, etc.