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

Last updated: May 18,2024

1. Install "python-boto3" package

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

$ sudo apt update $ sudo apt install python-boto3

2. Uninstall "python-boto3" package

Please follow the steps below to uninstall python-boto3 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-boto3
Priority: optional
Section: universe/python
Installed-Size: 720
Maintainer: Ubuntu Developers
Original-Maintainer: Eric Evans
Architecture: all
Version: 1.2.2-2
Depends: python-botocore, python-concurrent.futures, python-jmespath, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-requests, python-six
Filename: pool/universe/p/python-boto3/python-boto3_1.2.2-2_all.deb
Size: 58140
MD5sum: 41919158f49c1179c58188148f666b62
SHA1: 88cf9b5aca85e15821d80568ef0781acf27486b4
SHA256: 985cb35e53f896f99e5a43518548d0c4bf33a7d693ea2638383df20dd16a58a5
Description-en: Python interface to Amazon's Web Services - Python 2.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: 25153770d0970193ecc0e35bef7b86e3
Homepage: https://github.com/boto/boto3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu