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

Last updated: September 20,2024

1. Install "libxml-xql-perl" package

Please follow the guidance below to install libxml-xql-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxml-xql-perl

2. Uninstall "libxml-xql-perl" package

Here is a brief guide to show you how to uninstall libxml-xql-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libxml-xql-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libxml-xql-perl
Priority: optional
Section: universe/perl
Installed-Size: 420
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.68-6
Depends: perl, libdate-manip-perl (>= 5.33), libparse-yapp-perl, libxml-dom-perl (>= 1.29), libxml-regexp-perl (>= 0.03)
Filename: pool/universe/libx/libxml-xql-perl/libxml-xql-perl_0.68-6_all.deb
Size: 156606
MD5sum: 6fd25d129fb6708c3963c4581647dabc
SHA1: 30580045695d9daed6bd0ebc7b80bb35ba31c179
SHA256: d954f3561cdf6a072532340947900eacd41ea2fe88223a1cf095f8c35fa21200
Description-en: Perl module for querying XML tree structures with XQL
The XML::XQL module implements the XQL (XML Query Language) proposal
submitted to the XSL Working Group in September 1998. The spec can
be found at: http://www.w3.org/TandS/QL/QL98/pp/xql.html. Most of
the contents related to the XQL syntax can also be found in the
XML::XQL::Tutorial that comes with this distribution. Note that XQL
is not the same as XML-QL!
.
The current implementation only works with the XML::DOM module, but
once the design is stable and the major bugs are flushed out, other
extensions might follow, e.g. for XML::Grove.
.
XQL was designed to be extensible and this implementation tries to
stick to that. Users can add their own functions, methods,
comparison operators and data types. Plugging in a new XML tree
structure (like XML::Grove) should be a piece of cake.
Description-md5: 5b1a1ea5186d02f32acfc65a5d687bef
Homepage: http://search.cpan.org/dist/XML-XQL/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu