0

When I run apt-get update or apt-get upgrade, I get the following error messages:

E: Encountered a section with no Package: header  
E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en
M. Becerra
  • 3,448
Eric Anderson
  • 63
  • 1
  • 1
  • 5

1 Answers1

2

Run these commands:

sudo rm /var/lib/apt/lists/*
sudo apt-get update
Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94