How to Install and Uninstall perl-Web-Machine Package on openSUSE Leap

Last updated: April 28,2024

1. Install "perl-Web-Machine" package

In this section, we are going to explain the necessary steps to install perl-Web-Machine on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Web-Machine

2. Uninstall "perl-Web-Machine" package

Please follow the steps below to uninstall perl-Web-Machine on openSUSE Leap:

$ sudo zypper remove perl-Web-Machine

3. Information about the perl-Web-Machine package on openSUSE Leap

Information for package perl-Web-Machine:
-----------------------------------------
Repository : Main Repository
Name : perl-Web-Machine
Version : 0.17-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 147.0 KiB
Installed : No
Status : not installed
Source package : perl-Web-Machine-0.17-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Web-Machine/
Summary : Perl port of Webmachine
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.
Each resource is a state machine, and each request for a resource is
handled by running the request through that state machine.
'Web::Machine' is built on top of Plack, but it handles the full request
and response cycle.
See Web::Machine::Manual for more details on using 'Web::Machine' in
general, and how 'Web::Machine' and Plack interact.
This is a port of at https://github.com/basho/webmachine, actually it is
much closer to the Ruby
version|https://github.com/seancribbs/webmachine-ruby, with a little bit of
at https://github.com/tautologistics/nodemachine and even some of at
https://github.com/benoitc/pywebmachine thrown in for good measure.
You can learn a bit about Web::Machine's history from the slides for my
2012 YAPC::NA
talk|https://speakerdeck.com/stevan_little/rest-from-the-trenches.
To learn more about Webmachine, take a look at the links in the SEE ALSO
section.