Skip to content

Instantly share code, notes, and snippets.

@yellow5
Created June 16, 2011 14:32
Show Gist options
  • Save yellow5/1029333 to your computer and use it in GitHub Desktop.
Save yellow5/1029333 to your computer and use it in GitHub Desktop.
libssl installations on debian wheezy
cameron@cam-debian:~$ aptitude search libssl
p libcherokee-mod-libssl - Cherokee web server - SSL crypto functions plugin
i libssl-dev - SSL development libraries, header files and documentation
i A libssl-doc - SSL development documentation documentation
p libssl-ocaml - OCaml bindings for OpenSSL (runtime)
v libssl-ocaml-3hqg6 -
p libssl-ocaml-dev - OCaml bindings for OpenSSL
v libssl-ocaml-dev-3hqg6 -
i libssl0.9.8 - SSL shared libraries
p libssl0.9.8-dbg - Symbol tables for libssl and libcrypto
i libssl1.0.0 - SSL shared libraries
p libssl1.0.0-dbg - Symbol tables for libssl and libcrypto
cameron@cam-debian:~$ aptitude show libssl-dev
Package: libssl-dev
New: yes
State: installed
Automatically installed: no
Version: 1.0.0d-2
Priority: optional
Section: libdevel
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Uncompressed Size: 6,410 k
Depends: libssl1.0.0 (= 1.0.0d-2), zlib1g-dev
Recommends: libssl-doc
Description: SSL development libraries, header files and documentation
libssl and libcrypto development libraries, header files and manpages.
It is part of the OpenSSL implementation of SSL.
cameron@cam-debian:~$ aptitude show libssl0.9.8
Package: libssl0.9.8
State: installed
Automatically installed: no
Version: 0.9.8o-7
Priority: important
Section: libs
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Uncompressed Size: 2,544 k
Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0
Conflicts: libssl, libssl096-dev (< 0.9.6-2), openssl (< 0.9.6-2), ssleay (< 0.9.2b)
Description: SSL shared libraries
libssl and libcrypto shared libraries needed by programs like apache-ssl, telnet-ssl and openssh.
It is part of the OpenSSL implementation of SSL.
cameron@cam-debian:~$ aptitude show libssl1.0.0
Package: libssl1.0.0
State: installed
Automatically installed: no
Version: 1.0.0d-2
Priority: important
Section: libs
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Uncompressed Size: 2,904 k
Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0
Description: SSL shared libraries
libssl and libcrypto shared libraries needed by programs like apache-ssl, telnet-ssl and openssh.
It is part of the OpenSSL implementation of SSL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment