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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Event-RPC.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 0:11:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Event-RPC
Version : 1.10
Release : 12.fc35
Architecture : noarch
Size : 77 k
Source : perl-Event-RPC-1.10-12.fc35.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.