How to Install and Uninstall perl-AnyEvent-WebSocket-Client Package on openSUSE Leap

Last updated: November 26,2024

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

This guide let you learn how to install perl-AnyEvent-WebSocket-Client on openSUSE Leap

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

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

This guide let you learn how to uninstall perl-AnyEvent-WebSocket-Client on openSUSE Leap:

$ sudo zypper remove perl-AnyEvent-WebSocket-Client

3. Information about the perl-AnyEvent-WebSocket-Client package on openSUSE Leap

Information for package perl-AnyEvent-WebSocket-Client:
-------------------------------------------------------
Repository : Main Repository
Name : perl-AnyEvent-WebSocket-Client
Version : 0.54-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 82.9 KiB
Installed : No
Status : not installed
Source package : perl-AnyEvent-WebSocket-Client-0.54-bp155.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.