How to Install and Uninstall perl-Event-RPC.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "perl-Event-RPC.noarch" package

Please follow the step by step instructions below to install perl-Event-RPC.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Event-RPC.noarch

2. Uninstall "perl-Event-RPC.noarch" package

Here is a brief guide to show you how to uninstall perl-Event-RPC.noarch on Fedora 36:

$ sudo dnf remove perl-Event-RPC.noarch $ sudo dnf autoremove

3. Information about the perl-Event-RPC.noarch package on Fedora 36

Last metadata expiration check: 0:00:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Event-RPC
Version : 1.10
Release : 13.fc36
Architecture : noarch
Size : 78 k
Source : perl-Event-RPC-1.10-13.fc36.src.rpm
Repository : fedora
Summary : Event based transparent client/server RPC framework
URL : https://metacpan.org/release/Event-RPC
License : GPL+ or Artistic
Description : Event::RPC supports you in developing Event based networking client/server
: applications with transparent object/method access from the client to the
: server. Network communication is optionally encrypted using IO::Socket::SSL.
: Several event loop managers are supported due to an extensible API. Currently
: Event, Glib, and AnyEvent are implemented. The latter lets you use nearly
: every event loop implementation available for Perl.