我该如何解决下面的问题?
$ sudo apt-get install gtypist
sudo: unable to resolve host vanz
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/ppa.launchpad.net_noobslab_malys-themes_ubuntu_dists_xenial_main_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.
答案1
使用以下命令删除 PPA:
sudo add-apt-repository --remove ppa:whatever/ppa
(看如何删除 PPA?)
或者编辑文件并注释掉其中的所有内容。如果问题得到解决,稍后您可以将其删除。