dpkg- ডাইভার্ট: ত্রুটি: পুনঃনামকরণে `/usr/lib/xorg/protocol.txt 'ওভাররাইটিং জড়িত রয়েছে` /usr/lib/xorg/protocol-precise.txt' সহ, অনুমোদিত নয়


7

আমি সবেমাত্র উবুন্টু (12.04.4) ইনস্টল করেছি এবং আমি 13.10 এ আপগ্রেড করেছি

কীভাবে এটি ঠিক করতে হবে আমার কোনও ধারণা নেই: /

$ sudo apt-get install -f

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  xserver-common-lts-saucy
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 1,718 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 175174 files and directories currently installed.)
Removing xserver-common-lts-saucy ...
Removing 'diversion of /usr/lib/xorg/protocol.txt to /usr/lib/xorg/protocol-precise.txt by xserver-common-lts-saucy'
dpkg-divert: error: rename involves overwriting `/usr/lib/xorg/protocol.txt' with
  different file `/usr/lib/xorg/protocol-precise.txt', not allowed
dpkg: error processing xserver-common-lts-saucy (--remove):
 subprocess installed post-removal script returned error exit status 2
Errors were encountered while processing:
 xserver-common-lts-saucy
E: Sub-process /usr/bin/dpkg returned an error code (1)

এর আউটপুট পোস্ট করুন ls /usr/lib/xorg
অবিনাশ রাজ

ম / usr / lib / Xorg মডিউল প্রোটোকল-precise.txt protocol.txt
Terho

এটি আমাকেও সহায়তা করেছে very সবকিছু এখন ঠিক আছে T ধন্যবাদ :)

উত্তর:


11

নীচের আদেশগুলি চেষ্টা করুন,

sudo mv /usr/lib/xorg/protocol-precise.txt /usr/lib/xorg/protocol-precise.txt.bak
sudo apt-get -f install

উপরের কমান্ডগুলি সেই পাঠ্য ফাইলটির নাম পরিবর্তন protocol-precise.txtকরে protocol-precise.txt.bakএবং নির্ভরতাগুলি স্থির করে।

আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.