Ubuntu 16.04 Lts में कुबंटु-डेस्कटॉप स्थापित करने में असमर्थ


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)

कृपया इसे सुलझाने में मेरी मदद करें। धन्यवाद


ऐसा लगता है कि आपके पास दो परस्पर विरोधी पैकेज हो सकते हैं - कुबंटु द्वारा आवश्यक। मैं सिर्फ इस मुद्दे को जोड़ सकता हूं।
ज़ज़च ...

कोशिश करें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
सैम ग्लीस्के
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.