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

Last updated: May 02,2024

1. Install "python3-requests" package

Here is a brief guide to show you how to install python3-requests on Kali Linux

$ sudo apt update $ sudo apt install python3-requests

2. Uninstall "python3-requests" package

Here is a brief guide to show you how to uninstall python3-requests on Kali Linux:

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

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

Package: python3-requests
Source: requests
Version: 2.31.0+dfsg-1
Installed-Size: 232
Maintainer: Debian Python Team
Architecture: all
Depends: python3-certifi, python3-charset-normalizer, python3-idna, python3-urllib3 (>= 1.21.1), python3:any, ca-certificates, python3-chardet (>= 3.0.2)
Suggests: python3-cryptography, python3-idna (>= 2.5), python3-openssl, python3-socks, python-requests-doc
Breaks: awscli (<< 1.11.139)
Size: 68588
SHA256: d4532db677cf362529efea63eae08bb76a712a0ce05f18480a4f23d8e8e83a97
SHA1: d694aeb6502eab1e95f21c97b7f2b1ee39837a52
MD5sum: ce11e6abbf6cabeb7f0d5bd3add5baa5
Description: elegant and simple HTTP library for Python3, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access
the response data in the same way. It's powered by httplib and urllib3, but
it does all the hard work and crazy hacks for you.
.
Features
.
- International Domains and URLs
- Keep-Alive & Connection Pooling
- Sessions with Cookie Persistence
- Browser-style SSL Verification
- Basic/Digest Authentication
- Elegant Key/Value Cookies
- Automatic Decompression
- Unicode Response Bodies
- Multipart File Uploads
- Connection Timeouts
.
This package contains the Python 3 version of the library.
Description-md5:
Multi-Arch: foreign
Homepage: https://requests.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/r/requests/python3-requests_2.31.0+dfsg-1_all.deb