Advertisement
Guest User

Untitled

a guest
Sep 10th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. elliot@hyssop:~/libnss_fix$ wget http://mirrors.kernel.org/ubuntu/pool/main/n/nss/libnss3_3.17-1ubuntu1_amd64.deb
  2. --2014-09-10 20:56:47-- http://mirrors.kernel.org/ubuntu/pool/main/n/nss/libnss3_3.17-1ubuntu1_amd64.deb
  3. Resolving mirrors.kernel.org (mirrors.kernel.org)... 149.20.20.135, 149.20.4.71, 2001:4f8:1:10:0:1994:3:14, ...
  4. Connecting to mirrors.kernel.org (mirrors.kernel.org)|149.20.20.135|:80... connected.
  5. HTTP request sent, awaiting response... 200 OK
  6. Length: 1120512 (1.1M) [application/vnd.debian.binary-package]
  7. Saving to: ‘libnss3_3.17-1ubuntu1_amd64.deb’
  8.  
  9. 100%[=====================================================================================================================================================================================================================================================================================>] 1,120,512 570KB/s in 1.9s
  10.  
  11. 2014-09-10 20:56:50 (570 KB/s) - ‘libnss3_3.17-1ubuntu1_amd64.deb’ saved [1120512/1120512]
  12.  
  13. elliot@hyssop:~/libnss_fix$ sudo dpkg -i libnss3_3.17-1ubuntu1_amd64.deb
  14. dpkg: regarding libnss3_3.17-1ubuntu1_amd64.deb containing libnss3:amd64:
  15. libnss3-dbg:amd64 conflicts with libnss3 (>> 2:3.15.4-0ubuntu0.13.10.2)
  16. libnss3:amd64 (version 2:3.17-1ubuntu1) is to be installed.
  17.  
  18. dpkg: error processing libnss3_3.17-1ubuntu1_amd64.deb (--install):
  19. conflicting packages - not installing libnss3:amd64
  20. Errors were encountered while processing:
  21. libnss3_3.17-1ubuntu1_amd64.deb
  22. elliot@hyssop:~/libnss_fix$ sudo apt-get remove libnss3
  23. Reading package lists... Done
  24. Building dependency tree
  25. Reading state information... Done
  26. You might want to run 'apt-get -f install' to correct these:
  27. The following packages have unmet dependencies.
  28. ca-certificates-java : Depends: libnss3 (>= 3.12.9+ckbi-1.82-0ubuntu3~) but it is not going to be installed
  29. google-chrome-stable : Depends: libnss3 (>= 3.14.3) but it is not going to be installed
  30. google-chrome-unstable : Depends: libnss3 (>= 3.14.3) but it is not going to be installed
  31. libnss3-1d : Depends: libnss3 (= 2:3.16.3-1ubuntu1) but it is not going to be installed
  32. libnss3-dev : Depends: libnss3 (= 2:3.15.4-0ubuntu0.13.10.2) but it is not going to be installed
  33. libnss3-nssdb : Depends: libnss3 (= 2:3.16.3-1ubuntu1) but it is not going to be installed
  34. libnss3-tools : Depends: libnss3 (>= 2:3.15) but it is not going to be installed
  35. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  36. elliot@hyssop:~/libnss_fix$ sudo dpkg -i libnss3_3.17-1ubuntu1_amd64.deb
  37. dpkg: regarding libnss3_3.17-1ubuntu1_amd64.deb containing libnss3:amd64:
  38. libnss3-dbg:amd64 conflicts with libnss3 (>> 2:3.15.4-0ubuntu0.13.10.2)
  39. libnss3:amd64 (version 2:3.17-1ubuntu1) is to be installed.
  40.  
  41. dpkg: error processing libnss3_3.17-1ubuntu1_amd64.deb (--install):
  42. conflicting packages - not installing libnss3:amd64
  43. Errors were encountered while processing:
  44. libnss3_3.17-1ubuntu1_amd64.deb
  45. elliot@hyssop:~/libnss_fix$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement