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

Last updated: May 14,2024

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

Here is a brief guide to show you how to install perl-XML-XPath.src on Oracle Linux 8

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

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

This guide covers the steps necessary to uninstall perl-XML-XPath.src on Oracle Linux 8:

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

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

Last metadata expiration check: 3:30:45 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-XML-XPath
Version : 1.42
Release : 3.el8
Architecture : src
Size : 70 k
Source : None
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.