I apt-get installed mozialla-firefox and this seemed to cause problems with the mozilla browser in my apt, so I removed the mozilla browser and now I am getting this when I run apt-get upgrade:

Code:
root@cyclonus:/home/john# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  mozilla-locale-de-at: Depends: mozilla-browser (>= 2:1.6)
E: Unmet dependencies. Try using -f.
root@cyclonus:/home/john#
it won't let me remove mozilla-locale-de-at, and running apt-get install -f does not help either it returns this:

Code:
root@cyclonus:/home/john# apt-get install -f
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  mozilla-locale-de-at
0 upgraded, 0 newly installed, 1 to remove and 6 not upgraded.
Need to get 0B of archives.
After unpacking 3432kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 118395 files and directories currently installed.)
Removing mozilla-locale-de-at ...
/var/lib/dpkg/info/mozilla-locale-de-at.postrm: line 7: update-mozilla-chrome: command not found
dpkg: error processing mozilla-locale-de-at (--remove):
 subprocess post-removal script returned error exit status 127
Errors were encountered while processing:
 mozilla-locale-de-at
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@cyclonus:/home/john#
Now I cannot use apt to do anything, it gives me the same error no matter what I do with it, I tried to reinstall mozilla-browser and that also did not help, I believe the initial error was caused when firefox upgraded some of the packages that the mozilla browser wanted.