打开软件中心Ubuntu Software Center的时候
出现crash report :The application Ubuntu Software Center has closed unexpectly。
关了这个对话框后 又出现
Invalid problem report:Could not determine the package or source package name。

一开始想sudo apt-get remove minidwep-gtk-30419-ubuntu1204.deb 重新安装个低版本的水滴

但出现了下面的情况:

Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/ubuntu.org.ua_getdeb_en%5fUS
E: The package lists or status file could not be parsed or opened.


解决方案如下:

sudo rm /var/lib/apt/lists/* -vf

sudo apt-get update

之后软件中心Ubuntu Software Center正常打开

相关文章:

  • 2021-08-26
  • 2022-12-23
  • 2021-09-24
  • 2021-04-05
  • 2022-03-08
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-01
  • 2022-03-05
  • 2022-12-23
  • 2021-10-25
  • 2021-06-18
  • 2021-04-04
相关资源
相似解决方案