Created
March 24, 2013 12:55
-
-
Save niraj-shah/5231858 to your computer and use it in GitHub Desktop.
Installing s3cmd on Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Using apt-get | |
sudo apt-get install s3cmd | |
# Using yum | |
sudo yum install s3cmd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment