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

Last updated: May 17,2024

1. Install "python3-boto3" package

This guide covers the steps necessary to install python3-boto3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-boto3

2. Uninstall "python3-boto3" package

Learn how to uninstall python3-boto3 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-boto3
Priority: optional
Section: universe/python
Installed-Size: 716
Maintainer: Ubuntu Developers
Original-Maintainer: Eric Evans
Architecture: all
Source: python-boto3
Version: 1.2.2-2
Depends: python3-botocore, python3-jmespath, python3:any (>= 3.3.2-2~), python3-requests, python3-six
Filename: pool/universe/p/python-boto3/python3-boto3_1.2.2-2_all.deb
Size: 57740
MD5sum: 24bbd70349c36b1dd292b194e2b7f118
SHA1: 4d160bb868c89423382d5253f97718e9c82414e3
SHA256: a5faad255774ebdb5a6bc7b15b0fc7d29d7ceb136d2a8e6704469d3abc2cc220
Description-en: Python interface to Amazon's Web Services - Python 3.x
Boto is the Amazon Web Services interface for Python. It allows developers
to write software that makes use of Amazon services like S3 and EC2. Boto
provides an easy to use, object-oriented API as well as low-level direct
service access.
Description-md5: b23b87efbe093c51d639ea68316419e6
Homepage: https://github.com/boto/boto3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu