How to Install and Uninstall python-requests-doc Package on Kali Linux

Last updated: May 09,2024

1. Install "python-requests-doc" package

This guide covers the steps necessary to install python-requests-doc on Kali Linux

$ sudo apt update $ sudo apt install python-requests-doc

2. Uninstall "python-requests-doc" package

Please follow the instructions below to uninstall python-requests-doc on Kali Linux:

$ sudo apt remove python-requests-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-requests-doc package on Kali Linux

Package: python-requests-doc
Source: requests
Version: 2.31.0+dfsg-1
Installed-Size: 1532
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Size: 190232
SHA256: 192e98db22e0e4e602cf5479781eae5313260546a8f169bcd7dfe8b74f862fb5
SHA1: aca3dada6cad50e33e892f092ab60ee78150a3af
MD5sum: 3bb3d057bac2fc5204a7985ace2c1839
Description: elegant and simple HTTP library for Python (Documentation)
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 documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://requests.readthedocs.io/
Section: doc
Priority: optional
Filename: pool/main/r/requests/python-requests-doc_2.31.0+dfsg-1_all.deb