How To Install perl-SOAP-WSDL-Apache on Rocky Linux 8

In this tutorial we learn how to install perl-SOAP-WSDL-Apache on Rocky Linux 8. perl-SOAP-WSDL-Apache is SOAP server with WSDL support for Apache2 web server

Introduction

In this tutorial we learn how to install perl-SOAP-WSDL-Apache on Rocky Linux 8.

What is perl-SOAP-WSDL-Apache

The SOAP sending messages via the Apache2 web server.

We can use yum or dnf to install perl-SOAP-WSDL-Apache on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-SOAP-WSDL-Apache.

Install perl-SOAP-WSDL-Apache on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-SOAP-WSDL-Apache using dnf by running the following command:

sudo dnf -y install perl-SOAP-WSDL-Apache

Install perl-SOAP-WSDL-Apache on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-SOAP-WSDL-Apache using yum by running the following command:

sudo yum -y install perl-SOAP-WSDL-Apache

How To Uninstall perl-SOAP-WSDL-Apache on Rocky Linux 8

To uninstall only the perl-SOAP-WSDL-Apache package we can use the following command:

sudo dnf remove perl-SOAP-WSDL-Apache

perl-SOAP-WSDL-Apache Package Contents on Rocky Linux 8

/usr/share/licenses/perl-SOAP-WSDL-Apache
/usr/share/licenses/perl-SOAP-WSDL-Apache/LICENSE
/usr/share/perl5/vendor_perl/SOAP/WSDL/Server
/usr/share/perl5/vendor_perl/SOAP/WSDL/Server/CGI.pm
/usr/share/perl5/vendor_perl/SOAP/WSDL/Server/Mod_Perl2.pm
/usr/share/perl5/vendor_perl/SOAP/WSDL/Server/Simple.pm

References

Summary

In this tutorial we learn how to install perl-SOAP-WSDL-Apache on Rocky Linux 8 using yum and dnf.