How to Install and Uninstall perl-Apache2-SOAP.noarch Package on AlmaLinux 8

Last updated: April 28,2024

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

Please follow the guidelines below to install perl-Apache2-SOAP.noarch on AlmaLinux 8

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

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

Please follow the guidance below to uninstall perl-Apache2-SOAP.noarch on AlmaLinux 8:

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

3. Information about the perl-Apache2-SOAP.noarch package on AlmaLinux 8

Last metadata expiration check: 0:54:37 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Apache2-SOAP
Version : 0.73
Release : 31.el8
Architecture : noarch
Size : 18 k
Source : perl-Apache2-SOAP-0.73-31.el8.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+ or Artistic
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.