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

Last updated: May 12,2024

1. Install "perl-Web-MREST" package

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

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

2. Uninstall "perl-Web-MREST" package

This guide let you learn how to uninstall perl-Web-MREST on openSUSE Leap:

$ sudo zypper remove perl-Web-MREST

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

Information for package perl-Web-MREST:
---------------------------------------
Repository : Main Repository
Name : perl-Web-MREST
Version : 0.288-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 260.1 KiB
Installed : No
Status : not installed
Source package : perl-Web-MREST-0.288-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Web-MREST/
Summary : Minimalistic REST server
Description :
MREST stands for "minimalistic" or "mechanical" REST server. (Mechanical
because it relies on Web::Machine.)
Web::MREST provides a fully functional REST server that can be started with
a simple command. Without modification, the server provides a set of
generalized resources that can be used to demonstrate how the REST server
works, or for testing.
Developers can use Web::MREST as a platform for implementing their own REST
servers, as described below. App::Dochazka::REST is a "real-world" example
of such a server.
For an introduction to REST and Web Services, see
Web::MREST::WebServicesIntro.