Advertisement
Guest User

Untitled

a guest
Jan 26th, 2011
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. # sudo aptitude search sun-java
  2. c sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent files)
  3. c sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6
  4. c sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture independent file
  5. p sun-javadb-client - Java DB client
  6. p sun-javadb-common - Java DB common files
  7. p sun-javadb-core - Java DB core
  8. p sun-javadb-demo - Java DB demo
  9. p sun-javadb-doc - Java DB documentation
  10. p sun-javadb-javadoc - Java DB javadoc
  11.  
  12. # sudo aptitude show sun-java6-bin
  13. No current or candidate version found for sun-java6-bin
  14. Package: sun-java6-bin
  15. State: not installed
  16. Version: 6.22-0ubuntu1~9.10.1
  17. Priority: optional
  18. Section: non-free/java
  19. Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
  20. Uncompressed Size: 88.4M
  21. Depends: sun-java6-jre (>= 6.22-0ubuntu1~9.10.1), unixodbc, libc6
  22. PreDepends: debconf (>= 0.5) | debconf-2.0
  23. Recommends: libasound2, libx11-6, libxext6, libxi6, libxtst6, libnss-mdns
  24. Suggests: binfmt-support
  25. Conflicts: binfmt-support (< 1.1.2)
  26. Description: Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent files)
  27. The Sun Java Platform Standard Edition Runtime Environment (JRE) 6 contains the Java virtual machine, runtime class libraries, and Java
  28. application launcher that are necessary to run programs written in the Java progamming language. It is not a development environment and
  29. doesn't contain development tools such as compilers or debuggers. For development tools, see the Java Development Kit JDK(TM) 6 (package
  30. sun-java6-jdk).
  31.  
  32. This package contains architecture dependent files.
  33. Homepage: https://jdk-distros.dev.java.net
  34.  
  35. # sudo aptitude show binfmt-support
  36. Package: binfmt-support
  37. State: installed
  38. Automatically installed: yes
  39. Version: 1.2.18
  40. Priority: optional
  41. Section: admin
  42. Maintainer: Colin Watson <cjwatson@debian.org>
  43. Uncompressed Size: 168k
  44. Depends: perl, lsb-base (>= 3.0-6)
  45. Description: Support for extra binary formats
  46. The binfmt_misc kernel module, contained in versions 2.1.43 and later of the Linux kernel, allows system administrators to register
  47. interpreters for various binary formats based on a magic number or their file extension, and cause the appropriate interpreter to be
  48. invoked whenever a matching file is executed. Think of it as a more flexible version of the #! executable interpreter mechanism.
  49.  
  50. This package provides an 'update-binfmts' script with which package maintainers can register interpreters to be used with this module
  51. without having to worry about writing their own init.d scripts, and which sysadmins can use for a slightly higher-level interface to this
  52. module.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement