How to Install python3-boto3 in Ubuntu 18.04



Install python3-boto3 by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-boto3

Description:

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.

Homepage: https://github.com/boto/boto3

Version: 1.4.2-1

Section: universe/python