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

Last updated: May 15,2024

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

This is a short guide on how to install perl-XML-LibXML.src on Oracle Linux 8

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

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

This tutorial shows how to uninstall perl-XML-LibXML.src on Oracle Linux 8:

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

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

Last metadata expiration check: 6:03:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-XML-LibXML
Epoch : 1
Version : 2.0132
Release : 2.el8
Architecture : src
Size : 483 k
Source : None
Repository : ol8_appstream
Summary : Perl interface to the libxml2 library
URL : http://search.cpan.org/dist/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.