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

Last updated: February 02,2025

1. Install "python3-boto" package

This guide let you learn how to install python3-boto on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-boto

2. Uninstall "python3-boto" package

This guide covers the steps necessary to uninstall python3-boto on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-boto
Priority: optional
Section: universe/python
Installed-Size: 5162
Maintainer: Ubuntu Developers
Original-Maintainer: Eric Evans
Architecture: all
Source: python-boto
Version: 2.38.0-1ubuntu1
Depends: python3-requests, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-boto/python3-boto_2.38.0-1ubuntu1_all.deb
Size: 743194
MD5sum: 96de903b8a1d3b1f02170716238bd561
SHA1: e146a0ca477e02c0b3f97bebaf89c920854b6039
SHA256: 26d098b6fac84357075a7ff6b9043a1528e90a0c5f9a99da98d6c1477753fa67
Description-en: Python interface to Amazon's Web Services - Python 3.x
Boto is a Python interface to the infrastructure services available from
Amazon.
.
Boto supports the following services:
* Elastic Compute Cloud (EC2)
* Elastic MapReduce
* CloudFront
* DynamoDB
* SimpleDB
* Relational Database Service (RDS)
* Identity and Access Management (IAM)
* Simple Queue Service (SQS)
* CloudWatch
* Route53
* Elastic Load Balancing (ELB)
* Flexible Payment Service (FPS)
* Simple Storage Service (S3)
* Glacier
* Elastic Block Store (EBS)
* and many more...
.
This package provides the Python 3.x module.
Description-md5: 56b90e6fbc2e7485ce9d6f5c7186598b
Homepage: https://github.com/boto/boto
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu