Advertisement
Guest User

Untitled

a guest
Nov 12th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.66 KB | None | 0 0
  1. [t0ken@t0ken.:~]
  2. [15:04:16]--> sudo apt-get upgrade
  3. Reading package lists... Done
  4. Building dependency tree      
  5. Reading state information... Done
  6. You might want to run 'apt-get -f install' to correct these.
  7. The following packages have unmet dependencies:
  8.  icedtea-6-plugin : Depends: icedtea-netx (= 1.2-2ubuntu1.3) but it is not installed
  9. E: Unmet dependencies. Try using -f.
  10. [t0ken@t0ken.:~]
  11. [15:04:19]--> sudo apt-get -f install
  12. Reading package lists... Done
  13. Building dependency tree      
  14. Reading state information... Done
  15. Correcting dependencies... Done
  16. The following extra packages will be installed:
  17.   icedtea-netx
  18. The following NEW packages will be installed:
  19.   icedtea-netx
  20. 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
  21. 8 not fully installed or removed.
  22. Need to get 0 B/14.7 kB of archives.
  23. After this operation, 137 kB of additional disk space will be used.
  24. Do you want to continue [Y/n]? y
  25. (Reading database ... 257391 files and directories currently installed.)
  26. Unpacking icedtea-netx (from .../icedtea-netx_1.2-2ubuntu1.3_amd64.deb) ...
  27. dpkg: error processing /var/cache/apt/archives/icedtea-netx_1.2-2ubuntu1.3_amd64.deb (--unpack):
  28.  unable to open '/usr/lib/jvm/java-7-openjdk-amd64/jre/man/man1/itweb-settings.1.gz.dpkg-new': No such file or directory
  29. No apport report written because the error message indicates an issue on the local system
  30.                                                                                          Processing triggers for man-db ...
  31. Errors were encountered while processing:
  32.  /var/cache/apt/archives/icedtea-netx_1.2-2ubuntu1.3_amd64.deb
  33. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement