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

Last updated: May 20,2024

1. Install "libweb-query-perl" package

This guide covers the steps necessary to install libweb-query-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libweb-query-perl

2. Uninstall "libweb-query-perl" package

This is a short guide on how to uninstall libweb-query-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libweb-query-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libweb-query-perl
Priority: optional
Section: universe/perl
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.34-1
Depends: perl, libhtml-parser-perl, libhtml-selector-xpath-perl (>= 0.06), libhtml-treebuilder-libxml-perl, libhtml-treebuilder-xpath-perl, liblist-moreutils-perl, libwww-perl
Recommends: libxml-libxml-perl (>= 2.0107)
Filename: pool/universe/libw/libweb-query-perl/libweb-query-perl_0.34-1_all.deb
Size: 20066
MD5sum: c2c14c17c8cc96afa4f898f4744a7a13
SHA1: 1300b749e6120e0f71f0c28c1ce98eb3e4eac6f8
SHA256: 05609bfb7b50e971869bfbb785f5e85e8985bac71aa491572514a7f6d27991aa
Description-en: perl web scraping library like jQuery
Web::Query is a yet another web scraping framework, with a jQuery like
interface.
.
Web::Query built at top of the CPAN modules HTML::TreeBuilder::XPath,
LWP::UserAgent, and HTML::Selector::XPath.
.
Web::Query uses HTML::Selector::XPath and only supports the CSS 3 selector
supported by that module. It doesn't support jQuery's extended queries
(yet?). If a selector is passed as a scalar ref, it'll be taken as a straight
XPath expression.
Description-md5: 375dd86f48bed52b2f911bbdae48ee33
Homepage: https://metacpan.org/release/Web-Query
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu