web-dev-qa-db-ja.com

Gearyがインストールされていません

何度も試行してもGearyがインストールされないという問題があります。以下は私が得ているエラーです。是正措置とは何か教えてくださいありがとう!

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:
 geary : Depends: libgee-0.8-2 (>= 0.14.0) but 0.10.5-1ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
1
Shash

次のppaをインストールします: https://launchpad.net/~vala-team/+archive/ubuntu/ppa

使用:

Sudo add-apt-repository ppa:vala-team/ppa

次に、更新とアップグレードを実行します

Sudo apt-get update
Sudo apt-get upgrade

その後、ギアをインストールするだけです(毎日のppaから)

Sudo apt-get install geary
3
user369611