Question
Can't get latest version of s3cmd
I do:
$ sudo apt-get update
$ sudo apt-get upgrade s3cmd
I’m told I’m already at latest version.
But when I do:
$ s3cmd –version
I get version 1.1.0-beta3 which is most definitely not the most recent version, which you can see here: https://github.com/s3tools/s3cmd/blob/master/NEWS
Perhaps Digital Ocean’s apt-get info isn’t up to date for s3cmd?
This is on an Ubuntu 14.04.3 x64 droplet.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×