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

Last updated: October 04,2024

1. Install "python3-requests-unixsocket" package

This is a short guide on how to install python3-requests-unixsocket on Kali Linux

$ sudo apt update $ sudo apt install python3-requests-unixsocket

2. Uninstall "python3-requests-unixsocket" package

Please follow the instructions below to uninstall python3-requests-unixsocket on Kali Linux:

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

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

Package: python3-requests-unixsocket
Source: python-requests-unixsocket
Version: 0.3.0-3
Installed-Size: 33
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-requests, python3:any
Size: 7040
SHA256: b6bca5c499613c9d7c3075d7c8b46841e56a1890f5b24316417216db99d59ed4
SHA1: 9a3909d8cadd72716bb219896bd59526c50386f5
MD5sum: c88689197a908d4155e5d078bfc65f3d
Description: Use requests to talk HTTP via a UNIX domain socket - Python 3.x
The requests-unixsocket makes it possible to talk using the HTTP protocol via
a UNIX domain socket. Internally, requests-unixsocket uses monkeypatching to
use the functionality of requests while making minimal changes.
.
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.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/msabramo/requests-unixsocket
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-requests-unixsocket/python3-requests-unixsocket_0.3.0-3_all.deb