How to Install and Uninstall perl-Web-Scraper Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "perl-Web-Scraper" package

In this section, we are going to explain the necessary steps to install perl-Web-Scraper on openSuSE Tumbleweed

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

2. Uninstall "perl-Web-Scraper" package

In this section, we are going to explain the necessary steps to uninstall perl-Web-Scraper on openSuSE Tumbleweed:

$ sudo zypper remove perl-Web-Scraper

3. Information about the perl-Web-Scraper package on openSuSE Tumbleweed

Information for package perl-Web-Scraper:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Web-Scraper
Version : 0.38-1.12
Arch : noarch
Vendor : openSUSE
Installed Size : 54.2 KiB
Installed : No
Status : not installed
Source package : perl-Web-Scraper-0.38-1.12.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.