web-dev-qa-db-ja.com

APTアンメット依存関係account-plugin-facebookおよびgoogle

Kubuntu 16.04を実行していて、mateを試してみることにしました(デフォルトのackageをインストールしたに違いないと思いますが、わかりません)。 ubuntu-mate-desktopをインストールした今日までは正常に動作していました。 KDEアーカイブに既に存在するファイルが原因でインストールがクラッシュしました。私はグーグルプラグインを気にしませんし、Facebookを持っていないので、私は本当に気にしません。

しかし、apt-getコマンドは実行できなくなりました。 apt-get install -fは次を返します。

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  account-plugin-facebook account-plugin-google
The following NEW packages will be installed:
  account-plugin-facebook account-plugin-google
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/6 222 B of archives.
After this operation, 58,4 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 314495 files and directories currently installed.)
Preparing to unpack .../account-plugin-facebook_0.12+16.04.20160126-0ubuntu1_all.deb ...
Unpacking account-plugin-facebook (0.12+16.04.20160126-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/account-plugin-facebook_0.12+16.04.20160126-0ubuntu1_all.deb (--unpack):
 trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also in package kaccounts-providers 4:15.12.3-0ubuntu1
Preparing to unpack .../account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb ...
Unpacking account-plugin-google (0.12+16.04.20160126-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb (--unpack):
 trying to overwrite '/usr/share/accounts/providers/google.provider', which is also in package kaccounts-providers 4:15.12.3-0ubuntu1
Errors were encountered while processing:
 /var/cache/apt/archives/account-plugin-facebook_0.12+16.04.20160126-0ubuntu1_all.deb
 /var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

どうすれば再び機能するようになりますか?

ありがとう

3
RHarris

別のスレッドで解決策を見つけました:

Sudo dpkg -i --force-overwrite /var/cache/apt/archives/account-plugin-facebook_0.12+16.04.20160126-0ubuntu1_all.deb /var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb
Sudo apt-get install -f
5
RHarris