Advertisement
Guest User

Untitled

a guest
May 23rd, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. phdp@desktop:~$ sudo apt-get install typesafe-stack
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. typesafe-stack is already the newest version.
  6. You might want to run 'apt-get -f install' to correct these:
  7. The following packages have unmet dependencies:
  8. typesafe-stack : Depends: scala 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. phdp@desktop:~$ sudo apt-get install scala
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. The following packages were automatically installed and are no longer required:
  15. gstreamer0.10-fluendo-mp3:i386 scala-library liboil0.3:i386
  16. Use 'apt-get autoremove' to remove them.
  17. The following NEW packages will be installed:
  18. scala
  19. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  20. 4 not fully installed or removed.
  21. Need to get 0 B/21.5 MB of archives.
  22. After this operation, 0 B of additional disk space will be used.
  23. (Reading database ... 329381 files and directories currently installed.)
  24. Unpacking scala (from .../scala_2.9.2-400_all.deb) ...
  25. dpkg: error processing /var/cache/apt/archives/scala_2.9.2-400_all.deb (--unpack):
  26. trying to overwrite '/usr/share/java/scala-partest.jar', which is also in package scala-library 2.9.1.dfsg-3
  27. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  28. Errors were encountered while processing:
  29. /var/cache/apt/archives/scala_2.9.2-400_all.deb
  30. E: Sub-process /usr/bin/dpkg returned an error code (1)
  31. phdp@desktop:~$ scala
  32. The program 'scala' is currently not installed. You can install it by typing:
  33. sudo apt-get install scala
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement