Skip to content

Instantly share code, notes, and snippets.

@walm
Forked from dominicsayers/s3cmd_install.md
Last active August 29, 2015 14:20
Show Gist options
  • Save walm/8ab9343a662e4c416f5f to your computer and use it in GitHub Desktop.
Save walm/8ab9343a662e4c416f5f to your computer and use it in GitHub Desktop.
s3cmd install on ubuntu
  1. sudo apt-get install python-setuptools
  2. wget http://sourceforge.net/projects/s3tools/files/s3cmd/1.5.2/s3cmd-1.5.2.tar.gz
  3. tar xvfz s3cmd-1.5.2.tar.gz
  4. cd s3cmd-1.5.2
  5. sudo python setup.py install
  6. s3cmd --configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment