Package: bind9-host
Status: install ok installed
Priority: standard
Section: net
Installed-Size: 140
Maintainer: LaMont Jones <lamont@debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-9+deb8u10
Replaces: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0)
Provides: host
Depends: libbind9-90 (= 1:9.9.5.dfsg-9+deb8u10), libc6 (>= 2.4), libcap2 (>= 1:2.10), libcomerr2 (>= 1.01), libdns100 (= 1:9.9.5.dfsg-9+deb8u10), libgssapi-krb5-2 (>= 1.6.dfsg.2), libisc95 (= 1:9.9.5.dfsg-9+deb8u10), libisccfg90 (= 1:9.9.5.dfsg-9+deb8u10), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), liblwres90 (= 1:9.9.5.dfsg-9+deb8u10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.6.27)
Conflicts: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0)
Description: Version of 'host' bundled with BIND 9.X
 This package provides the 'host' program in the form that is bundled with
 the BIND 9.X sources.

Package: iputils-ping
Status: install ok installed
Priority: important
Section: net
Installed-Size: 116
Maintainer: Noah Meyerhans <noahm@debian.org>
Architecture: amd64
Source: iputils (3:20121221-5)
Version: 3:20121221-5+b2
Provides: ping
Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libgnutls-openssl27 (>= 3.0-0)
Recommends: libcap2-bin
Description: Tools to test the reachability of network hosts
 The ping command sends ICMP ECHO_REQUEST packets to a host in order to
 test if the host is reachable via the network.
 .
 This package includes a ping6 utility which supports IPv6 network
 connections.

Package: libedit2
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 277
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libedit
Version: 3.1-20140620-2
Depends: libbsd0 (>= 0.0), libc6 (>= 2.17), libtinfo5
Pre-Depends: multiarch-support
Description: BSD editline and history libraries
 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline.
Homepage: http://www.thrysoee.dk/editline/

Package: libpam-runtime
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 1447
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: all
Multi-Arch: foreign
Source: pam
Version: 1.1.8-3.1+deb8u2
Replaces: libpam0g-dev, libpam0g-util
Depends: debconf (>= 0.5) | debconf-2.0, debconf (>= 1.5.19) | cdebconf, libpam-modules (>= 1.0.1-6)
Conflicts: libpam0g-util
Conffiles:
 /etc/pam.conf 87fc76f18e98ee7d3848f6b81b3391e5
 /etc/pam.d/other 31aa7f2181889ffb00b87df4126d1701
Description: Runtime support for the PAM library
 Contains configuration files and  directories required for
 authentication  to work on Debian systems.  This package is required
 on almost all installations.
Homepage: http://pam.sourceforge.net/

Package: vim-tiny
Status: install ok installed
Priority: important
Section: editors
Installed-Size: 1051
Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: vim
Version: 2:7.4.488-7+deb8u2
Provides: editor
Depends: vim-common (= 2:7.4.488-7+deb8u2), libacl1 (>= 2.2.51-8), libc6 (>= 2.15), libselinux1 (>= 1.32), libtinfo5
Suggests: indent
Conffiles:
 /etc/vim/vimrc.tiny cda3c912e5fd54a07996ee29b14c58eb
Description: Vi IMproved - enhanced vi editor - compact version
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains a minimal version of vim compiled with no
 GUI and a small subset of features in order to keep small the
 package size. This package does not depend on the vim-runtime
 package, but installing it you will get its additional benefits
 (online documentation, plugins, ...).
Homepage: http://www.vim.org/

Package: libncurses5
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 306
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Multi-Arch: same
Source: ncurses (5.9+20140913-1)
Version: 5.9+20140913-1+b1
Depends: libtinfo5 (= 5.9+20140913-1+b1), libc6 (>= 2.15)
Pre-Depends: multiarch-support, libtinfo5 (>= 5.9-3)
Recommends: libgpm2
Description: shared libraries for terminal handling
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared libraries necessary to run programs
 compiled with ncurses.
Homepage: http://invisible-island.net/ncurses/

Package: python-simplejson
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 209
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: amd64
Source: simplejson
Version: 3.6.5-1
Provides: python2.7-simplejson
Depends: python (>= 2.7~), python:any (>= 2.7.5-5~), python (<< 2.8), libc6 (>= 2.4)
Recommends: libjs-jquery
Description: simple, fast, extensible JSON encoder/decoder for Python
 simplejson is a simple, fast, complete, correct and extensible JSON
 <http://json.org> encoder and decoder.
 .
 The encoder may be subclassed to provide serialization in any kind of
 situation, without any special support by the objects to be serialized
 (somewhat like pickle).
 .
 The decoder can handle incoming JSON strings of any specified encoding
 (UTF-8 by default).
 .
 simplejson is the externally maintained development version of the json
 library included with Python 2.6 and Python 3.0, but maintains backwards
 compatibility with Python 2.5.
Homepage: http://undefined.org/python/#simplejson

Package: dmeventd
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 119
Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: lvm2 (2.02.111-2.2+deb8u1)
Version: 2:1.02.90-2.2+deb8u1
Depends: libc6 (>= 2.15), libdevmapper-event1.02.1 (>= 2:1.02.74), libdevmapper1.02.1 (>= 2:1.02.90), liblvm2cmd2.02 (>= 2.02.111), init-system-helpers (>= 1.18~)
Description: Linux Kernel Device Mapper event daemon
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but EVMS, software
 raid, and other drivers that create "virtual" block devices.
 .
 This package contains a daemon to monitor events of devmapper devices.
Homepage: http://sources.redhat.com/lvm2/

Package: webmin-filemin
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 1020
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - File Manager
 Fast and light file manager written in perl

Package: turnkey-sysinfo
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 8
Maintainer: Liraz Siri <liraz@sterilesecurity.com>
Architecture: amd64
Version: 0+2015.2.16+10.49.16+ffdcf089
Depends: python (>= 2.4), turnkey-pylib
Description: Displays TurnKey GNU/Linux system information

Package: libaudit1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 157
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: amd64
Multi-Arch: same
Source: audit (1:2.4-1)
Version: 1:2.4-1+b1
Depends: libaudit-common (>= 1:2.4-1), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: Dynamic library for security auditing
 The audit-libs package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
Homepage: http://people.redhat.com/sgrubb/audit/

Package: libdns100
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 1928
Maintainer: LaMont Jones <lamont@debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-9+deb8u10
Replaces: libbind0
Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libcomerr2 (>= 1.01), libgeoip1, libgssapi-krb5-2 (>= 1.10+dfsg~), libisc95, libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.6.27)
Conflicts: libbind0, libbind9-41
Description: DNS Shared Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the libdns shared library used by BIND's daemons and
 clients.

Package: readline-common
Status: install ok installed
Priority: important
Section: utils
Installed-Size: 109
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Multi-Arch: foreign
Source: readline6
Version: 6.3-8
Replaces: libreadline-common, libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11)
Depends: dpkg (>= 1.15.4) | install-info
Suggests: readline-doc
Conflicts: libreadline-common, libreadline5 (<< 5.0-11)
Description: GNU readline and history libraries, common files
 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.

Package: ncurses-term
Status: install ok installed
Priority: standard
Section: misc
Installed-Size: 2187
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Multi-Arch: foreign
Source: ncurses
Version: 5.9+20140913-1
Replaces: bogl-bterm (<< 0.1.18-7), mlterm-common (<< 3.0.2-1), ncurses-base (<< 5.7+20100313-1), suckless-tools (<< 39)
Breaks: bogl-bterm (<< 0.1.18-7), mlterm-common (<< 3.0.2-1), suckless-tools (<< 39)
Description: additional terminal type definitions
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains all of the numerous terminal definitions not found in
 the ncurses-base package.
Homepage: http://invisible-island.net/ncurses/

Package: libauthen-pam-perl
Status: install ok installed
Priority: optional
Section: perl
Installed-Size: 127
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libauthen-pam-perl (0.16-3)
Version: 0.16-3+b1
Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.14), libpam0g (>= 0.99.7.1)
Description: Perl interface to PAM library
 The Authen::PAM module provides a Perl interface to the PAM library.
 It provides compatibility with both newer and older PAM libraries,
 allowing the use of any of the known names for a give constant.
Homepage: https://metacpan.org/release/Authen-PAM

Package: libtinfo5
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 480
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Multi-Arch: same
Source: ncurses (5.9+20140913-1)
Version: 5.9+20140913-1+b1
Replaces: libncurses5 (<< 5.9-3)
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Breaks: dialog (<< 1.2-20130523)
Description: shared low-level terminfo library for terminal handling
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared low-level terminfo library.
Homepage: http://invisible-island.net/ncurses/

Package: libgdbm3
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 85
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Multi-Arch: same
Source: gdbm
Version: 1.8.3-13.1
Depends: libc6 (>= 2.14), dpkg (>= 1.15.4) | install-info
Pre-Depends: multiarch-support
Description: GNU dbm database routines (runtime version)
 GNU dbm ('gdbm') is a library of database functions that use extendible
 hashing and works similarly to the standard UNIX 'dbm' functions.
 .
 The basic use of 'gdbm' is to store key/data pairs in a data file, thus
 providing a persistent version of the 'dictionary' Abstract Data Type
 ('hash' to perl programmers).
Homepage: http://directory.fsf.org/project/gdbm/

Package: libfontconfig1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 467
Maintainer: Keith Packard <keithp@debian.org>
Architecture: amd64
Multi-Arch: same
Source: fontconfig
Version: 2.11.0-6.3+deb8u1
Provides: libfontconfig
Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1), fontconfig-config (>= 2.11.0-6.3+deb8u1)
Pre-Depends: multiarch-support
Breaks: xpdf (<= 3.03-11)
Description: generic font configuration library - runtime
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This package contains the runtime library needed to launch applications
 using fontconfig.

Package: perl-base
Essential: yes
Status: install ok installed
Priority: required
Section: perl
Installed-Size: 5097
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: amd64
Source: perl
Version: 5.20.2-3+deb8u6
Replaces: libfile-path-perl, libfile-temp-perl, libio-socket-ip-perl, libperl5.8 (<< 5.8.0-20), libscalar-list-utils-perl, libsocket-perl, libxsloader-perl, perl (<< 5.10.1-12), perl-modules (<< 5.20.1-3)
Provides: libfile-path-perl, libfile-temp-perl, libio-socket-ip-perl, libscalar-list-utils-perl, libsocket-perl, libxsloader-perl, perl5-base, perlapi-5.20.0, perlapi-5.20.1, perlapi-5.20.2
Pre-Depends: libc6 (>= 2.14), dpkg (>= 1.17.17)
Suggests: perl
Breaks: autoconf2.13 (<< 2.13-45), libalien-wxwidgets-perl (<< 0.65+dfsg-2), libanyevent-perl (<< 7.070-2), libcommon-sense-perl (<< 3.72-2~), libfile-path-perl (<< 2.09), libfile-spec-perl (<< 3.4801), libfile-temp-perl (<< 0.2304), libgtk2-perl-doc (<< 2:1.2491-4), libio-socket-ip-perl (<< 0.29), libjcode-perl (<< 2.13-3), libmarc-charset-perl (<< 1.2), libscalar-list-utils-perl (<< 1:1.38), libsocket-perl (<< 2.013), libxsloader-perl (<< 0.17), pdl (<< 1:2.007-4), perl (<< 5.20.0~)
Conflicts: defoma (<< 0.11.12), doc-base (<< 0.10.3), mono-gac (<< 2.10.8.1-3), safe-rm (<< 0.8), update-inetd (<< 4.41)
Description: minimal Perl system
 Perl is a scripting language used in many system scripts and utilities.
 .
 This package provides a Perl interpreter and the small subset of the
 standard run-time library required to perform basic tasks. For a full
 Perl installation, install "perl" (and its dependencies, "perl-modules"
 and "perl-doc").
Homepage: http://dev.perl.org/perl5/

Package: libudev1
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 132
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 215-17+deb8u6
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Description: libudev shared library
 This library provides access to udev device information.
Homepage: http://www.freedesktop.org/wiki/Software/systemd

Package: libxtables10
Status: install ok installed
Priority: important
Section: net
Installed-Size: 111
Maintainer: Laurence J. Lane <ljlane@debian.org>
Architecture: amd64
Source: iptables (1.4.21-2)
Version: 1.4.21-2+b1
Replaces: iptables (<< 1.4.16.3-3)
Depends: libc6 (>= 2.14)
Breaks: iptables (<< 1.4.16.3-3)
Description: netfilter xtables library
 The user-space interface to the Netfilter xtables kernel framework.
Homepage: http://www.netfilter.org/

Package: webmin-raid
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 92
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831), webmin-fdisk, webmin-mount
Description: Webmin module - Linux RAID
 Create RAID 0, 1, 4, 5, 6, 10 and linear devices on
 a Linux system.

Package: mktemp
Status: install ok installed
Priority: extra
Section: oldlibs
Installed-Size: 41
Maintainer: Michael Stone <mstone@debian.org>
Architecture: all
Source: coreutils
Version: 8.23-4
Pre-Depends: coreutils (>= 7.4-1)
Description: coreutils mktemp transitional package
 Empty package to facilitate upgrades, can be safely removed.

Package: git-man
Status: install ok installed
Priority: optional
Section: doc
Installed-Size: 1299
Maintainer: Gerrit Pape <pape@smarden.org>
Architecture: all
Multi-Arch: foreign
Source: git
Version: 1:2.1.4-2.1+deb8u2
Replaces: git (<< 1:1.7.4~rc1), git-core (<< 1:1.7.0.4-1.)
Breaks: git (<< 1:1.7.4~rc1)
Description: fast, scalable, distributed revision control system (manual pages)
 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides reference documentation for use by the 'man'
 utility and the 'git help' command.
Homepage: http://git-scm.com/

Package: cpio
Status: install ok installed
Priority: important
Section: utils
Installed-Size: 648
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 2.11+dfsg-4.1+deb8u1
Replaces: cpio-mt
Depends: libc6 (>= 2.17)
Suggests: libarchive1
Conflicts: cpio-mt, mt-st (<< 0.6)
Description: GNU cpio -- a program to manage archives of files
 GNU cpio is a tool for creating and extracting archives, or copying
 files from one place to another.  It handles a number of cpio formats
 as well as reading and writing tar files.
Homepage: http://www.gnu.org/software/cpio/

Package: libpopt0
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 131
Maintainer: Paul Martin <pm@debian.org>
Architecture: amd64
Multi-Arch: same
Source: popt
Version: 1.16-10
Replaces: popt
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Conflicts: libpopt-dev (<= 1.4-1), popt, rpm (<= 4.0.2-3)
Description: lib for parsing cmdline parameters
 Popt was heavily influenced by the getopt() and getopt_long() functions,
 but it allows more powerful argument expansion. It can parse arbitrary
 argv[] style arrays and automatically set variables based on command
 line arguments. It also allows command line arguments to be aliased via
 configuration files and includes utility functions for parsing arbitrary
 strings into argv[] arrays using shell-like rules.
 .
 This package contains the runtime library and locale data.
Homepage: http://rpm5.org/

Package: libisccc90
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 61
Maintainer: LaMont Jones <lamont@debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-9+deb8u10
Replaces: libbind0
Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libisc95, libxml2 (>= 2.6.27)
Conflicts: libbind0, libbind9-41
Description: Command Channel Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the libisccc shared library used by BIND's daemons
 and clients, particularly rndc.

Package: kmod
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 274
Maintainer: Marco d'Itri <md@linux.it>
Architecture: amd64
Multi-Arch: foreign
Version: 18-3
Replaces: module-init-tools (<< 4)
Depends: libc6 (>= 2.17), libkmod2 (= 18-3), lsb-base (>= 3.0-6)
Breaks: alsa-base (<= 1.0.25+3), module-init-tools (<< 4), oss-compat (= 4)
Conffiles:
 /etc/init.d/kmod 96948a484687c865b98806684649cee8
Description: tools for managing Linux kernel modules
 This package contains a set of programs for loading, inserting, and
 removing kernel modules for Linux.
 It replaces module-init-tools.

Package: libattr1
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 30
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Multi-Arch: same
Source: attr
Version: 1:2.4.47-2
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Conflicts: attr (<< 2.0.0)
Description: Extended attribute shared library
 Contains the runtime environment required by programs that make use
 of extended attributes.
Homepage: http://savannah.nongnu.org/projects/attr/

Package: webmin-sshd
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 189
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - SSH Server
 Setup the SSH server for remote secure logins.

Package: libk5crypto3
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 281
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12.1+dfsg-19+deb8u2
Depends: libc6 (>= 2.14), libkeyutils1 (>= 1.4), libkrb5support0 (>= 1.12~alpha1+dfsg)
Pre-Depends: multiarch-support
Suggests: krb5-doc, krb5-user
Breaks: libgssapi-krb5-2 (<= 1.10+dfsg~alpha1), libkrb5-3 (<= 1.8~aa)
Conflicts: libkrb53
Description: MIT Kerberos runtime libraries - Crypto Library
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime cryptography libraries used by
 applications and Kerberos clients.
Homepage: http://web.mit.edu/kerberos/

Package: libss2
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 82
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
Multi-Arch: same
Source: e2fsprogs (1.42.12-2)
Version: 1.42.12-2+b1
Replaces: e2fsprogs (<< 1.34-1)
Depends: libcomerr2, libc6 (>= 2.17)
Pre-Depends: multiarch-support
Description: command-line interface parsing library
 libss provides a simple command-line interface parser which will
 accept input from the user, parse the command into an argv argument
 vector, and then dispatch it to a handler function.
 .
 It was originally inspired by the Multics SubSystem library.
Homepage: http://e2fsprogs.sourceforge.net

Package: liblockfile-bin
Status: install ok installed
Priority: standard
Section: utils
Installed-Size: 71
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: amd64
Multi-Arch: foreign
Source: liblockfile
Version: 1.09-6
Replaces: liblockfile1 (<< 1.09-1)
Depends: libc6 (>= 2.4)
Breaks: liblockfile1 (<< 1.09-1)
Description: support binaries for and cli utilities based on liblockfile
 This package contains support binaries for the liblockfile library,
 and the command-line utility ``dotlockfile''.

Package: libestr0
Status: install ok installed
Priority: extra
Section: libs
Installed-Size: 50
Maintainer: Pierre Chifflier <pollux@debian.org>
Architecture: amd64
Source: libestr
Version: 0.1.9-1.1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: Helper functions for handling strings (lib)
 The 'libestr' library implements some helper functions to
 handle strings and easily, escaping special characters etc.
 .
 This package contains the shared library.
Homepage: http://libestr.sourceforge.net/

Package: libexpat1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 347
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Multi-Arch: same
Source: expat
Version: 2.1.0-6+deb8u3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: wink (<= 1.5.1060-4)
Description: XML parsing C library - runtime library
 This package contains the runtime, shared library of expat, the C
 library for parsing XML. Expat is a stream-oriented parser in
 which an application registers handlers for things the parser
 might find in the XML document (like start tags).
Homepage: http://expat.sourceforge.net

Package: libparted2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 503
Maintainer: Parted Maintainer Team <parted-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: parted
Version: 3.2-7
Replaces: libparted0 (<< 2.2-4), libparted1 (<< 2.2), libparted1.4 (<< 1.4.24-2)
Provides: libparted
Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.90), libuuid1 (>= 2.16)
Pre-Depends: multiarch-support
Suggests: parted, libparted-dev, libparted-i18n (= 3.2-7)
Breaks: python-parted (<< 3.6-5)
Conflicts: libparted1 (<< 2.2), parted (<< 1.4.13+14pre1)
Description: disk partition manipulator - shared library
 GNU Parted is a program that allows you to create, destroy, resize,
 move, and copy disk partitions. This is useful for creating space
 for new operating systems, reorganizing disk usage, and copying data
 to new hard disks.
 .
 This package contains the shared library.
Homepage: http://www.gnu.org/software/parted

Package: less
Status: install ok installed
Priority: important
Section: text
Installed-Size: 253
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 458-3
Depends: libc6 (>= 2.14), libtinfo5, debianutils (>= 1.8)
Description: pager program similar to more
 This package provides "less", a file pager (that is, a memory-efficient
 utility for displaying text one screenful at a time). Less has many
 more features than the basic pager "more". As part of the GNU project,
 it is widely regarded as the standard pager on UNIX-derived systems.
 .
 Also provided are "lessecho", a simple utility for ensuring arguments
 with spaces are correctly quoted; "lesskey", a tool for modifying the
 standard (vi-like) keybindings; and "lesspipe", a filter for specific
 types of input, such as .doc or .txt.gz files.
Homepage: http://www.greenwoodsoftware.com/less/

Package: liblzma5
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 309
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: amd64
Multi-Arch: same
Source: xz-utils (5.1.1alpha+20120614-2)
Version: 5.1.1alpha+20120614-2+b3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: XZ-format compression library
 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
 compression format, which provides memory-hungry but powerful
 compression (often better than bzip2) and fast, easy decompression.
 .
 The native format of liblzma is XZ; it also supports raw (headerless)
 streams and the older LZMA format used by lzma. (For 7-Zip's related
 format, use the p7zip package instead.)
Homepage: http://tukaani.org/xz/

Package: fontconfig-config
Status: install ok installed
Priority: optional
Section: fonts
Installed-Size: 425
Maintainer: Keith Packard <keithp@debian.org>
Architecture: all
Multi-Arch: foreign
Source: fontconfig
Version: 2.11.0-6.3+deb8u1
Replaces: fontconfig (<< 2.3.2-2)
Depends: debconf (>= 0.5) | debconf-2.0, ucf (>= 0.29), fonts-dejavu-core | ttf-bitstream-vera | fonts-liberation | fonts-freefont
Conflicts: fontconfig (<< 2.3.2-2)
Conffiles:
 /etc/fonts/conf.d/README 42d13304ed2e9e5b60b74d6ed29b3729
 /etc/fonts/fonts.conf eb95ec3d184f6007edbcf5a0c2cbf0bc
Description: generic font configuration library - configuration
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This package contains the configuration files and scripts for fontconfig.

Package: pycurl-wrapper
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 15
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: amd64
Version: 1.2
Depends: python (>= 2.4), python-pycurl, python-simplejson
Suggests: python-profiler
Description: Simplified wrapper for python-pycurl

Package: klibc-utils
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 342
Maintainer: maximilian attems <maks@debian.org>
Architecture: amd64
Source: klibc
Version: 2.0.4-2
Depends: libklibc (= 2.0.4-2)
Breaks: initramfs-tools (<< 0.103)
Description: small utilities built with klibc for early boot
 This package contains a collection of programs that are linked
 against klibc. These duplicate some of the functionality of a
 regular Linux toolset, but are typically much smaller than their
 full-function counterparts.  They are intended for inclusion in
 initramfs images and embedded systems.
Homepage: http://git.kernel.org/?p=libs/klibc/klibc.git;a=summary

Package: cron-apt
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 100
Maintainer: Ola Lundqvist <opal@debian.org>
Architecture: all
Version: 0.9.2
Depends: apt
Recommends: liblockfile1, mailx, cron
Conffiles:
 /etc/cron.d/cron-apt 293b1638131468f398152865bac245d4
 /etc/logrotate.d/cron-apt a733dd41a64a7cc134ef258e852d135f
 /etc/cron-apt/action.d/0-update bd7e303bb529e32e21411dab0e365376
 /etc/cron-apt/action.d/3-download 5a3653966fa49e0ab13a83e005cf5ed1
 /etc/cron-apt/config 4cec1bc433bbc073eec573c94d5f9f2e
Description: automatic update of packages using apt-get
 Contains a tool that is run by a cron job at regular intervals. By default it
 just updates the package list and downloads new packages without installing.
 You can instruct it to run anything that you can do with apt-get
 (or aptitude).
 .
 It can optionally send mail to the system administrator on errors, log
 to syslog or a separate log file.
 .
 Observe that this tool may be a security risk, so you should not set it
 to do more than necessary. Automatic upgrade of all packages is NOT
 recommended unless you are in full control of the package repository.

Package: python-crypto
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 1276
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Architecture: amd64
Version: 2.6.1-5+deb8u1
Provides: python2.7-crypto
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libgmp10
Suggests: python-crypto-dbg, python-crypto-doc
Breaks: python-keyring (<= 0.7.1-1)
Description: cryptographic algorithms and protocols for Python
 A collection of cryptographic algorithms and protocols, implemented
 for use from Python. Among the contents of the package:
 .
  * Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256.
  * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
  * Stream encryption algorithms: ARC4, simple XOR.
  * Public-key algorithms: RSA, DSA, ElGamal.
  * Protocols: All-or-nothing transforms, chaffing/winnowing.
  * Miscellaneous: RFC1751 module for converting 128-bit keys
    into a set of English words, primality testing, random number generation.
Homepage: http://www.pycrypto.org/

Package: di-live
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 6267
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: amd64
Version: 0.9.5+14+ga32c8d0
Depends: libc6 (>= 2.8), libdebian-installer4 (>= 0.99+deb8u1), libparted-fs-resize0 (>= 3.1), libparted2 (>= 3.1), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), grub-pc, python (>= 2.4), debconf, libdebconfclient0, os-prober
Recommends: whiptail, kbd, lvm2, file, eject
Conffiles:
 /etc/init.d/di-live f1b10d58db047db062b9b45c0ad8538a
Description: Debian Installer for Live systems

Package: libperl4-corelibs-perl
Status: install ok installed
Priority: optional
Section: perl
Installed-Size: 256
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 0.003-1
Depends: perl
Description: libraries historically supplied with Perl 4
 This is a collection of .pl files that have historically been bundled with
 the Perl core but are planned not to be so distributed with core version
 5.15 or later. Relying on their presence in the core distribution is
 deprecated; they should be acquired from this package instead. From core
 version 5.13, until their removal, it is planned that the core versions of
 these libraries will emit a warning when loaded. The separately packaged
 version will not emit such a warning.
Homepage: http://search.cpan.org/dist/Perl4-CoreLibs/

Package: libhogweed2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 223
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: amd64
Multi-Arch: same
Source: nettle
Version: 2.7.1-5+deb8u2
Depends: libc6 (>= 2.14), libgmp10 (>= 2:6.0.0), libnettle4 (= 2.7.1-5+deb8u2)
Pre-Depends: multiarch-support
Breaks: libgnutls-deb0-28 (<< 3.3.8-6+deb8u4)
Description: low level cryptographic library (public-key cryptos)
 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains the asymmetric cryptographic algorithms, which,
 require the GNU multiple precision arithmetic library (libgmp) for
 their large integer computations.
Homepage: http://www.lysator.liu.se/~nisse/nettle/

Package: mysql-server
Status: install ok installed
Priority: optional
Section: database
Installed-Size: 123
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Architecture: all
Source: mysql-5.5
Version: 5.5.54-0+deb8u1
Depends: mysql-server-5.5
Description: MySQL database server (metapackage depending on the latest version)
 This is an empty package that depends on the current "best" version of
 mysql-server (currently mysql-server-5.5), as determined by the MySQL
 maintainers. Install this package if in doubt about which MySQL
 version you need. That will install the version recommended by the
 package maintainers.
 .
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
Homepage: http://dev.mysql.com/

Package: libpam-modules-bin
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 248
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: pam
Version: 1.1.8-3.1+deb8u2
Replaces: libpam-modules (<< 1.1.3-8)
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32)
Description: Pluggable Authentication Modules for PAM - helper binaries
 This package contains helper binaries used by the standard set of PAM
 modules in the libpam-modules package.
Homepage: http://pam.sourceforge.net/

Package: webmin-syslog
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 104
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - System Logs
 Configure the syslog server on your system and view
 its log files.

Package: grep
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 1272
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 2.20-4.1
Provides: rgrep
Depends: dpkg (>= 1.15.4) | install-info
Pre-Depends: libc6 (>= 2.14), libpcre3 (>= 1:8.35)
Conflicts: rgrep
Description: GNU grep, egrep and fgrep
 'grep' is a utility to search for text in files; it can be used from the
 command line or in scripts.  Even if you don't want to use it, other packages
 on your system probably will.
 .
 The GNU family of grep utilities may be the "fastest grep in the west".
 GNU grep is based on a fast lazy-state deterministic matcher (about
 twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
 search for a fixed string that eliminates impossible text from being
 considered by the full regexp matcher without necessarily having to
 look at every character. The result is typically many times faster
 than Unix grep or egrep. (Regular expressions containing backreferencing
 will run more slowly, however.)
Homepage: http://www.gnu.org/software/grep/

Package: ifupdown
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 122
Maintainer: Andrew Shadura <andrewsh@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 0.7.53.1
Replaces: netbase (<< 5.0)
Depends: iproute2 | iproute (>= 20071016-1), libc6 (>= 2.14), lsb-base (>= 4.1+Debian3), initscripts (>= 2.88dsf-25), adduser
Recommends: isc-dhcp-client | dhcp-client
Suggests: ppp, rdnssd, net-tools
Breaks: dhcp3-client (<< 4.0), netbase (<< 5.0)
Conffiles:
 /etc/default/networking 35cd4a2713981c9239ce4532c1bfc1c7
 /etc/init.d/networking 6b377b7e2cfece0c9d1c81f40002636f
 /etc/init/network-interface-container.conf 4daa570594afc50940f140a7731d20d1
 /etc/init/network-interface-security.conf feb6b4b52fe24c44ff1bc68addf245d6
 /etc/init/network-interface.conf aae12345eba8e946579b06798b1752c1
 /etc/init/networking.conf c50811e19bcd596d99b0467b40cfbb8b
 /etc/network/if-down.d/upstart 1a0205ddbc1446782a8d4d818e97d8a5
 /etc/network/if-up.d/upstart dfbcde4fd4a3a2553930605e03e160ab
Description: high level tools to configure network interfaces
 This package provides the tools ifup and ifdown which may be used to
 configure (or, respectively, deconfigure) network interfaces based on
 interface definitions in the file /etc/network/interfaces.

Package: libjpeg62-turbo
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 341
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Multi-Arch: same
Source: libjpeg-turbo
Version: 1:1.3.1-12
Replaces: libjpeg62
Provides: libjpeg62
Depends: libc6 (>= 2.14)
Conflicts: libjpeg62
Description: libjpeg-turbo JPEG runtime library
 The libjpeg-turbo JPEG library is a library for handling JPEG files.
 .
 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
 SSE2, NEON) to accelerate baseline JPEG compression and decompression
 on x86, x86-64, and ARM systems.  The libjpeg-turbo JPEG library is
 an API/ABI compatible with the IJG JPEG library.
 .
 This package contains the shared runtime library.
Homepage: http://www.libjpeg-turbo.org/

Package: psmisc
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 764
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 22.21-2
Replaces: procps (<< 1:1.2)
Depends: libc6 (>= 2.14), libtinfo5
Description: utilities that use the proc file system
 This package contains miscellaneous utilities that use the proc FS:
 .
  - fuser: identifies processes that are using files or sockets.
  - killall: kills processes by name (e.g. "killall -HUP named").
  - peekfd: shows the data traveling over a file descriptor.
  - pstree: shows currently running processes as a tree.
  - prtstat: print the contents of /proc/<pid>/stat
Homepage: http://psmisc.sf.net/

Package: libssl1.0.0
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 3075
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: openssl
Version: 1.0.1t-1+deb8u6
Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0
Pre-Depends: multiarch-support
Description: Secure Sockets Layer toolkit - shared libraries
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It provides the libssl and libcrypto shared libraries.

Package: python-support
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 163
Maintainer: Josselin Mouette <joss@debian.org>
Architecture: all
Version: 1.0.15
Depends: python (>= 2.5), python-minimal, dpkg (>= 1.14.19)
Conflicts: debhelper (<< 5.0.38)
Description: automated rebuilding support for Python modules
 This package contains the 'update-python-modules' script, which takes
 care of byte-compilation of Python-only modules.
 .
 Private modules are automatically rebuilt upon major Python upgrades,
 avoiding the need for strong dependencies.
 .
 Public modules are automatically made available for all installed
 Python versions.

Package: base-passwd
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 185
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 3.5.37
Replaces: base
Depends: libc6 (>= 2.8), libdebconfclient0 (>= 0.145)
Recommends: debconf (>= 0.5) | debconf-2.0
Description: Debian base system master password and group files
 These are the canonical master copies of the user database files
 (/etc/passwd and /etc/group), containing the Debian-allocated user and
 group IDs. The update-passwd tool is provided to keep the system databases
 synchronized with these master files.

Package: libparted-fs-resize0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 293
Maintainer: Parted Maintainer Team <parted-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: parted
Version: 3.2-7
Depends: libc6 (>= 2.14), libparted2 (= 3.2-7)
Pre-Depends: multiarch-support
Suggests: libparted-dev
Description: disk partition manipulator - shared FS resizing library
 GNU Parted is a program that allows you to create, destroy, resize,
 move, and copy disk partitions. This is useful for creating space
 for new operating systems, reorganizing disk usage, and copying data
 to new hard disks.
 .
 This package contains the libparted-fs-resize shared library for
 resizing HFS+ and FAT file systems.
Homepage: http://www.gnu.org/software/parted

Package: e2fslibs
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 386
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
Multi-Arch: same
Source: e2fsprogs (1.42.12-2)
Version: 1.42.12-2+b1
Replaces: e2fsprogs (<< 1.34-1)
Provides: libe2p2, libext2fs2
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Description: ext2/ext3/ext4 file system libraries
 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package provides the ext2fs and e2p libraries, for userspace software
 that directly accesses extended file systems. Programs that use libext2fs
 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
 dumpe2fs, chattr, and lsattr.
Homepage: http://e2fsprogs.sourceforge.net

Package: grub-pc-bin
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 2750
Maintainer: GRUB Maintainers <pkg-grub-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-22+deb8u1
Replaces: grub-common (<= 1.97~beta2-1), grub-pc (<< 1.99-1), grub2 (<< 2.02~beta2-22+deb8u1)
Depends: libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.36), grub-common (= 2.02~beta2-22+deb8u1)
Suggests: desktop-base (>= 4.0.6)
Description: GRand Unified Bootloader, version 2 (PC/BIOS binaries)
 GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
 cleaner design than its predecessors, and provides the following new features:
 .
  - Scripting in grub.cfg using BASH-like syntax.
  - Support for modern partition maps such as GPT.
  - Modular generation of grub.cfg via update-grub.  Packages providing GRUB
    add-ons can plug in their own script rules and trigger updates by invoking
    update-grub.
  - VESA-based graphical mode with background image support and complete 24-bit
    color set.
  - Support for extended charsets.  Users can write UTF-8 text to their menu
    entries.
 .
 This package contains a version of GRUB that has been built for use with
 traditional PC/BIOS architecture.  It will not automatically install GRUB
 as the active boot loader, nor will it automatically update grub.cfg on
 upgrade, so most people should install grub-pc instead.
Homepage: http://www.gnu.org/software/grub/

Package: acpi-support-base
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 68
Maintainer: Debian Acpi Team <pkg-acpi-devel@lists.alioth.debian.org>
Architecture: all
Source: acpi-support
Version: 0.142-6
Replaces: acpi-support (<< 0.109-1)
Depends: acpid (>= 1.0.4)
Suggests: acpi-support, consolekit
Conffiles:
 /etc/acpi/events/powerbtn-acpi-support 6d7b29590b83666f56d2cac27c06c18b
 /etc/acpi/powerbtn-acpi-support.sh f13615cfa8c981395c26e18d55936bb1
Description: scripts for handling base ACPI events such as the power button
 This package contains scripts to react to various base ACPI events
 such as the power button. For more extensive ACPI support, including support
 for suspend-to-RAM and for various laptop features, install the package
 "acpi-support".

Package: dialog
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 1383
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: amd64
Version: 1.2-20140911-1
Provides: libdialog-dev
Depends: libc6 (>= 2.15), libncursesw5 (>= 5.6+20070908), libtinfo5, debianutils (>= 1.6)
Description: Displays user-friendly dialog boxes from shell scripts
 This application provides a method of displaying several different types
 of dialog boxes from shell scripts.  This allows a developer of a script
 to interact with the user in a much friendlier manner.
 .
 The following types of boxes are at your disposal:
  yes/no           Typical query style box with "Yes" and "No" answer buttons
  menu             A scrolling list of menu choices with single entry selection
  input            Query style box with text entry field
  message          Similar to the yes/no box, but with only an "Ok" button
  text             A scrollable text box that works like a simple file viewer
  info             A message display that allows asynchronous script execution
  checklist        Similar to the menu box, but allowing multiple selections
  radiolist        Checklist style box allowing single selections
  gauge            Typical "progress report" style box
  tail             Allows viewing the end of files (tail) that auto updates
  background tail  Similar to tail but runs in the background.
  editbox          Allows editing an existing file
Homepage: http://invisible-island.net/dialog/dialog.html

Package: debianutils
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 147
Maintainer: Clint Adams <clint@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: debianutils (4.4)
Version: 4.4+b1
Replaces: manpages-pl (<< 1:0.5)
Depends: sensible-utils
Pre-Depends: libc6 (>= 2.15)
Description: Miscellaneous utilities specific to Debian
 This package provides a number of small utilities which are used
 primarily by the installation scripts of Debian packages, although
 you may use them directly.
 .
 The specific utilities included are:
 add-shell installkernel ischroot remove-shell run-parts savelog
 tempfile which

Package: mime-support
Status: install ok installed
Priority: standard
Section: net
Installed-Size: 146
Maintainer: Mime-Support Maintainers <mime-support@plessy.org>
Architecture: all
Multi-Arch: foreign
Version: 3.58
Recommends: file
Conffiles:
 /etc/mime.types 54abb0a14b63c8ed2ca024975dc58d34
 /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e
Description: MIME files 'mime.types' & 'mailcap', and support programs
 As these files can be used by all MIME compliant programs, they
 have been moved into their own package that others can depend upon.
 .
 Other packages add themselves as viewers/editors/composers/etc by
 using the provided "update-mime" program.
 .
 In addition, the commands "see", "edit", "compose", and "print"
 will display, alter, create, and print (respectively) any file using
 a program determined from the entries in the mime.types and mailcap
 files.

Package: turnkey-pylib
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 392
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: amd64
Version: 0.5+34+g26b9915
Depends: python (>= 2.4)
Suggests: python-profiler
Description: TurnKey GNU/Linux standard Python library

Package: libio-pty-perl
Status: install ok installed
Priority: optional
Section: perl
Installed-Size: 145
Maintainer: Jörgen Hägg <jh@debian.org>
Architecture: amd64
Source: libio-pty-perl (1:1.08-1)
Version: 1:1.08-1+b4
Provides: libio-tty-perl
Depends: libc6 (>= 2.2.5), perl (>= 5.20.0-4), perlapi-5.20.0
Description: Perl module for pseudo tty IO
 IO::Pty provides I/O handles to the master- and slave-side of a
 pseudo tty.

Package: libgcrypt20
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 1002
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Version: 1.6.3-2+deb8u2
Depends: libc6 (>= 2.15), libgpg-error0 (>= 1.14)
Pre-Depends: multiarch-support
Suggests: rng-tools
Description: LGPL Crypto library - runtime library
 libgcrypt contains cryptographic functions.  Many important free
 ciphers, hash algorithms and public key signing algorithms have been
 implemented:
 .
 Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED,
 Camellia, IDEA, Salsa, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512,
 Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC.
Homepage: http://directory.fsf.org/project/libgcrypt/

Package: mysql-server-5.5
Status: install ok installed
Priority: optional
Section: database
Installed-Size: 31645
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.54-0+deb8u1
Replaces: libmysqlclient-dev (<< 5.5.17~), mysql-client-5.1, mysql-server (<< 5.5.54-0+deb8u1), mysql-server-5.0, mysql-server-5.1, virtual-mysql-server
Provides: virtual-mysql-server
Depends: initscripts (>= 2.88dsf-13.3), libdbi-perl, lsb-base (>= 3.0-10), mysql-client-5.5 (>= 5.5.54-0+deb8u1), mysql-server-core-5.5 (>= 5.5.54-0+deb8u1), passwd, perl (>= 5.6), psmisc, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
Pre-Depends: adduser (>= 3.40), debconf, mysql-common (>= 5.5.54-0+deb8u1)
Recommends: libhtml-template-perl
Suggests: mailx, tinyca
Breaks: libmysqlclient-dev (<< 5.5.17~), mysql-client-5.1, mysql-server (<< 5.5.54-0+deb8u1), mysql-server-5.1, virtual-mysql-server
Conffiles:
 /etc/apparmor.d/usr.sbin.mysqld 51b30a3f9aaa6b638be7829d5055e766
 /etc/init.d/mysql 614c837252e97d0a09d56c5ffe01de14
 /etc/logcheck/ignore.d.paranoid/mysql-server-5_5 6babe46e791059cdd5a26f4f7fec9eca
 /etc/logcheck/ignore.d.server/mysql-server-5_5 2d34a7ed83fefc165cd1dfea3a72ccc8
 /etc/logcheck/ignore.d.workstation/mysql-server-5_5 2d34a7ed83fefc165cd1dfea3a72ccc8
 /etc/logrotate.d/mysql-server ad3409fde2da2d7e0534e3cb4fa3a1ed
 /etc/mysql/conf.d/mysqld_safe_syslog.cnf 347fa9f3d579ffc06c39bf7e69f4fc6e
 /etc/mysql/debian-start 2bdb4cf46f73f70c593072c2dafd2f62
Description: MySQL database server binaries and system database setup
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package contains all the infrastructure needed to setup system
 databases.
Homepage: http://dev.mysql.com/

Package: libncursesw5
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 388
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Multi-Arch: same
Source: ncurses (5.9+20140913-1)
Version: 5.9+20140913-1+b1
Depends: libtinfo5 (= 5.9+20140913-1+b1), libc6 (>= 2.15)
Pre-Depends: multiarch-support
Recommends: libgpm2
Description: shared libraries for terminal handling (wide character support)
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared libraries necessary to run programs
 compiled with ncursesw, which includes support for wide characters.
Homepage: http://invisible-island.net/ncurses/

Package: liberror-perl
Status: install ok installed
Priority: optional
Section: perl
Installed-Size: 40
Maintainer: Clint Burfoot <clint@burfoot.info>
Architecture: all
Version: 0.17-1.1
Depends: perl
Description: Perl module for error/exception handling in an OO-ish way
 This module provides two interfaces.  Firstly "Error" provides a
 procedural interface to exception handling.  Secondly "Error" is a
 base class for errors/exceptions that can either be thrown, for
 subsequent catch, or can simply be recorded.
 .
 Errors in the class "Error" should not be thrown directly, but the
 user should throw errors from a sub-class of "Error".

Package: mysql-client-5.5
Status: install ok installed
Priority: optional
Section: database
Installed-Size: 36183
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.54-0+deb8u1
Replaces: mysql-client (<< 5.5.54-0+deb8u1), mysql-client-5.0, mysql-client-5.1, virtual-mysql-client, virtual-mysql-client-core
Provides: mysql-client, virtual-mysql-client, virtual-mysql-client-core
Depends: debianutils (>= 1.6), libdbd-mysql-perl (>= 1.2202), libdbi-perl, libterm-readkey-perl, mysql-common (>= 5.5.54-0+deb8u1), perl, libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), libreadline6 (>= 6.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
Breaks: mysql-client (<< 5.5.54-0+deb8u1), mysql-client-5.0, mysql-client-5.1, virtual-mysql-client, virtual-mysql-client-core
Description: MySQL database client binaries
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the client binaries and the additional tools
 innotop and mysqlreport.
Homepage: http://dev.mysql.com/

Package: curl
Status: install ok installed
Priority: optional
Section: web
Installed-Size: 325
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 7.38.0-4+deb8u5
Depends: libc6 (>= 2.17), libcurl3 (= 7.38.0-4+deb8u5), zlib1g (>= 1:1.1.4)
Description: command line tool for transferring data with URL syntax
 curl is a command line tool for transferring data with URL syntax, supporting
 DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
 POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form
 based upload, proxies, cookies, user+password authentication (Basic, Digest,
 NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a
 busload of other useful tricks.
Homepage: http://curl.haxx.se

Package: bash
Essential: yes
Status: install ok installed
Priority: required
Section: shells
Installed-Size: 5010
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 4.3-11+deb8u1
Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1)
Depends: base-files (>= 2.1.12), debianutils (>= 2.15)
Pre-Depends: dash (>= 0.5.5.1-2.2), libc6 (>= 2.15), libncurses5 (>= 5.5-5~), libtinfo5
Recommends: bash-completion (>= 20060301-0)
Suggests: bash-doc
Conflicts: bash-completion (<< 20060301-0)
Conffiles:
 /etc/bash.bashrc 87b895cef45b8090d628a1d9a0f4bfb8
 /etc/skel/.bash_logout 22bfb8c1dd94b5f3813a2b25da67463f
 /etc/skel/.bashrc e62ae447bdd228160f1f0b6bab8a7fd3
 /etc/skel/.profile ecb6d3479ac3823f1da7f314d871989b
Description: GNU Bourne Again SHell
 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file.  Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 Bash is ultimately intended to be a conformant implementation of the
 IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
 .
 The Programmable Completion Code, by Ian Macdonald, is now found in
 the bash-completion package.
Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html

Package: php5-mysql
Status: install ok installed
Priority: optional
Section: php
Installed-Size: 255
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Architecture: amd64
Source: php5
Version: 5.6.30+dfsg-0+deb8u1
Replaces: php5-mysqli, php5-mysqlnd
Depends: libc6 (>= 2.14), libmysqlclient18 (>= 5.5.24+dfsg-1), zlib1g (>= 1:1.1.4), phpapi-20131226, php5-common (= 5.6.30+dfsg-0+deb8u1), ucf
Conflicts: php5-mysqli, php5-mysqlnd
Description: MySQL module for php5
 This package provides modules for MySQL database connections directly from
 PHP scripts.  It includes the generic "mysql" module which can be used
 to connect to all versions of MySQL, an improved "mysqli" module for
 MySQL version 4.1 or later, and the pdo_mysql module for use with
 the PHP Data Object extension.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/

Package: libjbig0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 101
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: amd64
Multi-Arch: same
Source: jbigkit
Version: 2.1-3.1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Description: JBIGkit libraries
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the dynamically linked library.
Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/

Package: libuuid1
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 89
Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.25.2-6
Replaces: e2fsprogs (<< 1.34-1)
Depends: passwd, libc6 (>= 2.4)
Pre-Depends: multiarch-support
Recommends: uuid-runtime
Description: Universally Unique ID library
 The libuuid library generates and parses 128-bit universally unique
 ids (UUIDs).  A UUID is an identifier that is unique across both
 space and time, with respect to the space of all UUIDs.  A UUID can
 be used for multiple purposes, from tagging objects with an extremely
 short lifetime, to reliably identifying very persistent objects
 across a network.
 .
 See RFC 4122 for more information.

Package: busybox
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 723
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Version: 1:1.22.0-9+deb8u1
Replaces: busybox-static
Depends: libc6 (>= 2.16)
Breaks: initramfs-tools (<< 0.99)
Conflicts: busybox-static
Description: Tiny utilities for small and embedded systems
 BusyBox combines tiny versions of many common UNIX utilities into a single
 small executable. It provides minimalist replacements for the most common
 utilities you would usually find on your desktop system (i.e., ls, cp, mv,
 mount, tar, etc.). The utilities in BusyBox generally have fewer options than
 their full-featured GNU cousins; however, the options that are included
 provide the expected functionality and behave very much like their GNU
 counterparts.
 .
 This package installs the BusyBox binary but does not install
 symlinks for any of the supported utilities. Some of the utilities
 can be used in the system by installing the busybox-syslogd,
 busybox-udhcpc or busybox-udhcpd packages.
Homepage: http://www.busybox.net

Package: libdb5.3
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 1812
Maintainer: Debian Berkeley DB Group <pkg-db-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: db5.3
Version: 5.3.28-9
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Description: Berkeley v5.3 Database Libraries [runtime]
 This is the runtime package for programs that use the v5.3 Berkeley
 database library.
Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html

Package: libnet-ssleay-perl
Status: install ok installed
Priority: optional
Section: perl
Installed-Size: 1080
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 1.65-1+deb8u1
Depends: perl (>= 5.20.2-3+deb8u5), perlapi-5.20.2, libc6 (>= 2.14), libssl1.0.0 (>= 1.0.1)
Suggests: libmime-base64-perl
Description: Perl module for Secure Sockets Layer (SSL)
 Net::SSLeay is a perl module that allows you to call Secure Sockets Layer
 (SSL) functions of the SSLeay library directly from your perl scripts. It
 is useful if you want to program robots that access secure web servers or
 if you want to build your own applications over SSL encrypted tunnels. If
 you just want to view web pages on https servers, you do not need this -
 your web browser already knows to do that.
Homepage: https://metacpan.org/release/Net-SSLeay

Package: libcurl3
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 586
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Multi-Arch: same
Source: curl
Version: 7.38.0-4+deb8u5
Depends: libc6 (>= 2.17), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), librtmp1 (>= 2.4+20131018.git79459a2-3~), libssh2-1 (>= 1.2.6), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Recommends: ca-certificates
Description: easy-to-use client-side URL transfer library (OpenSSL flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 SSL support is provided by OpenSSL.
Homepage: http://curl.haxx.se

Package: fonts-dejavu-core
Status: install ok installed
Priority: optional
Section: fonts
Installed-Size: 2896
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Source: fonts-dejavu
Version: 2.34-1
Replaces: ttf-dejavu (<< 2.20-1), ttf-dejavu-core (<< 2.33+svn2514-2~)
Breaks: ttf-dejavu (<< 2.20-1), ttf-dejavu-core (<< 2.33+svn2514-2~)
Conffiles:
 /etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf f7df7bba810dd953dd78212900f4dcad
 /etc/fonts/conf.avail/57-dejavu-sans.conf 29cfe6c581fe2dbc222525ce00097002
 /etc/fonts/conf.avail/58-dejavu-lgc-sans.conf b4a8f51e45aa24fdee47b3f838cc0205
 /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-serif.conf 0b01522fe76b4e5b8ab3d12383371348
 /etc/fonts/conf.avail/57-dejavu-sans-mono.conf d3e4d007a9ac6c47243b5994f1d195e3
 /etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf 0cbf30e4580c5a8570da071ab12c5e4d
 /etc/fonts/conf.avail/58-dejavu-lgc-sans-mono.conf d2ee39274982cb4f831783cff742c8bc
 /etc/fonts/conf.avail/57-dejavu-serif.conf 1dca2f4ec93842e94f3919f7e0c8f7a9
 /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf 10d6f2176d76ee9b89a19a17811257f2
 /etc/fonts/conf.avail/58-dejavu-lgc-serif.conf 5f0b00e681b1f40b65dd336696ee0bbb
 /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans.conf 6488b24401e477e35aa71237054c8ada
 /etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf e90c678d46f49bb9d6ba469b64e80c0c
Description: Vera font family derivate with additional characters
 DejaVu provides an expanded version of the Vera font family aiming for
 quality and broader Unicode coverage while retaining the original Vera
 style. DejaVu currently works towards conformance with the Multilingual
 European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu
 fonts provide serif, sans and monospaced variants.
 .
 This package only contains the sans, sans-bold, serif, serif-bold,
 mono and mono-bold variants. For additional variants, see the
 ttf-dejavu-extra package.
 .
 DejaVu fonts are intended for use on low-resolution devices (mainly
 computer screens) but can be used in printing as well.
Homepage: http://dejavu-fonts.org/

Package: php5-curl
Status: install ok installed
Priority: optional
Section: php
Installed-Size: 95
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Architecture: amd64
Source: php5
Version: 5.6.30+dfsg-0+deb8u1
Depends: libc6 (>= 2.14), libcurl3 (>= 7.18.0), phpapi-20131226, php5-common (= 5.6.30+dfsg-0+deb8u1), ucf
Description: CURL module for php5
 CURL is a library for getting files from  FTP, GOPHER, HTTP server.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/

Package: python-dialog
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 208
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
Architecture: amd64
Source: pythondialog
Version: 2.7-1turnkey+9+g97403e1
Provides: python2.7-dialog
Depends: python (>= 2.3), python-support (>= 0.90.0), dialog
Description: Python module for making simple Text/Console-mode user interfaces
 This is a Python module for doing console-mode user interaction.
 .
 It wraps the dialog/Xdialog program, and provides a nice, object-oriented
 programming model.
 .
  Homepage: http://pythondialog.sourceforge.net/

Package: webmin-lvm
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 100
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831), webmin-mount, webmin-fdisk, webmin-raid
Description: Webmin module - Logical Volume Management
 Configure volume groups, physical volumes and logical
 volumes for Linux LVM.

Package: libcap2-bin
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 110
Maintainer: Christian Kastner <debian@kvr.at>
Architecture: amd64
Multi-Arch: foreign
Source: libcap2
Version: 1:2.24-8
Replaces: libcap-bin
Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10)
Recommends: libpam-cap
Breaks: libcap-bin
Description: POSIX 1003.1e capabilities (utilities)
 Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
 available in Linux kernels. These capabilities are a partitioning of the all
 powerful root privilege into a set of distinct privileges.
 .
 This package contains additional utilities.
Homepage: http://sites.google.com/site/fullycapable/

Package: debconf
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 614
Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 1.5.56
Replaces: debconf-tiny
Provides: debconf-2.0
Pre-Depends: perl-base (>= 5.6.1-4)
Recommends: apt-utils (>= 0.5.1), debconf-i18n
Suggests: debconf-doc, debconf-utils, whiptail | dialog | gnome-utils, libterm-readline-gnu-perl, libgtk2-perl (>= 1:1.130), libnet-ldap-perl, perl, libqtgui4-perl, libqtcore4-perl
Conflicts: apt (<< 0.3.12.1), cdebconf (<< 0.96), debconf-tiny, debconf-utils (<< 1.3.22), dialog (<< 0.9b-20020814-1), menu (<= 2.1.3-1), whiptail (<< 0.51.4-11), whiptail-utf8 (<= 0.50.17-13)
Conffiles:
 /etc/apt/apt.conf.d/70debconf 7e9d09d5801a42b4926b736b8eeabb73
 /etc/bash_completion.d/debconf 8fa1862734fbe54d7178aaaa419f5a11
 /etc/debconf.conf 8c0619be413824f1fc7698cee0f23811
Description: Debian configuration management system
 Debconf is a configuration management system for debian packages. Packages
 use Debconf to ask questions when they are installed.

Package: zlib1g
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 179
Maintainer: Mark Brown <broonie@debian.org>
Architecture: amd64
Multi-Arch: same
Source: zlib (1:1.2.8.dfsg-2)
Version: 1:1.2.8.dfsg-2+b1
Provides: libz1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: libxml2 (<< 2.7.6.dfsg-2), texlive-binaries (<< 2009-12)
Conflicts: zlib1 (<= 1:1.0.4-7)
Description: compression library - runtime
 zlib is a library implementing the deflate compression method found
 in gzip and PKZIP.  This package includes the shared library.
Homepage: http://zlib.net/

Package: lvm2
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 1624
Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 2.02.111-2.2+deb8u1
Depends: libc6 (>= 2.15), libdevmapper-event1.02.1 (>= 2:1.02.74), libdevmapper1.02.1 (>= 2:1.02.90), libreadline5 (>= 5.2), libudev1 (>= 183), init-system-helpers (>= 1.18~), lsb-base, dmsetup (>> 2:1.02.47), dmeventd (>> 2:1.02.90), initscripts (>= 2.88dsf-13.3)
Suggests: thin-provisioning-tools
Breaks: initramfs-tools (<< 0.99), thin-provisioning-tools (<< 0.3.2)
Conffiles:
 /etc/init.d/lvm2 70063dce3a90eca5ef673579e5fcc402
 /etc/lvm/lvm.conf c3219a98322101a8c4d20497ad3d4bee
Description: Linux Logical Volume Manager
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.
Homepage: http://sources.redhat.com/lvm2/

Package: libcurl3-gnutls
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 558
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: amd64
Multi-Arch: same
Source: curl
Version: 7.38.0-4+deb8u5
Depends: libc6 (>= 2.17), libcomerr2 (>= 1.01), libgnutls-deb0-28 (>= 3.3.0), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libnettle4, librtmp1 (>= 2.4+20131018.git79459a2-3~), libssh2-1 (>= 1.2.6), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Recommends: ca-certificates
Description: easy-to-use client-side URL transfer library (GnuTLS flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 SSL support is provided by GnuTLS.
Homepage: http://curl.haxx.se

Package: bsd-mailx
Status: install ok installed
Priority: standard
Section: mail
Installed-Size: 137
Maintainer: Robert Luberda <robert@debian.org>
Architecture: amd64
Version: 8.1.2-0.20141216cvs-2
Replaces: mailx (<< 1:20071201)
Provides: mail-reader, mailx
Depends: base-files (>= 2.2.0), default-mta | mail-transport-agent, libbsd0 (>= 0.2.0), libc6 (>= 2.14), liblockfile1 (>= 1.0)
Breaks: mailutils (<< 1:1.1+dfsg1-4), mailx (<< 1:20071201)
Conffiles:
 /etc/mail.rc 2bd8160a85f53c20e55ebd375fc89431
Description: simple mail user agent
 bsd-mailx is the traditional simple command-line-mode mail user agent.
 Even if you don't use it, it may be required by other programs.
 .
 The /usr/bin/mail command provided by this package is a very simple one,
 and does not include many features that can be found in more advanced
 mail user agents.
 .
 For example bsd-mailx DOES NOT support:
  - MIME           (i.e. no attachments, no UTF-8 or other charsets support);
  - SMTP protocol  (/usr/sbin/sendmail interface only is used);
  - POP3/IMAP      (bsd-mailx reads local mailboxes only);
  - maildir format (traditional mbox only format is supported).
 .
 If the above features are needed, please consider installing another package
 providing similar /usr/bin/mail interface:
  - heirloom-mailx package,
  - or mailutils package.

Package: lsof
Status: install ok installed
Priority: standard
Section: utils
Installed-Size: 420
Maintainer: Norbert Tretkowski <nobse@debian.org>
Architecture: amd64
Version: 4.86+dfsg-1
Depends: libc6 (>= 2.11), libperl4-corelibs-perl | perl (<< 5.12.3-7)
Description: Utility to list open files
 Lsof is a Unix-specific diagnostic tool.  Its name stands
 for LiSt Open Files, and it does just that.  It lists
 information about any files that are open, by processes
 currently running on the system.
Homepage: http://people.freebsd.org/~abe/

Package: tklbam
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 567
Maintainer: Liraz Siri <liraz@turnkeylinux.org>
Architecture: all
Version: 1.4.1+17+g71478bd
Depends: python (>= 2.4), tklbam-squid (>= 2.7.STABLE9-2.1turnkey+25), tklbam-duplicity (>= 0.6.18), tklbam-python-boto (>= 2.3.0-2turnkey), turnkey-pylib (>= 0.5), python-crypto, pycurl-wrapper (>= 1.2), python-simplejson, ca-certificates, ntpdate
Conffiles:
 /etc/cron.daily/tklbam-backup ff8a57703ced18ba05725bd523f917ec
 /etc/tklbam/conf 2ffa13622551863f4d529ef8e66eb52b
 /etc/tklbam/hooks.d/example 7516727320de3d85baee2606773126ff
 /etc/tklbam/hooks.d/fixclock d258f988c407ab88a6122efd1757f0fd
 /etc/tklbam/overrides ca0e0087f0f5919c8f8395eca84ea997
Description: TurnKey GNU/Linux Backup and Migration agent

Package: hostname
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 59
Maintainer: Debian Hostname Team <hostname-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 3.15
Replaces: nis (<< 3.17-30)
Pre-Depends: libc6 (>= 2.4)
Breaks: nis (<< 3.17-30)
Description: utility to set/show the host name or domain name
 This package provides commands which can be used to display the system's
 DNS name, and to display or set its hostname or NIS domain name.

Package: bash-completion
Status: install ok installed
Priority: standard
Section: shells
Installed-Size: 929
Maintainer: Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 1:2.1-4
Replaces: bash, cryptsetup (<< 2:1.1.2-2), xen-tools (<= 4.1-1)
Depends: bash (>= 3.2)
Pre-Depends: dpkg (>= 1.15.7.2~)
Breaks: xen-tools (<= 4.1-1)
Conffiles:
 /etc/profile.d/bash_completion.sh 749e4786543bc3d19e20b0e214806c35
 /etc/bash_completion a81b3f1cb197219b815942f4fc7fa94e
Description: programmable completion for the bash shell
 bash completion extends bash's standard completion behavior to achieve
 complex command lines with just a few keystrokes.  This project was
 conceived to produce programmable completion routines for the most
 common Linux/UNIX commands, reducing the amount of typing sysadmins
 and programmers need to do on a daily basis.
Homepage: http://bash-completion.alioth.debian.org

Package: grub-pc
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 514
Maintainer: GRUB Maintainers <pkg-grub-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-22+deb8u1
Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub2 (<< 2.02~beta2-22+deb8u1)
Depends: debconf (>= 0.5) | debconf-2.0, grub-common (= 2.02~beta2-22+deb8u1), grub2-common (= 2.02~beta2-22+deb8u1), grub-pc-bin (= 2.02~beta2-22+deb8u1), ucf
Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-xen
Conffiles:
 /etc/kernel/postinst.d/zz-update-grub 269828d3b8e5bfb266c58fb0a00abcd5
 /etc/kernel/postrm.d/zz-update-grub 269828d3b8e5bfb266c58fb0a00abcd5
Description: GRand Unified Bootloader, version 2 (PC/BIOS version)
 GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
 cleaner design than its predecessors, and provides the following new features:
 .
  - Scripting in grub.cfg using BASH-like syntax.
  - Support for modern partition maps such as GPT.
  - Modular generation of grub.cfg via update-grub.  Packages providing GRUB
    add-ons can plug in their own script rules and trigger updates by invoking
    update-grub.
  - VESA-based graphical mode with background image support and complete 24-bit
    color set.
  - Support for extended charsets.  Users can write UTF-8 text to their menu
    entries.
 .
 This package contains a version of GRUB that has been built for use with
 traditional PC/BIOS architecture.
Homepage: http://www.gnu.org/software/grub/

Package: multiarch-support
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 194
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: glibc
Version: 2.19-18+deb8u7
Depends: libc6 (>= 2.3.6-2)
Description: Transitional package to ensure multiarch compatibility
 This is a transitional package used to ensure multiarch support is present
 in ld.so before unpacking libraries to the multiarch directories.  It can
 be removed once nothing on the system depends on it.
Homepage: http://www.gnu.org/software/libc/libc.html

Package: tzdata
Status: install ok installed
Priority: required
Section: localization
Installed-Size: 1551
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 2016j-0+deb8u1
Replaces: libc0.1, libc0.3, libc6, libc6.1
Provides: tzdata-jessie
Depends: debconf (>= 0.5) | debconf-2.0
Description: time zone and daylight-saving time data
 This package contains data required for the implementation of
 standard local time for many representative locations around the
 globe. It is updated periodically to reflect changes made by
 political bodies to time zone boundaries, UTC offsets, and
 daylight-saving rules.
Homepage: http://www.iana.org/time-zones

Package: init
Essential: yes
Status: install ok installed
Priority: required
Section: metapackages
Installed-Size: 29
Maintainer: pkg-systemd-maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: init-system-helpers
Version: 1.22
Pre-Depends: systemd-sysv | sysvinit-core | upstart
Description: System-V-like init utilities - metapackage
 This package is an essential metapackage which allows you to select from
 three available init systems in Debian (systemd, sysvinit, upstart) while
 ensuring that one of these is available on the system at all times.

Package: libklibc
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 93
Maintainer: maximilian attems <maks@debian.org>
Architecture: amd64
Source: klibc
Version: 2.0.4-2
Description: minimal libc subset for use with initramfs
 klibc is intended to be a minimalistic libc subset for use with
 initramfs.  It is deliberately written for small size, minimal
 entanglement, and portability, not speed.  It is definitely a work in
 progress, and a lot of things are still missing.
Homepage: http://git.kernel.org/?p=libs/klibc/klibc.git;a=summary

Package: systemd-sysv
Status: install ok installed
Priority: extra
Section: admin
Installed-Size: 79
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: systemd
Version: 215-17+deb8u6
Replaces: sysvinit (<< 2.88dsf-44~), sysvinit-core, upstart
Depends: systemd (= 215-17+deb8u6)
Pre-Depends: systemd
Conflicts: sysvinit-core, upstart
Description: system and service manager - SysV links
 systemd is a replacement for sysvinit.  It is dependency-based and
 able to read the LSB init script headers in addition to parsing rcN.d
 links as hints.
 .
 It also provides process supervision using cgroups and the ability to
 not only depend on other init script being started, but also
 availability of a given mount point or dbus service.
 .
 This package provides the manual pages and links needed for systemd
 to replace sysvinit. Installing systemd-sysv will overwrite /sbin/init with a
 link to systemd.
Homepage: http://www.freedesktop.org/wiki/Software/systemd

Package: tklbam-squid-common
Status: install ok installed
Priority: optional
Section: web
Installed-Size: 45
Maintainer: Luigi Gangitano <luigi@debian.org>
Architecture: amd64
Source: tklbam-squid
Version: 2.7.STABLE9-2.1turnkey+25+g6843b1f
Description: TKLBAM embedded Internet object cache (WWW proxy cache) - common files
 This package provides the Squid Internet Object Cache developed by
 the National Laboratory for Applied Networking Research (NLANR) and
 Internet volunteers.
 .
 This package contains common files (errors and icons)
Homepage: http://www.squid-cache.org/

Package: mawk
Status: install ok installed
Priority: required
Section: interpreters
Installed-Size: 198
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 1.3.3-17
Provides: awk
Pre-Depends: libc6 (>= 2.11)
Description: a pattern scanning and text processing language
 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the POSIX 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.

Package: webmin-firewall
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 206
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - Linux Firewall
 Configure a Linux firewall using iptables. Allows the
 editing of all tables, chains, rules and options.

Package: gzip
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 239
Maintainer: Bdale Garbee <bdale@gag.com>
Architecture: amd64
Version: 1.6-4
Depends: dpkg (>= 1.15.4) | install-info
Pre-Depends: libc6 (>= 2.17)
Suggests: less
Description: GNU compression utilities
 This package provides the standard GNU file compression utilities, which
 are also the default compression tools for Debian.  They typically operate
 on files with names ending in '.gz', but can also decompress files ending
 in '.Z' created with 'compress'.

Package: webmin-tklbam
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 25
Maintainer: Liraz Siri <liraz@turnkeylinux.org>
Architecture: amd64
Version: 1.0+8+gb60aeea
Depends: webmin
Pre-Depends: perl
Description: Webmin module - TKLBAM (Backup and Migration)
  Full Webmin interface to TKLBAM. Initialize, configure,
  backup and restore.

Package: groff-base
Status: install ok installed
Priority: important
Section: text
Installed-Size: 3203
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: groff
Version: 1.22.2-8
Replaces: groff (<< 1.20.1-6), jgroff (<< 1.17-1)
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Suggests: groff
Breaks: groff (<< 1.17-1), jgroff (<< 1.17-1), pmake (<< 1.45-7), troffcvt (<< 1.04-14)
Conffiles:
 /etc/groff/man.local 99a34592e41fb1e0639cf0fc64596346
 /etc/groff/mdoc.local f8c3e22fae1765942089881d9c5edeae
Description: GNU troff text-formatting system (base system components)
 This package contains the traditional UN*X text formatting tools
 troff, nroff, tbl, eqn, and pic. These utilities, together with the
 man-db package, are essential for displaying the on-line manual pages.
 .
 groff-base is a stripped-down package containing the necessary components
 to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript
 device (groff's default). Users who want a full groff installation, with
 the standard set of devices, fonts, macros, and documentation, should
 install the groff package.
Homepage: https://www.gnu.org/software/groff/

Package: liblognorm1
Status: install ok installed
Priority: extra
Section: libs
Installed-Size: 98
Maintainer: Pierre Chifflier <pollux@debian.org>
Architecture: amd64
Multi-Arch: same
Source: liblognorm
Version: 1.0.1-3
Replaces: liblognorm0
Depends: libc6 (>= 2.14), libestr0 (>= 0.1.0), libjson-c2 (>= 0.10)
Pre-Depends: multiarch-support
Description: Log normalizing library
 Liblognorm is a event and log normalization library that is capable of
 real-time processing. It provides the capability to normalize events to
 a set of standard formats.
 .
 This package contains the shared library.
Homepage: http://www.liblognorm.com/

Package: liblockfile1
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 57
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: amd64
Multi-Arch: same
Source: liblockfile
Version: 1.09-6
Depends: libc6 (>= 2.4), liblockfile-bin (>= 1.09-6)
Pre-Depends: multiarch-support
Description: NFS-safe locking library
 Liblockfile is a shared library with NFS-safe locking functions.

Package: libdebian-installer4
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 67
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libdebian-installer
Version: 0.99+deb8u1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Description: Library of common debian-installer functions
 This library is used by debian-installer to perform common functions
 such as logging messages and executing commands. If you aren't
 working on debian-installer or building your own install system based
 on debian-installer, then you probably don't need this library.

Package: nginx-common
Status: install ok installed
Priority: optional
Section: httpd
Installed-Size: 246
Maintainer: Kartik Mistry <kartik@debian.org>
Architecture: all
Source: nginx
Version: 1.6.2-5+deb8u4
Replaces: nginx (<< 0.8.54-4), nginx-extras (<< 0.8.54-4), nginx-full (<< 0.8.54-4), nginx-light (<< 0.8.54-4)
Depends: lsb-base (>= 3.2-14), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~)
Suggests: fcgiwrap, nginx-doc, ssl-cert
Breaks: nginx (<< 0.8.54-4), nginx-extras (<< 0.8.54-4), nginx-full (<< 0.8.54-4), nginx-light (<< 0.8.54-4)
Conffiles:
 /etc/default/nginx 596fbc1f5712caaa02e8c799a4e2a01f
 /etc/init.d/nginx e6b27849d0ccb634c8e46af22a620389
 /etc/logrotate.d/nginx 4e09a2a41cdc76764d3ae4a927ed05eb
 /etc/nginx/fastcgi.conf c53b8ddf4250e742594d24c55e73c0df
 /etc/nginx/fastcgi_params f597fb54a6fa1c9a9678dd3ae377d385
 /etc/nginx/koi-utf 3e338aca6a53a5420fc791b5ef86f64c
 /etc/nginx/koi-win bfa0b80381fed2b1dfcf617b0ba204ec
 /etc/nginx/mime.types bd837e7b34f5c9b8d89957d0527f0d44
 /etc/nginx/nginx.conf b4cb316e71612d7500508f235ebba148
 /etc/nginx/proxy_params 2612ba3438c3b7855ea7779a879e6aef
 /etc/nginx/scgi_params e9fd19c7d1f0cecbd46b3cb041ae19c7
 /etc/nginx/sites-available/default fff057dc16136f8f970eb897380bc6c7
 /etc/nginx/snippets/fastcgi-php.conf 678c2236edfebe41de06c26fb378e9a0
 /etc/nginx/snippets/snakeoil.conf 0a8bff8a55d8ec9d002e1b8460d2d64f
 /etc/nginx/uwsgi_params 2aaaf1e3535752e74d2942db8b3632cb
 /etc/nginx/win-utf 0f39cbfca77d4f3bb5d33f009a514c71
 /etc/ufw/applications.d/nginx 3e24def79cf627acc2ab1b1bdfbc645c
Description: small, powerful, scalable web/proxy server - common files
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package contains base configuration files used by all versions of
 nginx.
Homepage: http://nginx.net

Package: mysql-common
Status: install ok installed
Priority: optional
Section: database
Installed-Size: 139
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Source: mysql-5.5
Version: 5.5.54-0+deb8u1
Breaks: amarok (<< 2.5.0-2), mysql-client-5.1 (<< 5.5), mysql-server-5.1 (<< 5.5), mysql-server-core-5.1 (<< 5.5)
Conffiles:
 /etc/mysql/conf.d/.keepme d41d8cd98f00b204e9800998ecf8427e
 /etc/mysql/my.cnf e252af9e23d14b0215260ee023959f5a
Description: MySQL database common files, e.g. /etc/mysql/my.cnf
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes files needed by all versions of the client library,
 e.g. /etc/mysql/my.cnf.
Homepage: http://dev.mysql.com/

Package: gpgv
Status: install ok installed
Priority: important
Section: utils
Installed-Size: 414
Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: gnupg
Version: 1.4.18-7+deb8u3
Depends: libbz2-1.0, libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Suggests: gnupg
Description: GNU privacy guard - signature verification tool
 GnuPG is GNU's tool for secure communication and data storage.
 .
 gpgv is a stripped-down version of gnupg which is only able to check
 signatures.  It is smaller than the full-blown gnupg and uses a
 different (and simpler) way to check that the public keys used to
 make the signature are trustworthy.
Homepage: http://www.gnupg.org

Package: inithooks
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 199
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Version: 0.9+220+g9560f3b
Depends: kbd, turnkey-pylib
Recommends: confconsole (>= 0.9.4+36+g2256734)
Conffiles:
 /etc/default/inithooks c05aa4282cbbb30d8770a1c29f82737e
 /etc/default/inithooks newconffile
 /etc/default/turnkey-init-fence c62794068e5306456f033523f80b0bb6
 /etc/init.d/inithooks 2c04feae56531c24d9d6004b8feaf26f
 /etc/init.d/turnkey-init-fence 4a9c1f232209d1f104e61f941027234f
Description: Executes firstboot and everyboot scripts

Package: iproute
Status: install ok installed
Priority: optional
Section: oldlibs
Installed-Size: 16
Maintainer: Debian iproute2 Maintainers <ah-iproute@debian.org>
Architecture: all
Source: iproute2 (3.16.0-2)
Version: 1:3.16.0-2
Depends: iproute2
Description: transitional dummy package for iproute2
 This is a transitional dummy package to get upgrading systems to install
 the iproute2 package. It can safely be removed once no other package
 depends on it.
Homepage: http://www.linux-foundation.org/en/Net:Iproute2

Package: libcap2
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 61
Maintainer: Christian Kastner <debian@kvr.at>
Architecture: amd64
Multi-Arch: same
Version: 1:2.24-8
Depends: libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: POSIX 1003.1e capabilities (library)
 Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
 available in Linux kernels. These capabilities are a partitioning of the all
 powerful root privilege into a set of distinct privileges.
 .
 This package contains the shared library.
Homepage: http://sites.google.com/site/fullycapable/

Package: hubdns
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 20
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: amd64
Version: 1.0+6+g85cb24a
Depends: python (>= 2.4), pycurl-wrapper (>= 1.2), ca-certificates
Conffiles:
 /etc/cron.hourly/hubdns-update 31bf87eac9b392d217ac2c76b95578bf
 /etc/init.d/hubdns 5afe9fa2ef0314dc08b7825b15be3777
Description: HubDNS - TurnKey Hub Dynamic DNS client

Package: bsdutils
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 181
Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: util-linux (2.25.2-6)
Version: 1:2.25.2-6
Pre-Depends: libc6 (>= 2.15), libsystemd0
Recommends: bsdmainutils
Description: basic utilities from 4.4BSD-Lite
 This package contains the bare minimum of BSD utilities needed for a
 Debian system: logger, renice, script, scriptreplay, and wall. The
 remaining standard BSD utilities are provided by bsdmainutils.

Package: whiptail
Status: install ok installed
Priority: important
Section: utils
Installed-Size: 54
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: newt (0.52.17-1)
Version: 0.52.17-1+b1
Depends: libc6 (>= 2.14), libnewt0.52, libpopt0 (>= 1.14), libslang2 (>= 2.2.4)
Conffiles:
 /etc/bash_completion.d/whiptail bcd454929e3a3107961ba3cb1a98c5f4
Description: Displays user-friendly dialog boxes from shell scripts
 Whiptail is a "dialog" replacement using newt instead of ncurses. It
 provides a method of displaying several different types of dialog boxes
 from shell scripts. This allows a developer of a script to interact with
 the user in a much friendlier manner.
Homepage: https://fedorahosted.org/newt/

Package: dash
Essential: yes
Status: install ok installed
Priority: required
Section: shells
Installed-Size: 191
Maintainer: Gerrit Pape <pape@smarden.org>
Architecture: amd64
Source: dash (0.5.7-4)
Version: 0.5.7-4+b1
Depends: debianutils (>= 2.15), dpkg (>= 1.15.0)
Pre-Depends: libc6 (>= 2.14)
Description: POSIX-compliant shell
 The Debian Almquist Shell (dash) is a POSIX-compliant shell derived
 from ash.
 .
 Since it executes scripts faster than bash, and has fewer library
 dependencies (making it more robust against software or hardware
 failures), it is used as the default system shell on Debian systems.
Homepage: http://gondor.apana.org.au/~herbert/dash/

Package: libasprintf0c2
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 71
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: amd64
Multi-Arch: same
Source: gettext
Version: 0.19.3-2
Replaces: gettext-base (<< 0.18.1.1-6)
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Pre-Depends: multiarch-support
Breaks: gettext-base (<< 0.18.1.1-6)
Description: GNU library to use fprintf and friends in C++
 This package contains the libasprintf shared library which makes the
 C formatted output routines (fprintf et al.) usable in C++ programs,
 for use with the <string> strings and the <iostream> streams.
Homepage: http://www.gnu.org/software/gettext/

Package: libfuse2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 339
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Multi-Arch: same
Source: fuse
Version: 2.9.3-15+deb8u2
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Suggests: fuse
Conflicts: fuse (<< 2.9.3-15+deb8u2)
Description: Filesystem in Userspace (library)
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
 .
 This package contains the shared library.
Homepage: http://fuse.sourceforge.net/

Package: libsasl2-modules-db
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 82
Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: cyrus-sasl2
Version: 2.1.26.dfsg1-13+deb8u1
Replaces: libsasl2-2 (<< 2.1.26.dfsg1-2~), libsasl2-modules (<< 2.1.26.dfsg1-6~)
Depends: libc6 (>= 2.14), libdb5.3
Breaks: libsasl2-2 (<< 2.1.26.dfsg1-2~)
Description: Cyrus SASL - pluggable authentication modules (DB)
 This is the Cyrus SASL API implementation, version 2.1. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package provides the DB plugin, which supports Berkeley DB lookups.
Homepage: http://www.cyrusimap.org/

Package: liblogging-stdlog0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 56
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: amd64
Multi-Arch: same
Source: liblogging
Version: 1.0.4-1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Description: easy to use and lightweight logging library
 Liblogging consists of several components with stdlog being the core
 component. Think of liblogging-stdlog as the next version of the
 syslog(3) API. It retains the simple semantics, but makes the API more
 sophisticated "behind the scenes" with better support for multiple
 threads and flexibility for different log destinations.
 .
 This package contains the shared library.
Homepage: http://www.liblogging.org/

Package: linux-base
Status: install ok installed
Priority: optional
Section: kernel
Installed-Size: 139
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 3.5
Depends: libuuid-perl, debconf (>= 0.5) | debconf-2.0, util-linux (>= 2.16-1) | udev (<< 146-1)
Description: Linux image base package
 This package contains files and support scripts for all Linux
 images.

Package: confconsole
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 197
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Version: 1.0.0+4+g18aa7e6
Depends: python (>= 2.4), python-dialog (>= 2.7-1turnkey+4), turnkey-pylib
Recommends: kbd, di-live, resolvconf, dehydrated, authbind, python-bottle
Conffiles:
 /etc/confconsole/services.txt 884fa56a0e4ac06a117b93e56ebd029c
 /etc/confconsole/confconsole.conf fa2b02437245d54b922a24303f781e75
 /etc/confconsole/confconsole.conf newconffile
 /etc/confconsole/services.txt newconffile
 /etc/init.d/confconsole 7d4e2f2b34b30f61771f55d75e9bcdd4
Description: TurnKey GNU/Linux Configuration Console

Package: webmin-custom
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 171
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - Custom Commands
 Create buttons to execute commonly used commands or
 edit files on your system.

Package: gnupg
Status: install ok installed
Priority: important
Section: utils
Installed-Size: 4893
Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 1.4.18-7+deb8u3
Depends: gpgv, libbz2-1.0, libc6 (>= 2.15), libreadline6 (>= 6.0), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.1.4)
Recommends: gnupg-curl, libldap-2.4-2 (>= 2.4.7)
Suggests: gnupg-doc, libpcsclite1, parcimonie, xloadimage | imagemagick | eog
Description: GNU privacy guard - a free PGP replacement
 GnuPG is GNU's tool for secure communication and data storage.
 It can be used to encrypt data and to create digital signatures.
 It includes an advanced key management facility and is compliant
 with the proposed OpenPGP Internet standard as described in RFC 4880.
 .
 GnuPG 1.4 is the standalone, non-modularized series. In contrast to
 the version 2 series, shipped with the gnupg2 package, it comes
 with no support for S/MIME and some other tools useful for desktop
 environments, but also with less dependencies.
 .
 The gnupg package is built without libcurl. So it does not support
 HKPS keyservers. Install the gnupg-curl package if you want to use
 the keyserver helper tools built with libcurl and supporting HKPS.
Homepage: http://www.gnupg.org

Package: unzip
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 339
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 6.0-16+deb8u2
Depends: libbz2-1.0, libc6 (>= 2.14)
Suggests: zip
Description: De-archiver for .zip files
 InfoZIP's unzip program. With the exception of multi-volume archives
 (ie, .ZIP files that are split across several disks using PKZIP's /& option),
 this can handle any file produced either by PKZIP, or the corresponding
 InfoZIP zip program.
 .
 This version supports encryption.
Homepage: http://www.info-zip.org/UnZip.html

Package: monit
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 751
Maintainer: Sergey B Kirpichev <skirpichev@gmail.com>
Architecture: amd64
Version: 1:5.9-1+deb8u1
Depends: libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.1), lsb-base (>= 3.2-13)
Suggests: exim4 | postfix | mail-transport-agent, sysvinit-core
Conffiles:
 /etc/default/monit 1119b1323673d944abb3e90361715e4f
 /etc/init.d/monit 2bd9a98a93fa6c24e3dedff259bffbdd
 /etc/logrotate.d/monit 62d8de62c4153bca27dfac15b2d63dd5
 /etc/monit/monitrc 1240021a41bc463cd6fff5a608a0c4da
 /etc/monit/monitrc.d/acpid f70ddeaf5f420e76a09528281df47222
 /etc/monit/monitrc.d/apache2 167096631bf5ff0abf4a4bef3737ecc4
 /etc/monit/monitrc.d/at 865fdb464cdd6b746e969a7f20839b76
 /etc/monit/monitrc.d/cron 40a7b3574f8af725dda9564f1e98051c
 /etc/monit/monitrc.d/mdadm ba52044fbc173cfee9dd8d6b433aa2f5
 /etc/monit/monitrc.d/memcached f5876711141139fb17c415fb47e6b743
 /etc/monit/monitrc.d/mysql f697ed0b5d4b0ec19870a04e79899030
 /etc/monit/monitrc.d/nginx 06fb32ba95843628fe3dceb177993526
 /etc/monit/monitrc.d/openntpd 2aaf6bd6fc50b8d4c62b9a41bee717ef
 /etc/monit/monitrc.d/openssh-server 5991014df03ed4182c2bcc156c50b70e
 /etc/monit/monitrc.d/pdns-recursor 58428f3435c93381d74f0007bb714850
 /etc/monit/monitrc.d/postfix 3bee52ce320dcd6976589ebffb7efeab
 /etc/monit/monitrc.d/rsyslog ba6897f1b6ed130e22cc2bee4c7aa95c
 /etc/monit/monitrc.d/smartmontools 7cdf3c1459aa128f1f7e29f5ef0594ed
 /etc/monit/monitrc.d/snmpd 05049a4d96b31e836e71ddb720309102
 /etc/monit/templates/rootbin 49eca590561b14ef1f0e114db1cbdd21
 /etc/monit/templates/rootrc 1ec23646ad7866ab0c51bd4d21db6894
 /etc/monit/templates/rootstrict 4c4828a4229d93fd432baf37143fc231
 /etc/pam.d/monit 2c649c6000755b2d4eded976c3638fb2
Description: utility for monitoring and managing daemons or similar programs
 monit is a utility for monitoring and managing daemons or similar
 programs running on a Unix system. It will start specified programs
 if they are not running and restart programs not responding.
 .
 monit supports:
  * Daemon mode - poll programs at a specified interval
  * Monitoring modes - active, passive or manual
  * Start, stop and restart of programs
  * Group and manage groups of programs
  * Process dependency definition
  * Logging to syslog or own logfile
  * Configuration - comprehensive controlfile
  * Runtime and TCP/IP port checking (tcp and udp)
  * SSL support for port checking
  * Unix domain socket checking
  * Process status and process timeout
  * Process cpu usage
  * Process memory usage
  * Process zombie check
  * Check the systems load average
  * Check a file or directory timestamp
  * Alert, stop or restart a process based on its characteristics
  * MD5 checksum for programs started and stopped by monit
  * Alert notification for program timeout, restart, checksum, stop
    resource and timestamp error
  * Flexible and customizable email alert messages
  * Protocol verification. HTTP, FTP, SMTP, POP, IMAP, NNTP, SSH, DWP,
    LDAPv2 and LDAPv3
  * An http interface with optional SSL support to make monit
    accessible from a webbrowser
Homepage: http://mmonit.com/monit/

Package: perl-modules
Status: install ok installed
Priority: standard
Section: perl
Installed-Size: 15108
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: all
Multi-Arch: foreign
Source: perl
Version: 5.20.2-3+deb8u6
Replaces: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcgi-pm-perl, libcpan-meta-perl, libcpan-meta-requirements-perl, libcpan-meta-yaml-perl, libdigest-perl, libexperimental-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-spec-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-build-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libnet-perl, libnet-ping-perl, libpackage-constants-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, podlators-perl
Provides: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcpan-meta-perl, libcpan-meta-requirements-perl, libcpan-meta-yaml-perl, libdigest-perl, libexperimental-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-spec-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, podlators-perl
Depends: perl-base (>= 5.20.2-3+deb8u6)
Pre-Depends: dpkg (>= 1.17.17)
Recommends: perl (>= 5.20.2-1), libarchive-extract-perl, libmodule-pluggable-perl, libpod-latex-perl, libterm-ui-perl, libtext-soundex-perl, libcgi-pm-perl, libmodule-build-perl, libpackage-constants-perl
Suggests: libb-lint-perl, libcpanplus-dist-build-perl, libcpanplus-perl, libfile-checktree-perl, liblog-message-simple-perl, liblog-message-perl, libobject-accessor-perl
Breaks: cli-common (<< 0.9+nmu1), libansicolor-perl (<< 4.02), libarchive-tar-perl (<< 1.96), libattribute-handlers-perl (<< 0.96), libautodie-perl (<< 2.23), libcgi-pm-perl (<< 3.65), libcpan-meta-perl (<< 2.140640), libcpan-meta-requirements-perl (<< 2.125), libcpan-meta-yaml-perl (<< 0.012), libdigest-perl (<< 1.17), libexperimental-perl (<< 0.007), libextutils-cbuilder-perl (<< 0.280217), libextutils-command-perl (<< 1.18), libextutils-install-perl (<< 1.67), libextutils-parsexs-perl (<< 3.240000), libfile-spec-perl (<< 3.4801), libhttp-tiny-perl (<< 0.043), libi18n-langtags-perl (<< 0.40), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 2.27203), liblocale-codes-perl (<< 3.30), liblocale-maketext-perl (<< 1.25), liblocale-maketext-simple-perl (<< 0.21), libmath-bigint-perl (<< 1.9993), libmath-complex-perl (<< 1.59), libmodule-build-perl (<< 0.420500), libmodule-corelist-perl (<< 5.20150214), libmodule-load-conditional-perl (<< 0.62), libmodule-load-perl (<< 0.32), libmodule-metadata-perl (<< 1.000019), libnet-perl (<= 1:1.22), libnet-ping-perl (<< 2.43), libpackage-constants-perl (<< 0.04), libparams-check-perl (<< 0.38), libparent-perl (<< 0.228), libparse-cpan-meta-perl (<< 1.4414), libperl-ostype-perl (<< 1.007), libpod-escapes-perl (<< 1.06), libpod-parser-perl (<< 1.62), libpod-simple-perl (<< 3.28), libtest-harness-perl (<< 3.30), libtest-simple-perl (<< 1.001002), libthread-queue-perl (<< 3.05), libtime-local-perl (<< 1.2300), libunicode-collate-perl (<< 1.04), libversion-perl (<< 1:0.9909), libversion-requirements-perl (<< 0.101022), mono-apache-server2 (<< 3.8-2.1), mono-apache-server4 (<< 3.8-2.1), mono-fastcgi-server2 (<< 3.8-2.1), mono-fastcgi-server4 (<< 3.8-2.1), patcher (<< 0.0.20040521-6.1), pdl (<< 1:2.007-4), perl (<< 5.20.2~), podlators-perl (<< 2.3.1), polygen-data (<< 1.0.6.ds2-13.1), pristine-tar (<< 1.33), pure-ftpd-common (<< 1.0.36-3.2), rinse (<< 3.0.7), shorewall (<< 4.6.4.3-2), shorewall-core (<< 4.6.4.3-2), tvtime (<< 1.0.2-14)
Conflicts: defoma (<< 0.11.12), mono-gac (<< 2.10.8.1-3)
Conffiles:
 /etc/perl/sitecustomize.pl 5b3fc409c28ac6baf439b733046f0271
 /etc/perl/Net/libnet.cfg fb2946cae573b8ed3d654a180d458733
Description: Core Perl modules
 Architecture independent Perl modules.  These modules are part of Perl and
 required if the `perl' package is installed.
 .
 Note that this package only exists to save archive space and should be
 considered an internal implementation detail of the `perl' package.
 Other packages should not depend on `perl-modules' directly, they
 should use `perl' (which depends on `perl-modules') instead.
Homepage: http://dev.perl.org/perl5/

Package: mount
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 357
Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: util-linux
Version: 2.25.2-6
Pre-Depends: libc6 (>= 2.17), libmount1 (>= 2.25), libselinux1 (>= 2.0.15), libsmartcols1 (>= 2.25)
Suggests: nfs-common (>= 1:1.1.0-13)
Description: Tools for mounting and manipulating filesystems
 This package provides the mount(8), umount(8), swapon(8),
 swapoff(8), and losetup(8) commands.

Package: libx11-6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1561
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libx11
Version: 2:1.6.2-3
Depends: libc6 (>= 2.15), libxcb1 (>= 1.2), libx11-data
Pre-Depends: multiarch-support
Description: X11 client-side library
 This package provides a client interface to the X Window System, otherwise
 known as 'Xlib'.  It provides a complete API for the basic functions of the
 window system.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libX11

Package: libsasl2-2
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 171
Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: cyrus-sasl2
Version: 2.1.26.dfsg1-13+deb8u1
Replaces: libsasl2
Depends: libc6 (>= 2.15), libsasl2-modules-db (>= 2.1.26.dfsg1-13+deb8u1)
Pre-Depends: multiarch-support
Recommends: libsasl2-modules (>= 2.1.26.dfsg1-13+deb8u1)
Breaks: postfix (<= 2.8.3-1), slapd (<= 2.4.25-3)
Description: Cyrus SASL - authentication abstraction library
 This is the Cyrus SASL API implementation, version 2.1.
 .
 SASL is the Simple Authentication and Security Layer, a method for
 adding authentication support to connection-based protocols. To use
 SASL, a protocol includes a command for identifying and
 authenticating a user to a server and for optionally negotiating
 protection of subsequent protocol interactions. If its use is
 negotiated, a security layer is inserted between the protocol and the
 connection. See RFC 2222 for more information.
 .
 Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal
 Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used.
Homepage: http://www.cyrusimap.org/

Package: libsystemd0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 214
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 215-17+deb8u6
Pre-Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), liblzma5 (>= 5.1.1alpha+20120614), multiarch-support
Description: systemd utility library
 The libsystemd0 library provides interfaces to various systemd components.
Homepage: http://www.freedesktop.org/wiki/Software/systemd

Package: webmin-net
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 281
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - Network Configuration
 Configure boot time and active interfaces, DNS, routing
 and /etc/hosts.

Package: ntp
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 1245
Maintainer: Debian NTP Team <pkg-ntp-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 1:4.2.6.p5+dfsg-7+deb8u2
Depends: adduser, lsb-base (>= 3.2-13), netbase, libc6 (>= 2.17), libcap2 (>= 1:2.10), libedit2 (>= 2.11-20080614), libopts25 (>= 1:5.18.4), libssl1.0.0 (>= 1.0.1d)
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: perl
Suggests: ntp-doc
Breaks: dhcp3-client (<< 4.1.0-1)
Conffiles:
 /etc/cron.daily/ntp af4becca9dde009fc606dae1575cf551
 /etc/default/ntp cd7a62fbb18fa8fe5893dee93064b328
 /etc/dhcp/dhclient-exit-hooks.d/ntp fbc234ecd0f7e8bc1c394bbde5867be1
 /etc/init.d/ntp 1593209e2edaef7930940759b07caee1
 /etc/ntp.conf 3e250ecaf470e1d3a2b68edd5de46bfd
Description: Network Time Protocol daemon and utility programs
 NTP, the Network Time Protocol, is used to keep computer clocks
 accurate by synchronizing them over the Internet or a local network,
 or by following an accurate hardware receiver that interprets GPS,
 DCF-77, NIST or similar time signals.
 .
 This package contains the NTP daemon and utility programs.  An NTP
 daemon needs to be running on each host that is to have its clock
 accuracy controlled by NTP.  The same NTP daemon is also used to
 provide NTP service to other hosts.
 .
 For more information about the NTP protocol and NTP server
 configuration and operation, install the package "ntp-doc".
Homepage: http://support.ntp.org/

Package: webmin-mount
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 364
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - Disk and Network Filesystems
 Mount filesystems and swap files usually configured
 in /etc/fstab or /etc/vfstab.

Package: grub2-common
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 1075
Maintainer: GRUB Maintainers <pkg-grub-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-22+deb8u1
Replaces: grub, grub-common (<< 1.99-1), grub-coreboot (<< 2.00-4), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 2.00-4), grub-efi-ia32 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-legacy, grub-linuxbios (<< 1.99-1), grub-pc (<< 2.00-4), grub-yeeloong (<< 2.00-4)
Depends: grub-common (= 2.02~beta2-22+deb8u1), dpkg (>= 1.15.4) | install-info, libc6 (>= 2.3), libdevmapper1.02.1 (>= 2:1.02.36), liblzma5 (>= 5.1.1alpha+20120614)
Conflicts: grub (<< 0.97-54), grub-doc (<< 0.97-32), grub-legacy, grub-legacy-doc (<< 0.97-59)
Description: GRand Unified Bootloader (common files for version 2)
 This package contains common files shared by the distinct flavours of GRUB.
 The files in this package are specific to GRUB 2, and would break GRUB
 Legacy if installed on the same system.
Homepage: http://www.gnu.org/software/grub/

Package: libpsl0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 510
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: amd64
Multi-Arch: same
Source: libpsl
Version: 0.5.1-1
Depends: libc6 (>= 2.8), libicu52 (>= 52~m1-1~)
Description: Library for Public Suffix List (shared libraries)
 Libpsl allows checking domains against the Public Suffix List,
 It can be used to avoid privacy-leaking 'super-cookies',
 'super domain' certificates, for domain highlighting purposes
 sorting domain lists by site and more.
 .
 This package contains runtime libraries.
Homepage: https://github.com/rockdaboot/libpsl

Package: libc6
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 10229
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: glibc
Version: 2.19-18+deb8u7
Replaces: libc6-amd64
Depends: libgcc1
Suggests: glibc-doc, debconf | debconf-2.0, locales
Breaks: hurd (<< 1:0.5.git20140203-1), libtirpc1 (<< 0.2.3), locales (<< 2.19), locales-all (<< 2.19), lsb-core (<= 3.2-27), nscd (<< 2.19)
Conflicts: prelink (<= 0.0.20090311-1), tzdata (<< 2007k-1), tzdata-etch
Conffiles:
 /etc/ld.so.conf.d/x86_64-linux-gnu.conf 593ad12389ab2b6f952e7ede67b8fbbf
Description: GNU C Library: Shared libraries
 Contains the standard libraries that are used by nearly all programs on
 the system. This package includes shared versions of the standard C library
 and the standard math library, as well as many others.
Homepage: http://www.gnu.org/software/libc/libc.html

Package: libprocps3
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 132
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Multi-Arch: same
Source: procps
Version: 2:3.3.9-9
Replaces: procps (<< 1:3.3.2-1)
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: library for accessing process information from /proc
 The libprocps library is a way of accessing information out of the /proc
 filesystem.
 .
 This package contains the shared libraries necessary to run programs
 compilied with libprocps.
Homepage: http://gitorious.org/procps

Package: python2.7
Status: install ok installed
Priority: standard
Section: python
Installed-Size: 360
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
Multi-Arch: allowed
Version: 2.7.9-2+deb8u1
Replaces: python-profiler (<= 2.7.1-2), python2.7-minimal (<< 2.7.3-7~)
Depends: python2.7-minimal (= 2.7.9-2+deb8u1), libpython2.7-stdlib (= 2.7.9-2+deb8u1), mime-support
Suggests: python2.7-doc, binutils
Breaks: python-virtualenv (<< 1.7.1.2-2~), vim-athena (<< 2:7.3.547-4), vim-gnome (<< 2:7.3.547-4), vim-gtk (<< 2:7.3.547-4), vim-nox (<< 2:7.3.547-4)
Conflicts: python-profiler (<= 2.7.1-2)
Description: Interactive high-level object-oriented language (version 2.7)
 Python is a high-level, interactive, object-oriented language. Its 2.7 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.

Package: libgd3
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 455
Maintainer: GD team <pkg-gd-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libgd2
Version: 2.1.0-5+deb8u9
Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libvpx1 (>= 1.0.0), libx11-6, libxpm4, zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Suggests: libgd-tools
Description: GD Graphics Library
 GD is a graphics library. It allows your code to quickly draw images
 complete with lines, arcs, text, multiple colours, cut and paste from
 other images, flood fills, and write out the result as a PNG file.
 This is particularly useful in World Wide Web applications, where PNG is
 one of the formats accepted for inline images by most browsers.
 .
 This is the runtime package of the library.
Homepage: http://www.libgd.org/

Package: webmin-file
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 756
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - Java File Manager
 View, edit and change permissions on files and directories
 on your system with a Windows-like file manager.

Package: webmin-fdisk
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 222
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831), webmin-mount
Description: Webmin module - Partitions on Local Disks
 Create and edit partitions on local SCSI, IDE and SATA
 disks on Linux.

Package: libqdbm14
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 330
Maintainer: KURASHIKI Satoru <lurdan@gmail.com>
Architecture: amd64
Source: qdbm (1.8.78-5)
Version: 1.8.78-5+b1
Depends: libc6 (>= 2.2.5), zlib1g (>= 1:1.1.4)
Description: QDBM Database Libraries without GDBM wrapper[runtime]
 QDBM is an embeded database library compatible with GDBM and NDBM.
 It features hash database and B+ tree database and is developed referring
 to GDBM for the purpose of the following three points: higher processing
 speed, smaller size of a database file, and simpler API.
 This is the runtime package for programs that use the QDBM database
 library.
Homepage: http://fallabs.com/qdbm/

Package: udhcpc
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 65
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Source: busybox
Version: 1:1.22.0-9+deb8u1
Depends: busybox (>> 1:1.22.0) | busybox-static (>> 1:1.22.0)
Conffiles:
 /etc/udhcpc/default.script 04c79f28da0ff4ebadf2f15798ef166e
Description: Provides the busybox DHCP client implementation
 Busybox contains a very small yet fully functional RFC compliant DHCP
 client formerly known as udhcpc.
 .
 This package contains the glue to use the busybox udhcpc as DHCP
 client in the system by providing the appropriate symbolic links and
 scripts.
Homepage: http://www.busybox.net

Package: os-prober
Status: install ok installed
Priority: extra
Section: utils
Installed-Size: 140
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Version: 1.65
Depends: libc6 (>= 2.4)
Description: utility to detect other OSes on a set of drives
 This package detects other OSes available on a system and outputs the
 results in a generic machine-readable format.

Package: startpar
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 95
Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 0.59-3
Replaces: sysvinit-utils (<< 2.88dsf-52)
Depends: libc6 (>= 2.15)
Suggests: insserv, sysv-rc
Breaks: sysvinit-utils (<< 2.88dsf-52)
Conffiles:
 /etc/init/startpar-bridge.conf 152b77b1904939b461edc251844d0008
Description: run processes in parallel and multiplex their output
 Used by the sysv-rc boot system executor to run init.d scripts in parallel
 while making sure the script output is not completely messed up.
Homepage: http://savannah.nongnu.org/projects/sysvinit

Package: libtiff5
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 592
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: amd64
Multi-Arch: same
Source: tiff
Version: 4.0.3-12.3+deb8u2
Depends: libc6 (>= 2.14), libjbig0 (>= 2.0), libjpeg62-turbo (>= 1.3.1), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Description: Tag Image File Format (TIFF) library
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 includes the shared library.
Homepage: http://libtiff.maptools.org

Package: gettext-base
Status: install ok installed
Priority: standard
Section: utils
Installed-Size: 965
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: gettext
Version: 0.19.3-2
Depends: libc6 (>= 2.14), libasprintf0c2 (>= 0.18.1.1-6)
Description: GNU Internationalization utilities for the base system
 This package includes the gettext and ngettext programs which allow
 other packages to internationalize the messages given by shell scripts.
Homepage: http://www.gnu.org/software/gettext/

Package: python-pycurl
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 163
Maintainer: Barry Warsaw <barry@debian.org>
Architecture: amd64
Source: pycurl
Version: 7.19.5-3
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.15), libcurl3-gnutls (>= 7.38.0), libgnutls-deb0-28 (>= 3.3.0)
Suggests: libcurl4-gnutls-dev, python-pycurl-dbg, python-pycurl-doc
Description: Python bindings to libcurl
 This module provides the Python bindings to libcurl. Please refer to
 the libcurl documentation available in libcurl4-gnutls-dev Debian package.
 .
 NOTE: the SSL support is provided by GnuTLS.
 .
 This package contains PyCURL for Python 2.
Homepage: http://pycurl.sourceforge.net

Package: ssl-cert
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 102
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 1.0.35
Depends: debconf (>= 0.5) | debconf-2.0, openssl (>= 0.9.8g-9), adduser
Suggests: openssl-blacklist
Description: simple debconf wrapper for OpenSSL
 This package enables unattended installs of packages that
 need to create SSL certificates.
 .
 It is a simple wrapper for OpenSSL's certificate request utility that
 feeds it with the correct user variables.

Package: libpipeline1
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 63
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: amd64
Multi-Arch: same
Source: libpipeline
Version: 1.4.0-1
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Description: pipeline manipulation library
 This is a C library for setting up and running pipelines of processes,
 without needing to involve shell command-line parsing which is often
 error-prone and insecure.
Homepage: http://libpipeline.nongnu.org/

Package: initramfs-tools
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 347
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 0.120+deb8u2
Provides: linux-initramfs-tool
Depends: klibc-utils (>= 2.0-1~), cpio, kmod | module-init-tools, udev, klibc-utils (>= 2.0.4-1.2~) | busybox (>= 1:1.01-3) | busybox-initramfs | busybox-static
Recommends: busybox (>= 1:1.01-3) | busybox-initramfs | busybox-static
Suggests: bash-completion
Breaks: console-setup (<< 1.72), cryptsetup (<< 2:1.6.6-4~), elilo (<< 3.12-3.1~), lilo (<< 22.8-8.2~), lvm2 (<< 2.02.111-2.1~), s390-tools (<< 1.8.3-2~), systemd-sysv (<< 186)
Conflicts: linux-initramfs-tool, usplash (<< 0.5.50)
Conffiles:
 /etc/bash_completion.d/initramfs-tools 7eeb7184772f3658e7cf446945c096b1
 /etc/initramfs-tools/initramfs.conf 42161705437308c44abc6d46395889c1
 /etc/initramfs-tools/update-initramfs.conf e2026d4603e7161efaccca519aeb1297
 /etc/kernel/postinst.d/initramfs-tools 1d77d3e4b57c3da299aacd44b1dc207c
 /etc/kernel/postrm.d/initramfs-tools f57d0b03f79fd46dd1a1fa3b00206070
Description: generic modular initramfs generator
 This package contains tools to create a bootable initramfs for Linux kernel
 packages. The initramfs is a compressed cpio archive. At boot time, the
 kernel unpacks that archive into RAM, mounts and uses it as initial root file
 system. The mounting of the real root file system occurs in early user space.
 klibc provides utilities to setup root. Having the root on MD, LVM2, LUKS or
 NFS is also supported.
 Any boot loader with initrd support is able to load an initramfs archive.

Package: libmysqlclient18
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 3421
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: mysql-5.5
Version: 5.5.54-0+deb8u1
Depends: mysql-common (>= 5.5.54-0+deb8u1), libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Description: MySQL database client library
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the client library.
Homepage: http://dev.mysql.com/

Package: syslinux
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 276
Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
Architecture: amd64
Version: 3:6.03+dfsg-5+deb8u1
Replaces: syslinux-common
Depends: libc6 (>= 2.2.5), mtools
Recommends: syslinux-common
Suggests: dosfstools
Breaks: syslinux-common (<< 3:6.03+dfsg-5+deb8u1)
Description: collection of bootloaders (DOS FAT and NTFS bootloader)
 syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS
 filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems
 (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).
 .
 This package contains the bootloader for DOS FAT and NTFS filesystems
 (SYSLINUX).
Homepage: http://www.syslinux.org/

Package: libpcre3
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 618
Maintainer: Mark Baker <mark@mnb.org.uk>
Architecture: amd64
Multi-Arch: same
Source: pcre3
Version: 2:8.35-3.3+deb8u4
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~)
Conflicts: libpcre3-dev (<= 4.3-3)
Description: Perl 5 Compatible Regular Expression Library - runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the runtime libraries.

Package: librtmp1
Status: install ok installed
Priority: extra
Section: libs
Installed-Size: 164
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: rtmpdump
Version: 2.4+20150115.gita107cef-1
Depends: libc6 (>= 2.14), libgmp10, libgnutls-deb0-28 (>= 3.3.0), libhogweed2, libnettle4, zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Description: toolkit for RTMP streams (shared library)
 A small dumper for media content streamed over the RTMP protocol (like BBC's
 iPlayer high quality streams). Supplying an RTMP URL will result in a dumped
 flv file, which can be played/transcoded with standard tools.
 .
 This package contains the shared libraries, header files needed by
 programs that want to use librtmp.
Homepage: http://rtmpdump.mplayerhq.hu/

Package: libdevmapper1.02.1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 330
Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: lvm2 (2.02.111-2.2+deb8u1)
Version: 2:1.02.90-2.2+deb8u1
Depends: libc6 (>= 2.14), libselinux1 (>= 1.32), libudev1 (>= 183), dmsetup (>= 2:1.02.90-2.2+deb8u1)
Pre-Depends: multiarch-support
Breaks: lvm2 (<< 2.02.66)
Conflicts: libdevmapper1.02
Description: Linux Kernel Device Mapper userspace library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but EVMS, software
 raid, and other drivers that create "virtual" block devices.
 .
 This package contains the (user-space) shared library for accessing the
 device-mapper; it allows usage of the device-mapper through a clean,
 consistent interface (as opposed to through kernel ioctls).
Homepage: http://sources.redhat.com/lvm2/

Package: hdparm
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 290
Maintainer: Stephen Gran <sgran@debian.org>
Architecture: amd64
Version: 9.43-2
Replaces: apmd (<= 3.0.2-1.15)
Depends: libc6 (>= 2.14), lsb-base
Recommends: powermgmt-base
Suggests: apmd
Conffiles:
 /etc/apm/event.d/20hdparm 69c0a826b29c8f40b7ca5e56e53d7f83
 /etc/default/hdparm 0db15ea4edf8e848c9962bb16b7da96f
 /etc/hdparm.conf cdd0ed05481f6071f9711c7d1735b98a
 /etc/init.d/hdparm dbd686b4218f3aa0f6805efca143b2c9
Description: tune hard disk parameters for high performance
 Get/set device parameters for Linux SATA/IDE drives.
 Primary use is for enabling irq-unmasking and IDE multiplemode.
Homepage: http://sourceforge.net/projects/hdparm/

Package: libgeoip1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 261
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: amd64
Multi-Arch: same
Source: geoip
Version: 1.6.2-4
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Recommends: geoip-database
Suggests: geoip-bin
Description: non-DNS IP-to-country resolver library
 GeoIP is a C library that enables the user to find the country that any
 IP address or hostname originates from. It uses a file based database.
 .
 This database simply contains IP blocks as keys, and countries as values and
 it should be more complete and accurate than using reverse DNS lookups.
 .
 This package contains the shared library.
Homepage: http://www.maxmind.com/

Package: libisccfg90
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 165
Maintainer: LaMont Jones <lamont@debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-9+deb8u10
Replaces: libbind0
Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libcomerr2 (>= 1.01), libdns100, libgssapi-krb5-2 (>= 1.6.dfsg.2), libisc95, libisccc90, libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.6.27)
Conflicts: libbind0, libbind9-41
Description: Config File Handling Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the libisccfg shared library used by BIND's daemons
 and clients to read and write ISC-style configuration files like named.conf
 and rndc.conf.

Package: lsb-release
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 97
Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Source: lsb
Version: 4.1+Debian13+nmu1
Depends: python (>= 2.7), python (<< 2.8)
Recommends: apt
Suggests: lsb
Description: Linux Standard Base version reporting utility
 The Linux Standard Base (http://www.linuxbase.org/) is a standard
 core system that third-party applications written for Linux can
 depend upon.
 .
 The lsb-release command is a simple tool to help identify the Linux
 distribution being used and its compliance with the Linux Standard Base.
 LSB conformance will not be reported unless the required metapackages are
 installed.
 .
 While it is intended for use by LSB packages, this command may also
 be useful for programmatically distinguishing between a pure Debian
 installation and derived distributions.
Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb

Package: webmin
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 8428
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Version: 1.831-turnkey+0
Depends: libnet-ssleay-perl, openssl, libauthen-pam-perl, libpam-runtime, libio-pty-perl
Pre-Depends: perl
Conffiles:
 /etc/init.d/webmin 61c4186790d5594a6d070bc08b91d43c
 /etc/pam.d/webmin 7d80c86adbd36eeb8f220b9efdd30819
Description: A web-based administration interface for Unix systems.
 Using Webmin you can configure DNS, Samba, NFS, local/remote filesystems
 and more using your web browser.  After installation, enter the URL
 https://localhost:10000/ into your browser and login as root with your
 root password.

Package: coreutils
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 14249
Maintainer: Michael Stone <mstone@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 8.23-4
Replaces: mktemp, realpath, timeout
Pre-Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.17), libselinux1 (>= 2.1.13)
Conflicts: timeout
Description: GNU core utilities
 This package contains the basic file, shell and text manipulation
 utilities which are expected to exist on every operating system.
 .
 Specifically, this package includes:
 arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
 csplit cut date dd df dir dircolors dirname du echo env expand expr
 factor false flock fmt fold groups head hostid id install join link ln
 logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt
 od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm
 rmdir runcon sha*sum seq shred sleep sort split stat stty sum sync tac
 tail tee test timeout touch tr true truncate tsort tty uname unexpand
 uniq unlink users vdir wc who whoami yes
Homepage: http://gnu.org/software/coreutils

Package: syslinux-common
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 3440
Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
Architecture: all
Source: syslinux
Version: 3:6.03+dfsg-5+deb8u1
Replaces: extlinux, isolinux, pxelinux, syslinux, syslinux-dev
Breaks: extlinux (<< 3:6.03+dfsg-5+deb8u1), isolinux (<< 3:6.03+dfsg-5+deb8u1), pxelinux (<< 3:6.03+dfsg-5+deb8u1), syslinux (<< 3:6.03+dfsg-5+deb8u1), syslinux-dev
Description: collection of bootloaders (common)
 syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS
 filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems
 (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).
 .
 This package contains the common files.
Homepage: http://www.syslinux.org/

Package: file
Status: install ok installed
Priority: standard
Section: utils
Installed-Size: 76
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: amd64
Multi-Arch: foreign
Version: 1:5.22+15-2+deb8u3
Depends: libc6 (>= 2.4), libmagic1 (= 1:5.22+15-2+deb8u3), zlib1g (>= 1:1.1.4)
Description: Determines file type using "magic" numbers
 File tests each argument in an attempt to classify it. There are
 three sets of tests, performed in this order: filesystem tests,
 magic number tests, and language tests. The first test that
 succeeds causes the file type to be printed.
Homepage: http://www.darwinsys.com/file/

Package: libbind9-90
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 85
Maintainer: LaMont Jones <lamont@debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-9+deb8u10
Replaces: libbind0
Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libcomerr2 (>= 1.01), libdns100, libgssapi-krb5-2 (>= 1.6.dfsg.2), libisc95, libisccfg90, libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.6.27)
Conflicts: libbind0, libbind9-41
Description: BIND9 Shared Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the libbind9 shared library used by BIND's daemons and
 clients.

Package: iproute2
Status: install ok installed
Priority: important
Section: net
Installed-Size: 1093
Maintainer: Debian iproute2 Maintainers <ah-iproute@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 3.16.0-2
Replaces: iproute
Provides: arpd
Depends: libc6 (>= 2.14), libdb5.3, libselinux1 (>= 2.0.15)
Recommends: libatm1 (>= 2.4.1-17~), libxtables10
Suggests: iproute2-doc
Conflicts: arpd, iproute (<< 20130000-1)
Conffiles:
 /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463
 /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457
 /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f
 /etc/iproute2/rt_protos 95ce0b4b5b79f5a8a45941fb418a904c
 /etc/iproute2/rt_dsfield 4264d5c7c8298300185aa04e1a736934
 /etc/iproute2/group 3aea2c0e0dd75e13a5f8f48f2936915f
 /etc/iproute2/ematch_map b91e7f9b26918449bade9573f8871d61
Description: networking and traffic control tools
 The iproute2 suite is a collection of utilities for networking and
 traffic control.
 .
 These tools communicate with the Linux kernel via the (rt)netlink
 interface, providing advanced features not available through the
 legacy net-tools commands 'ifconfig' and 'route'.
Homepage: http://www.linux-foundation.org/en/Net:Iproute2

Package: libbsd0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 121
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Multi-Arch: same
Source: libbsd
Version: 0.7.0-2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: utility functions from BSD systems - shared library
 This library provides some C functions such as strlcpy() that are commonly
 available on BSD systems but not on others like GNU systems.
 .
 For a detailed list of the provided functions, please see the libbsd-dev
 package description.
Homepage: http://libbsd.freedesktop.org/

Package: e2fsprogs
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 2781
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
Multi-Arch: foreign
Source: e2fsprogs (1.42.12-2)
Version: 1.42.12-2+b1
Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2)
Pre-Depends: e2fslibs (= 1.42.12-2+b1), libblkid1 (>= 2.17.2), libc6 (>= 2.14), libcomerr2 (>= 1.42~WIP-2011-10-05-1), libss2 (>= 1.34-1), libuuid1 (>= 2.16), util-linux (>= 2.15~rc1-1)
Suggests: gpart, parted, e2fsck-static
Conflicts: dump (<< 0.4b4-4), initscripts (<< 2.85-4), quota (<< 1.55-8.1), sysvinit (<< 2.85-4)
Conffiles:
 /etc/mke2fs.conf e2cdbf0620e93949af5857eb4739f949
Description: ext2/ext3/ext4 file system utilities
 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package contains programs for creating, checking, and maintaining
 ext2/3/4-based file systems.  It also includes the "badblocks" program,
 which can be used to scan for bad blocks on a disk or other storage device.
Homepage: http://e2fsprogs.sourceforge.net

Package: libpng12-0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 267
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Multi-Arch: same
Source: libpng
Version: 1.2.50-2+deb8u3
Replaces: libpng12-dev (<= 1.2.8rel-7)
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Conflicts: libpng12-dev (<= 1.2.8rel-7), mzscheme (<= 1:209-5), pngcrush (<= 1.5.10-2), pngmeta (<= 1.11-3), povray-3.5 (<= 3.5.0c-10), qemacs (<= 0.3.1-5)
Description: PNG library - runtime
 libpng is a library implementing an interface for reading and writing
 PNG (Portable Network Graphics) format files.
 .
 This package contains the runtime library files needed to run software
 using libpng.
Homepage: http://libpng.org/pub/png/libpng.html

Package: tar
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 2261
Maintainer: Bdale Garbee <bdale@gag.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.27.1-2+deb8u1
Replaces: cpio (<< 2.4.2-39)
Pre-Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.17), libselinux1 (>= 1.32)
Suggests: bzip2, ncompress, xz-utils, tar-scripts
Breaks: dpkg-dev (<< 1.14.26)
Conflicts: cpio (<= 2.4.2-38)
Conffiles:
 /etc/rmt 3c58b7cd13da1085eff0acc6a00f43c7
Description: GNU version of the tar archiving utility
 Tar is a program for packaging a set of files as a single archive in tar
 format.  The function it performs is conceptually similar to cpio, and to
 things like PKZIP in the DOS world.  It is heavily used by the Debian package
 management system, and is useful for performing system backups and exchanging
 sets of files with others.

Package: libkrb5support0
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 137
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12.1+dfsg-19+deb8u2
Depends: libc6 (>= 2.14), libkeyutils1 (>= 1.4)
Pre-Depends: multiarch-support
Breaks: libgssapi-krb5-2 (<< 1.12.1+dfsg-8), libk5crypto3 (<< 1.12.1+dfsg-8), libkadm5clnt-mit9 (<< 1.12.1+dfsg-8), libkadm5srv-mit9 (<< 1.12.1+dfsg-8), libkdb5-7 (<< 1.12.1+dfsg-8)
Conflicts: libkrb53
Description: MIT Kerberos runtime libraries - Support library
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains an internal runtime support library used by other
 Kerberos libraries.
Homepage: http://web.mit.edu/kerberos/

Package: webmin-time
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 91
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831), ntpdate
Description: Webmin module - System Time
 Set the sytem and hardware time either manually or
 from a time server.

Package: libbz2-1.0
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 114
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Multi-Arch: same
Source: bzip2 (1.0.6-7)
Version: 1.0.6-7+b3
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Description: high-quality block-sorting file compressor library - runtime
 This package contains libbzip2 which is used by the bzip2 compressor.
 .
 bzip2 is a freely available, patent free, high-quality data compressor.
 It typically compresses files to within 10% to 15% of the best available
 techniques, whilst being around twice as fast at compression and six
 times faster at decompression.
 .
 bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding. Compression is generally
 considerably better than that achieved by more conventional
 LZ77/LZ78-based compressors, and approaches the performance of the PPM
 family of statistical compressors.
 .
 The archive file format of bzip2 (.bz2) is incompatible with that of its
 predecessor, bzip (.bz).
Homepage: http://www.bzip.org/

Package: ucf
Status: install ok installed
Priority: standard
Section: utils
Installed-Size: 229
Maintainer: Manoj Srivastava <srivasta@debian.org>
Architecture: all
Multi-Arch: foreign
Version: 3.0030
Depends: debconf (>= 1.5.19), coreutils (>= 5.91)
Conffiles:
 /etc/ucf.conf 5565b8b26108c49ba575ba452cd69b3e
Description: Update Configuration File(s): preserve user changes to config files
 Debian policy mandates that user changes to configuration files must be
 preserved during package upgrades. The easy way to achieve this behavior
 is to make the configuration file a 'conffile', in which case dpkg
 handles the file specially during upgrades, prompting the user as
 needed.
 .
 This is appropriate only if it is possible to distribute a default
 version that will work for most installations, although some system
 administrators may choose to modify it. This implies that the
 default version will be part of the package distribution, and must
 not be modified by the maintainer scripts during installation (or at
 any other time).
 .
 This script attempts to provide conffile-like handling for files that
 may not be labelled conffiles, and are not shipped in a Debian package,
 but handled by the postinst instead. This script allows one to
 maintain files in /etc, preserving user changes and in general
 offering the same facilities while upgrading that dpkg normally
 provides for 'conffiles'.
 .
 Additionally, this script provides facilities for transitioning a
 file that had not been provided with conffile-like protection to come
 under this schema, and attempts to minimize questions asked at
 installation time. Indeed, the transitioning facility is better than the
 one offered by dpkg while transitioning a file from a non-conffile to
 conffile status.

Package: libkmod2
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 134
Maintainer: Marco d'Itri <md@linux.it>
Architecture: amd64
Multi-Arch: same
Source: kmod
Version: 18-3
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Description: libkmod shared library
 This library provides an API for insertion, removal, configuration and
 listing of kernel modules.

Package: libisc95
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 418
Maintainer: LaMont Jones <lamont@debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-9+deb8u10
Replaces: libbind0
Depends: libc6 (>= 2.15), libcap2 (>= 1:2.10), libxml2 (>= 2.7.4)
Conflicts: libbind0, libbind9-41
Description: ISC Shared Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the libisc shared library used by BIND's daemons and
 clients.

Package: libxml2
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 1766
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Version: 2.9.1+dfsg1-5+deb8u4
Depends: libc6 (>= 2.15), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.3.3)
Pre-Depends: multiarch-support
Recommends: xml-core
Description: GNOME XML library
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 This package provides a library providing an extensive API to handle
 such XML data files.
Homepage: http://xmlsoft.org/

Package: libblkid1
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 326
Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.25.2-6
Depends: libc6 (>= 2.17), libuuid1 (>= 2.16)
Pre-Depends: multiarch-support
Description: block device id library
 The blkid library which allows system programs like fsck and
 mount to quickly and easily find block devices by filesystem UUID and
 LABEL.  This allows system administrators to avoid specifying
 filesystems by hard-coded device names, but via a logical naming
 system instead.

Package: casper
Status: install ok installed
Priority: extra
Section: misc
Installed-Size: 58
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.236-turnkey+12+gc47bd84
Depends: initramfs-tools, busybox-initramfs, dmsetup, uuid-runtime, util-linux
Conffiles:
 /etc/casper.conf 7111aac567b9c9826bbacd6fc8f06202
Description: Run a "live" preinstalled system from read-only media
Tag: admin::boot, admin::filesystem, implemented-in::shell, protocol::smb, role::plugin, scope::utility, special::completely-tagged, works-with-format::iso9660

Package: nginx
Status: install ok installed
Priority: optional
Section: httpd
Installed-Size: 100
Maintainer: Kartik Mistry <kartik@debian.org>
Architecture: all
Version: 1.6.2-5+deb8u4
Depends: nginx-full (>= 1.6.2-5+deb8u4) | nginx-light (>= 1.6.2-5+deb8u4) | nginx-extras (>= 1.6.2-5+deb8u4), nginx-full (<< 1.6.2-5+deb8u4.1~) | nginx-light (<< 1.6.2-5+deb8u4.1~) | nginx-extras (<< 1.6.2-5+deb8u4.1~)
Description: small, powerful, scalable web/proxy server
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This is a dependency package to install either nginx-full (by default) or
 nginx-light.
Homepage: http://nginx.net

Package: librsync1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 105
Maintainer: Andrey Rahmatullin <wrar@wrar.name>
Architecture: amd64
Multi-Arch: same
Source: librsync
Version: 0.9.7-10
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: rsync remote-delta algorithm library
 librsync implements the rsync remote-delta algorithm, which allows for
 efficient remote updates of a file, without requiring the old and new versions
 to both be present at the transmitter. The library uses a stream-based designed
 so that it can be easily embedded into network applications.
 .
 librsync is used by rdiff-backup and duplicity backup applications.
Homepage: http://librsync.sourceforge.net/

Package: libterm-readkey-perl
Status: install ok installed
Priority: optional
Section: perl
Installed-Size: 63
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libterm-readkey-perl (2.32-1)
Version: 2.32-1+b1
Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.15)
Description: perl module for simple terminal control
 Term::ReadKey is a compiled perl module dedicated to providing simple
 control over terminal driver modes (cbreak, raw, cooked, etc.) support for
 non-blocking reads, if the architecture allows, and some generalized handy
 functions for working with terminals. One of the main goals is to have the
 functions as portable as possible, so you can just plug in "use
 Term::ReadKey" on any architecture and have a good likelyhood of it working.
Homepage: https://metacpan.org/release/TermReadKey

Package: libfreetype6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 889
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
Multi-Arch: same
Source: freetype
Version: 2.5.2-3+deb8u1
Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Description: FreeType 2 font engine, shared library files
 The FreeType project is a team of volunteers who develop free,
 portable and high-quality software solutions for digital typography.
 They specifically target embedded systems and focus on bringing small,
 efficient and ubiquitous products.
 .
 The FreeType 2 library is their new software font engine.  It has been
 designed to provide the following important features:
  * A universal and simple API to manage font files
  * Support for several font formats through loadable modules
  * High-quality anti-aliasing
  * High portability & performance
 .
 Supported font formats include:
  * TrueType files (.ttf) and collections (.ttc)
  * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
  * Type 1 Multiple Master fonts.  The FreeType 2 API also provides
    routines to manage design instances easily
  * Type 1 CID-keyed fonts
  * OpenType/CFF (.otf) fonts
  * CFF/Type 2 fonts
  * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
    the Adobe SVG viewer plugin.
  * Windows FNT/FON bitmap fonts
 .
 This package contains the files needed to run programs that use the
 FreeType 2 library.
 .
  Home Page: http://www.freetype.org/
  Authors: David Turner   <david.turner@freetype.org>
           Robert Wilhelm <robert.wilhelm@freetype.org>
           Werner Lemberg <werner.lemberg@freetype.org>
Homepage: http://www.freetype.org

Package: libtasn1-6
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 100
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Version: 4.2-3+deb8u2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: Manage ASN.1 structures (runtime)
 Manage ASN1 (Abstract Syntax Notation One) structures.
 The main features of this library are:
   * on-line ASN1 structure management that doesn't require any C code
     file generation.
   * off-line ASN1 structure management with C code file generation
     containing an array.
   * DER (Distinguish Encoding Rules) encoding
   * no limits for INTEGER and ENUMERATED values
 .
 This package contains runtime libraries.
Homepage: http://www.gnu.org/software/libtasn1/

Package: python-minimal
Status: install ok installed
Priority: standard
Section: python
Installed-Size: 163
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
Multi-Arch: allowed
Source: python-defaults
Version: 2.7.9-1
Replaces: python (<= 2.7.3-1~)
Depends: python2.7-minimal (>= 2.7.9-1~), dpkg (>= 1.13.20)
Recommends: python
Breaks: idle (<< 2.6), python (<= 2.7.3-1~), python-all (<< 2.6), python-all-dbg (<< 2.6), python-all-dev (<< 2.6), python-dbg (<< 2.6), python-dev (<< 2.6), python-examples (<< 2.6), python-support (<< 1.0.10ubuntu2), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2)
Conflicts: python-central (<< 0.5.5)
Description: minimal subset of the Python language (default version)
 This package contains the interpreter and some essential modules.  It's used
 in the boot process for some basic tasks.
 See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules
 contained in this package.
Homepage: http://www.python.org/

Package: uuid-runtime
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 118
Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: util-linux
Version: 2.25.2-6
Replaces: e2fsprogs (<= 1.40.3-1ubuntu1)
Depends: adduser, passwd, init-system-helpers (>= 1.18~), libc6 (>= 2.4), libsystemd0
Pre-Depends: libuuid1 (>= 2.25-5~)
Conffiles:
 /etc/init.d/uuidd d73ce836c705e13e8da163d42a9b3724
Description: runtime components for the Universally Unique ID library
 The libuuid library generates and parses 128-bit universally unique
 ids (UUIDs).  A UUID is an identifier that is unique across both
 space and time, with respect to the space of all UUIDs.  A UUID can
 be used for multiple purposes, from tagging objects with an extremely
 short lifetime, to reliably identifying very persistent objects
 across a network.
 .
 See RFC 4122 for more information.
 .
 This package contains the uuidgen program and the uuidd daemon.
 .
 The uuidd daemon is used to generate UUIDs, especially time-based
 UUID’s, in a secure and guaranteed-unique fashion, even in the face
 of large numbers of threads trying to grab UUID’s running on
 different CPU’s. It is used by libuuid as well as the uuidgen
 program.

Package: libmagic1
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 3161
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: amd64
Multi-Arch: same
Source: file
Version: 1:5.22+15-2+deb8u3
Depends: libc6 (>= 2.15), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Suggests: file
Conffiles:
 /etc/magic 272913026300e7ae9b5e2d51f138e674
 /etc/magic.mime 272913026300e7ae9b5e2d51f138e674
Description: File type determination library using "magic" numbers
 This library can be used to classify files according to magic
 number tests. It implements the core functionality of the file
 command.
Homepage: http://www.darwinsys.com/file/

Package: lsb-base
Status: install ok installed
Priority: required
Section: misc
Installed-Size: 72
Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Source: lsb
Version: 4.1+Debian13+nmu1
Description: Linux Standard Base 4.1 init script functionality
 The Linux Standard Base (http://www.linuxbase.org/) is a standard
 core system that third-party applications written for Linux can
 depend upon.
 .
 This package only includes the init-functions shell library, which
 may be used by other packages' initialization scripts for console
 logging and other purposes.
Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb

Package: rsync
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 732
Maintainer: Paul Slootman <paul@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 3.1.1-3
Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.15), libpopt0 (>= 1.14), lsb-base (>= 3.2-14), base-files (>= 4.0.1)
Suggests: openssh-client, openssh-server
Breaks: duplicity (<< 0.6.11)
Conffiles:
 /etc/init.d/rsync c5d89677f904551f5b192f35ad98d73c
 /etc/default/rsync e0d7efac23e911c65f44b08de446e837
Description: fast, versatile, remote (and local) file-copying tool
 rsync is a fast and versatile file-copying tool which can copy locally
 and to/from a remote host. It offers many options to control its behavior,
 and its remote-update protocol can minimize network traffic to make
 transferring updates between machines fast and efficient.
 .
 It is widely used for backups and mirroring and as an improved copy
 command for everyday use.
 .
 This package provides both the rsync command line tool and optional
 daemon functionality.
Homepage: http://rsync.samba.org/

Package: procps
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 670
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 2:3.3.9-9
Provides: watch
Depends: libc6 (>= 2.15), libncurses5 (>= 5.5-5~), libncursesw5 (>= 5.6+20070908), libprocps3, libtinfo5, lsb-base (>= 3.0-10), initscripts
Recommends: psmisc
Breaks: guymager (<= 0.5.9-1), open-vm-tools (<= 2011.12.20-562307-1), xmem (<= 1.20-27.1)
Conflicts: pgrep (<< 3.3-5), w-bassman (<< 1.0-3)
Conffiles:
 /etc/init.d/procps 021482ebab1024f5ed76e650e5191e8f
 /etc/sysctl.conf 76c1d8285c578d5e827c3e07b9738112
 /etc/sysctl.d/README.sysctl 026e08987e39bd612ae311f2d9fc2089
Description: /proc file system utilities
 This package provides command line and full screen utilities for browsing
 procfs, a "pseudo" file system dynamically generated by the kernel to
 provide information about the status of entries in its process table
 (such as whether the process is running, stopped, or a "zombie").
 .
 It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop,
 snice, sysctl, tload, top, uptime, vmstat, w, and watch.
Homepage: http://gitorious.org/procps

Package: libgssapi-krb5-2
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 393
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12.1+dfsg-19+deb8u2
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.8+dfsg), libkeyutils1 (>= 1.4), libkrb5-3 (= 1.12.1+dfsg-19+deb8u2), libkrb5support0 (>= 1.12~alpha1+dfsg)
Pre-Depends: multiarch-support
Suggests: krb5-doc, krb5-user
Breaks: libgssglue1 (<< 0.2-2)
Conffiles:
 /etc/gss/mech.d/README 27e753ba1dc72900d2892b8efef6e35e
Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library for the MIT Kerberos
 implementation of GSS-API used by applications and Kerberos clients.
Homepage: http://web.mit.edu/kerberos/

Package: linux-image-amd64
Status: install ok installed
Priority: optional
Section: kernel
Installed-Size: 6
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux-latest (63)
Version: 3.16+63
Provides: linux-latest-modules-3.16.0-4-amd64
Depends: linux-image-3.16.0-4-amd64
Description: Linux for 64-bit PCs (meta-package)
 This package depends on the latest Linux kernel and modules for use on PCs
 with AMD64, Intel 64 or VIA Nano processors.
 .
 This kernel also runs on a Xen hypervisor.  It supports both privileged
 (dom0) and unprivileged (domU) operation.

Package: libxslt1.1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 459
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libxslt
Version: 1.1.28-2+deb8u2
Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.0), libxml2 (>= 2.9.0)
Pre-Depends: multiarch-support
Description: XSLT 1.0 processing library - runtime library
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT stylesheets. libxslt is a C library which
 implements XSLT version 1.0.
 .
 This package contains the libxslt library used by applications for XSLT
 transformations.
Homepage: http://xmlsoft.org/xslt/

Package: ssh
Status: install ok installed
Priority: extra
Section: net
Installed-Size: 128
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: all
Source: openssh
Version: 1:6.7p1-5+deb8u3
Depends: openssh-client (>= 1:6.7p1-5+deb8u3), openssh-server (>= 1:6.7p1-5+deb8u3)
Pre-Depends: dpkg (>= 1.17.5)
Description: secure shell client and server (metapackage)
 This metapackage is a convenient way to install both the OpenSSH client
 and the OpenSSH server. It provides nothing in and of itself, so you
 may remove it if nothing depends on it.
Homepage: http://www.openssh.org/

Package: webmin-useradmin
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 526
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - Users and Groups
 Create and edit Unix users and groups from the /etc
 /passwd and /etc/group files.

Package: webmin-postfix
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 801
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - Postfix Mail Server
 Configure the Postfix mail server.

Package: webmin-mysql
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 493
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - MySQL Database Server
 Setup databases, tables and permissions in your MySQL
 database server.

Package: libdevmapper-event1.02.1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 54
Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: lvm2 (2.02.111-2.2+deb8u1)
Version: 2:1.02.90-2.2+deb8u1
Depends: libc6 (>= 2.15), libdevmapper1.02.1 (>= 2:1.02.90)
Pre-Depends: multiarch-support
Description: Linux Kernel Device Mapper event support library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but EVMS, software
 raid, and other drivers that create "virtual" block devices.
 .
 This package contains the userspace library to help with event monitoring
 for devmapper devices, in conjunction with the dmevent daemon.
Homepage: http://sources.redhat.com/lvm2/

Package: perl
Status: install ok installed
Priority: standard
Section: perl
Installed-Size: 17584
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: amd64
Multi-Arch: allowed
Version: 5.20.2-3+deb8u6
Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libmodule-corelist-perl (<< 2.14-2), libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl-base (<< 5.10.1-12), perl-doc (<< 5.8.0-1), perl-modules (<< 5.8.1-1)
Provides: data-dumper, libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl5
Depends: perl-base (= 5.20.2-3+deb8u6), perl-modules (>= 5.20.2-3+deb8u6), libbz2-1.0, libc6 (>= 2.14), libdb5.3, libgdbm3 (>= 1.8.3), zlib1g (>= 1:1.2.2.3)
Pre-Depends: dpkg (>= 1.17.17)
Recommends: netbase, rename
Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make
Breaks: dh-make-perl (<< 0.73-1), ftpmirror (<< 1.96+dfsg-13), libcompress-raw-bzip2-perl (<< 2.064), libcompress-raw-zlib-perl (<< 2.065), libcompress-zlib-perl (<< 2.064), libdigest-md5-perl (<< 2.53), libdigest-sha-perl (<< 5.88), libencode-perl (<< 2.63-1+deb8u1), libhtml-template-compiled-perl (<< 0.95-1), libio-compress-base-perl (<< 2.064), libio-compress-bzip2-perl (<< 2.064), libio-compress-perl (<< 2.064), libio-compress-zlib-perl (<< 2.064), libload-perl (<< 0.20-1), libmime-base64-perl (<< 3.14), libnet-jifty-perl (<< 0.14-1), libperl-apireference-perl (<< 0.09-1), libregexp-optimizer-perl (<< 0.15-3), libsoap-lite-perl (<< 0.712-4), libstorable-perl (<< 2.49.01), libsys-syslog-perl (<< 0.33), libthreads-perl (<< 1.93), libthreads-shared-perl (<< 1.46), libtime-hires-perl (<< 1.9726), libtime-piece-perl (<< 1.27), libxml-parser-lite-tree-perl (<< 0.14-1), libyaml-perl (<< 0.73-1), mrtg (<< 2.16.3-3.1), perl-doc (<< 5.20.2-1)
Conflicts: libjson-pp-perl (<< 2.27200-2)
Description: Larry Wall's Practical Extraction and Report Language
 Perl is a highly capable, feature-rich programming language with over
 20 years of development. Perl 5 runs on over 100 platforms from
 portables to mainframes. Perl is suitable for both rapid prototyping
 and large scale development projects.
 .
 Perl 5 supports many programming styles, including procedural,
 functional, and object-oriented. In addition to this, it is supported
 by an ever-growing collection of reusable modules which accelerate
 development. Some of these modules include Web frameworks, database
 integration, networking protocols, and encryption. Perl provides
 interfaces to C and C++ for custom extension development.
Homepage: http://dev.perl.org/perl5/

Package: libgpg-error0
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 444
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libgpg-error
Version: 1.17-3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: library for common error values and messages in GnuPG components
 Library that defines common error values for all GnuPG
 components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
 pinentry, SmartCard Daemon and possibly more in the future.
Homepage: http://www.gnupg.org/related_software/libgpg-error/

Package: python-dateutil
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 221
Maintainer: Guido Günther <agx@sigxcpu.org>
Architecture: all
Version: 2.2-2
Depends: python (>= 2.7), python (<< 2.8), python-six, tzdata
Description: powerful extensions to the standard datetime module
 It features:
 .
  * computing of relative deltas (next month, next year, next monday, last week
    of month, etc);
  * computing of relative deltas between two given date and/or datetime objects
  * computing of dates based on very flexible recurrence rules, using a superset
    of the iCalendar specification. Parsing of RFC strings is supported as well.
  * generic parsing of dates in almost any string format
  * timezone (tzinfo) implementations for tzfile(5) format files
    (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all
    known formats), iCalendar format files, given ranges (with help from
    relative deltas), local machine timezone, fixed offset timezone, UTC
    timezone
  * computing of Easter Sunday dates for any given year, using Western, Orthodox
    or Julian algorithms

Package: liblvm2cmd2.02
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1301
Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: lvm2
Version: 2.02.111-2.2+deb8u1
Depends: libc6 (>= 2.14), libdevmapper-event1.02.1 (>= 2:1.02.74), libdevmapper1.02.1 (>= 2:1.02.90), libudev1 (>= 183), dmeventd (>> 2:1.02.90)
Pre-Depends: multiarch-support
Description: LVM2 command library
 This package contains the lvm2cmd shared library.
Homepage: http://sources.redhat.com/lvm2/

Package: libpython-stdlib
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 54
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
Multi-Arch: same
Source: python-defaults
Version: 2.7.9-1
Depends: libpython2.7-stdlib (>= 2.7.9-1~)
Description: interactive high-level object-oriented language (default python version)
 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on Debian's default
 Python version (currently v2.7).
Homepage: http://www.python.org/

Package: stunnel4
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 391
Maintainer: Peter Pentchev <roam@ringlet.net>
Architecture: amd64
Version: 3:5.06-2+deb8u1
Replaces: stunnel
Provides: stunnel
Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.1), libsystemd0, libwrap0 (>= 7.6-4~), perl, openssl, netbase, perl-modules
Pre-Depends: multiarch-support, adduser
Suggests: logcheck-database
Breaks: stunnel (<< 3:4.20-3)
Conffiles:
 /etc/default/stunnel4 6943036c95e69313ee1ea8589ad92e1c
 /etc/init.d/stunnel4 c1ffc2e22dd1ed8994cd47da208e7e3a
 /etc/logrotate.d/stunnel4 cf296257edaea0041db097e4d6b6e475
 /etc/ppp/ip-down.d/0stunnel4 150260657c12abdc38c924d3c8f59b0f
 /etc/ppp/ip-up.d/0stunnel4 f8b011ff23198b122569bdb803f05f6e
 /etc/stunnel/README 85477baab1a6221e8dc6aebef5ee29ef
Description: Universal SSL tunnel for network daemons
 The stunnel program is designed to work  as  SSL  encryption
 wrapper between remote client and local (inetd-startable) or
 remote server. The concept is that having non-SSL aware daemons
 running  on  your  system you can easily setup them to
 communicate with clients over secure SSL channel.
 .
 stunnel can be used to add  SSL  functionality  to  commonly
 used  inetd  daemons  like  POP-2,  POP-3  and  IMAP servers
 without any changes in the programs' code.
 .
 This package contains a wrapper script for compatibility with stunnel 3.x
Homepage: http://www.stunnel.org/

Package: python-bottle
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 191
Maintainer: David Paleino <dapal@debian.org>
Architecture: all
Version: 0.12.7-1+deb8u2
Provides: python2.7-bottle
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Description: fast and simple WSGI-framework for Python
 Bottle is a fast and simple WSGI-framework for the Python programming
 language. It offers request dispatching with url parameter support
 (routes), templates, key/value databases, a built-in HTTP server and
 adapters for many third party WSGI/HTTP-server and template engines.
Homepage: http://bottlepy.org

Package: busybox-initramfs
Status: install ok installed
Priority: optional
Section: shells
Installed-Size: 322
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: busybox
Version: 1.22.0-9ubuntu1+turnkey+2+gef85f02
Depends: libc6 (>= 2.14)
Description: Standalone shell setup for initramfs
 BusyBox combines tiny versions of many common UNIX utilities into a single
 small executable. It provides minimalist replacements for the most common
 utilities you would usually find on your desktop system (i.e., ls, cp, mv,
 mount, tar, etc.). The utilities in BusyBox generally have fewer options than
 their full-featured GNU cousins; however, the options that are included
 provide the expected functionality and behave very much like their GNU
 counterparts.
 .
 busybox-initramfs provides a simple stand alone shell that provides
 only the basic utilities needed for the initramfs.
Homepage: http://www.busybox.net
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>

Package: nano
Status: install ok installed
Priority: important
Section: editors
Installed-Size: 1667
Maintainer: Jordi Mallach <jordi@debian.org>
Architecture: amd64
Version: 2.2.6-3
Replaces: pico
Provides: editor
Depends: dpkg (>= 1.15.4) | install-info, libc6 (>= 2.14), libncursesw5 (>= 5.6+20070908), libtinfo5
Suggests: spell
Breaks: alpine-pico (<= 2.00+dfsg-5)
Conflicts: pico
Conffiles:
 /etc/nanorc fc57b93c907fefbccf12317d40b4a204
Description: small, friendly text editor inspired by Pico
 GNU nano is an easy-to-use text editor originally designed as a replacement
 for Pico, the ncurses-based editor from the non-free mailer package Pine
 (itself now available under the Apache License as Alpine).
 .
 However, nano also implements many features missing in pico, including:
  - feature toggles;
  - interactive search and replace (with regular expression support);
  - go to line (and column) command;
  - auto-indentation and color syntax-highlighting;
  - filename tab-completion and support for multiple buffers;
  - full internationalization support.
Homepage: http://www.nano-editor.org/

Package: php5-json
Status: install ok installed
Priority: optional
Section: php
Installed-Size: 118
Maintainer: Debian PHP PECL Maintainers <pkg-php-pecl@lists.alioth.debian.org>
Architecture: amd64
Source: php-json
Version: 1.3.6-1
Replaces: php5-dev (<< 5.5.0~rc1+dfsg-1~)
Depends: libc6 (>= 2.14), libjson-c2 (>= 0.11-3~), phpapi-20131226, ucf
Breaks: php5-common (<< 5.5.0~rc1+dfsg-1~), php5-dev (<< 5.5.0~rc1+dfsg-1~)
Conffiles:
 /etc/php5/mods-available/json.ini 0732bc961c57a55cd03a3294554d7a70
Description: JSON module for php5
 This package provides a module for JSON functions in PHP scripts.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://pecl.php.net/package/jsonc

Package: base-files
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 413
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 8+deb8u7
Replaces: base, dpkg (<= 1.15.0), miscutils
Provides: base
Pre-Depends: awk
Breaks: initscripts (<< 2.88dsf-13.3), sendfile (<< 2.1b.20080616-5.2~)
Conffiles:
 /etc/debian_version 901275afdd9278ae23c429033a63d04e
 /etc/dpkg/origins/debian 731423fa8ba067262f8ef37882d1e742
 /etc/host.conf 4eb63731c9f5e30903ac4fc07a7fe3d6
 /etc/issue a7eef95d86c3649a192350845d8cb2ae
 /etc/issue.net 8b9e8badfb7d547ef236e3165dd363e4
Description: Debian base system miscellaneous files
 This package contains the basic filesystem hierarchy of a Debian system, and
 several important miscellaneous files, such as /etc/debian_version,
 /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, and others,
 and the text of several common licenses in use on Debian systems.

Package: libgmp10
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 556
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: gmp
Version: 2:6.0.0+dfsg-6
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: Multiprecision arithmetic library
 GNU MP is a programmer's library for arbitrary precision
 arithmetic (ie, a bignum package).  It can operate on signed
 integer, rational, and floating point numeric types.
 .
 It has a rich set of functions, and the functions have a regular
 interface.
Homepage: http://gmplib.org/

Package: sensible-utils
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 110
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: all
Multi-Arch: foreign
Version: 0.0.9
Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~)
Description: Utilities for sensible alternative selection
 This package provides a number of small utilities which are used
 by programs to sensibly select and spawn an appropriate browser,
 editor, or pager.
 .
 The specific utilities included are: sensible-browser sensible-editor
 sensible-pager

Package: authbind
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 101
Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
Architecture: amd64
Version: 2.1.1
Depends: libc6 (>= 2.2.5)
Description: Allows non-root programs to bind() to low ports
 This package allows a package to be started as non-root but
 still bind to low ports, without any changes to the application.

Package: acpid
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 181
Maintainer: Debian Acpi Team <pkg-acpi-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 1:2.0.23-2
Depends: libc6 (>= 2.15), init-system-helpers (>= 1.18~), lsb-base (>= 3.2-14), kmod
Recommends: acpi-support-base (>= 0.114-1)
Conffiles:
 /etc/default/acpid 5b934527919a9bba89c7978d15e918b3
 /etc/init.d/acpid 05d217072d397076fb17c42d27d66564
Description: Advanced Configuration and Power Interface event daemon
 Modern computers support the Advanced Configuration and Power Interface (ACPI)
 to allow intelligent power management on your system and to query battery and
 configuration status.
 .
 ACPID is a completely flexible, totally extensible daemon for delivering
 ACPI events. It listens on netlink interface (or on the deprecated file
 /proc/acpi/event), and when an event occurs, executes programs to handle the
 event. The programs it executes are configured through a set of configuration
 files, which can be dropped into place by packages or by the admin.
Homepage: http://sourceforge.net/projects/acpid2/

Package: python-six
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 74
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: all
Multi-Arch: foreign
Source: six
Version: 1.8.0-1
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8)
Description: Python 2 and 3 compatibility library (Python 2 interface)
 Six is a Python 2 and 3 compatibility library. It provides utility
 functions for smoothing over the differences between the Python versions
 with the goal of writing Python code that is compatible on both Python
 versions.
 .
 This package provides Six on the Python 2 module path. It is complemented
 by python3-six.
Homepage: http://pythonhosted.org/six/

Package: libssh2-1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 229
Maintainer: Mikhail Gusarov <dottedmag@debian.org>
Architecture: amd64
Multi-Arch: same
Source: libssh2
Version: 1.4.3-4.1+deb8u1
Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.6.1), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Description: SSH2 client-side library
 libssh2 is a client-side C library implementing the SSH2 protocol.
 It supports regular terminal, SCP and SFTP (v1-v5) sessions;
 port forwarding, X11 forwarding; password, key-based and
 keyboard-interactive authentication.
 .
 This package contains the runtime library.
Homepage: http://libssh2.org/

Package: passwd
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 2136
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: shadow
Version: 1:4.2-3+deb8u3
Replaces: manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1)
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libsemanage1 (>= 2.0.3), libpam-modules, debianutils (>= 2.15.2)
Conffiles:
 /etc/cron.daily/passwd db990990933b6f56322725223f13c2bc
 /etc/default/useradd cc9f9a7713ab62a32cd38363d958f396
 /etc/pam.d/chfn 4d466e00a348ba426130664d795e8afa
 /etc/pam.d/chpasswd 9900720564cb4ee98b7da29e2d183cb2
 /etc/pam.d/chsh a6e9b589e90009334ffd030d819290a6
 /etc/pam.d/newusers 1454e29bfa9f2a10836563e76936cea5
 /etc/pam.d/passwd eaf2ad85b5ccd06cceb19a3e75f40c63
Description: change and administer password and group data
 This package includes passwd, chsh, chfn, and many other programs to
 maintain password and group data.
 .
 Shadow passwords are supported.  See /usr/share/doc/passwd/README.Debian
Homepage: http://pkg-shadow.alioth.debian.org/

Package: init-system-helpers
Status: install ok installed
Priority: extra
Section: admin
Installed-Size: 97
Maintainer: pkg-systemd-maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 1.22
Depends: perl-base (>= 5.20.1-3)
Breaks: systemd (<< 44-12)
Description: helper tools for all init systems
 This package contains helper tools that are necessary for switching between
 the various init systems that Debian contains (e.g. sysvinit, upstart,
 systemd). An example is deb-systemd-helper, a script that enables systemd unit
 files without depending on a running systemd.
 .
 While this package is maintained by pkg-systemd-maintainers, it is NOT
 specific to systemd at all. Maintainers of other init systems are welcome to
 include their helpers in this package.

Package: openssh-server
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 834
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: openssh
Version: 1:6.7p1-5+deb8u3
Replaces: ssh, ssh-krb5
Provides: ssh-server
Depends: libc6 (>= 2.17), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.12.1+dfsg-2), libkrb5-3 (>= 1.6.dfsg.2), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), openssh-client (= 1:6.7p1-5+deb8u3), libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), lsb-base (>= 4.1+Debian3), procps, openssh-sftp-server
Recommends: xauth, ncurses-term
Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere
Conflicts: sftp, ssh-socks, ssh2
Conffiles:
 /etc/default/ssh 500e3cf069fe9a7b9936108eb9d9c035
 /etc/init.d/ssh aca247a51227a8f8b37a8c2a4a703571
 /etc/init/ssh.conf 9e5ed011987e63f8035fb847170dfa3f
 /etc/network/if-up.d/openssh-server 615af9ea3307b85023a35f4ed3c8ff96
 /etc/pam.d/sshd 8b4c7a12b031424b2a9946881da59812
 /etc/ufw/applications.d/openssh-server 486b78d54b93cc9fdc950c1d52ff479e
Description: secure shell (SSH) server, for secure access from remote machines
 This is the portable version of OpenSSH, a free implementation of
 the Secure Shell protocol as specified by the IETF secsh working
 group.
 .
 Ssh (Secure Shell) is a program for logging into a remote machine
 and for executing commands on a remote machine.
 It provides secure encrypted communications between two untrusted
 hosts over an insecure network. X11 connections and arbitrary TCP/IP
 ports can also be forwarded over the secure channel.
 It can be used to provide applications with a secure communication
 channel.
 .
 This package provides the sshd server.
 .
 In some countries it may be illegal to use any encryption at all
 without a special permit.
 .
 sshd replaces the insecure rshd program, which is obsolete for most
 purposes.
Homepage: http://www.openssh.org/

Package: tklbam-python-boto
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 2114
Maintainer: Liraz Siri <liraz@turnkeylinux.org>
Architecture: all
Version: 2.3.0-2turnkey+3+g7aadf79
Depends: python-dateutil
Description: Python interface to Amazon's Web Services
 Boto is a Python interface to the infrastructure services available from
 Amazon.
 .
 Boto supports the following services:
  * Elastic Compute Cloud (EC2)
  * SimpleDB
  * Simple Storage Service (S3)
  * CloudFront
  * Simple Queue Service (SQS)
  * Elastic MapReduce
  * Relational Database Service (RDS)
Homepage: http://code.google.com/p/boto/

Package: openssh-sftp-server
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 94
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Source: openssh
Version: 1:6.7p1-5+deb8u3
Replaces: openssh-server (<< 1:6.5p1-5)
Depends: libc6 (>= 2.17), openssh-client (= 1:6.7p1-5+deb8u3)
Recommends: openssh-server | ssh-server
Breaks: openssh-server (<< 1:6.5p1-5)
Enhances: openssh-server, ssh-server
Description: secure shell (SSH) sftp server module, for SFTP access from remote machines
 This is the portable version of OpenSSH, a free implementation of
 the Secure Shell protocol as specified by the IETF secsh working
 group.
 .
 Ssh (Secure Shell) is a program for logging into a remote machine
 and for executing commands on a remote machine.
 It provides secure encrypted communications between two untrusted
 hosts over an insecure network. X11 connections and arbitrary TCP/IP
 ports can also be forwarded over the secure channel.
 It can be used to provide applications with a secure communication
 channel.
 .
 This package provides the SFTP server module for the SSH server. It
 is needed if you want to access your SSH server with SFTP. The SFTP
 server module also works with other SSH daemons like dropbear.
Homepage: http://www.openssh.org/

Package: nginx-full
Status: install ok installed
Priority: optional
Section: httpd
Installed-Size: 1034
Maintainer: Kartik Mistry <kartik@debian.org>
Architecture: amd64
Source: nginx
Version: 1.6.2-5+deb8u4
Provides: httpd, httpd-cgi, nginx
Depends: nginx-common (= 1.6.2-5+deb8u4), libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgd3 (>= 2.1.0~alpha~), libgeoip1, libpam0g (>= 0.99.7.1), libpcre3 (>= 1:8.35), libssl1.0.0 (>= 1.0.1), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.0)
Suggests: nginx-doc (= 1.6.2-5+deb8u4)
Breaks: nginx (<< 1.4.5-1)
Conflicts: nginx-extras, nginx-light
Description: nginx web/proxy server (standard version)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package provides a version of nginx with the complete set of
 standard modules included (but omitting some of those included in
 nginx-extra).
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser,
 Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests,
 Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI,
 Split Clients, SSI, Upstream, User ID, UWSGI.
 .
 OPTIONAL HTTP MODULES: Addition, Auth Request, Debug, GeoIP, Gzip
 Precompression, HTTP Sub, Image Filter, IPv6, Real IP, Spdy, SSL, Stub Status,
 Substitution, WebDAV, XSLT.
 .
 MAIL MODULES: Mail Core, IMAP, POP3, SMTP, SSL.
 .
 THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, HTTP Substitution Filter,
 Upstream Fair Queue.
Homepage: http://nginx.net

Package: ncurses-base
Essential: yes
Status: install ok installed
Priority: required
Section: misc
Installed-Size: 371
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Multi-Arch: foreign
Source: ncurses
Version: 5.9+20140913-1
Provides: ncurses-runtime
Breaks: ncurses-term (<< 5.7+20100313-3)
Conflicts: ncurses, ncurses-runtime
Conffiles:
 /etc/terminfo/README 45b6df19fb5e21f55717482fa7a30171
Description: basic terminal type definitions
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains terminfo data files to support the most common types of
 terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220,
 vt52, and xterm.
Homepage: http://invisible-island.net/ncurses/

Package: dehydrated
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 115
Maintainer: Debian Let's Encrypt <letsencrypt-devel@lists.alioth.debian.org>
Architecture: all
Version: 0.3.1-3~bpo8+1
Depends: ca-certificates, curl, openssl
Conffiles:
 /etc/dehydrated/config 91658a72aa3f7ef1e92b7ac06c95418f
Description: ACME client implemented in Bash
 The dehydrated ACME client allows signing certificates with an
 ACME server, like the one provided by the Let’s Encrypt certificate
 authority (letsencrypt.org).  It is implemented as a relatively simple
 Bash script, which uses curl to communicate with the ACME server and
 OpenSSL to deal with keys, sign requests and certificates.
 .
 The ACME (Automated Certificate Management Environment) protocol makes
 it possible to automatically obtain browser-trusted certificate.
Homepage: https://github.com/lukas2511/dehydrated

Package: libc-bin
Essential: yes
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 3254
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: glibc
Version: 2.19-18+deb8u7
Replaces: libc0.1, libc0.3, libc6, libc6.1
Depends: libc6 (>> 2.19), libc6 (<< 2.20)
Breaks: libc0.1 (<< 2.10), libc0.3 (<< 2.10), libc6 (<< 2.10), libc6.1 (<< 2.10)
Conffiles:
 /etc/bindresvport.blacklist 4c09213317e4e3dd3c71d74404e503c5
 /etc/default/nss d6d5d6f621fb3ead2548076ce81e309c
 /etc/gai.conf 28fa76ff5a9e0566eaa1e11f1ce51f09
 /etc/ld.so.conf 4317c6de8564b68d628c21efa96b37e4
 /etc/ld.so.conf.d/libc.conf d4d833fd095fb7b90e1bb4a547f16de6
Description: GNU C Library: Binaries
 This package contains utility programs related to the GNU C Library.
 .
  * catchsegv: catch segmentation faults in programs
  * getconf: query system configuration variables
  * getent: get entries from administrative databases
  * iconv, iconvconfig: convert between character encodings
  * ldd, ldconfig: print/configure shared library dependencies
  * locale, localedef: show/generate locale definitions
  * tzselect, zdump, zic: select/dump/compile time zones
Homepage: http://www.gnu.org/software/libc/libc.html

Package: libaio1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 14
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: amd64
Multi-Arch: same
Source: libaio
Version: 0.3.110-1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Description: Linux kernel AIO access library - shared library
 This library enables userspace to use Linux kernel asynchronous I/O
 system calls, important for the performance of databases and other
 advanced applications.
Homepage: http://www.kernel.org/pub/linux/libs/aio/

Package: libsemanage1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 245
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libsemanage (2.3-1)
Version: 2.3-1+b1
Depends: libsemanage-common (= 2.3-1), libaudit1 (>= 1:2.2.1), libbz2-1.0, libc6 (>= 2.14), libselinux1 (>= 2.1.12), libsepol1 (>= 2.1.4), libustr-1.0-1 (>= 1.0.4)
Pre-Depends: multiarch-support
Description: SELinux policy management library
 This package provides the shared libraries for SELinux policy management.
 It uses libsepol for binary policy manipulation and libselinux for
 interacting with the SELinux system.  It also exec's helper programs
 for loading policy and for checking whether the file_contexts
 configuration is valid (load_policy and setfiles from
 policycoreutils) presently, although this may change at least for the
 bootstrapping case
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: http://userspace.selinuxproject.org/

Package: ntpdate
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 228
Maintainer: Debian NTP Team <pkg-ntp-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: ntp
Version: 1:4.2.6.p5+dfsg-7+deb8u2
Depends: netbase, libc6 (>= 2.17), libssl1.0.0 (>= 1.0.1d)
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: lockfile-progs
Breaks: dhcp3-client (<< 4.1.0-1)
Conffiles:
 /etc/default/ntpdate 71d857cae72ae1f53380ea4f2e38cb2e
 /etc/dhcp/dhclient-exit-hooks.d/ntpdate 1d4c6af64ca132451ee95a08686ea111
 /etc/logcheck/ignore.d.server/ntpdate 68d4df7cceb0e97bde87126c3a56b219
 /etc/network/if-up.d/ntpdate 78a5839e440618260d20d0bcecf05ada
Description: client for setting system time from NTP servers
 NTP, the Network Time Protocol, is used to keep computer clocks
 accurate by synchronizing them over the Internet or a local network,
 or by following an accurate hardware receiver that interprets GPS,
 DCF-77, NIST or similar time signals.
 .
 ntpdate is a simple NTP client that sets a system's clock to match
 the time obtained by communicating with one or more NTP servers.  It
 is not sufficient, however, for maintaining an accurate clock in the
 long run.  ntpdate by itself is useful for occasionally setting the
 time on machines that do not have full-time network access, such as
 laptops.
 .
 If the full NTP daemon from the package "ntp" is installed, then
 ntpdate is not necessary.
Homepage: http://support.ntp.org/

Package: sysvinit
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 122
Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 2.88dsf-59
Depends: libc6 (>= 2.15), libselinux1 (>= 1.32), libsepol1 (>= 1.14)
Pre-Depends: init
Description: System-V-like init utilities - transitional package
 This package depends on init, which is an essential package that
 pulls in the default init system. Starting with jessie, this will be
 systemd on Linux. It facilitates a smooth transition and provides a
 fallback SysV init binary which can be used to boot the system via the
 init=/lib/sysvinit/init kernel command line parameter in case the
 system fails to start after the switch to systemd.
 .
 If your system successfully boots with systemd or if you have chosen
 to stick with sysvinit-core, this package can be removed safely.
Homepage: http://savannah.nongnu.org/projects/sysvinit

Package: udev
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 6048
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: systemd
Version: 215-17+deb8u6
Depends: libacl1 (>= 2.2.51-8), libblkid1 (>= 2.19.1), libc6 (>= 2.17), libkmod2 (>= 5~), libselinux1 (>= 2.0.65), libudev1 (= 215-17+deb8u6), adduser, lsb-base (>= 3.0-6), util-linux (>= 2.16), procps
Pre-Depends: debconf (>= 1.4.69) | debconf-2.0
Breaks: consolekit (<< 0.4.6-1), kmod (<< 14), plymouth (<< 0.9.0-7), systemd (<< 215-1)
Conffiles:
 /etc/init.d/udev 988e81a81706a99e7f4b83988b386b00
 /etc/init.d/udev-finish fd3ce194c134bcd790681ea487b19126
 /etc/init/udev-fallback-graphics.conf b8bfe7164e10cd0e53494b243c5728b1
 /etc/init/udev-finish.conf 089140a32d519840674be9a274da1a42
 /etc/init/udev.conf 41c0081f3a830e0902aaff76a53edf98
 /etc/init/udevmonitor.conf b541dfb5aa4958e9a5336ecaec00ca15
 /etc/init/udevtrigger.conf 651ff2421dde80be7ce7ccbf7fa8cf18
 /etc/modprobe.d/fbdev-blacklist.conf 0b9c466830040ec52986cc3ea117bef5
 /etc/udev/udev.conf ae415f84e2967eff580089fb08aa0a61
Description: /dev/ and hotplug management daemon
 udev is a daemon which dynamically creates and removes device nodes from
 /dev/, handles hotplug events and loads drivers at boot time.
Homepage: http://www.freedesktop.org/wiki/Software/systemd

Package: libnettle4
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 331
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: amd64
Multi-Arch: same
Source: nettle
Version: 2.7.1-5+deb8u2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: low level cryptographic library (symmetric and one-way cryptos)
 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains the symmetric and one-way cryptographic
 algorithms. To avoid having this package depend on libgmp, the
 asymmetric cryptos reside in a separate library, libhogweed.
Homepage: http://www.lysator.liu.se/~nisse/nettle/

Package: iptables
Status: install ok installed
Priority: important
Section: net
Installed-Size: 3557
Maintainer: Laurence J. Lane <ljlane@debian.org>
Architecture: amd64
Source: iptables (1.4.21-2)
Version: 1.4.21-2+b1
Depends: libc6 (>= 2.15), libnfnetlink0, libxtables10 (= 1.4.21-2+b1)
Description: administration tools for packet filtering and NAT
 iptables is the userspace command line program used to configure
 the Linux packet filtering ruleset. It is targeted towards system
 administrators. Since Network Address Translation is also configured
 from the packet filter ruleset, iptables is used for this, too. The
 iptables package also includes ip6tables. ip6tables is used for
 configuring the IPv6 packet filter
Homepage: http://www.netfilter.org/

Package: libldap-2.4-2
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 526
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: openldap
Version: 2.4.40+dfsg-1+deb8u2
Replaces: libldap-2.3-0, libldap2
Depends: libc6 (>= 2.14), libgnutls-deb0-28 (>= 3.3.0), libsasl2-2
Pre-Depends: multiarch-support
Conflicts: ldap-utils (<= 2.1.23-1)
Conffiles:
 /etc/ldap/ldap.conf 0b3f4d19d88498314478273ce10b0a70
Description: OpenLDAP libraries
 These are the run-time libraries for the OpenLDAP (Lightweight Directory
 Access Protocol) servers and clients.
Homepage: http://www.openldap.org/

Package: adminer
Status: install ok installed
Priority: extra
Section: web
Installed-Size: 1768
Maintainer: Chris Lamb <lamby@debian.org>
Architecture: all
Version: 4.2.5-3~bpo8+1
Depends: libapache2-mod-php5 | php5-cgi | php5, php5-mysql | php5-sqlite3 | php5-pgsql
Recommends: php5-cli, php5-mysql, php5-pgsql, php5-sqlite3
Suggests: mysql-server | virtual-mysql-server | postgresql | sqlite3
Conffiles:
 /etc/adminer/apache.conf 65555fde7945f528777510f9205eac43 obsolete
Description: Web-based database administration tool
 Adminer (formerly phpMinAdmin) is a full-featured database management tool
 written in PHP. Conversely to phpMyAdmin, it is a light weight application
 with these priorities in order: security, user experience, performance,
 feature set and size.
Homepage: http://www.adminer.org/

Package: localepurge
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 97
Maintainer: Niels Thykier <niels@thykier.net>
Architecture: all
Version: 0.7.3.4
Depends: debconf (>= 0.5) | debconf-2.0, locales, ucf, procps
Suggests: debfoster, deborphan, bleachbit
Conffiles:
 /etc/apt/apt.conf.d/99-localepurge dd429825212390ca5c8c29e0de03c93d
Description: reclaim disk space by removing unneeded localizations
 This package provides a script to recover disk space wasted for unneeded
 locales, GNOME/KDE localizations and localized man pages. Depending on
 the installation, it is possible to save hundreds of megabytes of disk
 space taken up by localization you will most probably never have any
 use for. It is run automatically upon completion of any APT installation
 actions.
 .
 This tool is a hack which is *not* integrated with the system's
 package management system and therefore is not for the faint of heart.
 Its interference can provoke strange, but usually harmless, behavior in
 programs related to apt/dpkg, such as dpkg-repack, reportbug, etc.
 Responsibility for its usage and possible breakage of the system
 therefore lies in the system administrator's hands.
 .
 Please do abstain from reporting any such bugs blaming localepurge if you
 break the system by using it. If you don't know what you are doing and
 can't handle any resulting breakage, you should not install this package.

Package: webmin-text-editor
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 28
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - Text Editor
 Provides a simple interface for editing text files, with a history of
 recently-edited files.

Package: grub-common
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 14642
Maintainer: GRUB Maintainers <pkg-grub-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-22+deb8u1
Replaces: grub-coreboot (<< 2.00-4), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 2.00-4), grub-efi-ia32 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-linuxbios (<< 1.96+20080831-1), grub-pc (<< 2.00-4), grub-yeeloong (<< 2.00-4)
Depends: libc6 (>= 2.3), libdevmapper1.02.1 (>= 2:1.02.36), libfreetype6 (>= 2.2.1), libfuse2 (>= 2.8.4-1.4), liblzma5 (>= 5.1.1alpha+20120614), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4), gettext-base
Recommends: os-prober (>= 1.33)
Suggests: multiboot-doc, grub-emu, xorriso (>= 0.5.6.pl00), desktop-base (>= 4.0.6), console-setup
Breaks: apport (<< 2.1.1), friendly-recovery (<< 0.2.13), lupin-support (<< 0.55)
Conflicts: mdadm (<< 2.6.7-2)
Conffiles:
 /etc/bash_completion.d/grub b269c1383a87a7da2cc309c929ba35ca
 /etc/grub.d/00_header b034af8c828a283c21c79b9416823128
 /etc/grub.d/05_debian_theme f3230ccb0352216b90a6ac14a06e10fc
 /etc/grub.d/10_linux ae35c38b03a5624d3137eea2f8d28eb6
 /etc/grub.d/20_linux_xen cb2ebb758a3c3499c45f91721edb7345
 /etc/grub.d/30_os-prober 301de875f6f89f13426eb587e3d31cf8
 /etc/grub.d/30_uefi-firmware 25eb05146f3056295bbc1ebfd013080d
 /etc/grub.d/40_custom babe7de352fe18de5a238569cf4b8a11
 /etc/grub.d/41_custom 7bb4eb43ee7cb6d6f52df3dd2bde84e9
 /etc/grub.d/README be58f42dfe74feb6eeb98c6a843c743f
Description: GRand Unified Bootloader (common files)
 This package contains common files shared by the distinct flavours of GRUB.
 It is shared between GRUB Legacy and GRUB 2, although a number of files
 specific to GRUB 2 are here as long as they do not break GRUB Legacy.
Homepage: http://www.gnu.org/software/grub/

Package: kbd
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1537
Maintainer: Console utilities maintainers <pkg-kbd-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 1.15.5-2
Provides: console-utilities
Depends: libc6 (>= 2.14), lsb-base (>= 3.0-10)
Recommends: console-setup | console-data
Conflicts: console-utilities
Conffiles:
 /etc/init.d/kbd 7742d1e18a9cb625f9c838668fa1ab4e
 /etc/kbd/config 7675e7d682fcc2633d00990fc1a38c29
 /etc/kbd/remap 2f1f15d62b45ab43c04b3ddbfcf591ec
Description: Linux console font and keytable utilities
 This package allows you to set up the Linux console, change the font,
 resize text mode virtual consoles and remap the keyboard.
 .
 You will probably want to install a set of data files, such as the one
 in the “console-data” package.

Package: libuuid-perl
Status: install ok installed
Priority: optional
Section: perl
Installed-Size: 82
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libuuid-perl (0.05-1)
Version: 0.05-1+b1
Depends: perl-base (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4), libuuid1 (>= 2.16)
Conflicts: doc-base (<< 0.10.3)
Description: Perl extension for using UUID interfaces as defined in e2fsprogs
 libuuid generates and parses 128-bit universally unique ids (UUIDs).
 See RFC 4122 for more information.
 .
 This is a Perl interface to libuuid.  It allows generation, parsing,
 and unparsing of UUIDs.
Homepage: https://metacpan.org/release/UUID/

Package: sysvinit-utils
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 147
Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>
Architecture: amd64
Source: sysvinit
Version: 2.88dsf-59
Replaces: last, sysvinit (<= 2.86.ds1-65)
Depends: libc6 (>= 2.14), libselinux1 (>= 1.32), startpar
Suggests: bootlogd, sash
Breaks: upstart (<< 1.5-0ubuntu5)
Conflicts: chkconfig (<< 11.0-79.1-2), last, startpar (<< 0.58-2), sysvconfig
Description: System-V-like utilities
 This package contains the important System-V-like utilities.
 .
 Specifically, this package includes:
 killall5, last, lastb, mesg, pidof, service, sulogin
Homepage: http://savannah.nongnu.org/projects/sysvinit

Package: webmin-updown
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 82
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Recommends: unzip
Description: Webmin module - Upload and Download
 Upload multiple files to the server, and download multiple
 URLs either immediately or in the background at a scheduled
 time.

Package: debian-archive-keyring
Status: install ok installed
Priority: important
Section: misc
Installed-Size: 108
Maintainer: Debian Release Team <packages@release.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 2014.3
Depends: gpgv
Recommends: gnupg
Breaks: apt (<< 0.7.25.1)
Conffiles:
 /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg 548a861c55fdf06fb9b0419c30cd33ec
 /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg 28ffc0824518a9d42fb40e5caad7c5ef
 /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg 3cf5c69a2532cc3a3cba6c5bcf02cb7b
 /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg 342e9f6a4bd60ac4e3f1fe74dc46e844
 /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg 2e662da7572ee5fe2e921c7b1de6e564
 /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg e5d3c1f7461bc12685f9b331c60beadd
 /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg 722258fff5af68c002429c4433bd228b
Description: GnuPG archive keys of the Debian archive
 The Debian project digitally signs its Release files. This package
 contains the archive keys used for that.

Package: tklbam-duplicity
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1087
Maintainer: Liraz Siri <liraz@turnkeylinux.org>
Architecture: amd64
Version: 0.6.18-2turnkey+14+g5632664
Depends: libc6 (>= 2.4), librsync1 (>= 0.9.6)
Suggests: tklbam-python-boto, ncftp
Description: encrypted bandwidth-efficient backup
 Duplicity backs directories by producing encrypted tar-format volumes
 and uploading them to a remote or local file server. Because duplicity
 uses librsync, the incremental archives are space efficient and only
 record the parts of files that have changed since the last backup.
 Because duplicity uses GnuPG to encrypt and/or sign these archives, they
 will be safe from spying and/or modification by the server.
Homepage: http://duplicity.nongnu.org/

Package: mtools
Status: install ok installed
Priority: optional
Section: otherosfs
Installed-Size: 292
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Version: 4.0.18-2
Depends: libc6 (>= 2.14)
Suggests: floppyd
Conffiles:
 /etc/mtools.conf 659bb18a4490dcb17ad0b0139c2fb654
Description: Tools for manipulating MSDOS files
 Mtools is a collection of utilities to access MS-DOS disks from Unix
 without mounting them. It supports Win'95 style long file names, OS/2
 Xdf disks, ZIP/JAZ disks and 2m disks (store up to 1992kB on a high
 density 3 1/2 disk).
 .
 Also included in this package are commands to eject and manipulate
 the write/password protection control of Zip disks.
Homepage: http://www.gnu.org/software/mtools/

Package: tklbam-squid
Status: install ok installed
Priority: optional
Section: web
Installed-Size: 1268
Maintainer: Luigi Gangitano <luigi@debian.org>
Architecture: amd64
Version: 2.7.STABLE9-2.1turnkey+25+g6843b1f
Depends: libc6 (>= 2.14), libdb5.3, netbase, adduser, tklbam-squid-common (>= 2.7.STABLE9-2.1turnkey+25+g6843b1f), lsb-base (>= 3.2-14), turnkey-pylib
Pre-Depends: debconf (>= 1.2.9) | debconf-2.0
Description: TKLBAM embedded Internet object cache (WWW proxy cache)
 This package provides the Squid Internet Object Cache developed by
 the National Laboratory for Applied Networking Research (NLANR) and
 Internet volunteers.
Homepage: http://www.squid-cache.org/

Package: webmin-shell
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 86
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - Command Shell
 Execute shell commands and view their output.

Package: libsemanage-common
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 65
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Source: libsemanage
Version: 2.3-1
Replaces: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~)
Breaks: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~)
Conffiles:
 /etc/selinux/semanage.conf e69d42a4d98a93c3b8e201bdda367c55
Description: Common files for SELinux policy management libraries
 This package provides the common files used by the shared libraries
 for SELinux policy management.
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: http://userspace.selinuxproject.org/

Package: libp11-kit0
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 299
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: p11-kit
Version: 0.20.7-1
Depends: libc6 (>= 2.16), libffi6 (>= 3.0.4)
Pre-Depends: multiarch-support
Description: Library for loading and coordinating access to PKCS#11 modules - runtime
 Provides a way to load and enumerate PKCS#11 modules. Provides a standard
 configuration setup for installing PKCS#11 modules in such a way that
 they're discoverable.
 .
 Also solves problems with coordinating the use of PKCS#11 by different
 components or libraries living in the same process.
 .
 This package contains the shared library required for applications loading
 and accessing PKCS#11 modules.
Homepage: http://p11-glue.freedesktop.org/p11-kit.html

Package: shellinabox
Status: install ok installed
Priority: optional
Section: web
Installed-Size: 363
Maintainer: Marc Singer <elf@debian.org>
Architecture: amd64
Version: 2.14-turnkey+5+g1380a36
Depends: libc6 (>= 2.2.5), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4), adduser, lsb-base
Suggests: openssl
Conffiles:
 /etc/default/shellinabox 52d00b73352661ed8d14666cb3652c72
 /etc/init.d/shellinabox f366bd9c2751a15bc4f728f023547fa0
 /etc/shellinabox/options-available/README e93b33cd727ce9fdcdb8b1eea24fb136
 /etc/shellinabox/options-available/black-on-white.css d41d8cd98f00b204e9800998ecf8427e
 /etc/shellinabox/options-available/color.css 1bcece9ae074d98b697828f0133003e8
 /etc/shellinabox/options-available/monochrome.css 0d1063386861be6a0c1e553c21adfddb
 /etc/shellinabox/options-available/white-on-black.css 9c2170740d2d5aca0cd7c2790098d5f9
 /etc/shellinabox/options-enabled/README 44463932cfb689b9223156471514ab19
Description: publish command line shell through AJAX interface
 Shellinabox can export arbitrary command line programs to any JavaScript
 enabled web browser. By default, it prompts for username and password
 and then exports a SSL/TLS encrypted login shell. Shellinabox provides
 a VT100 compatible terminal emulator that runs within any modern browser.
Homepage: http://shellinabox.com

Package: libgnutls-openssl27
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 205
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: gnutls28
Version: 3.3.8-6+deb8u4
Depends: libgnutls-deb0-28 (= 3.3.8-6+deb8u4), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: GNU TLS library - OpenSSL wrapper
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - TLS extensions: server name indication, max record size, opaque PRF
    input, etc.
  - authentication using the SRP protocol.
  - authentication using both X.509 certificates and OpenPGP keys.
  - TLS Pre-Shared-Keys (PSK) extension.
  - Inner Application (TLS/IA) extension.
  - X.509 and OpenPGP certificate handling.
  - X.509 Proxy Certificates (RFC 3820).
  - all the strong encryption algorithms (including SHA-256/384/512 and
    Camellia (RFC 4132)).
 .
 This package contains the runtime library of the GnuTLS OpenSSL wrapper.
Homepage: http://www.gnutls.org/

Package: libdebconfclient0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 53
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: cdebconf
Version: 0.192
Depends: libc6 (>= 2.2.5)
Pre-Depends: multiarch-support
Description: Debian Configuration Management System (C-implementation library)
 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version
 in C.
 .
 This is the libraries needed by libdebconfclient-dev and cdebconf.

Package: libgnutls-deb0-28
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 1960
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: gnutls28
Version: 3.3.8-6+deb8u4
Replaces: gnutls0, gnutls0.4, gnutls3
Depends: libc6 (>= 2.17), libgmp10 (>= 2:6), libhogweed2 (>= 2.7), libnettle4 (>= 2.7), libp11-kit0 (>= 0.20.7), libtasn1-6 (>= 4.1-0), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Suggests: gnutls-bin
Conflicts: gnutls0, gnutls0.4
Description: GNU TLS library - main runtime library
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - TLS extensions: server name indication, max record size, opaque PRF
    input, etc.
  - authentication using the SRP protocol.
  - authentication using both X.509 certificates and OpenPGP keys.
  - TLS Pre-Shared-Keys (PSK) extension.
  - Inner Application (TLS/IA) extension.
  - X.509 and OpenPGP certificate handling.
  - X.509 Proxy Certificates (RFC 3820).
  - all the strong encryption algorithms (including SHA-256/384/512 and
    Camellia (RFC 4132)).
 .
 This package contains the main runtime library.
Homepage: http://www.gnutls.org/

Package: libselinux1
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 213
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libselinux
Version: 2.3-2
Depends: libc6 (>= 2.14), libpcre3 (>= 8.10)
Pre-Depends: multiarch-support
Description: SELinux runtime shared libraries
 This package provides the shared libraries for Security-enhanced
 Linux that provides interfaces (e.g. library functions for the
 SELinux kernel APIs like getcon(), other support functions like
 getseuserbyname()) to SELinux-aware applications. Security-enhanced
 Linux is a patch of the Linux kernel and a number of utilities with
 enhanced security functionality designed to add mandatory access
 controls to Linux.  The Security-enhanced Linux kernel contains new
 architectural components originally developed to improve the security
 of the Flask operating system. These architectural components provide
 general support for the enforcement of many kinds of mandatory access
 control policies, including those based on the concepts of Type
 Enforcement, Role-based Access Control, and Multi-level Security.
 .
 libselinux1 provides an API for SELinux applications to get and set
 process and file security contexts and to obtain security policy
 decisions.  Required for any applications that use the SELinux
 API. libselinux may use the shared libsepol to manipulate the binary
 policy if necessary (e.g. to downgrade the policy format to an older
 version supported by the kernel) when loading policy.
Homepage: http://userspace.selinuxproject.org/

Package: systemd
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 11800
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 215-17+deb8u6
Depends: libacl1 (>= 2.2.51-8), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.19.1), libcap2 (>= 1:2.10), libcryptsetup4 (>= 2:1.4.3), libkmod2 (>= 5~), libpam0g (>= 0.99.7.1), libselinux1 (>= 2.1.9), libsystemd0 (= 215-17+deb8u6), util-linux (>= 2.19.1-2), mount (>= 2.21), initscripts (>= 2.88dsf-53.2), sysv-rc, udev (>= 208-8), acl, adduser, libcap2-bin
Pre-Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.1), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 1.32)
Recommends: libpam-systemd, dbus
Suggests: systemd-ui
Breaks: lsb-base (<< 4.1+Debian4), lvm2 (<< 2.02.104-1), systemd-shim (<< 8-2)
Conflicts: klogd
Conffiles:
 /etc/dbus-1/system.d/org.freedesktop.hostname1.conf f55c94d000b5d62b5f06d38852977dd1
 /etc/dbus-1/system.d/org.freedesktop.locale1.conf 5893ab03e7e96aa3759baceb4dd04190
 /etc/dbus-1/system.d/org.freedesktop.login1.conf 96bf488f3da8f0ca813cc78e71eeb605
 /etc/dbus-1/system.d/org.freedesktop.machine1.conf d658acaf7192de735ab798c58ab149ae
 /etc/dbus-1/system.d/org.freedesktop.systemd1.conf 46533268285a0df22b1f1667ddc05642
 /etc/dbus-1/system.d/org.freedesktop.timedate1.conf 682369fbf3de26b21e775732c89a2bbe
 /etc/pam.d/systemd-user aebb8b8a2c698614b00961f327a683ef
 /etc/systemd/bootchart.conf 838a83315ad2f9d4c4b7f20b7475ba28
 /etc/systemd/journald.conf 51f19202dcc5aff6d2c3448dbf92f354
 /etc/systemd/logind.conf 747ae2312b6922546190bf806d8d12be
 /etc/systemd/resolved.conf 81a9c57d4eb587decc49040595674c5a
 /etc/systemd/system.conf 3d0e13a72d72acb55409a831b72a15e6
 /etc/systemd/timesyncd.conf 605e4f25097b8ea22f2f5cb3fde3f13c
 /etc/systemd/user.conf 9eaad8fbb7bb6230d4b28abb76b4e81c
Description: system and service manager
 systemd is a replacement for sysvinit.  It is dependency-based and
 able to read the LSB init script headers in addition to parsing rcN.d
 links as hints.
 .
 It also provides process supervision using cgroups and the ability to
 not only depend on other init script being started, but also
 availability of a given mount point or dbus service.
 .
 Installing the systemd package will not switch your init system unless you
 boot with init=/bin/systemd or install systemd-sysv in addition.
Homepage: http://www.freedesktop.org/wiki/Software/systemd

Package: dpkg
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 6643
Origin: debian
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Bugs: debbugs://bugs.debian.org
Architecture: amd64
Multi-Arch: foreign
Version: 1.17.27
Replaces: manpages-it (<< 2.80-4)
Pre-Depends: libbz2-1.0, libc6 (>= 2.14), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 2.3), zlib1g (>= 1:1.1.4), tar (>= 1.23)
Suggests: apt
Breaks: apt (<< 0.7.7~), apt-cudf (<< 3.3~beta1-3~), aptitude (<< 0.4.7-1~), auctex (<< 11.87-3+deb8u1~), ccache (<< 3.1.10-1~), cups (<< 1.7.5-10~), debian-security-support (<< 2014.10.26~), distcc (<< 3.1-6.1~), doc-base (<< 0.10.5~), dpkg-dev (<< 1.15.8), fontconfig (<< 2.11.0-6.2~), fusionforge-plugin-mediawiki (<< 5.3.2+20141104-3~), gap-core (<< 4r7p5-2~), gitweb (<< 1:2.1.4-2.1~), grace (<< 1:5.1.24-3~), gxine (<< 0.5.908-3.1~), hoogle (<< 4.2.33-4~), icecc (<< 1.0.1-2~), install-info (<< 5.1.dfsg.1-3~), libapache2-mod-php5 (<< 5.6.4+dfsg-3~), libapache2-mod-php5filter (<< 5.6.4+dfsg-3~), libdpkg-perl (<< 1.15.8), libjs-protoaculous (<< 5~), man-db (<< 2.6.3-6~), mcollective (<< 2.6.0+dfsg-2.1~), php5-fpm (<< 5.6.4+dfsg-3~), pypy (<< 2.4.0+dfsg-3~), readahead-fedora (<< 2:1.5.6-5.2~), wordpress (<< 4.1+dfsg-1~), xfonts-traditional (<< 1.7~), xine-ui (<< 0.99.9-1.2~)
Conflicts: ada-mode (<< 3.6-3+rm), ada-reference-manual (<< 20021112web-4~), asn1-mode (<< 2.7-7~), bogosort (<< 0.4.2-3~), cl-yacc (<< 0.3-3~), cpp-4.1-doc (<< 4.1.2.nf2-4~), cpp-4.2-doc (<< 4.2.4.nf1-4~), gcc-4.1-doc (<< 4.1.2.nf2-4~), gcc-4.2-doc (<< 4.2.4.nf1-4~), gcj-4.1-doc (<< 4.1.2.nf2-4~), gcj-4.2-doc (<< 4.2.4.nf1-4~), gfortran-4.1-doc (<< 4.1.2.nf2-4~), gfortran-4.2-doc (<< 4.2.4.nf1-4~), ggz-docs (<< 0.0.14.1-2~), glame (<< 2.0.1-6~), gnat-4.1-doc (<< 4.1.2.nf2-4~), gnat-4.2-doc (<< 4.2.4.nf1-4~), gtalk (<< 0.99.10-16~), libalogg-dev (<< 1.3.7-2~), libgtk1.2-doc (<< 1.2.10-19~), libnettle-dev (<< 2~), liborbit-dev (<< 0.5.17-12~), libreadline5-dev (<< 5.2-8~), librep-doc (<< 0.90~), mmucl (<< 1.5.2-3~), nxml-mode (<< 20041004-9~), octave2.1-info (<< 1:2.1.73-19+rm), octave3.0-info (<< 1:3.0.5-7+rm), octave3.2-info (<< 3.2.4-12+rm), polgen-doc (<< 1.3-3+rm), r6rs-doc (<< 1.0-2~), serveez-doc (<< 0.1.5-3~), slat (<< 2.0-6~), texlive-base-bin-doc (<< 2007.dfsg.2-9~), ttcn-el (<< 0.6.9-2~), ulog-acctd (<< 0.4.3-3~), xconq-doc (<< 7.4.1-5~), zenirc (<< 2.112.dfsg-1~)
Conffiles:
 /etc/alternatives/README 69c4ba7f08363e998e0f2e244a04f881
 /etc/cron.daily/dpkg b8065b6bfc248caba501c3f5bb508e66
 /etc/dpkg/dpkg.cfg f4413ffb515f8f753624ae3bb365b81b
 /etc/logrotate.d/dpkg 782ea5ae536f67ff51dc8c3e2eeb4cf9
Description: Debian package management system
 This package provides the low-level infrastructure for handling the
 installation and removal of Debian software packages.
 .
 For Debian package development tools, install dpkg-dev.
Homepage: https://wiki.debian.org/Teams/Dpkg

Package: openssl
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1093
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 1.0.1t-1+deb8u6
Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.1k-3+deb8u3)
Suggests: ca-certificates
Conffiles:
 /etc/ssl/openssl.cnf 7df26c55291b33344dc15e3935dabaf3
Description: Secure Sockets Layer toolkit - cryptographic utility
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It contains the general-purpose command line binary /usr/bin/openssl,
 useful for cryptographic operations such as:
  * creating RSA, DH, and DSA key parameters;
  * creating X.509 certificates, CSRs, and CRLs;
  * calculating message digests;
  * encrypting and decrypting with ciphers;
  * testing SSL/TLS clients and servers;
  * handling S/MIME signed or encrypted mail.

Package: wget
Status: install ok installed
Priority: important
Section: web
Installed-Size: 1725
Maintainer: Noël Köthe <noel@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 1.16-1+deb8u1
Depends: libc6 (>= 2.17), libgnutls-deb0-28 (>= 3.3.0), libidn11 (>= 1.13), libnettle4, libpsl0 (>= 0.4.0), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Conflicts: wget-ssl
Conffiles:
 /etc/wgetrc 618c05b4106ad20141dcf6deada2e87f
Description: retrieves files from the web
 Wget is a network utility to retrieve files from the web
 using HTTP(S) and FTP, the two most widely used internet
 protocols. It works non-interactively, so it will work in
 the background, after having logged off. The program supports
 recursive retrieval of web-authoring pages as well as FTP
 sites -- you can use Wget to make mirrors of archives and
 home pages or to travel the web like a WWW robot.
 .
 Wget works particularly well with slow or unstable connections
 by continuing to retrieve a document until the document is fully
 downloaded. Re-getting files from where it left off works on
 servers (both HTTP and FTP) that support it. Both HTTP and FTP
 retrievals can be time stamped, so Wget can see if the remote
 file has changed since the last retrieval and automatically
 retrieve the new version if it has.
 .
 Wget supports proxy servers; this can lighten the network load,
 speed up retrieval, and provide access behind firewalls.
Homepage: http://www.gnu.org/software/wget/

Package: vim-common
Status: install ok installed
Priority: important
Section: editors
Installed-Size: 405
Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: vim
Version: 2:7.4.488-7+deb8u2
Replaces: vim-gui-common (<< 2:7.4.488-4~)
Depends: libc6 (>= 2.3.4)
Recommends: vim | vim-gnome | vim-gtk | vim-athena | vim-nox | vim-tiny
Breaks: vim-gui-common (<< 2:7.4.488-4~)
Conffiles:
 /etc/vim/vimrc 5fd31a932a5738dd87418b1b201dcf7c
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains files shared by all non GUI-enabled vim
 variants (vim and vim-tiny currently) available in Debian.
 Examples of such shared files are: manpages, common executables
 like xxd, and configuration files.
Homepage: http://www.vim.org/

Package: libonig2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 462
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Architecture: amd64
Multi-Arch: same
Source: libonig
Version: 5.9.5-3.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: Oniguruma regular expressions library
 The characteristics of this library is that different
 character encoding for every regular expression object
 can be specified.
Homepage: http://www.geocities.jp/kosako3/oniguruma/

Package: libopts25
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 184
Maintainer: Andreas Metzler <ametzler@debian.org>
Architecture: amd64
Multi-Arch: same
Source: autogen
Version: 1:5.18.4-3
Replaces: autogen
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: automated option processing library based on autogen
 This package contains the shared libraries needed by binaries that use
 autoopts for option processing. The package containing the header files
 and static libraries is libopts25-dev. The package containing the
 development tools is autogen.
Homepage: http://www.gnu.org/software/autogen/

Package: liblwres90
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 105
Maintainer: LaMont Jones <lamont@debian.org>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-9+deb8u10
Replaces: libbind0
Depends: libc6 (>= 2.15), libcap2 (>= 1:2.10), libxml2 (>= 2.6.27)
Conflicts: libbind0
Description: Lightweight Resolver Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the liblwres shared library used by BIND's daemons
 and clients.

Package: libsqlite3-0
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 877
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Multi-Arch: same
Source: sqlite3
Version: 3.8.7.1-1+deb8u2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: SQLite 3 shared library
 SQLite is a C library that implements an SQL database engine.
 Programs that link with the SQLite library can have SQL database
 access without running a separate RDBMS process.
Homepage: http://www.sqlite.org/

Package: sysv-rc
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 125
Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Source: sysvinit
Version: 2.88dsf-59
Replaces: file-rc
Depends: debconf (>= 0.5) | debconf-2.0, sysvinit-utils (>= 2.86.ds1-62), insserv (>> 1.12.0-10), startpar
Recommends: lsb-base (>= 3.2-14)
Suggests: bum
Breaks: initscripts (<< 2.86.ds1-63)
Conflicts: file-rc
Description: System-V-like runlevel change mechanism
 This package provides support for the System-V like system
 for booting, changing runlevels, and shutting down,
 configured through symbolic links in /etc/rc?.d/.
Homepage: http://savannah.nongnu.org/projects/sysvinit

Package: apt
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 3178
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: amd64
Version: 1.0.9.8.4
Replaces: manpages-it (<< 2.80-4~), manpages-pl (<< 20060617-3~), openjdk-6-jdk (<< 6b24-1.11-0ubuntu1~), sun-java5-jdk (>> 0), sun-java6-jdk (>> 0)
Depends: libapt-pkg4.12 (>= 1.0.9.8.4), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), debian-archive-keyring, gnupg
Suggests: aptitude | synaptic | wajig, dpkg-dev (>= 1.17.2), apt-doc, python-apt
Breaks: manpages-it (<< 2.80-4~), manpages-pl (<< 20060617-3~), openjdk-6-jdk (<< 6b24-1.11-0ubuntu1~), sun-java5-jdk (>> 0), sun-java6-jdk (>> 0)
Conflicts: python-apt (<< 0.7.93.2~)
Conffiles:
 /etc/apt/apt.conf.d/01autoremove 5bf3e7bfa3bec23d634c9f3652da1787
 /etc/cron.daily/apt 4f33a76ad3e46913db2be02f0b587933
 /etc/kernel/postinst.d/apt-auto-removal 5d7236fb0c051eec2f5156b641fc447b
 /etc/logrotate.d/apt 179f2ed4f85cbaca12fa3d69c2a4a1c3
Description: commandline package manager
 This package provides commandline tools for searching and
 managing as well as querying information about packages
 as a low-level access to all features of the libapt-pkg library.
 .
 These include:
  * apt-get for retrieval of packages and information about them
    from authenticated sources and for installation, upgrade and
    removal of packages together with their dependencies
  * apt-cache for querying available information about installed
    as well as installable packages
  * apt-cdrom to use removable media as a source for packages
  * apt-config as an interface to the configuration settings
  * apt-key as an interface to manage authentication keys

Package: dmsetup
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 123
Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: lvm2 (2.02.111-2.2+deb8u1)
Version: 2:1.02.90-2.2+deb8u1
Depends: libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.90), util-linux (>> 2.16)
Conflicts: devicekit-disks (<< 009)
Description: Linux Kernel Device Mapper userspace library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but EVMS, software
 raid, and other drivers that create "virtual" block devices.
 .
 This package contains a utility for modifying device mappings.
Homepage: http://sources.redhat.com/lvm2/

Package: libxpm4
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 93
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libxpm
Version: 1:3.5.12-0+deb8u1
Depends: libc6 (>= 2.14), libx11-6
Pre-Depends: multiarch-support
Description: X11 pixmap library
 libXpm provides support and common operation for the XPM pixmap format, which
 is commonly used in legacy X applications.  XPM is an extension of the
 monochrome XBM bitmap specified in the X protocol.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXpm

Package: turnkey-nginx-php-fastcgi-14.2
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 4
Maintainer: Stefan Davis <stefan@turnkeylinux.org>
Architecture: all
Version: 1
Description: turnkey-nginx-php-fastcgi-14.2 release

Package: diffutils
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 950
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: amd64
Source: diffutils (1:3.3-1)
Version: 1:3.3-1+b1
Replaces: diff
Pre-Depends: libc6 (>= 2.17)
Suggests: diffutils-doc, wdiff
Description: File comparison utilities
 The diffutils package provides the diff, diff3, sdiff, and cmp programs.
 .
 `diff' shows differences between two files, or each corresponding file
 in two directories.  `cmp' shows the offsets and line numbers where
 two files differ.  `cmp' can also show all the characters that
 differ between the two files, side by side.  `diff3' shows differences
 among three files.  `sdiff' merges two files interactively.
 .
 The set of differences produced by `diff' can be used to distribute
 updates to text files (such as program source code) to other people.
 This method is especially useful when the differences are small compared
 to the complete files.  Given `diff' output, the `patch' program can
 update, or "patch", a copy of the file.
Homepage: http://www.gnu.org/software/diffutils/

Package: man-db
Status: install ok installed
Priority: important
Section: doc
Installed-Size: 2514
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 2.7.0.2-5
Replaces: man, manpages-de (<< 0.5-4), manpages-zh (<< 1.5.2-1.1), nlsutils
Provides: man, man-browser
Depends: groff-base (>= 1.18.1.1-15), bsdmainutils, debconf (>= 1.2.0) | debconf-2.0, libc6 (>= 2.17), libgdbm3 (>= 1.8.3), libpipeline1 (>= 1.3.0), zlib1g (>= 1:1.1.4)
Pre-Depends: dpkg (>= 1.16.1~)
Suggests: groff, less, www-browser
Breaks: manpages-zh (<< 1.5.2-1.1)
Conflicts: man, suidmanager (<< 0.50)
Conffiles:
 /etc/cron.daily/man-db e467745743809f974051c3ec5b9cd022
 /etc/cron.weekly/man-db 9527d2000fb1f221dbcecb75467a3e49
 /etc/manpath.config 167675fd93075fb5f6ce1aa5f56a8a22
Description: on-line manual pager
 This package provides the man command, the primary way of examining the
 on-line help files (manual pages). Other utilities provided include the
 whatis and apropos commands for searching the manual page database, the
 manpath utility for determining the manual page search path, and the
 maintenance utilities mandb, catman and zsoelim. man-db uses the groff
 suite of programs to format and display the manual pages.
Homepage: http://man-db.nongnu.org/

Package: resolvconf
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 278
Maintainer: resolvconf maintainers <resolvconf-devel@lists.alioth.debian.org>
Architecture: all
Version: 1.76.1
Depends: lsb-base (>= 4.1+Debian3), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~)
Pre-Depends: ifupdown (>= 0.7.5), initscripts (>= 2.88dsf-34)
Breaks: dhcp3-client (<< 4.1.1-P1-15+squeeze1), dnscache-run
Enhances: dhcpcd, dnsmasq, ifupdown, isc-dhcp-client, libc6, network-manager, nscd, pdnsd, ppp, pump, udhcpc
Conffiles:
 /etc/dhcp/dhclient-enter-hooks.d/resolvconf 586788af39de093b8145ea9d9fc43875
 /etc/init.d/resolvconf d7e4f5e1ae8626fbebb92ed5585d1813
 /etc/init/resolvconf.conf 355033f68372631d1b72b039347ec3a0
 /etc/network/if-down.d/resolvconf 7e3f037a117b52c4169365a95f676262
 /etc/network/if-up.d/000resolvconf f544c89d541465f1fea7dbcf71f832c0
 /etc/ppp/ip-down.d/000resolvconf e50ecd8f5226bebba46e1eab652a4169
 /etc/ppp/ip-up.d/000resolvconf 8cda84dd75e71467394378a6a71edcd6
 /etc/resolvconf/interface-order 94fb29a0e186eb113648f9aa2beaeb9d
 /etc/resolvconf/resolv.conf.d/base d41d8cd98f00b204e9800998ecf8427e
 /etc/resolvconf/resolv.conf.d/head 5aee5a60350035d958401da5c0432be3
 /etc/resolvconf/update.d/libc 1efe6cdf6ed714267c30cb1d09e2cebf
Description: name server information handler
 Resolvconf is a framework for keeping up to date the system's
 information about name servers. It sets itself up as the intermediary
 between programs that supply this information (such as ifup and
 ifdown, DHCP clients, the PPP daemon and local name servers) and
 programs that use this information (such as DNS caches and resolver
 libraries).
 .
 This package may require some manual configuration. Please
 read the README file for detailed instructions.
Homepage: http://alioth.debian.org/projects/resolvconf/

Package: libnfnetlink0
Status: install ok installed
Priority: extra
Section: libs
Installed-Size: 61
Maintainer: Alexander Wirt <formorer@debian.org>
Architecture: amd64
Multi-Arch: same
Source: libnfnetlink
Version: 1.0.1-3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: Netfilter netlink library
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
 nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
 respective users and/or management tools in userspace.

Package: libpam-modules
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 860
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
Multi-Arch: same
Source: pam
Version: 1.1.8-3.1+deb8u2
Replaces: libpam-umask, libpam0g-util
Provides: libpam-mkhomedir, libpam-motd, libpam-umask
Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.15), libdb5.3, libpam0g (>= 1.1.3-2), libselinux1 (>= 2.1.9), debconf (>= 0.5) | debconf-2.0, libpam-modules-bin (= 1.1.8-3.1+deb8u2)
Conflicts: libpam-mkhomedir, libpam-motd, libpam-umask
Conffiles:
 /etc/security/access.conf 13ec4d189f0ed9acf3433977a53d446b
 /etc/security/group.conf f1e26e8db6f7abd2d697d7dad3422c36
 /etc/security/limits.conf 11c27ba00b7bd6a255f33126f75c5005
 /etc/security/namespace.conf 6424c99a62ddf4b7d3ca713bb06ded89
 /etc/security/namespace.init b46b23d64860d1557d2a8f44b231fd54
 /etc/security/pam_env.conf ddee4a931170dc21b4e0b9bb28e02a7b
 /etc/security/sepermit.conf d41c74654734a5c069a37bfc02f0a6d4
 /etc/security/time.conf 06e05c6079e839c8833ac7c3abfde192
Description: Pluggable Authentication Modules for PAM
 This package completes the set of modules for PAM. It includes the
  pam_unix.so module as well as some specialty modules.
Homepage: http://pam.sourceforge.net/

Package: insserv
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 183
Maintainer: Petter Reinholdtsen <pere@debian.org>
Architecture: amd64
Version: 1.14.0-5
Depends: libc6 (>= 2.7)
Suggests: bootchart2
Breaks: sysv-rc (<< 2.87dsf-3)
Conffiles:
 /etc/bash_completion.d/insserv 32975fe14795d6fce1408d5fd22747fd
 /etc/insserv.conf b15785c0c4b022a3ba0edb78ba71297c
Description: boot sequence organizer using LSB init.d script dependency information
 The insserv program is used by the standard SysV-based init system. It
 updates the order of symlinks in /etc/rc?.d/ based on dependencies
 specified by LSB headers in the init.d scripts themselves.
 .
 These declared relations between scripts make it possible to optimize
 the boot sequence for the currently installed set of packages, while
 detecting and rejecting dependency loops.
 .
 Using insserv incorrectly can result in an unbootable system.
Homepage: http://savannah.nongnu.org/projects/sysvinit

Package: libstdc++6
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 1319
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.9
Version: 4.9.2-10
Replaces: libstdc++6-4.9-dbg (<< 4.9.0-3)
Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.18), libgcc1 (>= 1:4.1.1)
Pre-Depends: multiarch-support
Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Conflicts: scim (<< 1.4.2-1)
Description: GNU Standard C++ Library v3
 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.
Homepage: http://gcc.gnu.org/

Package: libkrb5-3
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 973
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12.1+dfsg-19+deb8u2
Depends: libc6 (>= 2.16), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.9+dfsg~beta1), libkeyutils1 (>= 1.5.9), libkrb5support0 (= 1.12.1+dfsg-19+deb8u2)
Pre-Depends: multiarch-support
Recommends: krb5-locales
Suggests: krb5-doc, krb5-user
Breaks: libsmbclient (<= 2:3.6.1-2), sssd (<= 1.2.1-4.3)
Conflicts: libkrb53
Description: MIT Kerberos runtime libraries
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library for the main Kerberos v5 API
 used by applications and Kerberos clients.
Homepage: http://web.mit.edu/kerberos/

Package: gcc-4.9-base
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 218
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.9
Version: 4.9.2-10
Breaks: dehydra (<= 0.9.hg20110609-2), gcc-4.4-base (<< 4.4.7), gcc-4.7-base (<< 4.7.3), gcj-4.4-base (<< 4.4.6-9~), gcj-4.6-base (<< 4.6.1-4~), gnat-4.4-base (<< 4.4.6-3~), gnat-4.6 (<< 4.6.1-5~)
Description: GCC, the GNU Compiler Collection (base package)
 This package contains files common to all languages and libraries
 contained in the GNU Compiler Collection (GCC).
Homepage: http://gcc.gnu.org/

Package: libffi6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 71
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libffi (3.1-2)
Version: 3.1-2+b2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: Foreign Function Interface library runtime
 A foreign function interface is the popular name for the interface that
 allows code written in one language to call code written in another
 language.

Package: libaudit-common
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 49
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: all
Multi-Arch: foreign
Source: audit
Version: 1:2.4-1
Replaces: libaudit0, libaudit1 (<< 1:2.2.1-2)
Breaks: libaudit0, libaudit1 (<< 1:2.2.1-2)
Conffiles:
 /etc/libaudit.conf cdc703f9d27f0d980271a9e95d0f18b2
Description: Dynamic library for security auditing - common files
 The audit-libs package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
 .
 This package contains the libaudit.conf configuration file and the associated
 manpage.
Homepage: http://people.redhat.com/sgrubb/audit/

Package: mysql-server-core-5.5
Status: install ok installed
Priority: optional
Section: database
Installed-Size: 19767
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.54-0+deb8u1
Replaces: mysql-client-5.1, mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.0, mysql-server-core-5.1, virtual-mysql-server-core
Provides: mysql-server-core, virtual-mysql-server-core
Depends: libaio1 (>= 0.3.93), libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.2.0)
Breaks: mysql-client-5.1, mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.1, virtual-mysql-server-core
Description: MySQL database server binaries
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the server binaries but doesn't contain all the
 infrastructure needed to setup system databases.
Homepage: http://dev.mysql.com/

Package: screen
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 908
Maintainer: Axel Beckert <abe@debian.org>
Architecture: amd64
Version: 4.2.1-3+deb8u1
Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libtinfo5
Suggests: iselect (>= 1.4.0-1) | screenie | byobu
Conffiles:
 /etc/init.d/screen-cleanup c1dc791ae42e2ce284cd20aff93e8987
 /etc/screenrc 12c245238eb8b653625bba27dc81df6a
Description: terminal multiplexer with VT100/ANSI terminal emulation
 GNU Screen is a terminal multiplexer that runs several separate "screens" on
 a single physical character-based terminal. Each virtual terminal emulates a
 DEC VT100 plus several ANSI X3.64 and ISO 2022 functions. Screen sessions
 can be detached and resumed later on a different terminal.
 .
 Screen also supports a whole slew of other features, including configurable
 input and output translation, serial port support, configurable logging,
 and multi-user support.
Homepage: http://savannah.gnu.org/projects/screen

Package: libcomerr2
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 69
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: amd64
Multi-Arch: same
Source: e2fsprogs (1.42.12-2)
Version: 1.42.12-2+b1
Replaces: e2fsprogs (<< 1.34-1)
Provides: libcomerr-kth-compat
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Description: common error description library
 libcomerr is an attempt to present a common error-handling mechanism to
 manipulate the most common form of error code in a fashion that does not
 have the problems identified with mechanisms commonly in use.
Homepage: http://e2fsprogs.sourceforge.net

Package: findutils
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 1406
Maintainer: Andreas Metzler <ametzler@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: findutils (4.4.2-9)
Version: 4.4.2-9+b1
Pre-Depends: libc6 (>= 2.17)
Suggests: mlocate | locate
Description: utilities for finding files--find, xargs
 GNU findutils provides utilities to find files meeting specified
 criteria and perform various actions on the files which are found.
 This package contains 'find' and 'xargs'; however, 'locate' has
 been split off into a separate package.
Homepage: http://savannah.gnu.org/projects/findutils/

Package: libpam0g
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 252
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: amd64
Multi-Arch: same
Source: pam
Version: 1.1.8-3.1+deb8u2
Replaces: libpam0g-util
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0
Pre-Depends: multiarch-support
Suggests: libpam-doc
Description: Pluggable Authentication Modules library
 Contains the shared library for Linux-PAM, a library that enables the
 local system administrator to choose how applications authenticate users.
 In other words, without rewriting or recompiling a PAM-aware application,
 it is possible to switch between the authentication mechanism(s) it uses.
 One may entirely upgrade the local authentication system without touching
 the applications themselves.
Homepage: http://pam.sourceforge.net/

Package: libxdmcp6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 38
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libxdmcp (1:1.1.1-1)
Version: 1:1.1.1-1+b1
Depends: libc6 (>= 2.2.5)
Pre-Depends: multiarch-support
Description: X11 Display Manager Control Protocol library
 This package provides the main interface to the X11 display manager control
 protocol library, which allows for remote logins to display managers.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXdmcp

Package: libmount1
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 357
Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.25.2-6
Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.17), libselinux1 (>= 1.32)
Pre-Depends: multiarch-support
Description: device mounting library
 The device mounting library, used by mount and umount helpers.

Package: ethtool
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 272
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Version: 1:3.16-1
Depends: libc6 (>= 2.14)
Conffiles:
 /etc/network/if-up.d/ethtool b0d11ba5983c8c5990bb9933c35a3ec5
 /etc/network/if-pre-up.d/ethtool 39693276fe35fccec75f610cb71d3e85
Description: display or change Ethernet device settings
 ethtool can be used to query and change settings such as speed, auto-
 negotiation and checksum offload on many network devices, especially
 Ethernet devices.
Homepage: http://www.kernel.org/pub/software/network/ethtool/

Package: webmin-phpini
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 93
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831), webmin-time
Description: Webmin module - PHP Configuration
 Configure PHP settings for the whole system or individual
 Apache virtual servers.

Package: libkeyutils1
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 55
Maintainer: Christian Kastner <debian@kvr.at>
Architecture: amd64
Multi-Arch: same
Source: keyutils (1.5.9-5)
Version: 1.5.9-5+b1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: Linux Key Management Utilities (library)
 Keyutils is a set of utilities for managing the key retention facility in the
 kernel, which can be used by filesystems, block devices and more to gain and
 retain the authorization and encryption keys required to perform secure
 operations.
 .
 This package provides a wrapper library for the key management facility system
 calls.
Homepage: http://people.redhat.com/~dhowells/keyutils/

Package: libreadline5
Status: install ok installed
Priority: extra
Section: libs
Installed-Size: 357
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: amd64
Multi-Arch: same
Source: readline5
Version: 5.2+dfsg-2
Depends: readline-common, libc6 (>= 2.3), libtinfo5
Pre-Depends: multiarch-support
Description: GNU readline and history libraries, run-time libraries
 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.

Package: libnewt0.52
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 171
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Multi-Arch: same
Source: newt (0.52.17-1)
Version: 0.52.17-1+b1
Depends: libc6 (>= 2.15), libslang2 (>= 2.2.4)
Pre-Depends: multiarch-support
Recommends: libfribidi0
Conffiles:
 /etc/newt/palette.original d41d8cd98f00b204e9800998ecf8427e
Description: Not Erik's Windowing Toolkit - text mode windowing with slang
 Newt is a windowing toolkit for text mode built from the slang library.
 It allows color text mode applications to easily use stackable windows,
 push buttons, check boxes, radio buttons, lists, entry fields, labels,
 and displayable text. Scrollbars are supported, and forms may be nested
 to provide extra functionality. This package contains the shared library
 for programs that have been built with newt.
Homepage: https://fedorahosted.org/newt/

Package: bsdmainutils
Status: install ok installed
Priority: important
Section: utils
Installed-Size: 571
Maintainer: Debian Bsdmainutils Team <pkg-bsdmainutils@teams.debian.net>
Architecture: amd64
Multi-Arch: foreign
Version: 9.0.6
Depends: libc6 (>= 2.14), libncurses5 (>= 5.5-5~), libtinfo5, bsdutils (>= 3.0-0), debianutils (>= 1.8)
Suggests: cpp, wamerican | wordlist, whois, vacation
Breaks: bsdutils (<< 1:2.13-11)
Conffiles:
 /etc/calendar/default f499e79b0d2d685aa5ae7e1013940b96
 /etc/cron.daily/bsdmainutils 559387f792462a62e3efb1d573e38d11
 /etc/default/bsdmainutils bded239f4fea461cc5c92c3bd5a28cc9
Description: collection of more utilities from FreeBSD
 This package contains lots of small programs many people expect to find when
 they use a BSD-style Unix system.
 .
 It provides banner (as printerbanner), calendar, col, colcrt, colrm, column,
 from (as bsd-from), hexdump (or hd), look, lorder, ncal (or cal), ul, and
 write (as bsd-write).
 .
 This package used to contain whois and vacation, which are now distributed in
 their own packages. Also here was tsort, which is now in the "coreutils"
 package.

Package: login
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 2185
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: amd64
Source: shadow
Version: 1:4.2-3+deb8u3
Replaces: manpages-de (<< 0.5-3), manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1)
Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules (>= 1.1.8-1)
Conflicts: amavisd-new (<< 2.3.3-8), backupninja (<< 0.9.3-5), echolot (<< 2.1.8-4), gnunet (<< 0.7.0c-2), python-4suite (<< 0.99cvs20060405-1)
Conffiles:
 /etc/login.defs c8e7f89a2c5665cf75a760d4341ce2d2
 /etc/pam.d/login 8cc9269fe679cb725d55925e95914499
 /etc/pam.d/su ce6dcfda3b190a27a455bb38a45ff34a
 /etc/securetty d9e5bf5e6bfa00ddd273a3bcf1a49bec
Description: system login tools
 These tools are required to be able to login and use your system. The
 login program invokes your user shell and enables command execution. The
 newgrp program is used to change your effective group ID (useful for
 workgroup type situations). The su program allows changing your effective
 user ID (useful being able to execute commands as another user).
Homepage: http://pkg-shadow.alioth.debian.org/

Package: php5-cgi
Status: install ok installed
Priority: optional
Section: php
Installed-Size: 17704
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Architecture: amd64
Source: php5
Version: 5.6.30+dfsg-0+deb8u1
Depends: libbz2-1.0, libc6 (>= 2.15), libcomerr2 (>= 1.01), libdb5.3, libgssapi-krb5-2 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libonig2 (>= 5.9.5), libpcre3 (>= 1:8.35), libqdbm14 (>= 1.8.74), libssl1.0.0 (>= 1.0.1), libxml2 (>= 2.9.0), zlib1g (>= 1:1.1.4), mime-support, php5-common (= 5.6.30+dfsg-0+deb8u1), php5-cli, php5-json, libmagic1, ucf, tzdata
Suggests: php-pear
Conffiles:
 /etc/apache2/conf-available/php5-cgi.conf 5ff924d01f35b0e04092bb806cec6d1c
Description: server-side, HTML-embedded scripting language (CGI binary)
 This package provides the /usr/lib/cgi-bin/php5 CGI interpreter built
 for use in Apache 2 with mod_actions, or any other CGI httpd that
 supports a similar mechanism.  Note that MOST Apache users probably
 want the libapache2-mod-php5 package.
 .
 The following extensions are built in: bcmath bz2 calendar Core ctype date
 dba dom ereg exif fileinfo filter ftp gettext hash iconv libxml mbstring
 mhash openssl pcntl pcre Phar posix Reflection session shmop SimpleXML soap
 sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader
 xmlwriter zip zlib.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/

Package: libpython2.7-minimal
Status: install ok installed
Priority: standard
Section: python
Installed-Size: 2687
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
Multi-Arch: same
Source: python2.7
Version: 2.7.9-2+deb8u1
Replaces: libpython2.7-stdlib (<< 2.7.8-7), python2.7 (<< 2.7.4-2), python2.7-minimal (<< 2.7.3-10)
Recommends: libpython2.7-stdlib
Breaks: python2.7-minimal (<< 2.7.4~rc1-1~)
Conflicts: binfmt-support (<< 1.1.2)
Conffiles:
 /etc/python2.7/sitecustomize.py d6b276695157bde06a56ba1b2bc53670
Description: Minimal subset of the Python language (version 2.7)
 This package contains some essential modules. It is normally not
 used on it's own, but as a dependency of python2.7-minimal.

Package: libdbd-mysql-perl
Status: install ok installed
Priority: optional
Section: perl
Installed-Size: 269
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Version: 4.028-2+deb8u2
Depends: perl (>= 5.20.2-3+deb8u6), perl-dbdabi-94, perlapi-5.20.2, libc6 (>= 2.4), libmysqlclient18 (>= 5.5.24+dfsg-1), zlib1g (>= 1:1.1.4), libdbi-perl
Description: Perl5 database interface to the MySQL database
 DBD::mysql is the Perl5 Database Interface driver for the MySQL
 database. In other words: DBD::mysql is an interface between the Perl
 programming language and the MySQL programming API that comes with the
 MySQL relational database management system. Most functions provided by
 this programming API are supported. Some rarely used functions are
 missing, mainly because noone ever requested them. However supported
 features include: compression of data between server and client; timeouts;
 SSL; prepared statement support; server administration such as creating
 and dropping databases and restarting the server; auto-reconnection;
 utf8; bind type guessing; bind comment placeholders; automated insert ids;
 transactions; multiple result sets and multithreading.
Homepage: https://metacpan.org/release/DBD-mysql

Package: net-tools
Status: install ok installed
Priority: important
Section: net
Installed-Size: 784
Maintainer: net-tools Team <pkg-net-tools-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: net-tools (1.60-26)
Version: 1.60-26+b1
Replaces: ja-trans (<= 0.8-2), netbase (<< 4.00)
Depends: libc6 (>= 2.14)
Conflicts: ja-trans (<= 0.8-2)
Description: NET-3 networking toolkit
 This package includes the important tools for controlling the network
 subsystem of the Linux kernel.  This includes arp, ifconfig, netstat,
 rarp, nameif and route.  Additionally, this package contains utilities
 relating to particular network hardware types (plipconfig, slattach,
 mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr).
 .
 In the upstream package 'hostname' and friends are included. Those are
 not installed by this package, since there is a special "hostname*.deb".
Homepage: http://net-tools.berlios.de/

Package: adduser
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 1066
Maintainer: Debian Adduser Developers <adduser-devel@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 3.113+nmu3
Replaces: manpages-it (<< 0.3.4-2), manpages-pl (<= 20051117-1)
Depends: perl-base (>= 5.6.0), passwd (>= 1:4.0.12), debconf | debconf-2.0
Suggests: liblocale-gettext-perl, perl-modules
Conffiles:
 /etc/deluser.conf 773fb95e98a27947de4a95abb3d3f2a2
Description: add and remove users and groups
 This package includes the 'adduser' and 'deluser' commands for creating
 and removing users.
 .
  - 'adduser' creates new users and groups and adds existing users to
    existing groups;
  - 'deluser' removes users and groups and removes users from a given
    group.
 .
 Adding users with 'adduser' is much easier than adding them manually.
 Adduser will choose appropriate UID and GID values, create a home
 directory, copy skeletal user configuration, and automate setting
 initial values for the user's password, real name and so on.
 .
 Deluser can back up and remove users' home directories
 and mail spool or all the files they own on the system.
 .
 A custom script can be executed after each of the commands.
 .
  Development mailing list:
    http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/
Homepage: http://alioth.debian.org/projects/adduser/

Package: initscripts
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 165
Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: sysvinit
Version: 2.88dsf-59
Replaces: libc0.1, libc0.3, libc6, libc6.1
Depends: libc6 (>= 2.4), mount (>= 2.11x-1), debianutils (>= 4), lsb-base (>= 3.2-14), sysvinit-utils (>= 2.88dsf-50), sysv-rc | file-rc, coreutils (>= 5.93)
Recommends: psmisc, e2fsprogs
Breaks: aide (<< 0.15.1-5), atm-tools (<< 1:2.5.1-1.3), autofs (<< 5.0.0), bootchart (<< 0.10~svn407-4), console-common (<< 0.7.86), console-setup (<< 1.74), cruft (<< 0.9.16), eepc-acpi-scripts (<< 1.1.12), fcheck (<< 2.7.59-16), hostapd (<< 1:0.7.3-3), hurd (<< 0.5.git20131101~), ifupdown (<< 0.7.46), initramfs-tools (<< 0.104), libpam-mount (<< 2.13-1), live-build (<< 3.0~a26-1), ltsp-client-core (<< 5.2.16-1), mdadm (<< 3.2.2-1), nbd-client (<< 1:2.9.23-1), nfs-common (<< 1:1.2.5-3), portmap (<< 6.0.0-2), readahead-fedora (<< 2:1.5.6-3), resolvconf (<< 1.49), rpcbind (<< 0.2.0-7), rsyslog (<< 5.8.2-2), selinux-policy-default (<= 2:0.2.20100524-9), splashy (<< 0.3.13-5.1+b1), sysklogd (<< 1.5-6.2), util-linux (<< 2.20.1-5), wpasupplicant (<< 0.7.3-4), xymon (<< 4.3.0~beta2.dfsg-9)
Conflicts: libdevmapper1.02.1 (<< 2:1.02.24-1)
Conffiles:
 /etc/init.d/bootlogs 41ad826ad3091964c994b03177bbc29b
 /etc/init.d/bootmisc.sh 7e77260cb4071c21a99d581bfb8d2b74
 /etc/init.d/checkfs.sh 8cd37d9296845ce642e5671198469c32
 /etc/init.d/checkroot.sh 9c6f18f6f6b09ce96175bbbc5aaa8c99
 /etc/init.d/checkroot-bootclean.sh 955dcf4da7378f9f981d3f04c94d36d7
 /etc/init.d/halt a0e668699f774d928ddc62954155adb5
 /etc/init.d/hostname.sh 2180072dbb4e2f42f7ad4df4a2f9888d
 /etc/init.d/killprocs 9866a64a5d3d34552b0c36f5667cdacd
 /etc/init.d/motd dbc3f882af04254005bb96e4f780e5a0
 /etc/init.d/mountall.sh 7dc50e51261550184c078955c01b5628
 /etc/init.d/mountall-bootclean.sh 4c6b07a64798d8d78783e271238511f4
 /etc/init.d/mountnfs.sh a33d7b1a4d5043ea997af1f44c600cb9
 /etc/init.d/mountnfs-bootclean.sh 68aeda71fd9ae6861c3859c4ac33ee62
 /etc/init.d/mountdevsubfs.sh c18f4495f67dec33e257946215f54508
 /etc/init.d/mountkernfs.sh 12a99beb128e18bb6b277882233545af
 /etc/init.d/rc.local 7d505630f083ddc543cb68fbeb83a6b5
 /etc/init.d/reboot 39ce57bc053ad1bf9861347927d7db6b
 /etc/init.d/rmnologin eb11c47dd70b51a6e0d927f50490965e
 /etc/init.d/sendsigs 617e0ce4756cd2ac0c53634c4667fe22
 /etc/init.d/single bc7e38f0849ebfe767d162861fae002c
 /etc/init.d/umountfs 49f742a0f5af8124caba6c4264e78aa6
 /etc/init.d/umountnfs.sh 5137d5524cdba56d07e61c1cd5bb7238
 /etc/init.d/umountroot 57c8e9e95211ab355591dc8c211c8e8f
 /etc/init.d/urandom e6454386bfce38efb5987dd06cb3b21d
 /etc/default/devpts fc857c5ac5fb84d80720ed4d1c624f6e
 /etc/default/halt 18d9844cf8ca8608e2a559a4555e593a
 /etc/default/rcS a4af750cc5d1edc264d47dc01d11e1b8
 /etc/default/tmpfs 9af2949a1c0373adfa0c7db2453eee62
 /etc/network/if-up.d/mountnfs 528b2efd88285d2f443fcf54234b5156
Description: scripts for initializing and shutting down the system
 The scripts in this package initialize a standard Debian
 system at boot time and shut it down at halt or reboot time.
Homepage: http://savannah.nongnu.org/projects/sysvinit

Package: ca-certificates
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 457
Maintainer: Michael Shuler <michael@pbandjelly.org>
Architecture: all
Multi-Arch: foreign
Version: 20141019+deb8u2
Depends: openssl (>= 1.0.0), debconf (>= 0.5) | debconf-2.0
Breaks: ca-certificates-java (<< 20121112+nmu1)
Enhances: openssl
Description: Common CA certificates
 This package includes PEM files of CA certificates to allow SSL-based
 applications to check for the authenticity of SSL connections.
 .
 It includes, among others, certificate authorities used by the Debian
 infrastructure and those shipped with Mozilla's browsers.
 .
 Please note that Debian can neither confirm nor deny whether the
 certificate authorities whose certificates are included in this package
 have in any way been audited for trustworthiness or RFC 3647 compliance.
 Full responsibility to assess them belongs to the local system
 administrator.

Package: libacl1
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 80
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Multi-Arch: same
Source: acl
Version: 2.2.52-2
Depends: libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: acl (<< 2.0.0), libacl1-kerberos4kth
Description: Access control list shared library
 This package contains the libacl.so dynamic library containing
 the POSIX 1003.1e draft standard 17 functions for manipulating
 access control lists.
Homepage: http://savannah.nongnu.org/projects/acl/

Package: openssh-client
Status: install ok installed
Priority: standard
Section: net
Installed-Size: 3688
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: openssh
Version: 1:6.7p1-5+deb8u3
Replaces: ssh, ssh-krb5
Provides: rsh-client, ssh-client
Depends: libc6 (>= 2.17), libedit2 (>= 2.11-20080614), libgssapi-krb5-2 (>= 1.12.1+dfsg-2), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4), adduser (>= 3.10), dpkg (>= 1.7.0), passwd
Recommends: xauth
Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere
Conflicts: sftp
Conffiles:
 /etc/ssh/moduli 07d36dec51c06b538f196fcea2c8707c
 /etc/ssh/ssh_config 7c3fc0754c5a373bac7b09d9d4f6e403
Description: secure shell (SSH) client, for secure access to remote machines
 This is the portable version of OpenSSH, a free implementation of
 the Secure Shell protocol as specified by the IETF secsh working
 group.
 .
 Ssh (Secure Shell) is a program for logging into a remote machine
 and for executing commands on a remote machine.
 It provides secure encrypted communications between two untrusted
 hosts over an insecure network. X11 connections and arbitrary TCP/IP
 ports can also be forwarded over the secure channel.
 It can be used to provide applications with a secure communication
 channel.
 .
 This package provides the ssh, scp and sftp clients, the ssh-agent
 and ssh-add programs to make public key authentication more convenient,
 and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities.
 .
 In some countries it may be illegal to use any encryption at all
 without a special permit.
 .
 ssh replaces the insecure rsh, rcp and rlogin programs, which are
 obsolete for most purposes.
Homepage: http://www.openssh.org/

Package: ncurses-bin
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 535
Maintainer: Craig Small <csmall@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: ncurses (5.9+20140913-1)
Version: 5.9+20140913-1+b1
Pre-Depends: libc6 (>= 2.14), libtinfo5 (>= 5.9+20130119)
Description: terminal-related programs and man pages
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the programs used for manipulating the terminfo
 database and individual terminfo entries, as well as some programs for
 resetting terminals and such.
Homepage: http://invisible-island.net/ncurses/

Package: acl
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 258
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 2.2.52-2
Depends: libacl1 (= 2.2.52-2), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14)
Description: Access control list utilities
 This package contains the getfacl and setfacl utilities needed for
 manipulating access control lists.
Homepage: http://savannah.nongnu.org/projects/acl/

Package: git-core
Status: install ok installed
Priority: optional
Section: vcs
Installed-Size: 21
Maintainer: Gerrit Pape <pape@smarden.org>
Architecture: all
Multi-Arch: foreign
Source: git
Version: 1:2.1.4-2.1+deb8u2
Depends: git (>> 1:1.7.0.2)
Description: fast, scalable, distributed revision control system (obsolete)
 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This is a transitional dummy package.  The 'git-core' package has been
 renamed to 'git', which has been installed automatically.  This
 git-core package is now obsolete, and can safely be removed from the
 system if no other package depends on it.
Homepage: http://git-scm.com/

Package: libslang2
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 1543
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: amd64
Multi-Arch: same
Source: slang2
Version: 2.3.0-2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Recommends: libpng12-0
Description: S-Lang programming library - runtime version
 S-Lang is a C programmer's library that includes routines for the rapid
 development of sophisticated, user friendly, multi-platform applications.
 .
 This package contains only the shared library libslang.so.* and copyright
 information. It is only necessary for programs that use this library (such
 as jed and slrn). If you plan on doing development with S-Lang, you will
 need the companion -dev package as well.
Built-Using: unicode-data (= 7.0-2)
Homepage: http://www.jedsoft.org/slang/

Package: webmin-theme-stressfree
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 1427
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin theme - StressFree Tiger Theme
 Tiger-like look for Webmin and Usermin featuring dropdown
 menus, AJAX search, and high color icons for the web
 interface and java file manager.

Package: cron
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 194
Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>
Architecture: amd64
Version: 3.0pl1-127+deb8u1
Provides: cron-daemon
Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), init-system-helpers (>= 1.18~), debianutils (>= 1.7), adduser, lsb-base (>= 3.0-10), libpam-runtime (>= 1.0.1-11)
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: exim4 | postfix | mail-transport-agent
Suggests: anacron (>= 2.0-1), logrotate, checksecurity
Breaks: dpkg (<< 1.15.4)
Conffiles:
 /etc/cron.d/.placeholder e5e12910bf011222160404d7bdb824f2
 /etc/cron.daily/.placeholder e5e12910bf011222160404d7bdb824f2
 /etc/cron.hourly/.placeholder e5e12910bf011222160404d7bdb824f2
 /etc/cron.monthly/.placeholder e5e12910bf011222160404d7bdb824f2
 /etc/cron.weekly/.placeholder e5e12910bf011222160404d7bdb824f2
 /etc/crontab 8f111d100ea459f68d333d63a8ef2205
 /etc/default/cron eae0d979b5007d2af41540d8c2631359
 /etc/init.d/cron 85d7a3783889ea93dcda2fb488420c1c
 /etc/pam.d/cron 11e788a7f7cd5477b10da2c7fd5ecdf0
Description: process scheduling daemon
 The cron daemon is a background process that runs particular programs at
 particular times (for example, every minute, day, week, or month), as
 specified in a crontab. By default, users may also create crontabs of
 their own so that processes are run on their behalf.
 .
 Output from the commands is usually mailed to the system administrator
 (or to the user in question); you should probably install a mail system
 as well so that you can receive these messages.
 .
 This cron package does not provide any system maintenance tasks. Basic
 periodic maintenance tasks are provided by other packages, such
 as checksecurity.
Homepage: http://ftp.isc.org/isc/cron/

Package: webmin-passwd
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 67
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831), webmin-useradmin
Description: Webmin module - Change Passwords
 Change the password of any user on the system.

Package: libapt-pkg4.12
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 2664
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: apt
Version: 1.0.9.8.4
Depends: libbz2-1.0, libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 4.9), zlib1g (>= 1:1.2.2.3)
Pre-Depends: multiarch-support
Breaks: apt (<< 0.9.4~), libapt-inst1.5 (<< 0.9.9~)
Description: package management runtime library
 This library provides the common functionality for searching and
 managing packages as well as information about packages.
 Higher-level package managers can depend upon this library.
 .
 This includes:
  * retrieval of information about packages from multiple sources
  * retrieval of packages and all dependent packages
    needed to satisfy a request either through an internal
    solver or by interfacing with an external one
  * authenticating the sources and validating the retrieved data
  * installation and removal of packages in the system
  * providing different transports to retrieve data over cdrom, ftp,
    http, rsh as well as an interface to add more transports like
    https (apt-transport-https) and debtorrent (apt-transport-debtorrent).

Package: libxcb1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 161
Maintainer: XCB Developers <xcb@lists.freedesktop.org>
Architecture: amd64
Multi-Arch: same
Source: libxcb (1.10-3)
Version: 1.10-3+b1
Depends: libc6 (>= 2.14), libxau6, libxdmcp6
Pre-Depends: multiarch-support
Breaks: alsa-utils (<< 1.0.24.2-5), libxcb-xlib0
Description: X C Binding
 This package contains the library files needed to run software using libxcb,
 the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: http://xcb.freedesktop.org

Package: webmin-software
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 262
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Architecture: all
Source: webmin
Version: 1.831-turnkey+0
Depends: webmin (>= 1.831)
Description: Webmin module - Software Packages
 Manage software packages on your system, and install
 new packages.

Package: libusb-0.1-4
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 42
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: amd64
Multi-Arch: same
Source: libusb
Version: 2:0.1.12-25
Replaces: libusb-dev (<< 2:0.1.12-25)
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Description: userspace USB programming library
 Library for programming USB applications without the knowledge
 of Linux kernel internals.
Homepage: http://www.linux-usb.org/

Package: locales
Status: install ok installed
Priority: standard
Section: localization
Installed-Size: 16266
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.19-18+deb8u7
Replaces: base-config, lliurex-belocs-locales-data, manpages-fr-extra (<< 20141022)
Depends: libc-bin (>> 2.19), debconf (>= 0.5) | debconf-2.0
Conflicts: base-config, belocs-locales-bin, belocs-locales-data
Conffiles:
 /etc/locale.alias b6fadfcab09ef56b506a2fc0dd81d11c
Description: GNU C Library: National Language (locale) data [support]
 Machine-readable data files, shared objects and programs used by the
 C library for localization (l10n) and internationalization (i18n) support.
 .
 This package contains the libc.mo i18n files, plus tools to generate
 locale definitions from source files (included in this package). It
 allows you to customize which definitions actually get
 generated. This is a space-saver over how this package used to be,
 with all locales generated by default. This created a package that
 unpacked to an excess of 30 megs.
Homepage: http://www.gnu.org/software/libc/libc.html

Package: dtach
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 58
Maintainer: Stefan Völkel <stefan@bc-bd.org>
Architecture: amd64
Version: 0.8-2.1
Depends: libc6 (>= 2.2.5)
Description: emulates the detach/attach feature of screen
 dtach is a tiny program that emulates the detach feature of screen,
 allowing you to run a program in an environment that is protected from
 the controlling terminal and attach to it later. dtach does not keep
 track of the contents of the screen, and thus works best with programs
 that know how to redraw themselves.
 .
 dtach does not, however, have the other features of screen, such as its
 support of multiple terminals or its terminal emulation support. This
 makes dtach extremely tiny compared to screen, making it more easily
 audited for bugs and security holes, and also allows it to fit in
 environments where space is limited, such as on rescue disks.
Homepage: http://dtach.sourceforge.net/

Package: traceroute
Status: install ok installed
Priority: important
Section: net
Installed-Size: 127
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Source: traceroute (1:2.0.20-2)
Version: 1:2.0.20-2+b1
Depends: libc6 (>= 2.14)
Description: Traces the route taken by packets over an IPv4/IPv6 network
 The traceroute utility displays the route used by IP packets on their way to a
 specified network (or Internet) host. Traceroute displays the IP number and
 host name (if possible) of the machines along the route taken by the packets.
 Traceroute is used as a network debugging tool. If you're having network
 connectivity problems, traceroute will show you where the trouble is coming
 from along the route.
 .
 Install traceroute if you need a tool for diagnosing network connectivity
 problems.
Homepage: http://traceroute.sourceforge.net/

Package: logrotate
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 91
Maintainer: Paul Martin <pm@debian.org>
Architecture: amd64
Source: logrotate (3.8.7-1)
Version: 3.8.7-1+b1
Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.14), libpopt0 (>= 1.14), libselinux1 (>= 1.32), cron | anacron | cron-daemon, base-passwd (>= 2.0.3.4)
Recommends: mailx
Breaks: postgresql-common (<= 126)
Conffiles:
 /etc/cron.daily/logrotate d2281ecb6f898b446ac8a5984ab5a243
 /etc/logrotate.conf 176edd439a499501372cf3d04e795810
Description: Log rotation utility
 The logrotate utility is designed to simplify the administration of
 log files on a system which generates a lot of log files.  Logrotate
 allows for the automatic rotation compression, removal and mailing of
 log files.  Logrotate can be set to handle a log file daily, weekly,
 monthly or when the log file gets to a certain size.  Normally, logrotate
 runs as a daily cron job.
Homepage: https://fedorahosted.org/logrotate/

Package: libdbi-perl
Status: install ok installed
Priority: optional
Section: perl
Installed-Size: 2208
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: amd64
Source: libdbi-perl (1.631-3)
Version: 1.631-3+b1
Provides: perl-dbdabi-94
Depends: perl (>= 5.20.0-4), perlapi-5.20.0, libc6 (>= 2.4)
Suggests: libclone-perl (>= 0.34), libmldbm-perl, libnet-daemon-perl, libsql-statement-perl (>= 1.402)
Breaks: libdbd-anydata-perl (<< 0.11+), libdbd-csv-perl (<< 0.3600+), libsql-statement-perl (<< 1.33+)
Description: Perl Database Interface (DBI)
 DBI (DataBase Interface) is a Perl framework that provides a common interface
 to access various backend databases in a uniform manner. DBD (DataBase Driver)
 modules provide implementations for various backend data storage mechanisms
 including networked relational databases (particularly SQL databases) and even
 web services such as the Google search engine.
 .
 It is extremely portable and available for a wide range of operating systems,
 architectures and data stores, including:
 .
  * Oracle
  * Microsoft SQL Server
  * IBM DB2
  * SQLite
  * PostgreSQL
  * Firebird
  * MySQL
Homepage: http://dbi.perl.org/

Package: git
Status: install ok installed
Priority: optional
Section: vcs
Installed-Size: 21645
Maintainer: Gerrit Pape <pape@smarden.org>
Architecture: amd64
Multi-Arch: foreign
Version: 1:2.1.4-2.1+deb8u2
Replaces: git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1)
Provides: git-completion, git-core
Depends: libc6 (>= 2.16), libcurl3-gnutls (>= 7.16.2), libexpat1 (>= 2.0.1), libpcre3 (>= 1:8.35), zlib1g (>= 1:1.2.0), perl-modules, liberror-perl, git-man (>> 1:2.1.4), git-man (<< 1:2.1.4-.)
Recommends: patch, less, rsync, ssh-client
Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-el, git-email, git-gui, gitk, gitweb, git-arch, git-cvs, git-mediawiki, git-svn
Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+), git-buildpackage (<< 0.6.5), git-core (<< 1:1.7.0.4-1.), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), stgit (<< 0.15), stgit-contrib (<< 0.15)
Conffiles:
 /etc/bash_completion.d/git-prompt 7baac5c3ced94ebf2c0e1dde65c3b1a6
Description: fast, scalable, distributed revision control system
 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides the git main components with minimal dependencies.
 Additional functionality, e.g. a graphical user interface and revision
 tree visualizer, tools for interoperating with other VCS's, or a web
 interface, is provided as separate git* packages.
Homepage: http://git-scm.com/

Package: isolinux
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 107
Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
Architecture: all
Source: syslinux
Version: 3:6.03+dfsg-5+deb8u1
Replaces: syslinux-common
Recommends: syslinux-common
Suggests: xorriso
Breaks: syslinux (<< 3:6.00~pre4+dfsg-5~), syslinux-common (<< 3:6.03+dfsg-5+deb8u1)
Description: collection of bootloaders (ISO 9960 bootloader)
 syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS
 filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems
 (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).
 .
 This package contains the bootloader for ISO 9960 CD-ROMs (ISOLINUX).
Homepage: http://www.syslinux.org/

Package: libsepol1
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 339
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libsepol
Version: 2.3-2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: SELinux library for manipulating binary security policies
 Security-enhanced Linux is a patch of the Linux kernel and a number
 of utilities with enhanced security functionality designed to add
 mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement®, Role-based Access
 Control, and Multi-level Security.
 .
 libsepol provides an API for the manipulation of SELinux binary policies.
 It is used by checkpolicy (the policy compiler) and similar tools, as well
 as by programs like load_policy that need to perform specific transformations
 on binary policies such as customizing policy boolean settings.
Homepage: http://userspace.selinuxproject.org/

Package: libx11-data
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 1582
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Source: libx11
Version: 2:1.6.2-3
Breaks: libx11-6 (<< 2:1.4.1)
Description: X11 client-side library
 This package provides the locale data files for libx11.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libX11

Package: libpython2.7-stdlib
Status: install ok installed
Priority: standard
Section: python
Installed-Size: 8375
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
Multi-Arch: same
Source: python2.7
Version: 2.7.9-2+deb8u1
Replaces: python2.7 (<< 2.7.5-0~)
Provides: python-argparse, python2.7-argparse, python2.7-celementtree, python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-profiler, python2.7-wsgiref
Depends: libpython2.7-minimal (= 2.7.9-2+deb8u1), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, libexpat1 (>= 2.1~beta3), libffi6 (>= 3.0.4), libncursesw5 (>= 5.6+20070908), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libssl1.0.0 (>= 1.0.1), libtinfo5
Breaks: python-urllib3 (<< 1.9.1-3)
Description: Interactive high-level object-oriented language (standard library, version 2.7)
 Python is a high-level, interactive, object-oriented language. Its 2.7 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains Python 2.7's standard library. It is normally not
 used on its own, but as a dependency of python2.7.

Package: python
Status: install ok installed
Priority: standard
Section: python
Installed-Size: 680
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
Multi-Arch: allowed
Source: python-defaults
Version: 2.7.9-1
Replaces: python-dev (<< 2.6.5-2)
Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref
Depends: python2.7 (>= 2.7.9-1~), libpython-stdlib (= 2.7.9-1)
Pre-Depends: python-minimal (= 2.7.9-1)
Suggests: python-doc (= 2.7.9-1), python-tk (>= 2.7.9-1~)
Breaks: update-manager-core (<< 0.200.5-2)
Conflicts: python-central (<< 0.5.5)
Description: interactive high-level object-oriented language (default version)
 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on Debian's default
 Python version (currently v2.7).
Homepage: http://www.python.org/

Package: libxau6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 61
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libxau
Version: 1:1.0.8-1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Description: X11 authorisation library
 This package provides the main interface to the X11 authorisation handling,
 which controls authorisation for X connections, both client-side and
 server-side.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXau

Package: libidn11
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 319
Maintainer: Debian Libidn Team <help-libidn@gnu.org>
Architecture: amd64
Multi-Arch: same
Source: libidn
Version: 1.29-1+deb8u2
Replaces: libidn11-dev
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: libidn9-dev
Description: GNU Libidn library, implementation of IETF IDN specifications
 GNU Libidn is a fully documented implementation of the Stringprep,
 Punycode and IDNA specifications.  Libidn's purpose is to encode and
 decode internationalized domain names.  The Nameprep, XMPP, SASLprep,
 and iSCSI profiles are supported.
 .
 This package contains the shared library.
Homepage: https://www.gnu.org/software/libidn/

Package: rsyslog
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 1834
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: amd64
Version: 8.4.2-1+deb8u2
Provides: linux-kernel-log-daemon, system-log-daemon
Depends: libc6 (>= 2.17), libestr0 (>= 0.1.4), libjson-c2 (>= 0.10), liblogging-stdlog0 (>= 1.0.2), liblognorm1 (>= 0.3.0), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4), init-system-helpers (>= 1.18~), lsb-base (>= 3.2-14), initscripts (>= 2.88dsf-13.3)
Recommends: logrotate
Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-mongodb, rsyslog-doc, rsyslog-gnutls, rsyslog-gssapi, rsyslog-relp
Conflicts: linux-kernel-log-daemon, system-log-daemon
Conffiles:
 /etc/default/rsyslog c7af23c348917e877399baea1849727a
 /etc/init.d/rsyslog a1ef1bb01ba370040d705c92fc09e92e
 /etc/logcheck/ignore.d.server/rsyslog 650507df599fbbdd6cb4142bd77fd2ff
 /etc/logrotate.d/rsyslog b995d89ccfe4a83ac3ffc5ab95b80f7b
 /etc/rsyslog.conf 169baf73fd49d20d142d088e663a9a63
Description: reliable system and kernel logging daemon
 Rsyslog is a multi-threaded implementation of syslogd (a system utility
 providing support for message logging), with features that include:
  * reliable syslog over TCP, SSL/TLS and RELP
  * on-demand disk buffering
  * email alerting
  * writing to MySQL or PostgreSQL databases (via separate output plugins)
  * permitted sender lists
  * filtering on any part of the syslog message
  * on-the-wire message compression
  * fine-grained output format control
  * failover to backup destinations
  * enterprise-class encrypted syslog relaying
 .
 It is the default syslogd on Debian systems.
Homepage: http://www.rsyslog.com/

Package: php5-cli
Status: install ok installed
Priority: optional
Section: php
Installed-Size: 8897
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Architecture: amd64
Source: php5
Version: 5.6.30+dfsg-0+deb8u1
Depends: libbz2-1.0, libc6 (>= 2.15), libcomerr2 (>= 1.01), libdb5.3, libgssapi-krb5-2 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libonig2 (>= 5.9.5), libpcre3 (>= 1:8.35), libqdbm14 (>= 1.8.74), libssl1.0.0 (>= 1.0.1), libxml2 (>= 2.9.0), zlib1g (>= 1:1.1.4), mime-support, php5-common (= 5.6.30+dfsg-0+deb8u1), php5-json, libmagic1, ucf, tzdata, libedit2 (>= 2.11-20080614-4)
Recommends: php5-readline
Suggests: php-pear
Description: command-line interpreter for the php5 scripting language
 This package provides the /usr/bin/php5 command interpreter, useful for
 testing PHP scripts from a shell or performing general shell scripting tasks.
 .
 The following extensions are built in: bcmath bz2 calendar Core ctype date
 dba dom ereg exif fileinfo filter ftp gettext hash iconv libxml mbstring
 mhash openssl pcntl pcre Phar posix Reflection session shmop SimpleXML soap
 sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader
 xmlwriter zip zlib.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/

Package: libgcc1
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 129
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.9 (4.9.2-10)
Version: 1:4.9.2-10
Depends: gcc-4.9-base (= 4.9.2-10), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Description: GCC support library
 Shared version of the support library, a library of internal subroutines
 that GCC uses to overcome shortcomings of particular machines, or
 special needs for some languages.
Homepage: http://gcc.gnu.org/

Package: libreadline6
Status: install ok installed
Priority: important
Section: libs
Installed-Size: 419
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
Multi-Arch: same
Source: readline6 (6.3-8)
Version: 6.3-8+b3
Depends: readline-common, libc6 (>= 2.15), libtinfo5
Pre-Depends: multiarch-support
Description: GNU readline and history libraries, run-time libraries
 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.

Package: util-linux
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 2733
Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 2.25.2-6
Replaces: bash-completion (<< 1:2.1-3)
Depends: initscripts, lsb-base (>= 3.0-6), tzdata (>= 2006c-2)
Pre-Depends: libblkid1 (>= 2.25), libc6 (>= 2.15), libmount1 (>= 2.25), libncurses5 (>= 5.5-5~), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libslang2 (>= 2.2.4), libsmartcols1 (>= 2.25), libtinfo5, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
Suggests: dosfstools, kbd | console-tools, util-linux-locales
Breaks: bash-completion (<< 1:2.1-3), grml-debootstrap (<< 0.68)
Conffiles:
 /etc/default/hwclock 3916544450533eca69131f894db0ca12
 /etc/init.d/hwclock.sh b5ca46c0c11ace2a1e40217c29646bf2
 /etc/pam.d/runuser b8b44b045259525e0fae9e38fdb2aeeb
 /etc/pam.d/runuser-l 2106ea05877e8913f34b2c77fa02be45
Description: Miscellaneous system utilities
 This package contains a number of important utilities, most of which
 are oriented towards maintenance of your system.  Some of the more
 important utilities included in this package allow you to partition
 your hard disk, view kernel messages, and create new filesystems.

Package: libustr-1.0-1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 287
Maintainer: Vaclav Ovsik <vaclav.ovsik@i.cz>
Architecture: amd64
Multi-Arch: same
Source: ustr (1.0.4-3)
Version: 1.0.4-3+b2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: Micro string library: shared library
 ustr (Micro string library) is a string API for C. It has tiny overhead over
 just plain strdup(), is much safer, is easier to use, is faster for many
 operations, can be used with read-only or automatically allocated data. You
 don't even need to link to the library to use it (so there are no
 dependencies).
 .
 This package contains the shared library for ustr.
Homepage: http://www.and.org/ustr/

Package: php5-gd
Status: install ok installed
Priority: optional
Section: php
Installed-Size: 115
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Architecture: amd64
Source: php5
Version: 5.6.30+dfsg-0+deb8u1
Depends: libc6 (>= 2.4), libfreetype6 (>= 2.2.1), libgd3 (>= 2.1.0), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libvpx1 (>= 1.0.0), libx11-6, libxpm4, zlib1g (>= 1:1.1.4), phpapi-20131226, php5-common (= 5.6.30+dfsg-0+deb8u1), ucf
Description: GD module for php5
 This package provides a module for handling graphics directly from PHP
 scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/

Package: etckeeper
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 206
Maintainer: Joey Hess <joeyh@debian.org>
Architecture: all
Version: 1.15
Depends: git (>= 1:1.7) | mercurial | bzr (>= 1.5~) | darcs, debconf (>= 0.5) | debconf-2.0
Recommends: cron-daemon
Suggests: sudo (>= 1.7.4p4)
Conflicts: bzr (<< 1.5~)
Conffiles:
 /etc/etckeeper/pre-install.d/README c652818ef1413089e1de8a2811ef1770
 /etc/etckeeper/pre-install.d/50uncommitted-changes 6e666d56501965f1b52dbdbbde64df13
 /etc/etckeeper/pre-install.d/10packagelist 9f575f117541e70cfca592460156d538
 /etc/etckeeper/update-ignore.d/README 67c6251bd699cbed300614fcbc76780a
 /etc/etckeeper/update-ignore.d/01update-ignore bc5c5b75ad7f73ae282de8151e3c96c5
 /etc/etckeeper/unclean.d/README 2f35bfb5001de52e1ff2c5c4a7bbf6da
 /etc/etckeeper/unclean.d/50test 64b7be77805a0dc0f4878339935d3712
 /etc/etckeeper/etckeeper.conf fb18a1b190a2ade6e3cdea7dec9fdfc1
 /etc/etckeeper/init.d/50vcs-pre-commit-hook 68097231abec5f7643deb2b6cb56d3f4
 /etc/etckeeper/init.d/README e0f05ee8e319ed6fe5881c6b6740fc8f
 /etc/etckeeper/init.d/20restore-etckeeper a3eecec81b02b15f2876157ba3b4495c
 /etc/etckeeper/init.d/60darcs-deleted-symlinks b8a5f4a2d65d33b1be0984b4db563e80
 /etc/etckeeper/init.d/50vcs-perm 69d964fa292197af51da343aed9ae9bb
 /etc/etckeeper/init.d/40vcs-init 6fb1448525d351f443a36238f1cf9c3c
 /etc/etckeeper/init.d/70vcs-add ef0c315d37d73a48ca19c238a57b0b0c
 /etc/etckeeper/init.d/10restore-metadata 086ecd1f59be9f2145f6b858012d481a
 /etc/etckeeper/init.d/50vcs-ignore d6397f4e29853888d99c973781c4c720
 /etc/etckeeper/post-install.d/50vcs-commit 988c1a9a4dea5b4d92d77cc0f27355a8
 /etc/etckeeper/post-install.d/README af73dfef3f0c462a10441459df944ca3
 /etc/etckeeper/vcs.d/50vcs-cmd 71ebc319b3fdd3b5e77abb4034f04909
 /etc/etckeeper/pre-commit.d/README 51640b81cb30de31d5ec17909a723737
 /etc/etckeeper/pre-commit.d/30store-metadata cb8c1d12576795c46479725baf53b21f
 /etc/etckeeper/pre-commit.d/20warn-problem-files 4267eeefef06cec158d2a08e3212d932
 /etc/etckeeper/commit.d/50vcs-commit a99db004ba82319e6167f248cf96f20b
 /etc/etckeeper/commit.d/README 27591ac6b8d5afbba3e59326a58c1fb4
 /etc/etckeeper/commit.d/30bzr-add 41aa05282e6e9fc9e97bbae6a8e2a3aa
 /etc/etckeeper/commit.d/30git-add e7a378c8ad35db51c2bce305ccbc2fdb
 /etc/etckeeper/commit.d/10vcs-test 579d01a8153eee66f9eae19aabf6f4a1
 /etc/etckeeper/commit.d/30hg-addremove 60685e94ac4b502178167c1075359cdc
 /etc/etckeeper/commit.d/30darcs-add a5ec0e18cade39e71607829c6c5c517f
 /etc/etckeeper/commit.d/99push 31771a3cfeee14e77a4724a6c762c73d
 /etc/etckeeper/uninit.d/README be6d3b3d3a57285b29bdbce39b2cf271
 /etc/etckeeper/uninit.d/50vcs-uninit 953945e81a7bf4430b3dc6c3f58fbc74
 /etc/etckeeper/uninit.d/50remove-metadata b6cb11cfeb634e3eb3cbdd9fe4308ab5
 /etc/etckeeper/uninit.d/01prompt 011f2d9fd228851390c0d8406a548114
 /etc/etckeeper/list-installed.d/50list-installed 18e82398402208879e2347234e2d3040
 /etc/apt/apt.conf.d/05etckeeper 5c93f850210aff08e7681fa6c6f3a6dc
 /etc/cruft/filters-unex/etckeeper 2c24ef76908f79606afaecd87edefe7e
 /etc/cron.daily/etckeeper 6cf26e6824507e0507788f6ef8a31412
 /etc/bash_completion.d/etckeeper 1c760f04c165b00ab34e88c19f69d9cc
Description: store /etc in git, mercurial, bzr or darcs
 The etckeeper program is a tool to let /etc be stored in a git, mercurial,
 bzr or darcs repository. It hooks into APT to automatically commit changes
 made to /etc during package upgrades. It tracks file metadata that version
 control systems do not normally support, but that is important for /etc, such
 as the permissions of /etc/shadow. It's quite modular and configurable, while
 also being simple to use if you understand the basics of working with version
 control.
Homepage: http://kitenet.net/~joey/code/etckeeper/

Package: python2.7-minimal
Status: install ok installed
Priority: standard
Section: python
Installed-Size: 3825
Maintainer: Matthias Klose <doko@debian.org>
Architecture: amd64
Multi-Arch: allowed
Source: python2.7
Version: 2.7.9-2+deb8u1
Replaces: python2.7 (<< 2.7.8-7~)
Depends: libpython2.7-minimal (= 2.7.9-2+deb8u1), zlib1g (>= 1:1.2.0)
Pre-Depends: libc6 (>= 2.15)
Recommends: python2.7
Suggests: binfmt-support
Conflicts: binfmt-support (<< 1.1.2)
Description: Minimal subset of the Python language (version 2.7)
 This package contains the interpreter and some essential modules.  It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules
 contained in this package.

Package: libjson-c2
Status: install ok installed
Priority: extra
Section: libs
Installed-Size: 88
Maintainer: fabien boucher <fabien.dot.boucher@gmail.com>
Architecture: amd64
Multi-Arch: same
Source: json-c
Version: 0.11-4
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: JSON manipulation library - shared library
 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.
Homepage: https://github.com/json-c/json-c/wiki

Package: libwrap0
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 86
Maintainer: Marco d'Itri <md@linux.it>
Architecture: amd64
Multi-Arch: same
Source: tcp-wrappers
Version: 7.6.q-25
Replaces: tcpd (<< 7.6.q-20)
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Recommends: tcpd
Breaks: tcpd (<< 7.6.q-20)
Description: Wietse Venema's TCP wrappers library
 Wietse Venema's network logger, also known as TCPD or LOG_TCP.
 .
 These programs log the client host name of incoming telnet,
 ftp, rsh, rlogin, finger etc. requests.
 .
 Security options are:
  - access control per host, domain and/or service;
  - detection of host name spoofing or host address spoofing;
  - booby traps to implement an early-warning system.

Package: postfix
Status: install ok installed
Priority: extra
Section: mail
Installed-Size: 3568
Maintainer: LaMont Jones <lamont@debian.org>
Architecture: amd64
Version: 2.11.3-1
Replaces: mail-transport-agent
Provides: mail-transport-agent
Depends: libc6 (>= 2.14), libdb5.3, libsasl2-2, libsqlite3-0 (>= 3.5.9), libssl1.0.0 (>= 1.0.0), debconf (>= 0.5) | debconf-2.0, netbase, adduser (>= 3.48), dpkg (>= 1.8.3), lsb-base (>= 3.0-6), ssl-cert, cpio
Recommends: python
Suggests: procmail, postfix-mysql, postfix-pgsql, postfix-ldap, postfix-pcre, sasl2-bin, libsasl2-modules, dovecot-common, resolvconf, postfix-cdb, mail-reader, ufw, postfix-doc
Conflicts: libnss-db (<< 2.2-3), mail-transport-agent, smail
Conffiles:
 /etc/init.d/postfix 5edc6a396492e3c3f39bb4d05932d692
 /etc/insserv.conf.d/postfix 7fe2d086ff4822fc9fe13adab1090dce
 /etc/network/if-down.d/postfix 52275dc23864f3bfca412c7558e28fe6
 /etc/network/if-up.d/postfix fccc53fc4eeeab46941ebcc95a71e766
 /etc/postfix/post-install 5313a1031ec70f23e945b383a8f83e92
 /etc/postfix/postfix-files 43d5c3390adda3ee999a080a845205fb
 /etc/postfix/postfix-script 37471c351d00b12855e810584ad65e77
 /etc/ppp/ip-down.d/postfix 52275dc23864f3bfca412c7558e28fe6
 /etc/ppp/ip-up.d/postfix fccc53fc4eeeab46941ebcc95a71e766
 /etc/resolvconf/update-libc.d/postfix a0548352443659052ed16d4ae7314506
 /etc/rsyslog.d/postfix.conf d8a09827fff2a22311e4dd4a83e95c83
 /etc/ufw/applications.d/postfix 5c7e746dc9255e750b8f50460de11a32
Description: High-performance mail transport agent
 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program.  Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.
Homepage: http://www.postfix.org

Package: linux-image-3.16.0-4-amd64
Status: install ok installed
Priority: optional
Section: kernel
Installed-Size: 159776
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Source: linux
Version: 3.16.39-1+deb8u2
Provides: linux-modules-3.16.0-4-amd64
Depends: kmod | module-init-tools, linux-base (>= 3~), debconf (>= 0.5) | debconf-2.0, initramfs-tools (>= 0.110~) | linux-initramfs-tool
Pre-Depends: debconf | debconf-2.0
Recommends: firmware-linux-free (>= 3~), irqbalance
Suggests: linux-doc-3.16, debian-kernel-handbook, grub-pc | grub-efi | extlinux
Breaks: at (<< 3.1.12-1+squeeze1), initramfs-tools (<< 0.110~)
Description: Linux 3.16 for 64-bit PCs
 The Linux kernel 3.16 and modules for use on PCs with AMD64, Intel 64 or
 VIA Nano processors.
 .
 This kernel also runs on a Xen hypervisor.  It supports both privileged
 (dom0) and unprivileged (domU) operation.
Homepage: https://www.kernel.org/

Package: eject
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 184
Maintainer: Frank Lichtenheld <djpig@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 2.1.5+deb1+cvs20081104-13.1+deb8u1
Depends: libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.90)
Suggests: cdtool, setcd
Description: ejects CDs and operates CD-Changers under Linux
 This little program will eject CD-ROMs (assuming your drive supports
 the CDROMEJECT ioctl). It also allows setting the autoeject feature.
 .
 On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing
 the active disc.
 .
 You can also use eject to properly disconnect external mass-storage
 devices like digital cameras or portable music players.
Homepage: http://www.pobox.com/~tranter/eject.html

Package: libicu52
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 27328
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: amd64
Multi-Arch: same
Source: icu
Version: 52.1-8+deb8u4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9)
Pre-Depends: multiarch-support
Description: International Components for Unicode
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support.  This package contains the runtime
 libraries for ICU.
Homepage: http://www.icu-project.org

Package: sed
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 575
Maintainer: Clint Adams <clint@debian.org>
Architecture: amd64
Version: 4.2.2-4+deb8u1
Depends: dpkg (>= 1.15.4) | install-info
Pre-Depends: libc6 (>= 2.14), libselinux1 (>= 1.32)
Description: The GNU sed stream editor
 sed reads the specified files or the standard input if no
 files are specified, makes editing changes according to a
 list of commands, and writes the results to the standard
 output.
Homepage: http://www.gnu.org/software/sed/

Package: turnkey-version
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 4
Maintainer: Liraz Siri <liraz@turnkeylinux.org>
Architecture: amd64
Version: 0+2015.3.25+09.04.22+60bde0b1
Depends: python (>= 2.4)
Description: Displays TurnKey Linux version information

Package: php5-common
Status: install ok installed
Priority: optional
Section: php
Installed-Size: 1114
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Architecture: amd64
Source: php5
Version: 5.6.30+dfsg-0+deb8u1
Provides: php5-mhash, phpapi-20131226
Depends: libc6 (>= 2.14), sed (>= 4.1.1-1), psmisc (>= 22.15-1~), lsof, ucf
Suggests: php5-user-cache
Breaks: php-apc (<< 4.0.0), php-crypt-gpg (<< 1.3.2), php5-json (<< 1.3.1-1~), php5-suhosin (<< 0.9.34), php5-xcache (<< 3.1~), php5-xdebug (<< 2.2.2)
Conflicts: php5-mhash
Conffiles:
 /etc/cron.d/php5 40ec2e28d690c9bba276061deaea25b7
Description: Common files for packages built from the php5 source
 This package contains the documentation and example files relevant to all
 the other packages built from the php5 source.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/

Package: libsmartcols1
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 209
Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.25.2-6
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Description: smart column output alignment library
 The smart column output alignment library, used by fdisk utilities.

Package: libcryptsetup4
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 227
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: cryptsetup
Version: 2:1.6.6-5
Depends: libc6 (>= 2.17), libdevmapper1.02.1 (>= 2:1.02.90), libgcrypt20 (>= 1.6.1), libuuid1 (>= 2.16), libgpg-error0 (>= 1.10-0.1)
Description: disk encryption support - shared library
 Cryptsetup provides an interface for configuring encryption on block
 devices (such as /home or swap partitions), using the Linux kernel
 device mapper target dm-crypt. It features integrated Linux Unified Key
 Setup (LUKS) support.
 .
 This package provides the libcryptsetup shared library.
Homepage: http://code.google.com/p/cryptsetup/

Package: netbase
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 66
Maintainer: Marco d'Itri <md@linux.it>
Architecture: all
Multi-Arch: foreign
Version: 5.3
Depends: lsb-base (>= 3.0-6)
Recommends: ifupdown
Breaks: ifupdown (<< 0.7)
Conffiles:
 /etc/rpc f0b6f6352bf886623adc04183120f83b
 /etc/protocols bb9c019d6524e913fd72441d58b68216
 /etc/services 7d9960c77b363e2c2f41b77733cf57d4
Description: Basic TCP/IP networking system
 This package provides the necessary infrastructure for basic TCP/IP based
 networking.

Package: libvpx1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1809
Maintainer: Sebastian Dröge <slomo@debian.org>
Architecture: amd64
Multi-Arch: same
Source: libvpx
Version: 1.3.0-3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Description: VP8 and VP9 video codec (shared library)
 VP8 and VP9 are open video codecs, originally developed by On2 and released
 as open source by Google Inc. They are the successor of the VP3 codec,
 on which the Theora codec was based.
 .
 This package contains the shared libraries.
Homepage: http://www.webmproject.org

