Advertisement
Guest User

dpkg otuput

a guest
Oct 24th, 2017
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. dpkg -s libprotobuf-dev
  2.  
  3. Package: libprotobuf-dev
  4. Status: install ok installed
  5. Priority: optional
  6. Section: libdevel
  7. Installed-Size: 7871
  8. Maintainer: Debian protobuf maintainers <pkg-protobuf-devel@lists.alioth.debian.org>
  9. Architecture: amd64
  10. Multi-Arch: same
  11. Source: protobuf
  12. Version: 3.0.0-9
  13. Depends: zlib1g-dev, libprotobuf10 (= 3.0.0-9), libprotobuf-lite10 (= 3.0.0-9)
  14. Description: protocol buffers C++ library (development files)
  15. Protocol buffers are a flexible, efficient, automated mechanism for
  16. serializing structured data - similar to XML, but smaller, faster, and
  17. simpler. You define how you want your data to be structured once, then you can
  18. use special generated source code to easily write and read your structured
  19. data to and from a variety of data streams and using a variety of languages.
  20. You can even update your data structure without breaking deployed programs
  21. that are compiled against the "old" format.
  22. .
  23. Google uses Protocol Buffers for almost all of its internal RPC protocols and
  24. file formats.
  25. .
  26. This package contains the development headers and static libraries needed for
  27. writing C++ applications.
  28. Homepage: https://github.com/google/protobuf/
  29. ------
  30. dpkg -s protobuf-compiler
  31.  
  32. Package: protobuf-compiler
  33. Status: install ok installed
  34. Priority: optional
  35. Section: devel
  36. Installed-Size: 118
  37. Maintainer: Debian protobuf maintainers <pkg-protobuf-devel@lists.alioth.debian.org>
  38. Architecture: amd64
  39. Multi-Arch: foreign
  40. Source: protobuf
  41. Version: 3.0.0-9
  42. Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libprotobuf10, libprotoc10 (= 3.0.0-9), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
  43. Description: compiler for protocol buffer definition files
  44. Protocol buffers are a flexible, efficient, automated mechanism for
  45. serializing structured data - similar to XML, but smaller, faster, and
  46. simpler. You define how you want your data to be structured once, then you can
  47. use special generated source code to easily write and read your structured
  48. data to and from a variety of data streams and using a variety of languages.
  49. You can even update your data structure without breaking deployed programs
  50. that are compiled against the "old" format.
  51. .
  52. Google uses Protocol Buffers for almost all of its internal RPC protocols and
  53. file formats.
  54. .
  55. This package contains the protocol buffer compiler that is used for
  56. translating from .proto files (containing the definitions) to the language
  57. binding for the supported languages.
  58. Homepage: https://github.com/google/protobuf/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement