Skip to content

Instantly share code, notes, and snippets.

@chris-rock
Last active August 29, 2015 14:25
Show Gist options
  • Save chris-rock/bb4858238fc7237ad11f to your computer and use it in GitHub Desktop.
Save chris-rock/bb4858238fc7237ad11f to your computer and use it in GitHub Desktop.
# Ubuntu
wget http://ftp.iitm.ac.in/ubuntu/pool/universe/s/s3cmd/s3cmd_1.5.2-2_all.deb
dpkg -i s3cmd_1.5.2-2_all.deb
# RHEL
yum install python-dateutil python-magic
wget ftp://mirror.switch.ch/pool/4/mirror/epel/6/i386/s3cmd-1.5.1.2-5.el6.noarch.rpm
rpm -i s3cmd-1.5.1.2-5.el6.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment