Here's what's happening
$ sudo apt-get -f install
It spits out a bunch of lines that tell me it's to going remove some stuff, install some stuff, upgrade some stuff. I tell it to go ahead, it spits out some more lines, then it ends with
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg: error: parsing file '/var/lib/dpkg/available' near line 15229 package 'kde-plasmoid-cwp':
junk after word in `priority' field
E: Sub-process /usr/bin/dpkg returned an error code (2)
Running "sudo dpkg --configure -a" comes back clean.
Any ideas?
$ sudo apt-get -f install
It spits out a bunch of lines that tell me it's to going remove some stuff, install some stuff, upgrade some stuff. I tell it to go ahead, it spits out some more lines, then it ends with
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg: error: parsing file '/var/lib/dpkg/available' near line 15229 package 'kde-plasmoid-cwp':
junk after word in `priority' field
E: Sub-process /usr/bin/dpkg returned an error code (2)
Running "sudo dpkg --configure -a" comes back clean.
Any ideas?
Comment