How to Install and Uninstall perl-Web-Scraper Package on openSUSE Leap

Last updated: June 16,2024

1. Install "perl-Web-Scraper" package

Please follow the steps below to install perl-Web-Scraper on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Web-Scraper

2. Uninstall "perl-Web-Scraper" package

Please follow the guidelines below to uninstall perl-Web-Scraper on openSUSE Leap:

$ sudo zypper remove perl-Web-Scraper

3. Information about the perl-Web-Scraper package on openSUSE Leap

Information for package perl-Web-Scraper:
-----------------------------------------
Repository : Main Repository
Name : perl-Web-Scraper
Version : 0.38-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 57.0 KiB
Installed : No
Status : not installed
Source package : perl-Web-Scraper-0.38-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Web-Scraper
Summary : Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions
Description :
Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent
Scrapi. It provides a DSL-ish interface for traversing HTML documents and
returning a neatly arranged Perl data structure.
The _scraper_ and _process_ blocks provide a method to define what segments
of a document to extract. It understands HTML and CSS Selectors as well as
XPath expressions.