I keep running into 'Error: BrokenCount > 0', which started appearing after an update and a few program installs.

This is the error in more detail:
Code:
The following packages have unmet dependencies:

bind9-host: Depends: libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.2) but 1:9.8.1.dfsg.P1-4ubuntu0.3 is installed
            Depends: libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.2) but 1:9.8.1.dfsg.P1-4ubuntu0.3 is installed
            Depends: libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.2) but 1:9.8.1.dfsg.P1-4ubuntu0.3 is installed
            Depends: libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.2) but 1:9.8.1.dfsg.P1-4ubuntu0.3 is installed
            Depends: liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.2) but 1:9.8.1.dfsg.P1-4ubuntu0.3 is installed
dnsutils: Depends: libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.2) but 1:9.8.1.dfsg.P1-4ubuntu0.3 is installed
          Depends: libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.2) but 1:9.8.1.dfsg.P1-4ubuntu0.3 is installed
          Depends: libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.2) but 1:9.8.1.dfsg.P1-4ubuntu0.3 is installed
          Depends: libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.2) but 1:9.8.1.dfsg.P1-4ubuntu0.3 is installed
          Depends: liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.2) but 1:9.8.1.dfsg.P1-4ubuntu0.3 is installed
I also tried to do a sudo apt-get install -f, but ran into this error:
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  libunity6 linux-headers-3.2.0-24 linux-headers-3.2.0-24-generic
  linux-headers-3.2.0-24-generic-pae
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  bind9-host dnsutils
Suggested packages:
  rblcheck
The following packages will be upgraded:
  bind9-host dnsutils
2 upgraded, 0 newly installed, 0 to remove and 361 not upgraded.
2 not fully installed or removed.
Need to get 0 B/197 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
dpkg: dependency problems prevent configuration of bind9-host:
 bind9-host depends on libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.2); however:
  Version of libbind9-80 on system is 1:9.8.1.dfsg.P1-4ubuntu0.3.
 bind9-host depends on libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.2); however:
  Version of libdns81 on system is 1:9.8.1.dfsg.P1-4ubuntu0.3.
 bind9-host depends on libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.2); however:
  Version of libisc83 on system is 1:9.8.1.dfsg.P1-4ubuntu0.3.
 bind9-host depends on libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.2); however:
  Version of libisccfg82 on system is 1:9.8.1.dfsg.P1-4ubuntu0.3.
 bind9-host depends on liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.2); however:
  Version of liblwres80 on system is 1:9.8.1.dfsg.P1-4ubuntu0.3.
dpkg: error processing bind9-host (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                          dpkg: dependency problems prevent configuration of dnsutils:
 dnsutils depends on libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.2); however:
  Version of libbind9-80 on system is 1:9.8.1.dfsg.P1-4ubuntu0.3.
 dnsutils depends on libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.2); however:
  Version of libdns81 on system is 1:9.8.1.dfsg.P1-4ubuntu0.3.
 dnsutils depends on libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.2); however:
  Version of libisc83 on system is 1:9.8.1.dfsg.P1-4ubuntu0.3.
 dnsutils depends on libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.2); however:
  Version of libisccfg82 on system is 1:9.8.1.dfsg.P1-4ubuntu0.3.
 dnsutils depends on liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.2); however:
  Version of liblwres80 on system is 1:9.8.1.dfsg.P1-4ubuntu0.3.
 dnsutils depends on bind9-host | host; however:
  Package bind9-host is not configured yet.
  Package host is not installed.
  Package bind9-host which provides host is not configured yet.
dpkg: error processing dnsutils (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                          Errors were encountered while processing:
 bind9-host
 dnsutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
So what should I try to do to fix this? Thanks.