Hi,
Trying to install s3cmd tools.
I have added in the repo
Any thoughts on best way forward - I previously have installed s3cmd on a cPanel VPS with no issues but now I have this python-elementree dependency.
Trying to install s3cmd tools.
I have added in the repo
But when i run
I get dependency errors:yum install s3cmd
I see a similar issue on Amazon with a solution to use 'epel' repo:[[email protected] yum.repos.d]# yum install s3cmd
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
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-elementtree
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 (@updates)
python(abi) = 2.6
Available: python-2.6.6-36.el6.i686 (base)
python(abi) = 2.6
You could try using --skip-broken to work around the problem
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
sendmail-cf-8.14.4-8.el6.noarch has missing requires of sendmail = ('0', '8.14.4', '8.el6')
But not too sure if this will conflict with cPanel set up....
Any thoughts on best way forward - I previously have installed s3cmd on a cPanel VPS with no issues but now I have this python-elementree dependency.