当前位置:   article > 正文

解决 Linux: Package in a very bad inconsistent state Sub-process /usr/bin/dpkg returned an error 的问题_processing was halted because there were too many

processing was halted because there were too many errors.
I am having a problem with a package that was not fully installed and now i cannot remove it nor reinstall it, nor install any other package. 
Package is libvlc0. I running Hardy.
I tried:
  1. sudo apt-get remove libvlc0
  2. dpkg: error processing libvlc0 (--remove):
  3. Package is in a very bad inconsistent state - you should
  4. reinstall it before attempting a removal.
  5. Errors were encountered while processing: libvlc0
  6. E: Sub-process /usr/bin/dpkg returned an error code (1)
And when I try reinstalling it again:

  1. sudo apt-get -f --reinstall install libvlc0
  2. Errors were encountered while processing:
  3. /var/cache/apt/archives/libvlc0_0.8.6.release.e+x264svn20071224+faad2.6.1-0ubuntu3_i386.deb
  4. Processing was halted because there were too many errors.
  5. E: Sub-process /usr/bin/dpkg returned an error code (1)

 

I found the solution http://www.ubuntugeek.com/package-in...-solution.html
1st: I must delete all relevant files in /var/lib/dpkg/info 

sudo rm /var/lib/dpkg/info/libvlc*

 

2nd: Force remove with dpkg

sudo dpkg -r --force-depends --force-remove-reinstreq libvlc0

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/88798
推荐阅读
相关标签
  

闽ICP备14008679号