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

Last updated: May 06,2024

1. Install "python3-requestsexceptions" package

This guide let you learn how to install python3-requestsexceptions on Kali Linux

$ sudo apt update $ sudo apt install python3-requestsexceptions

2. Uninstall "python3-requestsexceptions" package

In this section, we are going to explain the necessary steps to uninstall python3-requestsexceptions on Kali Linux:

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

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

Package: python3-requestsexceptions
Source: python-requestsexceptions
Version: 1.4.0-3
Installed-Size: 23
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-pbr, python3-urllib3, python3:any
Size: 4188
SHA256: 89e176fda727eb7d22e036dea1b0cf0eaa77519454f915b17875e6e2da064b47
SHA1: 4b644e0fb77d1d7589accade103161e63bf65a8b
MD5sum: d21a5b4a7fd9830163f075d970fac571
Description: import exceptions from bundled packages in requests. - Python 3.x
The Python requests library bundles the urllib3 library, however, some
software distributions (like Debian) modify requests to remove the bundled
library. This makes some operations, such as suppressing the "insecure
platform warning" messages that urllib emits difficult. This is a simple
library to find the correct path to exceptions in the requests library
regardless of whether they are bundled.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: http://www.openstack.org/
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-requestsexceptions/python3-requestsexceptions_1.4.0-3_all.deb