Advertisement
Guest User

Untitled

a guest
Aug 21st, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. brous_000@ubuntu:~$ sudo apt-get -f install
  2. [sudo] password for brous_000:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following packages were automatically installed and are no longer required:
  7. ttf-dejavu-extra java-common tzdata-java
  8. Use 'apt-get autoremove' to remove them.
  9. The following packages will be REMOVED:
  10. sun-java6-jre
  11. 0 upgraded, 0 newly installed, 1 to remove and 4 not upgraded.
  12. 1 not fully installed or removed.
  13. After this operation, 0 B of additional disk space will be used.
  14. Do you want to continue [Y/n]? y
  15. dpkg: warning: there's no installed package matching sun-java6-jre:amd64
  16. apt-gbrous_000@ubuntu:~$ sudo apt-get autoremove
  17. Reading package lists... Done
  18. Building dependency tree
  19. Reading state information... Done
  20. The following packages will be REMOVED:
  21. java-common sun-java6-jre ttf-dejavu-extra tzdata-java
  22. 0 upgraded, 0 newly installed, 4 to remove and 4 not upgraded.
  23. 1 not fully installed or removed.
  24. After this operation, 7,217 kB disk space will be freed.
  25. Do you want to continue [Y/n]? y
  26. dpkg: warning: there's no installed package matching sun-java6-jre:amd64
  27. (Reading database ...
  28. dpkg: warning: files list file for package `sun-java6-jre' missing, assuming package has no files currently installed.
  29. (Reading database ... 193100 files and directories currently installed.)
  30. Removing java-common ...
  31. Removing ttf-dejavu-extra ...
  32. Removing tzdata-java ...
  33. Processing triggers for man-db ...
  34. Processing triggers for doc-base ...
  35. Processing 2 removed doc-base files...
  36. Registering documents with scrollkeeper...
  37. Processing triggers for fontconfig ...
  38. brous_000@ubuntu:~$ java -version
  39. java version "1.7.0_06"
  40. Java(TM) SE Runtime Environment (build 1.7.0_06-b24)
  41. Java HotSpot(TM) 64-Bit Server VM (build 23.2-b09, mixed mode)
  42. brous_000@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement