आप यह भी जानना चाह सकते हैं कि आप dpkg --audit
वास्तविक समस्या क्या है यह देखने के लिए उपयोग कर सकते हैं ।
यदि आउटपुट कुछ इस तरह है:
The following packages are in a mess due to serious problems during installation.
They must be reinstalled for them (and any packages that depend on them)
to function properly:
gcdemu A GNOME panel applet to control CDEmu daemon
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
cdemu-daemon CDEmu daemon
cdemu-client A simple command-line client to control CDEmu daemon
The following packages are only half configured, probably due to problems
configuring them the first time. The configuration should be retried using
dpkg --configure <package> or the configure menu option in dselect:
transmission-daemon lightweight BitTorrent client (daemon)
vhba-dkms VHBA virtual host bus adapter module
आप कमांड चला सकते हैं: dpkg --configure <packagename>
dpkg --configure cdemu-daemon
के लिए
Reconfigure an unpacked package.
If -a or --pending is given instead of package, all unpacked but unconfigured
packages are configured.
इसके अलावा आप उपयोग कर सकते हैं:
sudo apt-get -f install
sudo apt-get --reinstall install gcdemu
उन पैकेजों को ठीक करने के लिए जो गड़बड़ी में हैं।
यहाँ से उदाहरण: http://ubuntuforums.org/archive/index.php/t-1502826.html