How to Install and Uninstall perl-App-MFILE-WWW Package on openSUSE Leap

Last updated: June 17,2024

1. Install "perl-App-MFILE-WWW" package

This guide covers the steps necessary to install perl-App-MFILE-WWW on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-App-MFILE-WWW

2. Uninstall "perl-App-MFILE-WWW" package

Please follow the guidelines below to uninstall perl-App-MFILE-WWW on openSUSE Leap:

$ sudo zypper remove perl-App-MFILE-WWW

3. Information about the perl-App-MFILE-WWW package on openSUSE Leap

Information for package perl-App-MFILE-WWW:
-------------------------------------------
Repository : Main Repository
Name : perl-App-MFILE-WWW
Version : 0.176-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : perl-App-MFILE-WWW-0.176-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/App-MFILE-WWW/
Summary : Web UI development toolkit with prototype demo app
Description :
This distro contains a foundation/framework/toolkit for developing the
"front end" portion of web applications.
App::MFILE::WWW is a Plack application that provides a HTTP
request-response handler (based on Web::Machine), CSS and HTML source code
for an in-browser "screen", and JavaScript code for displaying various
"widgets" (menus, forms, etc.) in that screen and for processing user input
from within those widgets.
In addition, infrastructure is included (but need not be used) for user
authentication, session management, and communication with a backend server
via AJAX calls.
Front ends built with App::MFILE::WWW will typicaly be menu-driven,
consisting exclusively of fixed-width Unicode text, and capable of being
controlled from the keyboard, without the use of a mouse. The overall
look-and-feel is reminiscent of the text terminal era.
The distro comes with a prototype (demo) application to illustrate how the
various widgets are used.