How to Install and Uninstall perl-AnyEvent-WebSocket-Client Package on openSuSE Tumbleweed

Last updated: May 11,2024

1. Install "perl-AnyEvent-WebSocket-Client" package

Learn how to install perl-AnyEvent-WebSocket-Client on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-AnyEvent-WebSocket-Client

2. Uninstall "perl-AnyEvent-WebSocket-Client" package

Please follow the instructions below to uninstall perl-AnyEvent-WebSocket-Client on openSuSE Tumbleweed:

$ sudo zypper remove perl-AnyEvent-WebSocket-Client

3. Information about the perl-AnyEvent-WebSocket-Client package on openSuSE Tumbleweed

Information for package perl-AnyEvent-WebSocket-Client:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-AnyEvent-WebSocket-Client
Version : 0.55-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 81.8 KiB
Installed : No
Status : not installed
Source package : perl-AnyEvent-WebSocket-Client-0.55-1.4.src
Upstream URL : https://metacpan.org/release/AnyEvent-WebSocket-Client
Summary : WebSocket client for AnyEvent
Description :
This class provides an interface to interact with a web server that
provides services via the WebSocket protocol in an AnyEvent context. It
uses Protocol::WebSocket rather than reinventing the wheel. You could use
AnyEvent and Protocol::WebSocket directly if you wanted finer grain
control, but if that is not necessary then this class may save you some
time.
The recommended API was added to the AnyEvent::WebSocket::Connection class
with version 0.12, so it is recommended that you include that version when
using this module. The older version of the API has since been deprecated
and removed.