当我尝试安装 git ( sudo apt-get install git
) 时,出现以下错误:
root@ServerC--Frrole2:/usr/tomcat/apache-tomcat-7.0.25# sudo apt-get install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
git : Depends: liberror-perl but it is not going to be installed
Depends: git-man (> 1:1.7.5.4) but it is not going to be installed
Depends: git-man (< 1:1.7.5.4-.) but it is not going to be installed
sun-java6-jre : Depends: sun-java6-bin (>= 6.26-2natty1) but it is not going to be installed or
ia32-sun-java6-bin (>= 6.26-2natty1) but it is not going to be installed
Recommends: gsfonts-x11 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
如果有人知道如何解决这个问题,请帮助!
编辑:
现在,在运行更多命令之后。我得到以下状态。
root@ServerC--Frrole2:/usr/tomcat/apache-tomcat-7.0.25# apt-get install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package sun-java6-jre needs to be reinstalled, but I can't find an archive for it.
我不知道安装 git 与安装 Java 有什么关系。我已经用tomcat安装了java。
root@ServerC--Frrole2:/usr/tomcat/apache-tomcat-7.0.25# which java
/usr/tomcat/jdk1.7.0_02/bin/java