[How-to] Fix “E: Unable to parse package file /var/lib/apt/extended_states (1)” error in Synaptic or apt-get

Bharath | November 8th, 2009 - 5:11 pm


This is just a quick tip. If you are getting this error message in Synaptic:

E: Unable to parse package file /var/lib/apt/extended_states (1)
E: _cache->open() failed, please report

or this error in apt-get in command line:

Reading package lists… Done
Building dependency tree
Reading state information… Error!
E: Unable to parse package file /var/lib/apt/extended_states (1)

and both just fail to open or install, then just execute this in command line (terminal):

sudo mv /var/lib/apt/extended_states /var/lib/apt/extended_states_tmp

You are done. Thanks to this post

If you enjoyed this post, make sure you subscribe to my RSS feed!

One Response to “[How-to] Fix “E: Unable to parse package file /var/lib/apt/extended_states (1)” error in Synaptic or apt-get”

  1. Sathya says:

    Blogged: [How-to] Fix “E: Unable to parse package file /var/lib/apt/extended_states (1)” error in Synaptic or a… http://bit.ly/2oD7uR

You can leave a response, or trackback from your own site.

Leave a Reply