How To Install perl-Protocol-WebSocket on Fedora 36

In this tutorial we learn how to install perl-Protocol-WebSocket in Fedora 36. perl-Protocol-WebSocket is WebSocket protocol

Introduction

In this tutorial we learn how to install perl-Protocol-WebSocket on Fedora 36.

What is perl-Protocol-WebSocket

Client/server WebSocket message and frame parser/constructor. This module does not provide a WebSocket server or client, but is made for using in http servers or clients to provide WebSocket support.

We can use yum or dnf to install perl-Protocol-WebSocket on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Protocol-WebSocket.

Install perl-Protocol-WebSocket on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Protocol-WebSocket using dnf by running the following command:

sudo dnf -y install perl-Protocol-WebSocket

Install perl-Protocol-WebSocket on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Protocol-WebSocket using yum by running the following command:

sudo yum -y install perl-Protocol-WebSocket

How To Uninstall perl-Protocol-WebSocket on Fedora 36

To uninstall only the perl-Protocol-WebSocket package we can use the following command:

sudo dnf remove perl-Protocol-WebSocket

perl-Protocol-WebSocket Package Contents on Fedora 36

/usr/bin/wsconsole
/usr/share/doc/perl-Protocol-WebSocket
/usr/share/doc/perl-Protocol-WebSocket/Changes
/usr/share/doc/perl-Protocol-WebSocket/examples
/usr/share/doc/perl-Protocol-WebSocket/examples/anyevent-http-server.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/anyevent.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/event.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/event_reactor.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/io-async.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/io-event.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/io-lamda.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/io-multiplex.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/io-poll.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/net-server-multiplex.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/nginx-engine.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/plack.psgi
/usr/share/doc/perl-Protocol-WebSocket/examples/poe.pl
/usr/share/doc/perl-Protocol-WebSocket/examples/reflex.pl
/usr/share/licenses/perl-Protocol-WebSocket
/usr/share/licenses/perl-Protocol-WebSocket/LICENSE
/usr/share/man/man1/wsconsole.1.gz
/usr/share/man/man3/Protocol::WebSocket.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Client.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Cookie.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Cookie::Request.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Cookie::Response.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Frame.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Handshake.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Handshake::Client.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Handshake::Server.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Message.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Request.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Response.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::Stateful.3pm.gz
/usr/share/man/man3/Protocol::WebSocket::URL.3pm.gz
/usr/share/perl5/vendor_perl/Protocol
/usr/share/perl5/vendor_perl/Protocol/WebSocket
/usr/share/perl5/vendor_perl/Protocol/WebSocket.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Client.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Cookie
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Cookie.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Cookie/Request.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Cookie/Response.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Frame.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Handshake
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Handshake.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Handshake/Client.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Handshake/Server.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Message.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Request.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Response.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/Stateful.pm
/usr/share/perl5/vendor_perl/Protocol/WebSocket/URL.pm

References

Summary

In this tutorial we learn how to install perl-Protocol-WebSocket on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).