How to Install s3cmd in Ubuntu 18.04



Install s3cmd by entering the following commands in the terminal:

sudo apt update
sudo apt install s3cmd

Description:

command-line Amazon S3 client

Command-line tool to upload, retrieve and manage data in Amazon S3 service (http://www.amazon.com/s3/), designed for use in scripts. Features: - creating and destroying S3 buckets - uploading and downloading files - listing remote files - removing remote files - synchronizing local directories to S3 buckets - getting various information about buckets and disk usage . s3cmd supports both (US and EU) S3 datacentres.

Homepage: http://s3tools.org/s3cmd

Version: 2.0.1-2

Section: universe/admin