Hi, I am trying to install maven2 on my Linux machine, using yum install, however I get the following errors when I do so.
I executed, sudo yum install maven2 towards the end this is the Error I see. --> Finished Dependency Resolution xml-commons-apis-1.3.02-0.b2.7jpp.10.x86_64 from base has depsolving problems --> Missing Dependency: xml-commons = 1.3.02-0.b2.7jpp.10 is needed by package xml-commons-apis-1.3.02-0.b2.7jpp.10.x86_64 (base) Error: Missing Dependency: xml-commons = 1.3.02-0.b2.7jpp.10 is needed by package xml-commons-apis-1.3.02-0.b2.7jpp.10.x86_64 (base) I tried to install xml-commons, using sudo yum install xml-commons and it was successfully installed. I tried to install xml-commons-apis. like this, sudo yum install xml-commons-apis, but it failed with above error. Here is the version of my linux machine [kfmohamm@obelix ~]$ uname -a Linux obelix.ics.uci.edu 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux Thanks. -- View this message in context: http://maven.40175.n5.nabble.com/Maven2-installation-fails-on-Linux-x86-64-tp4954291p4954291.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
