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

Last updated: November 25,2024

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

This tutorial shows how to install perl-Event-RPC.noarch on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Event-RPC.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:23:52 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Event-RPC
Version : 1.10
Release : 16.fc38
Architecture : noarch
Size : 81 k
Source : perl-Event-RPC-1.10-16.fc38.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.