How to Install and Uninstall perl-XML-LibXML.src Package on Oracle Linux 9

Last updated: November 24,2024

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

This tutorial shows how to install perl-XML-LibXML.src on Oracle Linux 9

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

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

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

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

3. Information about the perl-XML-LibXML.src package on Oracle Linux 9

Last metadata expiration check: 3:51:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-XML-LibXML
Epoch : 1
Version : 2.0206
Release : 5.el9
Architecture : src
Size : 473 k
Source : None
Repository : ol9_appstream
Summary : Perl interface to the libxml2 library
URL : https://metacpan.org/release/XML-LibXML
License : (GPL+ or Artistic) and MIT
Description : This module implements a Perl interface to the GNOME libxml2 library
: which provides interfaces for parsing and manipulating XML files. This
: module allows Perl programmers to make use of the highly capable
: validating XML parser and the high performance DOM implementation.