/var/lib/dpkg/status
55497 লাইনে ত্রুটিতে উল্লিখিত ফাইলটি দেখার পরে আমি এটি দেখেছি:
Package: indicator-displex
Priority: optional
Section: GTK, system, admin
Installed-Size: 1524
Maintainer: Arick McNiel <arickmcniel AT yahoo DOT com>
Architecture: all
Version: 0.1
Depends: python, python-gtk2, python-central (>= 0.6.1), python-notify, python-appindicator, compiz
Size: 130748
Description: DisPlex
AppIndicator to interface with Compiz / Xrandr / Emerald.
.
The Displex (indicator-displex) application provides an AppIndicator to the display
interfaces of Compiz / Emerald / and Gnome Display Manager. In doing so, it hopes
to provide a product that is helpful for those applications without an AppIndicator
interface AND to minimize icons by combinine some functionality of the
gnome-display-manger AppIndicator icon.
DisPlex has the following features:
-Uses the new Ubuntu AppIndicator interface
-Provides interface for: COMPIZ, EMERALD, GNOME Display Properties
-Enables you to change decorators from the AppIndicator Tray
-Enables you to activate / deactivate Compiz Effects
-Enables you to switch window manager
-Provides the ability to hide/show desktop icons
Homepage: https://launchpad.net/displex; http://sourceforge.net/projects/displex/
আমি এই ফাইলটির একটি ব্যাকআপ তৈরি করেছি, এবং তারপরে এটি একটি পাঠ্য সম্পাদকে খুললাম। ( sudo vi /var/lib/dpkg/status
, তারপরে :55497
সেই লাইনে যেতে হবে))
.
"ডিসপ্লেক্সে নিম্নলিখিত বৈশিষ্ট্যগুলি রয়েছে:" আগে ফাঁকা রেখায় একটি যুক্ত করা সমস্যার সমাধান করে।
(vi এর সাথে অপরিচিত থাকলে ... এখানে একটি ইঙ্গিত দেওয়া হয়েছে: A
লাইন সংযোজন করতে, ESC
সন্নিবেশ মোডে প্রস্থান করার জন্য একটি স্থান এবং সময়কাল যোগ করুন, তারপরে :wq
লিখুন এবং প্রস্থান করুন)
আমি তখন দৌড়াতে সক্ষম হয়েছি sudo dpkg --configure -a
। দৌড়ানোর পরে sudo apt-get -f install
, আমি ফাইলটির জন্য একই রকম ত্রুটি দেখেছি /var/lib/dpkg/available
। আমি .
ত্রুটিতে উল্লিখিত লাইনে এই ফাইলটিতে একটি একক যুক্ত করেছি এবং এখন এটি বেশিরভাগ ক্ষেত্রেই কাজ করে।
আমি একটি শেষ সমস্যার মধ্যে দৌড়েছি যা এই বাগের মতো ।
Unpacking libatk-adaptor-schemas (from .../libatk-adaptor-schemas_2.4.0-1ubuntu2_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libatk-adaptor-schemas_2.4.0-1ubuntu2_amd64.deb (--unpack):
trying to overwrite '/usr/share/glib-2.0/schemas/org.a11y.atspi.gschema.xml', which is also in package libatk-adaptor 2.2.1-0ubuntu1
ErrorMessage: trying to overwrite '/usr/share/glib-2.0/schemas/org.a11y.atspi.gschema.xml', which is also in package libatk-adaptor 2.2.1-0ubuntu1
এই সমস্যাটি সমাধান করতে:
sudo apt-get update
sudo apt-get dist-upgrade