Hello, I'm trying to install s3tools on my vps ( WHM 11.38.1 build 15 / CENTOS 6.4 x86_64 )
In the main page of Amazon S3 tools: Package repositories there are some simple instructions, so after some reading I started in this way:
But I have this error:
In the main page of Amazon S3 tools: Package repositories there are some simple instructions, so after some reading I started in this way:
Code:
cd /etc/yum.repos.d
wget http://s3tools.org/repo/RHEL_6/s3tools.repo
yum install s3cmd
Can someone please help?yum install s3cmd
Loaded plugins: fastestmirror, presto, priorities, security
Loading mirror speeds from cached hostfile
6 packages excluded due to repository priority protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package s3cmd.x86_64 0:1.0.0-4.1 will be installed
--> Processing Dependency: python(abi) = 2.4 for package: s3cmd-1.0.0-4.1.x86_64
--> Processing Dependency: python-elementtree for package: s3cmd-1.0.0-4.1.x86_64
--> Finished Dependency Resolution
Error: Package: s3cmd-1.0.0-4.1.x86_64 (s3tools)
Requires: python(abi) = 2.4
Installed: python-2.6.6-37.el6_4.x86_64 (@system-updates-released)
python(abi) = 2.6
Available: python-2.6.6-36.el6.i686 (system-base)
python(abi) = 2.6
Error: Package: s3cmd-1.0.0-4.1.x86_64 (s3tools)
Requires: python-elementtree
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Last edited: