2016-10-27 3 views
-1

私はneo4jが提供する公式ガイドに従ってUbuntuにインストールしようとしましたが、ある時点でsources.listファイルに2つのエントリが誤って追加されてインストールが試行されました。その後、エントリを削除して始めから開始しましたが、このエラーが表示されます。neo4j cantをインストールする

$ sudo apt-get install neo4j 
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
Some packages could not be installed. This may mean that you have 
requested an impossible situation or if you are using the unstable 
distribution that some required packages have not yet been created 
or been moved out of Incoming. 
The following information may help to resolve the situation: 
The following packages have unmet dependencies: 
neo4j : Depends: daemon but it is not installable 
E: Unable to correct problems, you have held broken packages. 

答えて

0

sources.listファイルを再構築し、sudo apt-get updateを実行してください。私の場合、sources.listファイルが欠けていたため、生成する必要がありました。

関連する問題