How To Install perl-RPC-XML on Fedora 36
Introduction
In this tutorial we learn how to install perl-RPC-XML
on Fedora 36.
What is perl-RPC-XML
The RPC classes for sample client and server implementations, a server designed as an Apache location-handler, and a suite of data-manipulation classes that are used by them.
We can use yum
or dnf
to install perl-RPC-XML
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-RPC-XML.
Install perl-RPC-XML on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-RPC-XML
using dnf
by running the following command:
sudo dnf -y install perl-RPC-XML
Install perl-RPC-XML on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-RPC-XML
using yum
by running the following command:
sudo yum -y install perl-RPC-XML
How To Uninstall perl-RPC-XML on Fedora 36
To uninstall only the perl-RPC-XML
package we can use the following command:
sudo dnf remove perl-RPC-XML
perl-RPC-XML Package Contents on Fedora 36
/usr/bin/make_method
/usr/share/doc/perl-RPC-XML
/usr/share/doc/perl-RPC-XML/ChangeLog
/usr/share/doc/perl-RPC-XML/ChangeLog.xml
/usr/share/doc/perl-RPC-XML/README
/usr/share/doc/perl-RPC-XML/ex
/usr/share/doc/perl-RPC-XML/ex/Makefile
/usr/share/doc/perl-RPC-XML/ex/README
/usr/share/doc/perl-RPC-XML/ex/linux.proc.cpuinfo.base
/usr/share/doc/perl-RPC-XML/ex/linux.proc.cpuinfo.code
/usr/share/doc/perl-RPC-XML/ex/linux.proc.cpuinfo.help
/usr/share/doc/perl-RPC-XML/ex/linux.proc.meminfo.base
/usr/share/doc/perl-RPC-XML/ex/linux.proc.meminfo.code
/usr/share/doc/perl-RPC-XML/ex/linux.proc.meminfo.help
/usr/share/doc/perl-RPC-XML/methods
/usr/share/doc/perl-RPC-XML/methods/identity.base
/usr/share/doc/perl-RPC-XML/methods/identity.code
/usr/share/doc/perl-RPC-XML/methods/identity.help
/usr/share/doc/perl-RPC-XML/methods/identity.xpl
/usr/share/doc/perl-RPC-XML/methods/introspection.base
/usr/share/doc/perl-RPC-XML/methods/introspection.code
/usr/share/doc/perl-RPC-XML/methods/introspection.help
/usr/share/doc/perl-RPC-XML/methods/introspection.xpl
/usr/share/doc/perl-RPC-XML/methods/listMethods.base
/usr/share/doc/perl-RPC-XML/methods/listMethods.code
/usr/share/doc/perl-RPC-XML/methods/listMethods.help
/usr/share/doc/perl-RPC-XML/methods/listMethods.xpl
/usr/share/doc/perl-RPC-XML/methods/methodHelp.base
/usr/share/doc/perl-RPC-XML/methods/methodHelp.code
/usr/share/doc/perl-RPC-XML/methods/methodHelp.help
/usr/share/doc/perl-RPC-XML/methods/methodHelp.xpl
/usr/share/doc/perl-RPC-XML/methods/methodSignature.base
/usr/share/doc/perl-RPC-XML/methods/methodSignature.code
/usr/share/doc/perl-RPC-XML/methods/methodSignature.help
/usr/share/doc/perl-RPC-XML/methods/methodSignature.xpl
/usr/share/doc/perl-RPC-XML/methods/multicall.base
/usr/share/doc/perl-RPC-XML/methods/multicall.code
/usr/share/doc/perl-RPC-XML/methods/multicall.help
/usr/share/doc/perl-RPC-XML/methods/multicall.xpl
/usr/share/doc/perl-RPC-XML/methods/status.base
/usr/share/doc/perl-RPC-XML/methods/status.code
/usr/share/doc/perl-RPC-XML/methods/status.help
/usr/share/doc/perl-RPC-XML/methods/status.xpl
/usr/share/doc/perl-RPC-XML/rpc-method.dtd
/usr/share/licenses/perl-RPC-XML
/usr/share/licenses/perl-RPC-XML/README.license
/usr/share/man/man1/make_method.1.gz
/usr/share/man/man3/RPC::XML.3pm.gz
/usr/share/man/man3/RPC::XML::Client.3pm.gz
/usr/share/man/man3/RPC::XML::Parser.3pm.gz
/usr/share/man/man3/RPC::XML::Parser::XMLLibXML.3pm.gz
/usr/share/man/man3/RPC::XML::Parser::XMLParser.3pm.gz
/usr/share/man/man3/RPC::XML::ParserFactory.3pm.gz
/usr/share/man/man3/RPC::XML::Procedure.3pm.gz
/usr/share/man/man3/RPC::XML::Server.3pm.gz
/usr/share/perl5/vendor_perl/RPC
/usr/share/perl5/vendor_perl/RPC/XML
/usr/share/perl5/vendor_perl/RPC/XML.pm
/usr/share/perl5/vendor_perl/RPC/XML/Client.pm
/usr/share/perl5/vendor_perl/RPC/XML/Parser
/usr/share/perl5/vendor_perl/RPC/XML/Parser.pm
/usr/share/perl5/vendor_perl/RPC/XML/Parser/XMLLibXML.pm
/usr/share/perl5/vendor_perl/RPC/XML/Parser/XMLParser.pm
/usr/share/perl5/vendor_perl/RPC/XML/ParserFactory.pm
/usr/share/perl5/vendor_perl/RPC/XML/Procedure.pm
/usr/share/perl5/vendor_perl/RPC/XML/Server.pm
/usr/share/perl5/vendor_perl/RPC/XML/identity.xpl
/usr/share/perl5/vendor_perl/RPC/XML/introspection.xpl
/usr/share/perl5/vendor_perl/RPC/XML/listMethods.xpl
/usr/share/perl5/vendor_perl/RPC/XML/methodHelp.xpl
/usr/share/perl5/vendor_perl/RPC/XML/methodSignature.xpl
/usr/share/perl5/vendor_perl/RPC/XML/multicall.xpl
/usr/share/perl5/vendor_perl/RPC/XML/status.xpl
References
Summary
In this tutorial we learn how to install perl-RPC-XML
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).