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

Last updated: December 23,2024

1. Install "python3-grequests" package

In this section, we are going to explain the necessary steps to install python3-grequests on Kali Linux

$ sudo apt update $ sudo apt install python3-grequests

2. Uninstall "python3-grequests" package

This tutorial shows how to uninstall python3-grequests on Kali Linux:

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

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

Package: python3-grequests
Source: grequests
Version: 0.7.0-2
Installed-Size: 28
Maintainer: Debian Python Team
Architecture: all
Depends: python3-gevent, python3-requests, python3:any
Size: 5816
SHA256: 5ecfcba0f53ec77231751231daa555fed9afe64c0b6757c3ff5130d1514d9df2
SHA1: 54934ce09e2e43ca9cdc6835eb14fb9caacf7a79
MD5sum: c1e1f720dcda836d2837638d0591e13a
Description: asynchronous Web Scraping With Python (Python 3)
This package allows you to use Requests with Gevent to make asynchronous HTTP
Requests easily.
.
Simple but effective way to create multiple http requests in Python allowing
to scrape faster.
.
The HTTP verb methods in grequests (e.g., grequests.get, grequests.post, etc.)
accept all the same keyword arguments as in the requests library.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/spyoungtech/grequests
Section: python
Priority: optional
Filename: pool/main/g/grequests/python3-grequests_0.7.0-2_all.deb