How to Install and Uninstall perl-XML-XPath.noarch Package on Oracle Linux 8

Last updated: July 05,2024

1. Install "perl-XML-XPath.noarch" package

Please follow the instructions below to install perl-XML-XPath.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-XML-XPath.noarch

2. Uninstall "perl-XML-XPath.noarch" package

Learn how to uninstall perl-XML-XPath.noarch on Oracle Linux 8:

$ sudo dnf remove perl-XML-XPath.noarch $ sudo dnf autoremove

3. Information about the perl-XML-XPath.noarch package on Oracle Linux 8

Last metadata expiration check: 4:56:40 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-XML-XPath
Version : 1.42
Release : 3.el8
Architecture : noarch
Size : 88 k
Source : perl-XML-XPath-1.42-3.el8.src.rpm
Repository : ol8_appstream
Summary : XPath parser and evaluator for Perl
URL : http://search.cpan.org/dist/XML-XPath/
License : Artistic 2.0 and (GPL+ or Artistic)
Description : This module aims to comply exactly to the XPath specification at
: http://www.w3.org/TR/xpath and yet allow extensions to be added in the
: form of functions. Modules such as XSLT and XPointer may need to do
: this as they support functionality beyond XPath.