The problem...
I did an apt-get update and an apt-get upgrade. Some dependencies did not download, and so I had to do `apt-get -f install` to fix that. The thing is I get an error about /var/lib/dpkg/available
- Code: Select all
root@hayek:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
e2fsprogs
Suggested packages:
gpart parted e2fsck-static
The following packages will be upgraded:
e2fsprogs
1 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
Need to get 0 B/955 kB of archives.
After this operation, 26.6 kB of additional disk space will be used.
Do you want to continue ?
Reading changelogs... Done
dpkg: error: parsing file '/var/lib/dpkg/available' near line 43223 package 'libatk1.0-0':
duplicate value for `Package' field
E: Sub-process /usr/bin/dpkg returned an error code (2)

