How to Install and Uninstall perl-Apache2-SOAP.noarch Package on Rocky Linux 9

Last updated: October 14,2024

1. Install "perl-Apache2-SOAP.noarch" package

Please follow the steps below to install perl-Apache2-SOAP.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Apache2-SOAP.noarch

2. Uninstall "perl-Apache2-SOAP.noarch" package

Here is a brief guide to show you how to uninstall perl-Apache2-SOAP.noarch on Rocky Linux 9:

$ sudo dnf remove perl-Apache2-SOAP.noarch $ sudo dnf autoremove

3. Information about the perl-Apache2-SOAP.noarch package on Rocky Linux 9

Last metadata expiration check: 1:06:59 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Apache2-SOAP
Version : 0.73
Release : 43.el9
Architecture : noarch
Size : 15 k
Source : perl-Apache2-SOAP-0.73-43.el9.src.rpm
Repository : epel
Summary : A replacement for Apache::SOAP designed to work with mod_perl 2
URL : https://metacpan.org/release/Apache2-SOAP
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This Apache Perl module provides the ability to add support for SOAP
: (Simple Object Access Protocol) protocol with easy configuration
: (either in .conf or in .htaccess file). This functionality should
: give you lightweight option for hosting SOAP services and greatly
: simplify configuration aspects. This module inherites functionality
: from SOAP::Transport::HTTP2::Apache component of SOAP::Lite module.