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

Last updated: November 28,2024

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

In this section, we are going to explain the necessary steps to install perl-Web-Machine.noarch on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 1:14:27 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Web-Machine
Version : 0.17
Release : 7.fc39
Architecture : noarch
Size : 70 k
Source : perl-Web-Machine-0.17-7.fc39.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.