How to Install and Uninstall python3-cloudscraper.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-cloudscraper.noarch" package

Please follow the guidelines below to install python3-cloudscraper.noarch on Fedora 34

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

2. Uninstall "python3-cloudscraper.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-cloudscraper.noarch on Fedora 34:

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

3. Information about the python3-cloudscraper.noarch package on Fedora 34

Last metadata expiration check: 4:08:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-cloudscraper
Version : 1.2.60
Release : 1.fc34
Architecture : noarch
Size : 109 k
Source : python-cloudscraper-1.2.60-1.fc34.src.rpm
Repository : updates
Summary : Python module to bypass Cloudflare's anti-bot page
URL : https://github.com/venomous/cloudscraper
License : MIT
Description : A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm
: Under Attack Mode", or IUAM), implemented with Requests. Cloudflare changes
: their techniques periodically, so I will update this repo frequently.
:
: This can be useful if you wish to scrape or crawl a website protected with
: Cloudflare. Cloudflare's anti-bot page currently just checks if the client
: supports Javascript, though they may add additional techniques in the future.
:
: Due to Cloudflare continually changing and hardening their protection page,
: cloudscraper requires a JavaScript Engine/interpreter to solve Javascript
: challenges. This allows the script to easily impersonate a regular web browser
: without explicitly deobfuscating and parsing Cloudflare's Javascript.