How to Install and Uninstall perl-Apache2-SOAP.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 16,2024

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

In this section, we are going to explain the necessary steps to install perl-Apache2-SOAP.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Apache2-SOAP.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Apache2-SOAP.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:39:05 ago on Mon Feb 26 07:04:30 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.