sometimes we may encounter the error info below when using apt-get:

Reading package lists... Error!

E: Encountered a section with no Package: header

E: Problem with MergeList  /var/lib/apt/lists/ ...

E: The package lists or status file could not be parsed or opened.

 

we can run two commands below in the terminal:

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

sudo apt-get update

done!

相关文章:

  • 2022-12-23
  • 2022-01-28
  • 2021-04-02
  • 2022-01-12
  • 2022-12-23
  • 2021-12-07
  • 2021-11-29
  • 2021-07-13
猜你喜欢
  • 2021-11-18
  • 2022-12-23
  • 2021-11-24
  • 2021-05-12
  • 2022-12-23
  • 2021-11-07
  • 2022-02-02
相关资源
相似解决方案