How to Install and Uninstall python3-scrapy.noarch Package on Fedora 35

Last updated: October 09,2024

1. Install "python3-scrapy.noarch" package

This guide covers the steps necessary to install python3-scrapy.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-scrapy.noarch

2. Uninstall "python3-scrapy.noarch" package

This guide covers the steps necessary to uninstall python3-scrapy.noarch on Fedora 35:

$ sudo dnf remove python3-scrapy.noarch $ sudo dnf autoremove

3. Information about the python3-scrapy.noarch package on Fedora 35

Last metadata expiration check: 4:15:45 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-scrapy
Version : 2.6.1
Release : 1.fc35
Architecture : noarch
Size : 435 k
Source : python-scrapy-2.6.1-1.fc35.src.rpm
Repository : updates
Summary : A high-level Python Screen Scraping framework
URL : http://scrapy.org
License : BSD
Description : Scrapy is a fast high-level screen scraping and web crawling
: framework, used to crawl websites and extract structured data
: from their pages. It can be used for a wide range of purposes,
: from data mining to monitoring and automated testing.