How to Install and Uninstall libxml-dom-xpath-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libxml-dom-xpath-perl" package

This guide let you learn how to install libxml-dom-xpath-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxml-dom-xpath-perl

2. Uninstall "libxml-dom-xpath-perl" package

In this section, we are going to explain the necessary steps to uninstall libxml-dom-xpath-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libxml-dom-xpath-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxml-dom-xpath-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libxml-dom-xpath-perl
Priority: optional
Section: universe/perl
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.14-2
Depends: perl, libxml-dom-perl, libxml-xpathengine-perl
Filename: pool/universe/libx/libxml-dom-xpath-perl/libxml-dom-xpath-perl_0.14-2_all.deb
Size: 8534
MD5sum: 33b7207601705401a4a6ec366add170a
SHA1: da3e33f312b1080ac7d143e759af33a7663a668e
SHA256: 075b4fcc0d25d0e51b2ec1b458ba21f0819920fc1a071a97e032ac0a326f375c
Description-en: adds XPath support to XML::DOM, using XML::XPathEngine
XML::DOM::XPath allows you to use XML::XPath methods to query a DOM.
This is often much easier than relying only on getElementsByTagName.
It lets you use all of the XML::DOM methods.
.
In truth this should only be used if you have existing code using XML::DOM.
If you start a new project and you can install XML::LibXML (and libxml2 on
which it is based) then you will get a DOM, XPath support and a lot more
power and speed.
Description-md5: 0945ff95ab442c7a3ed06fd77f3c7f76
Homepage: https://metacpan.org/release/XML-DOM-XPath
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu