How to Install and Uninstall perl-SOAP-WSDL.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

Please follow the guidance below to install perl-SOAP-WSDL.noarch on Rocky Linux 8

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

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

Please follow the steps below to uninstall perl-SOAP-WSDL.noarch on Rocky Linux 8:

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

3. Information about the perl-SOAP-WSDL.noarch package on Rocky Linux 8

Last metadata expiration check: 1:12:46 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-SOAP-WSDL
Version : 3.003
Release : 14.el8
Architecture : noarch
Size : 300 k
Source : perl-SOAP-WSDL-3.003-14.el8.src.rpm
Repository : epel
Summary : Perl module for SOAP with WSDL support
URL : https://metacpan.org/release/SOAP-WSDL
License : GPL+ or Artistic
Description : SOAP::WSDL provides easy access to Web Services with WSDL descriptions.
: The WSDL is parsed and stored in memory. Your data is serialized according
: to the rules in the WSDL. The only transport mechanisms currently supported
: are HTTP and HTTPS.