How to Install and Uninstall python3-cloudscraper Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-cloudscraper" package

Please follow the instructions below to install python3-cloudscraper on Kali Linux

$ sudo apt update $ sudo apt install python3-cloudscraper

2. Uninstall "python3-cloudscraper" package

Please follow the guidance below to uninstall python3-cloudscraper on Kali Linux:

$ sudo apt remove python3-cloudscraper $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-cloudscraper package on Kali Linux

Package: python3-cloudscraper
Source: python-cloudscraper
Version: 1.2.71~git20230426.cbb3c0ea-1
Installed-Size: 1352
Maintainer: Debian Python Team
Architecture: all
Depends: python3-requests, python3-requests-toolbelt, python3-responses, python3-pyparsing, python3:any
Suggests: nodejs
Size: 80736
SHA256: 6f726407123eec024d9694c05ece1dd14671da00ea89f1536bba07e7e43c37e8
SHA1: 5de8783aa89f873ace734558123aa7e98056be3e
MD5sum: 9d3271a2631292172c0a1f2527c19f0b
Description: Request pages with Cloudflare's anti-bot page
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.
.
The cloudscraper API is the same as requests.sessions.Session.
.
python-cloudscraper try to solve the challenge using a Python native solver.
Other possible solvers: using nodejs to solve the JavaScript challenge or
using external APIs. The documentation specify which ones are available
(/usr/share/doc/python3-cloudscraper/README.md.gz).
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/VeNoMouS/cloudscraper
Section: python
Priority: optional
Filename: pool/main/p/python-cloudscraper/python3-cloudscraper_1.2.71~git20230426.cbb3c0ea-1_all.deb