Skip to content

Instantly share code, notes, and snippets.

@sany2k8
Forked from dominicsayers/s3cmd_install.md
Created August 31, 2018 06:20
Show Gist options
  • Select an option

  • Save sany2k8/9f87a7ad89fd709842590db3d32f0988 to your computer and use it in GitHub Desktop.

Select an option

Save sany2k8/9f87a7ad89fd709842590db3d32f0988 to your computer and use it in GitHub Desktop.
Installing s3cmd on Ubuntu Server
  1. sudo apt-get install python-setuptools
  2. wget http://downloads.sourceforge.net/project/s3tools/s3cmd/1.5.0-alpha1/s3cmd-1.5.0-alpha1.tar.gz
  3. tar xvfz s3cmd-1.5.0-alpha1.tar.gz
  4. cd s3cmd-1.5.0-alpha1
  5. 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