Installing ‘s3cmd’ on centOS 7+

AWS S3 is one of the oldest offerings for ‘object storage’, from Amazon AWS and when working through a terminal, you tend to use s3cmd tool to interact with S3 Buckets.

Note: You have to download the latest epel – release rpm from this link.

[proutray@dev-node]$ wget https://download-ib01.fedoraproject.org/pub/epel/7/aarch64/Packages/e/epel-release-7-12.noarch.rpm

...

Saving to: ‘epel-release-7-12.noarch.rpm’

100%[===========================================================================================>] 15,264      --.-K/s   in 0.07s

(209 KB/s) - ‘epel-release-7-12.noarch.rpm’ saved [15264/15264]

[proutray@dev-node]$ sudo rpm -Uvh epel-release-7-12.noarch.rpm
warning: epel-release-7-12.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:epel-release-7-12                ################################# [100%]

[proutray@dev-node]$ sudo yum install s3cmd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

...                                                                                     7/7

Installed:
  s3cmd.noarch 0:2.1.0-1.el7

Dependency Installed:
  python-dateutil.noarch 0:1.5-7.el7                                python-magic.noarch 0:5.11-36.el7

Dependency Updated:
  file.x86_64 0:5.11-36.el7                                      file-libs.x86_64 0:5.11-36.el7

Complete!
[proutray@dev-node]$ which s3cmd
/bin/s3cmd

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s