Advertisement
Guest User

Untitled

a guest
Sep 10th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. elliot@hyssop:~$ sudo apt-get remove libnss3-1d libnss3-nssdb
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt-get -f install' to correct these:
  6. The following packages have unmet dependencies.
  7. flashplugin-installer : Depends: libnss3-1d but it is not going to be installed
  8. openjdk-7-jre-headless : Depends: libnss3-1d (>= 3.12.9+ckbi-1.82-0ubuntu4) but it is not going to be installed
  9. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  10. elliot@hyssop:~$ sudo apt-get -f install
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. Correcting dependencies... failed.
  15. The following packages have unmet dependencies.
  16. libnss3-1d : Depends: libnss3 (= 2:3.16.3-1ubuntu1) but 2:3.15.4-0ubuntu0.13.10.2 is installed
  17. libnss3-nssdb : Depends: libnss3 (= 2:3.16.3-1ubuntu1) but 2:3.15.4-0ubuntu0.13.10.2 is installed
  18. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  19. E: Unable to correct dependencies
  20. elliot@hyssop:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement