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

Last updated: April 29,2024

1. Install "python3-awsauth" package

Please follow the step by step instructions below to install python3-awsauth on Kali Linux

$ sudo apt update $ sudo apt install python3-awsauth

2. Uninstall "python3-awsauth" package

This guide covers the steps necessary to uninstall python3-awsauth on Kali Linux:

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

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

Package: python3-awsauth
Source: requests-aws
Version: 0.1.5-3
Installed-Size: 23
Maintainer: Debian Python Team
Architecture: all
Depends: python3-requests, python3:any
Size: 5556
SHA256: f58266a0bc7bdfe45548eebc7dbe1e146549d611a128dd45743d23ec53aaf4ff
SHA1: 1148f9f07e806d22a853622af1829b0a46956e2c
MD5sum: 2428b4af3c044e9bd2dd60cb4081c3e5
Description: AWS authentication for Amazon S3 for the python3-requests module
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 module adds AWS authentication for Amazon S3 based on the python3-requests
module.
Description-md5:
Homepage: https://github.com/tax/python-requests-aws
Section: python
Priority: optional
Filename: pool/main/r/requests-aws/python3-awsauth_0.1.5-3_all.deb