How to Install the latest version of s3cmd tool on Linux

Please install the required packages before installing the s3cmd tool and download the source zip from github:

sudo yum install unzip python-pip
wget https://github.com/s3tools/s3cmd/archive/master.zip

7

Unzip the downloaded source zip file and move to the unzipped directory:

unzip master.zip
cd s3cmd-master/

8

Once you have moved to the unzipped directory then just run this command:

sudo python setup.py install

9

Install the dateutil module, which is powerful extensions to the datetime module that is available in the Python standard library:

sudo pip install python-dateutil

10

Check the installed version of s3cmd tool:

s3cmd --version

s3cmd version

After installation, run the following command in order to configure the s3cmd tools using your AMAZON ACCESS KEY and SECRET KEY.

s3cmd --configure

11

Modification: One of the reader sent me an email and give this excellent tip, that we install it directly from github (I didn’t try it):

sudo pip install python-dateutil
sudo pip install https://github.com/s3tools/s3cmd/archive/master.zip

Enjoy :-)

Hope this will help you!

Please Remember me in your prayers!

2 responses to “How to Install the latest version of s3cmd tool on Linux

  1. Pingback: How to Install the latest version of s3cmd tool on Linux – sira.website

  2. Pingback: Backup VPS To Amazon S3 | Automatic Script | Files & Mysql | S3cmd | Cron Job - VPS Guides & Tutorials

Leave a comment