0

Possible Duplicate:
dpkg: error: parsing file ‘/var/lib/dpkg/available’ near line 0

Every application install attmept end in failure with this showing in the details:

installArchives() failed: dpkg: error: parsing file '/var/lib/dpkg/available' near line 0: newline in field name `ipts'

Existing apps work

1 Answers1

0

Try running these commands on the terminal

sudo dpkg --clear-avail

sudo apt-get update

think this will resolve the issue.

Hari
  • 143