2017-05-04 5 views
1

私は数時間のためにgitをインストールしようとしているLinuxのミントのGitをインストールすることはできませんが、私は何でも私はこのエラーを取得:ここで私は答えを読んだは17.3

sudo apt-get install git 
 
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: 
 
git : Depends: liberror-perl but it is not installable 
 
E: Unable to correct problems, you have held broken packages.

をし、Iここから sudo apt-get update
sudo apt-get upgrade sudo apt-get install -f

私が試した解決策:成功せずに次のことを試してみました」VEの

https://superuser.com/questions/899311/apt-get-error-when-installing-git

私は/var/lib/apt/lists/*のすべてを削除し、sudo apt-get update を走った私はまたliberror-perlをインストールしようとしましたが、その後、folllowingエラー:パッケージでこの問題を修正する可能性がどのように

Reading package lists... Done Building dependency tree
Reading state information... Done Package liberror-perl is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'liberror-perl' has no installation candidate

?ありがとう。

更新日:今、私は別のパッケージをインストールしようとしたと私は同じエラーを得た:

Package 'devscripts' has no installation candidate

答えて

0

あなたは、このリンクでの指示に従ってしようとしたことがありますか? https://tecadmin.net/install-git-on-ubuntu/

$ sudo add-apt-repository ppa:git-core/ppa 
$ sudo apt-get update 
$ sudo apt-get install git 
+0

はい、私はちょうどそれを見つけたと私はこれを試してみましたが、今私は、重複gitのパッケージを持っています。私はパッケージの何が間違っているのか理解できません。 'W:Duplicate sources.list entry http://ppa.launchpad.net/git-core/ppa/ubuntu/ trusty/main amd64パッケージ(/ var/lib/apt/lists/ppa)を以下に示します。 )/ i386パッケージ(/ var/lib/apt/lists/ppa)をコピーしてください。 .launchpad.net_git-core_ppa_ubuntu_dists_trusty_main_binary-i386_Packages) ' –

関連する問題