How to Install and Uninstall python3-awsauth Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python3-awsauth" package

In this section, we are going to explain the necessary steps to install python3-awsauth on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-awsauth

2. Uninstall "python3-awsauth" package

Please follow the guidance below to uninstall python3-awsauth on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-awsauth package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-awsauth
Priority: optional
Section: universe/python
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: requests-aws
Version: 0.1.5-1
Depends: python3:any (>= 3.3.2-2~), python3-requests (>= 0.14.0)
Filename: pool/universe/r/requests-aws/python3-awsauth_0.1.5-1_all.deb
Size: 4954
MD5sum: 23f09c593b6b6072ed303f30158476d5
SHA1: 7bfd0bf84e8550c78ee17752be4ccf8e4b816f2f
SHA256: b7c36208e807319880a44e293d42f8cf69999fee8df3e8431750f9a331091a4a
Description-en: 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: 26df4464ac9544fecd09f6e90d82a6c7
Homepage: https://github.com/tax/python-requests-aws
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu