우분투 16.04 Lts에서 kubuntu-Desktop을 설치할 수 없습니다


13

다음 스 니펫은 내가 설치하는 데 사용한 것 kubuntu-desktop입니다.ubuntu-16.04 LTS

sudo apt-get install kubuntu-desktop

오류 메시지가 나타납니다.

kubuntu-desktop is already the newest version (1.338).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 kde-telepathy-minimal : Depends: kde-config-telepathy-accounts (>= 15.04.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

사용하여 설치하려고 할 때 오류 메시지에 따라

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:
  kde-config-telepathy-accounts
The following NEW packages will be installed:
  kde-config-telepathy-accounts
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
680 not fully installed or removed.
Need to get 0 B/137 kB of archives.
After this operation, 825 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 283314 files and directories currently installed.)
Preparing to unpack .../kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb ...
Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack):
 trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
 /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

이 문제를 해결하도록 도와주세요. 감사합니다.


Kubuntu에 필요한 두 개의 충돌 패키지가있는 것 같습니다. 그게 내가 문제에 추가 할 수있는 전부입니다.
Zzzach ...

시도sudo apt-get dist-upgrade -f
ThisIsNotAnId

답변:


24

강제 덮어 쓰기를 수행하여이 문제를 해결했습니다.

sudo dpkg -i --force-overwrite  /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb

그런 다음 설치를 고정

sudo apt-get install -f

1
솔루션 주셔서 감사합니다. 그것은 나를 위해 문제를 해결했습니다. 런치 패드에서 알려진 버그입니다. bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1557698
Sam Gleske 2013 년
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.