How to Install and Uninstall perl-PlRPC.noarch Package on CentOS 7 / RHEL 7

Last updated: May 05,2024

1. Install "perl-PlRPC.noarch" package

This tutorial shows how to install perl-PlRPC.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-PlRPC.noarch

2. Uninstall "perl-PlRPC.noarch" package

Please follow the guidelines below to uninstall perl-PlRPC.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-PlRPC.noarch $ sudo yum autoremove

3. Information about the perl-PlRPC.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-PlRPC
Arch : noarch
Version : 0.2020
Release : 14.el7
Size : 69 k
Repo : installed
From repo : base
Summary : Interface for writing PlRPC clients and servers
URL : http://search.cpan.org/dist/PlRPC
License : GPL+ or Artistic
Description : PlRPC (Perl RPC) is a package that simplifies the writing of Perl
: based client/server applications. RPC::PlServer is the package
: used on the server side, and you guess what RPC::PlClient is for.
: PlRPC works by defining a set of methods that may be executed by
: the client.