How to Install and Uninstall perl-Web-Scraper.noarch Package on CentOS Stream 8

Last updated: June 30,2024

1. Install "perl-Web-Scraper.noarch" package

This guide let you learn how to install perl-Web-Scraper.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Web-Scraper.noarch

2. Uninstall "perl-Web-Scraper.noarch" package

This guide covers the steps necessary to uninstall perl-Web-Scraper.noarch on CentOS Stream 8:

$ sudo dnf remove perl-Web-Scraper.noarch $ sudo dnf autoremove

3. Information about the perl-Web-Scraper.noarch package on CentOS Stream 8

Last metadata expiration check: 2:59:10 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Web-Scraper
Version : 0.38
Release : 13.el8
Architecture : noarch
Size : 37 k
Source : perl-Web-Scraper-0.38-13.el8.src.rpm
Repository : epel
Summary : Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions
URL : https://metacpan.org/release/Web-Scraper
License : GPL+ or Artistic
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.