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

Last updated: May 20,2024

1. Install "python-awsauth" package

Please follow the instructions below to install python-awsauth on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-awsauth

2. Uninstall "python-awsauth" package

This tutorial shows how to uninstall python-awsauth on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-awsauth
Priority: optional
Section: universe/python
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: requests-aws
Version: 0.1.5-1
Depends: python-requests (>= 0.14.0), python:any (>= 2.7.5-5~), python:any (<< 2.8)
Filename: pool/universe/r/requests-aws/python-awsauth_0.1.5-1_all.deb
Size: 5316
MD5sum: 6f04bee03b89f25eede6b7a7e81c7f37
SHA1: 7e0cbd92d490bb3fa1f8bf30b945c02b444ff715
SHA256: 588a565c909501319c9cce55d807184b06c0f670f25ffda3334a94c9e5b6e82e
Description-en: AWS authentication for Amazon S3 for the python-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 python-requests
module.
Description-md5: 61521e4720a452b2b9c0cc725626e91c
Homepage: https://github.com/tax/python-requests-aws
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu