Advertisement
Guest User

Untitled

a guest
Jan 31st, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. naeblis@system:~$ wget http://security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3-1d_3.12.9+ckbi-1.82-0ubuntu0.8.04.1_amd64.deb
  2. --2012-01-31 21:07:34-- http://security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3-1d_3.12.9+ckbi-1.82-0ubuntu0.8.04.1_amd64.deb
  3. Resolving security.ubuntu.com... 91.189.92.167, 91.189.92.166
  4. Connecting to security.ubuntu.com|91.189.92.167|:80... connected.
  5. HTTP request sent, awaiting response... 200 OK
  6. Length: 1207114 (1.2M) [application/x-debian-package]
  7. Saving to: `libnss3-1d_3.12.9+ckbi-1.82-0ubuntu0.8.04.1_amd64.deb.1'
  8.  
  9. 100%[==============================================================================================================================>] 1,207,114 52.7K/s in 20s
  10.  
  11. 2012-01-31 21:07:54 (59.1 KB/s) - `libnss3-1d_3.12.9+ckbi-1.82-0ubuntu0.8.04.1_amd64.deb.1' saved [1207114/1207114]
  12.  
  13. naeblis@system:~$ sudo dpkg -i libnss3-1d*.deb
  14. Selecting previously deselected package libnss3-1d.
  15. (Reading database ... 189563 files and directories currently installed.)
  16. Unpacking libnss3-1d (from libnss3-1d_3.12.9+ckbi-1.82-0ubuntu0.8.04.1_amd64.deb) ...
  17. dpkg: dependency problems prevent configuration of libnss3-1d:
  18. libnss3-1d depends on libnspr4-0d (>= 4.8.6); however:
  19. Package libnspr4-0d is not installed.
  20. dpkg: error processing libnss3-1d (--install):
  21. dependency problems - leaving unconfigured
  22. Errors were encountered while processing:
  23. libnss3-1d
  24. naeblis@system:~$ sudo apt-get install -f
  25. Reading package lists... Done
  26. Building dependency tree
  27. Reading state information... Done
  28. Correcting dependencies... Done
  29. The following packages will be REMOVED:
  30. libnss3-1d
  31. 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  32. 1 not fully installed or removed.
  33. After this operation, 3,375 kB disk space will be freed.
  34. Do you want to continue [Y/n]? n
  35. Abort.
  36. naeblis@system:~$ sudo apt-get install chromium-browser
  37. Reading package lists... Done
  38. Building dependency tree
  39. Reading state information... Done
  40. You might want to run 'apt-get -f install' to correct these:
  41. The following packages have unmet dependencies:
  42. chromium-browser : Depends: chromium-browser-inspector but it is not going to be installed
  43. Depends: chromium-codecs-ffmpeg (>= 0.6) but it is not going to be installed or
  44. chromium-codecs-ffmpeg-extra (>= 0.6) but it is not going to be installed
  45. Recommends: chromium-browser-l10n but it is not going to be installed
  46. libnss3-1d : Depends: libnspr4-0d (>= 4.8.6) but it is not going to be installed
  47. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  48. naeblis@system:~$ sudo apt-get install -f
  49. Reading package lists... Done
  50. Building dependency tree
  51. Reading state information... Done
  52. Correcting dependencies... Done
  53. The following packages will be REMOVED:
  54. libnss3-1d
  55. 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  56. 1 not fully installed or removed.
  57. After this operation, 3,375 kB disk space will be freed.
  58. Do you want to continue [Y/n]? y
  59. (Reading database ... 189580 files and directories currently installed.)
  60. Removing libnss3-1d ...
  61. Processing triggers for libc-bin ...
  62. ldconfig deferred processing now taking place
  63. naeblis@system:~$ sudo apt-get install chromium-browser
  64. Reading package lists... Done
  65. Building dependency tree
  66. Reading state information... Done
  67. Some packages could not be installed. This may mean that you have
  68. requested an impossible situation or if you are using the unstable
  69. distribution that some required packages have not yet been created
  70. or been moved out of Incoming.
  71. The following information may help to resolve the situation:
  72.  
  73. The following packages have unmet dependencies:
  74. chromium-browser : Depends: libnss3-1d (>= 3.12.3) but it is not going to be installed
  75. E: Broken packages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement