How to Install and Uninstall perl-Web-MREST Package on openSuSE Tumbleweed

Last updated: April 16,2024

1. Install "perl-Web-MREST" package

Please follow the instructions below to install perl-Web-MREST on openSuSE Tumbleweed

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

2. Uninstall "perl-Web-MREST" package

Please follow the step by step instructions below to uninstall perl-Web-MREST on openSuSE Tumbleweed:

$ sudo zypper remove perl-Web-MREST

3. Information about the perl-Web-MREST package on openSuSE Tumbleweed

Information for package perl-Web-MREST:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Web-MREST
Version : 0.288-1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 248.7 KiB
Installed : No
Status : not installed
Source package : perl-Web-MREST-0.288-1.24.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.