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

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-Event-RPC.noarch on Fedora 34

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

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

Learn how to uninstall perl-Event-RPC.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:28:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Event-RPC
Version : 1.10
Release : 10.fc34
Architecture : noarch
Size : 78 k
Source : perl-Event-RPC-1.10-10.fc34.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.