How to Install and Uninstall perl-Dancer2-Plugin-WebSocket Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Dancer2-Plugin-WebSocket" package

This tutorial shows how to install perl-Dancer2-Plugin-WebSocket on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Dancer2-Plugin-WebSocket

2. Uninstall "perl-Dancer2-Plugin-WebSocket" package

This is a short guide on how to uninstall perl-Dancer2-Plugin-WebSocket on openSuSE Tumbleweed:

$ sudo zypper remove perl-Dancer2-Plugin-WebSocket

3. Information about the perl-Dancer2-Plugin-WebSocket package on openSuSE Tumbleweed

Information for package perl-Dancer2-Plugin-WebSocket:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Dancer2-Plugin-WebSocket
Version : 0.3.1-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 58.3 KiB
Installed : No
Status : not installed
Source package : perl-Dancer2-Plugin-WebSocket-0.3.1-1.13.src
Upstream URL : https://metacpan.org/release/Dancer2-Plugin-WebSocket
Summary : Add a websocket interface to your Dancers app
Description :
'Dancer2::Plugin::WebSocket' provides an interface to Plack::App::WebSocket
and allows to interact with the webSocket connections within the Dancer
app.
Plack::App::WebSocket, and thus this plugin, requires a plack server that
supports the psgi _streaming_, _nonblocking_ and _io_. Twiggy is the most
popular server fitting the bill.