1

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
4

4 に答える 4

0

別のリポジトリを試すことができます。私は同じ問題に直面し、リポジトリの「メインサーバー」に切り替えました。そしてそれは大丈夫です

于 2015-02-10T13:03:12.613 に答える