Guest User

Untitled

a guest
Mar 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. root@catch22:~# apt-get update && apt-get upgrade -y
  2. Hit:1 http://old.kali.org/kali sana InRelease
  3. Hit:2 http://old.kali.org/kali moto InRelease
  4. Hit:3 http://archive-12.kali.org/kali kali-rolling InRelease
  5. Hit:4 http://archive-9.kali.org/kali kali-bleeding-edge InRelease
  6. Reading package lists... Done
  7. Reading package lists... Done
  8. Building dependency tree
  9. Reading state information... Done
  10. You might want to run 'apt --fix-broken install' to correct these.
  11. The following packages have unmet dependencies:
  12. libmail-java : Depends: libactivation-java but it is not installed
  13. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  14.  
  15. root@catch22:~# apt--fix-broken install
  16. bash: apt--fix-broken: command not found
  17. root@catch22:~# apt --fix-broken install
  18. Reading package lists... Done
  19. Building dependency tree
  20. Reading state information... Done
  21. Correcting dependencies... Done
  22. The following package was automatically installed and is no longer required:
  23. libradare2-2.3
  24. Use 'apt autoremove' to remove it.
  25. The following additional packages will be installed:
  26. libactivation-java
  27. The following NEW packages will be installed:
  28. libactivation-java
  29. 0 upgraded, 1 newly installed, 0 to remove and 409 not upgraded.
  30. 97 not fully installed or removed.
  31. Need to get 0 B/84.8 kB of archives.
  32. After this operation, 152 kB of additional disk space will be used.
  33. Do you want to continue? [Y/n] y
  34. (Reading database ... 544400 files and directories currently installed.)
  35. Preparing to unpack .../libactivation-java_1.2.0-1_all.deb ...
  36. Unpacking libactivation-java (1.2.0-1) ...
  37. dpkg: error processing archive /var/cache/apt/archives/libactivation-java_1.2.0-1_all.deb (--unpack):
  38. trying to overwrite '/usr/share/maven-repo/javax/activation/activation/debian/activation-debian.pom', which is also in package glassfish-activation 1:2.1.1-b31g+dfsg1-2
  39. Errors were encountered while processing:
  40. /var/cache/apt/archives/libactivation-java_1.2.0-1_all.deb
  41. E: Sub-process /usr/bin/dpkg returned an error code (1)
Add Comment
Please, Sign In to add comment