Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
I've installed a blank debian 8.6 with all prerequisites and want to install nagios core from 4.2.2 tarball.
"configure" works well without any errors, but if i try to "make all" i get an error about workers.c. What can i do?
root@nagios:~/extract/nagios-4.2.2# make all
cd ./base && make
make[1]: Entering directory '/root/extract/nagios-4.2.2/base'
gcc -Wall -I.. -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o nagios.o nagios.c
gcc -Wall -I.. -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o broker.o broker.c
gcc -Wall -I.. -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o nebmods.o nebmods.c
gcc -Wall -I.. -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o ../common/shared.o ../common/shared.c
gcc -Wall -I.. -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o nerd.o nerd.c
gcc -Wall -I.. -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o query-handler.o query-handler.c
gcc -Wall -I.. -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o workers.o workers.c
workers.c: In function ‘parse_worker_result’:
workers.c:510:3: warning: implicit declaration of function ‘wpres_get_key’ [-Wimplicit-function-declaration]
k = wpres_get_key(key, kvv->kv[i].key_len);
^
workers.c:510:5: warning: assignment makes pointer from integer without a cast
k = wpres_get_key(key, kvv->kv[i].key_len);
^
workers.c:515:12: error: dereferencing pointer to incomplete type
switch (k->code) {
^
workers.c:516:8: error: ‘WPRES_job_id’ undeclared (first use in this function)
case WPRES_job_id:
^
workers.c:516:8: note: each undeclared identifier is reported only once for each function it appears in
workers.c:519:8: error: ‘WPRES_type’ undeclared (first use in this function)
case WPRES_type:
^
workers.c:522:8: error: ‘WPRES_command’ undeclared (first use in this function)
case WPRES_command:
^
workers.c:525:8: error: ‘WPRES_timeout’ undeclared (first use in this function)
case WPRES_timeout:
^
workers.c:528:8: error: ‘WPRES_wait_status’ undeclared (first use in this function)
case WPRES_wait_status:
^
workers.c:531:8: error: ‘WPRES_start’ undeclared (first use in this function)
case WPRES_start:
^
workers.c:534:8: error: ‘WPRES_stop’ undeclared (first use in this function)
case WPRES_stop:
^
workers.c:537:8: error: ‘WPRES_outstd’ undeclared (first use in this function)
case WPRES_outstd:
^
workers.c:540:8: error: ‘WPRES_outerr’ undeclared (first use in this function)
case WPRES_outerr:
^
workers.c:543:8: error: ‘WPRES_exited_ok’ undeclared (first use in this function)
case WPRES_exited_ok:
^
workers.c:546:8: error: ‘WPRES_error_msg’ undeclared (first use in this function)
case WPRES_error_msg:
^
workers.c:550:8: error: ‘WPRES_error_code’ undeclared (first use in this function)
case WPRES_error_code:
^
workers.c:554:8: error: ‘WPRES_runtime’ undeclared (first use in this function)
case WPRES_runtime:
^
workers.c:557:8: error: ‘WPRES_ru_utime’ undeclared (first use in this function)
case WPRES_ru_utime:
^
workers.c:560:8: error: ‘WPRES_ru_stime’ undeclared (first use in this function)
case WPRES_ru_stime:
^
workers.c:563:8: error: ‘WPRES_ru_minflt’ undeclared (first use in this function)
case WPRES_ru_minflt:
^
workers.c:566:8: error: ‘WPRES_ru_majflt’ undeclared (first use in this function)
case WPRES_ru_majflt:
^
workers.c:569:8: error: ‘WPRES_ru_nswap’ undeclared (first use in this function)
case WPRES_ru_nswap:
^
workers.c:572:8: error: ‘WPRES_ru_inblock’ undeclared (first use in this function)
case WPRES_ru_inblock:
^
workers.c:575:8: error: ‘WPRES_ru_oublock’ undeclared (first use in this function)
case WPRES_ru_oublock:
^
workers.c:578:8: error: ‘WPRES_ru_msgsnd’ undeclared (first use in this function)
case WPRES_ru_msgsnd:
^
workers.c:581:8: error: ‘WPRES_ru_msgrcv’ undeclared (first use in this function)
case WPRES_ru_msgrcv:
^
workers.c:584:8: error: ‘WPRES_ru_nsignals’ undeclared (first use in this function)
case WPRES_ru_nsignals:
^
workers.c:587:8: error: ‘WPRES_ru_nvcsw’ undeclared (first use in this function)
case WPRES_ru_nvcsw:
^
workers.c:590:8: error: ‘WPRES_ru_nivcsw’ undeclared (first use in this function)
case WPRES_ru_nivcsw:
^
Makefile:143: recipe for target 'workers.o' failed
make[1]: *** [workers.o] Error 1
make[1]: Leaving directory '/root/extract/nagios-4.2.2/base'
Makefile:73: recipe for target 'all' failed
make: *** [all] Error 2
Alternatively, if you'd like to help us figure out if this is a bug in 4.2.2, then we can work through this in the forum thread. Alternatively, you can file a bug at https://github.com/NagiosEnterprises/na ... issues/new. We'd love the help, regardless of if it is here or on github.
Please let us know how you would like to proceed. Thanks!
I've installed a nagios instance 3 years ago, which is growing since this day. Today I've 76 active Host checks an 340 active Service checks.
But my system is a bit outdated (debian 6 and nagios 3.5), and for this reason i want to install a clean new one and port my client and service configs to this new instance.
Are you following the instructions at https://support.nagios.com/kb/article.php?id=96? I know there are some other instructions out there. I just want to make sure we are on the same page as far as what needs to be done before you make all
I've done exact what this guide said i have to do. I've used the following guide: https://assets.nagios.com/downloads/nag ... 1477557572 but i also tried the guide from your link. there were a few packets like autoconf which were not installed previously, but same result as before. Cant do the step "make all". same error
i've tried the other httpd option for ./configure, same result. At this Point I've tried to install the system and "nagios core" the third time, always the same error at the same point. And I've tried several guides, all said nearly the same, but "make all" always break up at the same point with the same error.
root@nagios:~# dpkg-query -l
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Architektur Beschreibung
+++-============================================-===========================-===========================-=============================================================================================
ii acl 2.2.52-2 amd64 Access control list utilities
ii acpi 1.7-1 amd64 displays information on ACPI devices
ii acpi-support-base 0.142-6 all scripts for handling base ACPI events such as the power button
ii acpid 1:2.0.23-2 amd64 Advanced Configuration and Power Interface event daemon
ii adduser 3.113+nmu3 all add and remove users and groups
ii adwaita-icon-theme 3.14.0-2 all default icon theme of GNOME
ii apache2 2.4.10-10+deb8u7 amd64 Apache HTTP Server
ii apache2-bin 2.4.10-10+deb8u7 amd64 Apache HTTP Server (modules and other binary files)
ii apache2-data 2.4.10-10+deb8u7 all Apache HTTP Server (common files)
ii apache2-utils 2.4.10-10+deb8u7 amd64 Apache HTTP Server (utility programs for web servers)
ii apt 1.0.9.8.3 amd64 commandline package manager
ii apt-listchanges 2.85.13+nmu1 all package change history notification tool
ii apt-utils 1.0.9.8.3 amd64 package management related utility programs
ii aptitude 0.6.11-1+b1 amd64 terminal-based package manager
ii aptitude-common 0.6.11-1 all architecture independent files for the aptitude package manager
ii aptitude-doc-en 0.6.11-1 all English manual for aptitude, a terminal-based package manager
ii aspell 0.60.7~20110707-1.3 amd64 GNU Aspell spell-checker
ii aspell-de 20131206-5 all German dictionary for aspell
ii aspell-de-alt 1:2-28 all German dictionary for aspell (old spelling)
ii at 3.1.16-1 amd64 Delayed job execution and batch processing
ii at-spi2-core 2.14.0-1 amd64 Assistive Technology Service Provider Interface (dbus core)
ii autoconf 2.69-8 all automatic configure script builder
ii automake 1:1.14.1-4+deb8u1 all Tool for generating GNU Standards-compliant Makefiles
ii autotools-dev 20140911.1 all Update infrastructure for config.{guess,sub} files
ii base-files 8+deb8u6 amd64 Debian base system miscellaneous files
ii base-passwd 3.5.37 amd64 Debian base system master password and group files
ii bash 4.3-11+b1 amd64 GNU Bourne Again SHell
ii bash-completion 1:2.1-4 all programmable completion for the bash shell
ii bc 1.06.95-9 amd64 GNU bc arbitrary precision calculator language
ii bind9-host 1:9.9.5.dfsg-9+deb8u7 amd64 Version of 'host' bundled with BIND 9.X
ii binutils 2.25-5 amd64 GNU assembler, linker and binary utilities
ii binutils-mingw-w64-i686 2.25-5+5.2+deb8u1 amd64 Cross-binutils for Win32 (x86) using MinGW-w64
ii binutils-mingw-w64-x86-64 2.25-5+5.2+deb8u1 amd64 Cross-binutils for Win64 (x64) using MinGW-w64
ii bsd-mailx 8.1.2-0.20141216cvs-2 amd64 simple mail user agent
ii bsdmainutils 9.0.6 amd64 collection of more utilities from FreeBSD
ii bsdutils 1:2.25.2-6 amd64 basic utilities from 4.4BSD-Lite
ii build-essential 11.7 amd64 Informational list of build-essential packages
ii busybox 1:1.22.0-9+deb8u1 amd64 Tiny utilities for small and embedded systems
ii bzip2 1.0.6-7+b3 amd64 high-quality block-sorting file compressor - utilities
ii ca-certificates 20141019+deb8u1 all Common CA certificates
ii colord 1.2.1-1+b2 amd64 system service to manage device colour profiles -- system daemon
ii colord-data 1.2.1-1 all system service to manage device colour profiles -- data files
ii console-setup 1.123 all console font and keymap setup program
ii console-setup-linux 1.123 all Linux specific part of console-setup
ii coreutils 8.23-4 amd64 GNU core utilities
ii cpio 2.11+dfsg-4.1+deb8u1 amd64 GNU cpio -- a program to manage archives of files
ii cpp 4:4.9.2-2 amd64 GNU C preprocessor (cpp)
ii cpp-4.9 4.9.2-10 amd64 GNU C preprocessor
ii cron 3.0pl1-127+deb8u1 amd64 process scheduling daemon
ii dash 0.5.7-4+b1 amd64 POSIX-compliant shell
ii dbus 1.8.20-0+deb8u1 amd64 simple interprocess messaging system (daemon and utilities)
ii dc 1.06.95-9 amd64 GNU dc arbitrary precision reverse-polish calculator
ii dconf-gsettings-backend:amd64 0.22.0-1 amd64 simple configuration storage system - GSettings back-end
ii dconf-service 0.22.0-1 amd64 simple configuration storage system - D-Bus service
ii debconf 1.5.56 all Debian configuration management system
ii debconf-i18n 1.5.56 all full internationalization support for debconf
ii debian-archive-keyring 2014.3 all GnuPG archive keys of the Debian archive
ii debian-faq 5.0.3 all Debian Frequently Asked Questions
ii debianutils 4.4+b1 amd64 Miscellaneous utilities specific to Debian
ii dh-python 1.20141111-2 all Debian helper tools for packaging Python libraries and applications
ii dictionaries-common 1.23.17 all spelling dictionaries - common utilities
ii diffutils 1:3.3-1+b1 amd64 File comparison utilities
ii discover 2.1.2-7 amd64 hardware identification system
ii discover-data 2.2013.01.11 all Data lists for Discover hardware detection system
ii dmidecode 2.12-3 amd64 SMBIOS/DMI table decoder
ii dmsetup 2:1.02.90-2.2+deb8u1 amd64 Linux Kernel Device Mapper userspace library
ii dnsutils 1:9.9.5.dfsg-9+deb8u7 amd64 Clients provided with BIND
ii doc-debian 6.2 all Debian Project documentation and other documents
ii docbook-xml 4.5-7.2 all standard XML documentation system for software and systems
ii docutils-common 0.12+dfsg-1 all text processing system for reStructuredText - common data
ii docutils-doc 0.12+dfsg-1 all text processing system for reStructuredText - documentation
ii dpkg 1.17.27 amd64 Debian package management system
ii dpkg-dev 1.17.27 all Debian package development tools
ii e2fslibs:amd64 1.42.12-2 amd64 ext2/ext3/ext4 file system libraries
ii e2fsprogs 1.42.12-2 amd64 ext2/ext3/ext4 file system utilities
ii eject 2.1.5+deb1+cvs20081104-13.1 amd64 ejects CDs and operates CD-Changers under Linux
ii emacsen-common 2.0.8 all Common facilities for all emacsen
ii enchant 1.6.0-10.1 amd64 Wrapper for various spell checker engines (binary programs)
rc exim4 4.84.2-2+deb8u1 all metapackage to ease Exim MTA (v4) installation
rc exim4-base 4.84.2-2+deb8u1 amd64 support files for all Exim MTA (v4) packages
rc exim4-config 4.84.2-2+deb8u1 all configuration for the Exim MTA (v4)
rc exim4-daemon-light 4.84.2-2+deb8u1 amd64 lightweight Exim MTA (v4) daemon
ii fakeroot 1.20.2-1 amd64 tool for simulating superuser privileges
ii file 1:5.22+15-2+deb8u2 amd64 Determines file type using "magic" numbers
ii findutils 4.4.2-9+b1 amd64 utilities for finding files--find, xargs
ii fontconfig 2.11.0-6.3+deb8u1 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.11.0-6.3+deb8u1 all generic font configuration library - configuration
ii fonts-dejavu 2.34-1 all metapackage to pull in fonts-dejavu-core and fonts-dejavu-extra
ii fonts-dejavu-core 2.34-1 all Vera font family derivate with additional characters
ii fonts-dejavu-extra 2.34-1 all Vera font family derivate with additional characters (extra variants)
ii ftp 0.17-31 amd64 classical file transfer client
ii g++ 4:4.9.2-2 amd64 GNU C++ compiler
ii g++-4.9 4.9.2-10 amd64 GNU C++ compiler
ii g++-mingw-w64 4.9.1-19+14.3 all GNU C++ compiler for MinGW-w64
ii g++-mingw-w64-i686 4.9.1-19+14.3 amd64 GNU C++ compiler for MinGW-w64 targeting Win32
ii g++-mingw-w64-x86-64 4.9.1-19+14.3 amd64 GNU C++ compiler for MinGW-w64 targeting Win64
ii gcc 4:4.9.2-2 amd64 GNU C compiler
ii gcc-4.8-base:amd64 4.8.4-1 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-4.9 4.9.2-10 amd64 GNU C compiler
ii gcc-4.9-base:amd64 4.9.2-10 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-mingw-w64-base 4.9.1-19+14.3 amd64 GNU Compiler Collection for MinGW-w64 (base package)
ii gcc-mingw-w64-i686 4.9.1-19+14.3 amd64 GNU C compiler for MinGW-w64 targeting Win32
ii gcc-mingw-w64-x86-64 4.9.1-19+14.3 amd64 GNU C compiler for MinGW-w64 targeting Win64
ii gedit 3.14.0-3 amd64 official text editor of the GNOME desktop environment
ii gedit-common 3.14.0-3 all official text editor of the GNOME desktop environment (support files)
ii geoclue-2.0 2.1.10-2 amd64 geoinformation service
ii geoip-database 20150317-1 all IP lookup command line tools that use the GeoIP library (country database)
ii gettext-base 0.19.3-2 amd64 GNU Internationalization utilities for the base system
ii gir1.2-atk-1.0 2.14.0-1 amd64 ATK accessibility toolkit (GObject introspection)
ii gir1.2-freedesktop:amd64 1.42.0-2.2 amd64 Introspection data for some FreeDesktop components
ii gir1.2-gdkpixbuf-2.0 2.31.1-2+deb8u5 amd64 GDK Pixbuf library - GObject-Introspection
ii gir1.2-glib-2.0:amd64 1.42.0-2.2 amd64 Introspection data for GLib, GObject, Gio and GModule
ii gir1.2-gtk-3.0:amd64 3.14.5-1+deb8u1 amd64 GTK+ graphical user interface library -- gir bindings
ii gir1.2-pango-1.0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text - gir bindings
ii gir1.2-peas-1.0 1.12.1-2 amd64 Application plugin library (introspection files)
ii glib-networking:amd64 2.42.0-2 amd64 network-related giomodules for GLib
ii glib-networking-common 2.42.0-2 all network-related giomodules for GLib - data files
ii glib-networking-services 2.42.0-2 amd64 network-related giomodules for GLib - D-Bus services
ii gnome-icon-theme 3.12.0-1 all GNOME Desktop icon theme
ii gnome-icon-theme-symbolic 3.12.0-1 all GNOME desktop icon theme (symbolic icons)
ii gnome-user-guide 3.14.1-1 all GNOME user's guide
ii gnupg 1.4.18-7+deb8u3 amd64 GNU privacy guard - a free PGP replacement
ii gnupg-agent 2.0.26-6+deb8u1 amd64 GNU privacy guard - password agent
ii gnupg2 2.0.26-6+deb8u1 amd64 GNU privacy guard - a free PGP replacement (new v2.x)
ii gpgv 1.4.18-7+deb8u3 amd64 GNU privacy guard - signature verification tool
ii grep 2.20-4.1 amd64 GNU grep, egrep and fgrep
ii groff-base 1.22.2-8 amd64 GNU troff text-formatting system (base system components)
ii grub-common 2.02~beta2-22+deb8u1 amd64 GRand Unified Bootloader (common files)
ii grub-pc 2.02~beta2-22+deb8u1 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.02~beta2-22+deb8u1 amd64 GRand Unified Bootloader, version 2 (PC/BIOS binaries)
ii grub2-common 2.02~beta2-22+deb8u1 amd64 GRand Unified Bootloader (common files for version 2)
ii gsettings-desktop-schemas 3.14.1-1 all GSettings desktop-wide schemas
ii gstreamer1.0-plugins-base:amd64 1.4.4-2 amd64 GStreamer plugins from the "base" set
ii gstreamer1.0-plugins-good:amd64 1.4.4-2 amd64 GStreamer plugins from the "good" set
ii gstreamer1.0-x:amd64 1.4.4-2 amd64 GStreamer plugins for X11 and Pango
ii gzip 1.6-4 amd64 GNU compression utilities
ii hicolor-icon-theme 0.13-1 all default fallback theme for FreeDesktop.org icon themes
ii host 1:9.9.5.dfsg-9+deb8u7 all Transitional package
ii hostname 3.15 amd64 utility to set/show the host name or domain name
ii htop 1.0.3-1 amd64 interactive processes viewer
ii hunspell-en-us 20070829-6 all English_american dictionary for hunspell
ii iftop 1.0~pre4-2 amd64 displays bandwidth usage information on an network interface
ii ifupdown 0.7.53.1 amd64 high level tools to configure network interfaces
ii info 5.2.0.dfsg.1-6 amd64 Standalone GNU Info documentation browser
ii ingerman 20131206-5 all New German orthography dictionary for ispell
ii init 1.22 amd64 System-V-like init utilities - metapackage
ii init-system-helpers 1.22 all helper tools for all init systems
ii initramfs-tools 0.120+deb8u2 all generic modular initramfs generator
ii initscripts 2.88dsf-59 amd64 scripts for initializing and shutting down the system
ii insserv 1.14.0-5 amd64 boot sequence organizer using LSB init.d script dependency information
ii install-info 5.2.0.dfsg.1-6 amd64 Manage installed documentation in info format
ii installation-report 2.58 all system installation report
ii iotop 0.6-1 amd64 simple top-like I/O monitor
ii iproute2 3.16.0-2 amd64 networking and traffic control tools
ii iptables 1.4.21-2+b1 amd64 administration tools for packet filtering and NAT
ii iputils-ping 3:20121221-5+b2 amd64 Tools to test the reachability of network hosts
ii isc-dhcp-client 4.3.1-6+deb8u2 amd64 DHCP client for automatically obtaining an IP address
ii isc-dhcp-common 4.3.1-6+deb8u2 amd64 common files used by all of the isc-dhcp packages
ii iso-codes 3.57-1 all ISO language, territory, currency, script codes and their translations
ii ispell 3.3.02-6 amd64 International Ispell (an interactive spelling corrector)
ii kbd 1.15.5-2 amd64 Linux console font and keytable utilities
ii keyboard-configuration 1.123 all system-wide keyboard preferences
ii klibc-utils 2.0.4-2 amd64 small utilities built with klibc for early boot
ii kmod 18-3 amd64 tools for managing Linux kernel modules
ii krb5-locales 1.12.1+dfsg-19+deb8u2 all Internationalization support for MIT Kerberos
ii laptop-detect 0.13.7 amd64 attempt to detect a laptop
ii less 458-3 amd64 pager program similar to more
ii libaa1:amd64 1.4p5-43 amd64 ASCII art library
ii libacl1:amd64 2.2.52-2 amd64 Access control list shared library
ii libalgorithm-c3-perl 0.09-1 all Perl module for merging hierarchies using the C3 algorithm
ii libalgorithm-diff-perl 1.19.02-3 all module to find differences between files
ii libalgorithm-diff-xs-perl 0.04-3+b1 amd64 module to find differences between files (XS accelerated)
ii libalgorithm-merge-perl 0.08-2 all Perl module for three-way merge of textual data
ii libapache2-mod-php5 5.6.27+dfsg-0+deb8u1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii libapr1:amd64 1.5.1-3 amd64 Apache Portable Runtime Library
ii libaprutil1:amd64 1.5.4-1 amd64 Apache Portable Runtime Utility Library
ii libaprutil1-dbd-sqlite3:amd64 1.5.4-1 amd64 Apache Portable Runtime Utility Library - SQLite3 Driver
ii libaprutil1-ldap:amd64 1.5.4-1 amd64 Apache Portable Runtime Utility Library - LDAP Driver
ii libapt-inst1.5:amd64 1.0.9.8.3 amd64 deb package format runtime library
ii libapt-pkg4.12:amd64 1.0.9.8.3 amd64 package management runtime library
ii libarchive-extract-perl 0.72-1 all generic archive extracting module
ii libasan1:amd64 4.9.2-10 amd64 AddressSanitizer -- a fast memory error detector
ii libasound2:amd64 1.0.28-1 amd64 shared library for ALSA applications
ii libasound2-data 1.0.28-1 all Configuration files and profiles for ALSA drivers
ii libaspell15:amd64 0.60.7~20110707-1.3 amd64 GNU Aspell spell-checker runtime library
ii libasprintf0c2:amd64 0.19.3-2 amd64 GNU library to use fprintf and friends in C++
ii libassuan0:amd64 2.1.2-2 amd64 IPC library for the GnuPG components
ii libatk-bridge2.0-0:amd64 2.14.0-2 amd64 AT-SPI 2 toolkit bridge - shared library
ii libatk1.0-0:amd64 2.14.0-1 amd64 ATK accessibility toolkit
ii libatk1.0-data 2.14.0-1 all Common files for the ATK accessibility toolkit
ii libatomic1:amd64 4.9.2-10 amd64 support library providing __atomic built-in functions
ii libatspi2.0-0:amd64 2.14.0-1 amd64 Assistive Technology Service Provider Interface - shared library
ii libattr1:amd64 1:2.4.47-2 amd64 Extended attribute shared library
ii libaudit-common 1:2.4-1 all Dynamic library for security auditing - common files
ii libaudit1:amd64 1:2.4-1+b1 amd64 Dynamic library for security auditing
ii libauthen-sasl-perl 2.1600-1 all Authen::SASL - SASL Authentication framework
ii libavahi-client3:amd64 0.6.31-5 amd64 Avahi client library
ii libavahi-common-data:amd64 0.6.31-5 amd64 Avahi common data files
ii libavahi-common3:amd64 0.6.31-5 amd64 Avahi common library
ii libavc1394-0:amd64 0.5.4-2 amd64 control IEEE 1394 audio/video devices
ii libbind9-90 1:9.9.5.dfsg-9+deb8u7 amd64 BIND9 Shared Library used by BIND
ii libblkid1:amd64 2.25.2-6 amd64 block device id library
ii libboost-iostreams1.55.0:amd64 1.55.0+dfsg-3 amd64 Boost.Iostreams Library
ii libbsd0:amd64 0.7.0-2 amd64 utility functions from BSD systems - shared library
ii libbz2-1.0:amd64 1.0.6-7+b3 amd64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.19-18+deb8u6 amd64 GNU C Library: Binaries
ii libc-dev-bin 2.19-18+deb8u6 amd64 GNU C Library: Development binaries
ii libc6:amd64 2.19-18+deb8u6 amd64 GNU C Library: Shared libraries
ii libc6-dev:amd64 2.19-18+deb8u6 amd64 GNU C Library: Development Libraries and Header Files
ii libcaca0:amd64 0.99.beta19-2 amd64 colour ASCII art library
ii libcairo-gobject2:amd64 1.14.0-2.1+deb8u1 amd64 Cairo 2D vector graphics library (GObject library)
ii libcairo-perl 1.104-2 amd64 Perl interface to the Cairo graphics library
ii libcairo2:amd64 1.14.0-2.1+deb8u1 amd64 Cairo 2D vector graphics library
ii libcanberra-gtk3-0:amd64 0.30-2.1 amd64 GTK+ 3.0 helper for playing widget event sounds with libcanberra
ii libcanberra-gtk3-module:amd64 0.30-2.1 amd64 translates GTK3 widgets signals to event sounds
ii libcanberra0:amd64 0.30-2.1 amd64 simple abstract interface for playing event sounds
ii libcap-ng0:amd64 0.7.4-2 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.24-8 amd64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.24-8 amd64 POSIX 1003.1e capabilities (utilities)
ii libcdparanoia0:amd64 3.10.2+debian-11 amd64 audio extraction tool for sampling CDs (library)
ii libcgi-fast-perl 1:2.04-1 all CGI subclass for work with FCGI
ii libcgi-pm-perl 4.09-1 all module for Common Gateway Interface applications
ii libcilkrts5:amd64 4.9.2-10 amd64 Intel Cilk Plus language extensions (runtime)
ii libclass-accessor-perl 0.34-1 all Perl module that automatically generates accessors
ii libclass-c3-perl 0.26-1 all pragma for using the C3 method resolution order
ii libclass-c3-xs-perl 0.13-2+b1 amd64 Perl module to accelerate Class::C3
ii libclass-isa-perl 0.36-5 all report the search path for a class's ISA tree
ii libcloog-isl4:amd64 0.18.2-1+b2 amd64 Chunky Loop Generator (runtime library)
ii libcolord2:amd64 1.2.1-1+b2 amd64 system service to manage device colour profiles -- runtime
ii libcolorhug2:amd64 1.2.1-1+b2 amd64 library to access the ColorHug colourimeter -- runtime
ii libcomerr2:amd64 1.42.12-2 amd64 common error description library
ii libcpan-meta-perl 2.142690-1 all Perl module to access CPAN distributions metadata
ii libcroco3:amd64 0.6.8-3+b1 amd64 Cascading Style Sheet (CSS) parsing and manipulation toolkit
ii libcryptsetup4:amd64 2:1.6.6-5 amd64 disk encryption support - shared library
ii libcups2:amd64 1.7.5-11+deb8u1 amd64 Common UNIX Printing System(tm) - Core library
ii libcurl3-gnutls:amd64 7.38.0-4+deb8u4 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcwidget3:amd64 0.5.17-2 amd64 high-level terminal interface library for C++ (runtime files)
ii libdata-optlist-perl 0.109-1 all module to parse and validate simple name/value option pairs
ii libdata-section-perl 0.200006-1 all module to read chunks of data from a module's DATA section
ii libdatrie1:amd64 0.2.8-1 amd64 Double-array trie library
ii libdb5.3:amd64 5.3.28-9 amd64 Berkeley v5.3 Database Libraries [runtime]
ii libdbus-1-3:amd64 1.8.20-0+deb8u1 amd64 simple interprocess messaging system (library)
ii libdconf1:amd64 0.22.0-1 amd64 simple configuration storage system - runtime library
ii libdebconfclient0:amd64 0.192 amd64 Debian Configuration Management System (C-implementation library)
ii libdevmapper1.02.1:amd64 2:1.02.90-2.2+deb8u1 amd64 Linux Kernel Device Mapper userspace library
ii libdiscover2 2.1.2-7 amd64 hardware identification library
ii libdns-export100 1:9.9.5.dfsg-9+deb8u7 amd64 Exported DNS Shared Library
ii libdns100 1:9.9.5.dfsg-9+deb8u7 amd64 DNS Shared Library used by BIND
ii libdpkg-perl 1.17.27 all Dpkg perl modules
ii libdrm-intel1:amd64 2.4.58-2 amd64 Userspace interface to intel-specific kernel DRM services -- runtime
ii libdrm-nouveau2:amd64 2.4.58-2 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-radeon1:amd64 2.4.58-2 amd64 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm2:amd64 2.4.58-2 amd64 Userspace interface to kernel DRM services -- runtime
ii libdv4:amd64 1.0.0-6 amd64 software library for DV format digital video (runtime lib)
ii libedit2:amd64 3.1-20140620-2 amd64 BSD editline and history libraries
ii libelf1:amd64 0.159-4.2 amd64 library to read and write ELF files
ii libenchant1c2a:amd64 1.6.0-10.1 amd64 Wrapper library for various spell checker engines (runtime libs)
ii libencode-locale-perl 1.03-1 all utility to determine the locale encoding
ii libept1.4.12:amd64 1.0.12.1 amd64 High-level library for managing Debian package information
ii libestr0 0.1.9-1.1 amd64 Helper functions for handling strings (lib)
ii libevent-2.0-5:amd64 2.0.21-stable-2 amd64 Asynchronous event notification library
ii libexif12:amd64 0.6.21-2 amd64 library to parse EXIF files
ii libexpat1:amd64 2.1.0-6+deb8u3 amd64 XML parsing C library - runtime library
ii libexpat1-dev:amd64 2.1.0-6+deb8u3 amd64 XML parsing C library - development kit
ii libfakeroot:amd64 1.20.2-1 amd64 tool for simulating superuser privileges - shared libraries
ii libfcgi-perl 0.77-1+b1 amd64 helper module for FastCGI
ii libffi6:amd64 3.1-2+b2 amd64 Foreign Function Interface library runtime
ii libfile-copy-recursive-perl 0.38-1 all Perl extension for recursively copying files and directories
ii libfile-fcntllock-perl 0.22-1+b1 amd64 Perl module for file locking with fcntl(2)
ii libfile-listing-perl 6.04-1 all module to parse directory listings
ii libflac8:amd64 1.3.0-3 amd64 Free Lossless Audio Codec - runtime C library
ii libfont-afm-perl 1.20-1 all Font::AFM - Interface to Adobe Font Metrics files
ii libfontconfig1:amd64 2.11.0-6.3+deb8u1 amd64 generic font configuration library - runtime
ii libfontconfig1-dev:amd64 2.11.0-6.3+deb8u1 amd64 generic font configuration library - development
ii libfreetype6:amd64 2.5.2-3+deb8u1 amd64 FreeType 2 font engine, shared library files
ii libfreetype6-dev 2.5.2-3+deb8u1 amd64 FreeType 2 font engine, development files
ii libfuse2:amd64 2.9.3-15+deb8u2 amd64 Filesystem in Userspace (library)
ii libgc1c2:amd64 1:7.2d-6.4 amd64 conservative garbage collector for C and C++
ii libgcc-4.9-dev:amd64 4.9.2-10 amd64 GCC support library (development files)
ii libgcc1:amd64 1:4.9.2-10 amd64 GCC support library
ii libgcrypt20:amd64 1.6.3-2+deb8u2 amd64 LGPL Crypto library - runtime library
ii libgd-dev:amd64 2.1.0-5+deb8u7 amd64 GD Graphics Library (development version)
ii libgd-tools 2.1.0-5+deb8u7 amd64 GD command line tools and example code
ii libgd2-xpm-dev 2.1.0-5+deb8u7 amd64 GD Graphics Library (transitional package)
ii libgd3:amd64 2.1.0-5+deb8u7 amd64 GD Graphics Library
ii libgdbm3:amd64 1.8.3-13.1 amd64 GNU dbm database routines (runtime version)
ii libgdk-pixbuf2.0-0:amd64 2.31.1-2+deb8u5 amd64 GDK Pixbuf library
ii libgdk-pixbuf2.0-common 2.31.1-2+deb8u5 all GDK Pixbuf library - data files
ii libgeoip1:amd64 1.6.2-4 amd64 non-DNS IP-to-country resolver library
ii libgirepository-1.0-1:amd64 1.42.0-2.2 amd64 Library for handling GObject introspection data (runtime library)
ii libgl1-mesa-dri:amd64 10.3.2-1+deb8u1 amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 10.3.2-1+deb8u1 amd64 free implementation of the OpenGL API -- GLX runtime
ii libglapi-mesa:amd64 10.3.2-1+deb8u1 amd64 free implementation of the GL API -- shared library
ii libglib-perl 3:1.305-2 amd64 interface to the GLib and GObject libraries
ii libglib2.0-0:amd64 2.42.1-1+b1 amd64 GLib library of C routines
ii libglib2.0-data 2.42.1-1 all Common files for GLib library
ii libglu1-mesa:amd64 9.0.0-2 amd64 Mesa OpenGL utility library (GLU)
ii libgmp10:amd64 2:6.0.0+dfsg-6 amd64 Multiprecision arithmetic library
ii libgnutls-deb0-28:amd64 3.3.8-6+deb8u3 amd64 GNU TLS library - main runtime library
ii libgnutls-openssl27:amd64 3.3.8-6+deb8u3 amd64 GNU TLS library - OpenSSL wrapper
ii libgomp1:amd64 4.9.2-10 amd64 GCC OpenMP (GOMP) support library
ii libgpg-error0:amd64 1.17-3 amd64 library for common error values and messages in GnuPG components
ii libgpgme11:amd64 1.5.1-6 amd64 GPGME - GnuPG Made Easy (library)
ii libgphoto2-6:amd64 2.5.4-1.1+b2 amd64 gphoto2 digital camera library
ii libgphoto2-l10n 2.5.4-1.1 all gphoto2 digital camera library - localized messages
ii libgphoto2-port10:amd64 2.5.4-1.1+b2 amd64 gphoto2 digital camera port library
ii libgpm2:amd64 1.20.4-6.1+b2 amd64 General Purpose Mouse - shared library
ii libgraphite2-3:amd64 1.3.6-1~deb8u1 amd64 Font rendering engine for Complex Scripts -- library
ii libgssapi-krb5-2:amd64 1.12.1+dfsg-19+deb8u2 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libgstreamer-plugins-base1.0-0:amd64 1.4.4-2 amd64 GStreamer libraries from the "base" set
ii libgstreamer1.0-0:amd64 1.4.4-2 amd64 Core GStreamer libraries and elements
ii libgtk-3-0:amd64 3.14.5-1+deb8u1 amd64 GTK+ graphical user interface library
ii libgtk-3-bin 3.14.5-1+deb8u1 amd64 programs for the GTK+ graphical user interface library
ii libgtk-3-common 3.14.5-1+deb8u1 all common files for the GTK+ graphical user interface library
ii libgtk2-perl 2:1.2492-4 amd64 Perl interface to the 2.x series of the Gimp Toolkit library
ii libgtk2.0-0:amd64 2.24.25-3+deb8u1 amd64 GTK+ graphical user interface library
ii libgtk2.0-bin 2.24.25-3+deb8u1 amd64 programs for the GTK+ graphical user interface library
ii libgtk2.0-common 2.24.25-3+deb8u1 all common files for the GTK+ graphical user interface library
ii libgtksourceview-3.0-1:amd64 3.14.1-1 amd64 shared libraries for the GTK+ syntax highlighting widget
ii libgtksourceview-3.0-common 3.14.1-1 all common files for the GTK+ syntax highlighting widget
ii libgudev-1.0-0:amd64 215-17+deb8u5 amd64 GObject-based wrapper library for libudev
ii libgusb2:amd64 0.1.6-5 amd64 GLib wrapper around libusb1
ii libharfbuzz-icu0:amd64 0.9.35-2 amd64 OpenType text shaping engine ICU backend
ii libharfbuzz0b:amd64 0.9.35-2 amd64 OpenType text shaping engine (shared library)
ii libhogweed2:amd64 2.7.1-5+deb8u1 amd64 low level cryptographic library (public-key cryptos)
ii libhtml-form-perl 6.03-1 all module that represents an HTML form element
ii libhtml-format-perl 2.11-1 all module for transforming HTML into various formats
ii libhtml-parser-perl 3.71-1+b3 amd64 collection of modules that parse HTML text documents
ii libhtml-tagset-perl 3.20-2 all Data tables pertaining to HTML
ii libhtml-tree-perl 5.03-1 all Perl module to represent and create HTML syntax trees
ii libhttp-cookies-perl 6.01-1 all HTTP cookie jars
ii libhttp-daemon-perl 6.01-1 all simple http server class
ii libhttp-date-perl 6.02-1 all module of date conversion routines
ii libhttp-message-perl 6.06-1 all perl interface to HTTP style messages
ii libhttp-negotiate-perl 6.00-2 all implementation of content negotiation
ii libhunspell-1.3-0:amd64 1.3.3-3 amd64 spell checker and morphological analyzer (shared library)
ii libice-dev:amd64 2:1.0.9-1+b1 amd64 X11 Inter-Client Exchange library (development headers)
ii libice6:amd64 2:1.0.9-1+b1 amd64 X11 Inter-Client Exchange library
ii libicu52:amd64 52.1-8+deb8u3 amd64 International Components for Unicode
ii libidn11:amd64 1.29-1+deb8u2 amd64 GNU Libidn library, implementation of IETF IDN specifications
ii libiec61883-0:amd64 1.2.0-0.2 amd64 an partial implementation of IEC 61883
ii libieee1284-3:amd64 0.2.11-12 amd64 cross-platform library for parallel port access
ii libintl-perl 1.23-1+deb8u1 all Uniforum message translations system compatible i18n library
ii libio-html-perl 1.001-1 all open an HTML file with automatic charset detection
ii libio-socket-ip-perl 0.32-1 all module for using IPv4 and IPv6 sockets in a protocol-independent way
ii libio-socket-ssl-perl 2.002-2+deb8u1 all Perl module implementing object oriented interface to SSL sockets
ii libio-string-perl 1.08-3 all Emulate IO::File interface for in-core strings
ii libirs-export91 1:9.9.5.dfsg-9+deb8u7 amd64 Exported IRS Shared Library
ii libisc-export95 1:9.9.5.dfsg-9+deb8u7 amd64 Exported ISC Shared Library
ii libisc95 1:9.9.5.dfsg-9+deb8u7 amd64 ISC Shared Library used by BIND
ii libisccc90 1:9.9.5.dfsg-9+deb8u7 amd64 Command Channel Library used by BIND
ii libisccfg-export90 1:9.9.5.dfsg-9+deb8u7 amd64 Exported ISC CFG Shared Library
ii libisccfg90 1:9.9.5.dfsg-9+deb8u7 amd64 Config File Handling Library used by BIND
ii libisl10:amd64 0.12.2-2 amd64 manipulating sets and relations of integer points bounded by linear constraints
ii libitm1:amd64 4.9.2-10 amd64 GNU Transactional Memory Library
ii libjack-jackd2-0:amd64 1.9.10+20140719git3eb0ae6a~ amd64 JACK Audio Connection Kit (libraries)
ii libjasper1:amd64 1.900.1-debian1-2.4+deb8u1 amd64 JasPer JPEG-2000 runtime library
ii libjavascriptcoregtk-3.0-0:amd64 2.4.9-1~deb8u1 amd64 JavaScript engine library from WebKitGTK+
ii libjbig-dev:amd64 2.1-3.1 amd64 JBIGkit development files
ii libjbig0:amd64 2.1-3.1 amd64 JBIGkit libraries
ii libjim0.75:amd64 0.75-1 amd64 small-footprint implementation of Tcl - shared library
ii libjpeg-dev 1:1.3.1-12 all Development files for the JPEG library [dummy package]
ii libjpeg62-turbo:amd64 1:1.3.1-12 amd64 libjpeg-turbo JPEG runtime library
ii libjpeg62-turbo-dev:amd64 1:1.3.1-12 amd64 Development files for the libjpeg-turbo JPEG library
ii libjson-c2:amd64 0.11-4 amd64 JSON manipulation library - shared library
ii libjson-glib-1.0-0:amd64 1.0.2-1 amd64 GLib JSON manipulation library
ii libjson-glib-1.0-common 1.0.2-1 all GLib JSON manipulation library (common files)
ii libk5crypto3:amd64 1.12.1+dfsg-19+deb8u2 amd64 MIT Kerberos runtime libraries - Crypto Library
ii libkeyutils1:amd64 1.5.9-5+b1 amd64 Linux Key Management Utilities (library)
ii libklibc 2.0.4-2 amd64 minimal libc subset for use with initramfs
ii libkmod2:amd64 18-3 amd64 libkmod shared library
ii libkrb5-3:amd64 1.12.1+dfsg-19+deb8u2 amd64 MIT Kerberos runtime libraries
ii libkrb5support0:amd64 1.12.1+dfsg-19+deb8u2 amd64 MIT Kerberos runtime libraries - Support library
ii libksba8:amd64 1.3.2-1+deb8u1 amd64 X.509 and CMS support library
ii liblcms2-2:amd64 2.6-3+b3 amd64 Little CMS 2 color management library
ii libldap-2.4-2:amd64 2.4.40+dfsg-1+deb8u2 amd64 OpenLDAP libraries
ii libllvm3.5:amd64 1:3.5-10 amd64 Modular compiler and toolchain technologies, runtime library
ii liblocale-gettext-perl 1.05-8+b1 amd64 module using libc functions for internationalization in Perl
ii liblockfile-bin 1.09-6 amd64 support binaries for and cli utilities based on liblockfile
ii liblockfile1:amd64 1.09-6 amd64 NFS-safe locking library
ii liblog-message-perl 0.8-1 all powerful and flexible message logging mechanism
ii liblog-message-simple-perl 0.10-2 all simplified interface to Log::Message
ii liblogging-stdlog0:amd64 1.0.4-1 amd64 easy to use and lightweight logging library
ii liblognorm1:amd64 1.0.1-3 amd64 Log normalizing library
ii liblsan0:amd64 4.9.2-10 amd64 LeakSanitizer -- a memory leak detector (runtime)
ii libltdl7:amd64 2.4.2-1.11+b1 amd64 System independent dlopen wrapper for GNU libtool
ii liblua5.1-0:amd64 5.1.5-7.1 amd64 Shared library for the Lua interpreter version 5.1
ii liblwp-mediatypes-perl 6.02-1 all module to guess media type for a file or a URL
ii liblwp-protocol-https-perl 6.06-2 all HTTPS driver for LWP::UserAgent
ii liblwres90 1:9.9.5.dfsg-9+deb8u7 amd64 Lightweight Resolver Library used by BIND
ii liblzma-dev:amd64 5.1.1alpha+20120614-2+b3 amd64 XZ-format compression library - development files
ii liblzma5:amd64 5.1.1alpha+20120614-2+b3 amd64 XZ-format compression library
ii libmagic1:amd64 1:5.22+15-2+deb8u2 amd64 File type determination library using "magic" numbers
ii libmailtools-perl 2.13-1 all Manipulate email in perl programs
ii libmbim-glib4:amd64 1.10.0-2.1 amd64 Support library to use the MBIM protocol
ii libmbim-proxy 1.10.0-2.1 amd64 Proxy to communicate with MBIM ports
ii libmm-glib0:amd64 1.4.0-1 amd64 D-Bus service for managing modems - shared libraries
ii libmnl0:amd64 1.0.3-5 amd64 minimalistic Netlink communication library
ii libmodule-build-perl 0.421000-2+deb8u1 all framework for building and installing Perl modules
ii libmodule-pluggable-perl 5.1-1 all module for giving modules the ability to have plugins
ii libmodule-signature-perl 0.73-1+deb8u2 all module to manipulate CPAN SIGNATURE files
ii libmount1:amd64 2.25.2-6 amd64 device mounting library
ii libmpc3:amd64 1.0.2-1 amd64 multiple precision complex floating-point library
ii libmpdec2:amd64 2.4.1-1 amd64 library for decimal floating point arithmetic (runtime library)
ii libmpfr4:amd64 3.1.2-2 amd64 multiple precision floating-point computation
ii libmro-compat-perl 0.12-1 all mro::* interface compatibility for Perls < 5.9.5
ii libncurses5:amd64 5.9+20140913-1+b1 amd64 shared libraries for terminal handling
ii libncursesw5:amd64 5.9+20140913-1+b1 amd64 shared libraries for terminal handling (wide character support)
ii libnet-http-perl 6.07-1 all module providing low-level HTTP connection client
ii libnet-smtp-ssl-perl 1.01-3 all Perl module providing SSL support to Net::SMTP
ii libnet-ssleay-perl 1.65-1+deb8u1 amd64 Perl module for Secure Sockets Layer (SSL)
ii libnetfilter-acct1:amd64 1.0.2-1.1 amd64 Netfilter acct library
ii libnettle4:amd64 2.7.1-5+deb8u1 amd64 low level cryptographic library (symmetric and one-way cryptos)
ii libnewt0.52:amd64 0.52.17-1+b1 amd64 Not Erik's Windowing Toolkit - text mode windowing with slang
ii libnfnetlink0:amd64 1.0.1-3 amd64 Netfilter netlink library
ii libnfsidmap2:amd64 0.25-5 amd64 NFS idmapping library
ii libnl-3-200:amd64 3.2.24-2 amd64 library for dealing with netlink sockets
ii libnl-genl-3-200:amd64 3.2.24-2 amd64 library for dealing with netlink sockets - generic netlink
ii libnotify4:amd64 0.7.6-2 amd64 sends desktop notifications to a notification daemon
ii libogg0:amd64 1.3.2-1 amd64 Ogg bitstream library
ii libonig2:amd64 5.9.5-3.2 amd64 Oniguruma regular expressions library
ii libopts25:amd64 1:5.18.4-3 amd64 automated option processing library based on autogen
ii libopus0:amd64 1.1-2 amd64 Opus codec runtime library
ii liborc-0.4-0:amd64 1:0.4.22-1 amd64 Library of Optimized Inner Loops Runtime Compiler
ii libp11-kit0:amd64 0.20.7-1 amd64 Library for loading and coordinating access to PKCS#11 modules - runtime
ii libpackage-constants-perl 0.04-1 all List constants defined in a package
ii libpam-modules:amd64 1.1.8-3.1+deb8u1+b1 amd64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.1.8-3.1+deb8u1+b1 amd64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.1.8-3.1+deb8u1 all Runtime support for the PAM library
ii libpam-systemd:amd64 215-17+deb8u5 amd64 system and service manager - PAM module
ii libpam0g:amd64 1.1.8-3.1+deb8u1+b1 amd64 Pluggable Authentication Modules library
ii libpango-1.0-0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text
ii libpango-perl 1.226-2 amd64 Perl module to layout and render international text
ii libpangocairo-1.0-0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text
ii libpangoxft-1.0-0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text
ii libpaper-utils 1.1.24+nmu4 amd64 library for handling paper characteristics (utilities)
ii libpaper1:amd64 1.1.24+nmu4 amd64 library for handling paper characteristics
ii libparams-util-perl 1.07-2+b1 amd64 Perl extension for simple stand-alone param checking functions
ii libparse-debianchangelog-perl 1.2.0-1.1 all parse Debian changelogs and output them in other formats
ii libpcap0.8:amd64 1.6.2-2 amd64 system interface for user-level packet capture
ii libpci3:amd64 1:3.2.1-3 amd64 Linux PCI Utilities (shared library)
ii libpciaccess0:amd64 0.13.2-3+b1 amd64 Generic PCI access library for X
ii libpcre3:amd64 2:8.35-3.3+deb8u4 amd64 Perl 5 Compatible Regular Expression Library - runtime files
ii libpcsclite1:amd64 1.8.13-1 amd64 Middleware to access a smart card using PC/SC (library)
ii libpeas-1.0-0 1.12.1-2 amd64 Application plugin library
ii libpeas-common 1.12.1-2 all Application plugin library (common files)
ii libperl4-corelibs-perl 0.003-1 all libraries historically supplied with Perl 4
ii libpipeline1:amd64 1.4.0-1 amd64 pipeline manipulation library
ii libpixman-1-0:amd64 0.32.6-3 amd64 pixel-manipulation library for X and cairo
ii libpng12-0:amd64 1.2.50-2+deb8u2 amd64 PNG library - runtime
ii libpng12-dev:amd64 1.2.50-2+deb8u2 amd64 PNG library - development
ii libpod-latex-perl 0.61-1 all module to convert Pod data to formatted LaTeX
ii libpod-readme-perl 0.11-1 all Perl module to convert POD to README file
ii libpolkit-agent-1-0:amd64 0.105-15~deb8u2 amd64 PolicyKit Authentication Agent API
ii libpolkit-backend-1-0:amd64 0.105-15~deb8u2 amd64 PolicyKit backend API
ii libpolkit-gobject-1-0:amd64 0.105-15~deb8u2 amd64 PolicyKit Authorization API
ii libpopt0:amd64 1.16-10 amd64 lib for parsing cmdline parameters
ii libprocps3:amd64 2:3.3.9-9 amd64 library for accessing process information from /proc
ii libproxy1:amd64 0.4.11-4+b2 amd64 automatic proxy configuration management library (shared)
ii libpsl0:amd64 0.5.1-1 amd64 Library for Public Suffix List (shared libraries)
ii libpth20:amd64 2.0.7-20 amd64 GNU Portable Threads
ii libpthread-stubs0-dev:amd64 0.3-4 amd64 pthread stubs not provided by native libc, development files
ii libpython-stdlib:amd64 2.7.9-1 amd64 interactive high-level object-oriented language (default python version)
ii libpython2.7:amd64 2.7.9-2+deb8u1 amd64 Shared Python runtime library (version 2.7)
ii libpython2.7-minimal:amd64 2.7.9-2+deb8u1 amd64 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.9-2+deb8u1 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
ii libpython3-stdlib:amd64 3.4.2-2 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.4:amd64 3.4.2-1 amd64 Shared Python runtime library (version 3.4)
ii libpython3.4-minimal:amd64 3.4.2-1 amd64 Minimal subset of the Python language (version 3.4)
ii libpython3.4-stdlib:amd64 3.4.2-1 amd64 Interactive high-level object-oriented language (standard library, version 3.4)
ii libqdbm14 1.8.78-5+b1 amd64 QDBM Database Libraries without GDBM wrapper[runtime]
ii libqmi-glib1:amd64 1.10.2-2 amd64 Support library to use the Qualcomm MSM Interface (QMI) protocol
ii libqmi-proxy 1.10.2-2 amd64 Proxy to communicate with QMI ports
ii libquadmath0:amd64 4.9.2-10 amd64 GCC Quad-Precision Math Library
ii librarian0 0.8.1-6 amd64 Documentation meta-data library (library package)
ii libraw1394-11:amd64 2.1.0-3 amd64 library for direct access to IEEE 1394 bus (aka FireWire)
ii libreadline6:amd64 6.3-8+b3 amd64 GNU readline and history libraries, run-time libraries
ii libregexp-common-perl 2013031301-1 all module with common regular expressions
ii librest-0.7-0:amd64 0.7.92-3 amd64 REST service access library
ii librsvg2-2:amd64 2.40.5-1+deb8u2 amd64 SAX-based renderer library for SVG files (runtime)
ii librsvg2-common:amd64 2.40.5-1+deb8u2 amd64 SAX-based renderer library for SVG files (extra runtime)
ii librtmp1:amd64 2.4+20150115.gita107cef-1 amd64 toolkit for RTMP streams (shared library)
ii libsamplerate0:amd64 0.1.8-8 amd64 Audio sample rate conversion library
ii libsane:amd64 1.0.24-8+deb8u1 amd64 API library for scanners
ii libsane-common 1.0.24-8+deb8u1 all API library for scanners -- documentation and support files
ii libsane-extras:amd64 1.0.22.3 amd64 API library for scanners -- extra backends
ii libsane-extras-common 1.0.22.3 amd64 API library for scanners -- documentation and support files
ii libsasl2-2:amd64 2.1.26.dfsg1-13+deb8u1 amd64 Cyrus SASL - authentication abstraction library
ii libsasl2-modules:amd64 2.1.26.dfsg1-13+deb8u1 amd64 Cyrus SASL - pluggable authentication modules
ii libsasl2-modules-db:amd64 2.1.26.dfsg1-13+deb8u1 amd64 Cyrus SASL - pluggable authentication modules (DB)
ii libsecret-1-0:amd64 0.18-1+b1 amd64 Secret store
ii libsecret-common 0.18-1 all Secret store (common files)
ii libselinux1:amd64 2.3-2 amd64 SELinux runtime shared libraries
ii libsemanage-common 2.3-1 all Common files for SELinux policy management libraries
ii libsemanage1:amd64 2.3-1+b1 amd64 SELinux policy management library
ii libsepol1:amd64 2.3-2 amd64 SELinux library for manipulating binary security policies
ii libshout3:amd64 2.3.1-3 amd64 MP3/Ogg Vorbis broadcast streaming library
ii libsigc++-2.0-0c2a:amd64 2.4.0-1 amd64 type-safe Signal Framework for C++ - runtime
ii libsigsegv2:amd64 2.10-4+b1 amd64 Library for handling page faults in a portable way
ii libslang2:amd64 2.3.0-2 amd64 S-Lang programming library - runtime version
ii libsm-dev:amd64 2:1.2.2-1+b1 amd64 X11 Session Management library (development headers)
ii libsm6:amd64 2:1.2.2-1+b1 amd64 X11 Session Management library
ii libsmartcols1:amd64 2.25.2-6 amd64 smart column output alignment library
ii libsoftware-license-perl 0.103010-3 all module providing templated software licenses
ii libsoup-gnome2.4-1:amd64 2.48.0-1 amd64 HTTP library implementation in C -- GNOME support library
ii libsoup2.4-1:amd64 2.48.0-1 amd64 HTTP library implementation in C -- Shared library
ii libspeex1:amd64 1.2~rc1.2-1 amd64 The Speex codec runtime library
ii libsqlite3-0:amd64 3.8.7.1-1+deb8u2 amd64 SQLite 3 shared library
ii libss2:amd64 1.42.12-2 amd64 command-line interface parsing library
ii libssh2-1:amd64 1.4.3-4.1+deb8u1 amd64 SSH2 client-side library
ii libssl-dev:amd64 1.0.1t-1+deb8u5 amd64 Secure Sockets Layer toolkit - development files
ii libssl-doc 1.0.1t-1+deb8u5 all Secure Sockets Layer toolkit - development documentation
ii libssl1.0.0:amd64 1.0.1t-1+deb8u5 amd64 Secure Sockets Layer toolkit - shared libraries
ii libstdc++-4.9-dev:amd64 4.9.2-10 amd64 GNU Standard C++ Library v3 (development files)
ii libstdc++6:amd64 4.9.2-10 amd64 GNU Standard C++ Library v3
ii libsub-exporter-perl 0.986-1 all sophisticated exporter for custom-built routines
ii libsub-install-perl 0.928-1 all module for installing subroutines into packages easily
ii libsub-name-perl 0.12-1 amd64 module for assigning a new name to referenced sub
ii libswitch-perl 2.17-2 all switch statement for Perl
ii libsystemd0:amd64 215-17+deb8u5 amd64 systemd utility library
ii libtag1-vanilla:amd64 1.9.1-2.1 amd64 audio meta-data library - vanilla flavour
ii libtag1c2a:amd64 1.9.1-2.1 amd64 audio meta-data library
ii libtasn1-6:amd64 4.2-3+deb8u2 amd64 Manage ASN.1 structures (runtime)
ii libtdb1:amd64 1.3.6-0+deb8u1 amd64 Trivial Database - shared library
ii libterm-ui-perl 0.42-1 all Term::ReadLine UI made easy
ii libtext-charwidth-perl 0.04-7+b3 amd64 get display widths of characters on the terminal
ii libtext-iconv-perl 1.7-5+b2 amd64 converts between character sets in Perl
ii libtext-soundex-perl 3.4-1+b2 amd64 implementation of the soundex algorithm
ii libtext-template-perl 1.46-1 all perl module to process text templates
ii libtext-unidecode-perl 1.22-1 all Text::Unidecode -- US-ASCII transliterations of Unicode text
ii libtext-wrapi18n-perl 0.06-7 all internationalized substitute of Text::Wrap
ii libthai-data 0.1.21-1 all Data files for Thai language support library
ii libthai0:amd64 0.1.21-1 amd64 Thai language support library
ii libtheora0:amd64 1.1.1+dfsg.1-6 amd64 Theora Video Compression Codec
ii libtiff5:amd64 4.0.3-12.3+deb8u1 amd64 Tag Image File Format (TIFF) library
ii libtiff5-dev:amd64 4.0.3-12.3+deb8u1 amd64 Tag Image File Format library (TIFF), development files
ii libtiffxx5:amd64 4.0.3-12.3+deb8u1 amd64 Tag Image File Format (TIFF) library -- C++ interface
ii libtimedate-perl 2.3000-2 all collection of modules to manipulate date/time information
ii libtinfo5:amd64 5.9+20140913-1+b1 amd64 shared low-level terminfo library for terminal handling
ii libtirpc1:amd64 0.2.5-1 amd64 transport-independent RPC library
ii libtokyocabinet9:amd64 1.4.48-3 amd64 Tokyo Cabinet Database Libraries [runtime]
ii libtsan0:amd64 4.9.2-10 amd64 ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ii libtxc-dxtn-s2tc0:amd64 0~git20131104-1.1 amd64 Texture compression library for Mesa
ii libubsan0:amd64 4.9.2-10 amd64 UBSan -- undefined behaviour sanitizer (runtime)
ii libudev1:amd64 215-17+deb8u5 amd64 libudev shared library
ii liburi-perl 1.64-1 all module to manipulate and access URI strings
ii libusb-0.1-4:amd64 2:0.1.12-25 amd64 userspace USB programming library
ii libusb-1.0-0:amd64 2:1.0.19-1 amd64 userspace USB programming library
ii libustr-1.0-1:amd64 1.0.4-3+b2 amd64 Micro string library: shared library
ii libuuid-perl 0.05-1+b1 amd64 Perl extension for using UUID interfaces as defined in e2fsprogs
ii libuuid1:amd64 2.25.2-6 amd64 Universally Unique ID library
ii libv4l-0:amd64 1.6.0-2 amd64 Collection of video4linux support libraries
ii libv4lconvert0:amd64 1.6.0-2 amd64 Video4linux frame format conversion library
ii libvisual-0.4-0:amd64 0.4.0-6 amd64 Audio visualization framework
ii libvisual-0.4-plugins:amd64 0.4.0.dfsg.1-7 amd64 Audio visualization framework plugins
ii libvorbis0a:amd64 1.3.4-2 amd64 decoder library for Vorbis General Audio Compression Codec
ii libvorbisenc2:amd64 1.3.4-2 amd64 encoder library for Vorbis General Audio Compression Codec
ii libvorbisfile3:amd64 1.3.4-2 amd64 high-level API for Vorbis General Audio Compression Codec
ii libvpx-dev:amd64 1.3.0-3 amd64 VP8 and VP9 video codec (development files)
ii libvpx1:amd64 1.3.0-3 amd64 VP8 and VP9 video codec (shared library)
ii libvte-2.90-9 1:0.36.3-1 amd64 Terminal emulator widget for GTK+ 3.0 - runtime files
ii libvte-2.90-common 1:0.36.3-1 all Terminal emulator widget for GTK+ 3.0 - common files
ii libwavpack1:amd64 4.70.0-1 amd64 audio codec (lossy and lossless) - library
ii libwayland-client0:amd64 1.6.0-2 amd64 wayland compositor infrastructure - client library
ii libwayland-cursor0:amd64 1.6.0-2 amd64 wayland compositor infrastructure - cursor library
ii libwebkitgtk-3.0-0:amd64 2.4.9-1~deb8u1 amd64 Web content engine library for GTK+
ii libwebkitgtk-3.0-common 2.4.9-1~deb8u1 all Web content engine library for GTK+ - data files
ii libwebp5:amd64 0.4.1-1.2+b2 amd64 Lossy compression of digital photographic images.
ii libwebpdemux1:amd64 0.4.1-1.2+b2 amd64 Lossy compression of digital photographic images.
ii libwebpmux1:amd64 0.4.1-1.2+b2 amd64 Lossy compression of digital photographic images.
ii libwrap0:amd64 7.6.q-25 amd64 Wietse Venema's TCP wrappers library
ii libwww-perl 6.08-1 all simple and consistent interface to the world-wide web
ii libwww-robotrules-perl 6.01-1 all database of robots.txt-derived permissions
ii libx11-6:amd64 2:1.6.2-3 amd64 X11 client-side library
ii libx11-data 2:1.6.2-3 all X11 client-side library
ii libx11-dev:amd64 2:1.6.2-3 amd64 X11 client-side library (development headers)
ii libx11-doc 2:1.6.2-3 all X11 client-side library (development documentation)
ii libx11-xcb1:amd64 2:1.6.2-3 amd64 Xlib/XCB interface library
ii libxapian22 1.2.19-1+deb8u1 amd64 Search engine library
ii libxau-dev:amd64 1:1.0.8-1 amd64 X11 authorisation library (development headers)
ii libxau6:amd64 1:1.0.8-1 amd64 X11 authorisation library
ii libxcb-dri2-0:amd64 1.10-3+b1 amd64 X C Binding, dri2 extension
ii libxcb-dri3-0:amd64 1.10-3+b1 amd64 X C Binding, dri3 extension
ii libxcb-glx0:amd64 1.10-3+b1 amd64 X C Binding, glx extension
ii libxcb-present0:amd64 1.10-3+b1 amd64 X C Binding, present extension
ii libxcb-render0:amd64 1.10-3+b1 amd64 X C Binding, render extension
ii libxcb-shm0:amd64 1.10-3+b1 amd64 X C Binding, shm extension
ii libxcb-sync1:amd64 1.10-3+b1 amd64 X C Binding, sync extension
ii libxcb1:amd64 1.10-3+b1 amd64 X C Binding
ii libxcb1-dev:amd64 1.10-3+b1 amd64 X C Binding, development files
ii libxcomposite1:amd64 1:0.4.4-1 amd64 X11 Composite extension library
ii libxcursor1:amd64 1:1.1.14-1+b1 amd64 X cursor management library
ii libxdamage1:amd64 1:1.1.4-2+b1 amd64 X11 damaged region extension library
ii libxdmcp-dev:amd64 1:1.1.1-1+b1 amd64 X11 authorisation library (development headers)
ii libxdmcp6:amd64 1:1.1.1-1+b1 amd64 X11 Display Manager Control Protocol library
ii libxext6:amd64 2:1.3.3-1 amd64 X11 miscellaneous extension library
ii libxfixes3:amd64 1:5.0.1-2+b2 amd64 X11 miscellaneous 'fixes' extension library
ii libxft2:amd64 2.3.2-1 amd64 FreeType-based font drawing library for X
ii libxi6:amd64 2:1.7.4-1+b2 amd64 X11 Input extension library
ii libxinerama1:amd64 2:1.1.3-1+b1 amd64 X11 Xinerama extension library
ii libxkbcommon0:amd64 0.4.3-2 amd64 library interface to the XKB compiler - shared library
ii libxml-libxml-perl 2.0116+dfsg-1+deb8u1 amd64 Perl interface to the libxml2 library
ii libxml-namespacesupport-perl 1.11-1 all Perl module for supporting simple generic namespaces
ii libxml-parser-perl 2.41-3 amd64 Perl module for parsing XML files
ii libxml-sax-base-perl 1.07-1 all base class for SAX drivers and filters
ii libxml-sax-expat-perl 0.40-2 all Perl module for a SAX2 driver for Expat (XML::Parser)
ii libxml-sax-perl 0.99+dfsg-2 all Perl module for using and building Perl SAX2 XML processors
ii libxml2:amd64 2.9.1+dfsg1-5+deb8u3 amd64 GNOME XML library
ii libxmuu1:amd64 2:1.1.2-1 amd64 X11 miscellaneous micro-utility library
ii libxpm-dev:amd64 1:3.5.11-1+b1 amd64 X11 pixmap library (development headers)
ii libxpm4:amd64 1:3.5.11-1+b1 amd64 X11 pixmap library
ii libxrandr2:amd64 2:1.4.2-1+b1 amd64 X11 RandR extension library
ii libxrender1:amd64 1:0.9.8-1+b1 amd64 X Rendering Extension client library
ii libxshmfence1:amd64 1.1-4 amd64 X shared memory fences - shared library
ii libxslt1.1:amd64 1.1.28-2+deb8u1 amd64 XSLT 1.0 processing library - runtime library
ii libxt-dev:amd64 1:1.1.4-1+b1 amd64 X11 toolkit intrinsics library (development headers)
ii libxt6:amd64 1:1.1.4-1+b1 amd64 X11 toolkit intrinsics library
ii libxtables10 1.4.21-2+b1 amd64 netfilter xtables library
ii libxtst6:amd64 2:1.2.2-1+b1 amd64 X11 Testing -- Record extension library
ii libxv1:amd64 2:1.0.10-1+b1 amd64 X11 Video extension library
ii libxxf86vm1:amd64 1:1.1.3-1+b1 amd64 X11 XFree86 video mode extension library
ii libyelp0 3.14.1-1 amd64 Library for the GNOME help browser
ii linux-base 3.5 all Linux image base package
ii linux-image-3.16.0-4-amd64 3.16.36-1+deb8u2 amd64 Linux 3.16 for 64-bit PCs
ii linux-libc-dev:amd64 3.16.36-1+deb8u2 amd64 Linux support headers for userspace development
ii locales 2.19-18+deb8u6 all GNU C Library: National Language (locale) data [support]
ii login 1:4.2-3+deb8u1 amd64 system login tools
ii logrotate 3.8.7-1+b1 amd64 Log rotation utility
ii lsb-base 4.1+Debian13+nmu1 all Linux Standard Base 4.1 init script functionality
ii lsb-release 4.1+Debian13+nmu1 all Linux Standard Base version reporting utility
ii lsof 4.86+dfsg-1 amd64 Utility to list open files
ii m4 1.4.17-4 amd64 macro processing language
ii make 4.0-8.1 amd64 utility for directing compilation
ii man-db 2.7.0.2-5 amd64 on-line manual pager
ii manpages 3.74-1 all Manual pages about using a GNU/Linux system
ii manpages-de 1.8-1 all German manpages
ii manpages-dev 3.74-1 all Manual pages about using GNU/Linux for development
ii mawk 1.3.3-17 amd64 a pattern scanning and text processing language
ii mime-support 3.58 all MIME files 'mime.types' & 'mailcap', and support programs
ii mingw-w64-common 3.2.0-2 all Common files for Mingw-w64
ii mingw-w64-i686-dev 3.2.0-2 all Development files for MinGW-w64 targeting Win32
ii mingw-w64-x86-64-dev 3.2.0-2 all Development files for MinGW-w64 targeting Win64
ii mlocate 0.26-1 amd64 quickly find files on the filesystem based on their name
ii modemmanager 1.4.0-1 amd64 D-Bus service for managing modems
ii mount 2.25.2-6 amd64 Tools for mounting and manipulating filesystems
ii multiarch-support 2.19-18+deb8u6 amd64 Transitional package to ensure multiarch compatibility
ii mutt 1.5.23-3 amd64 text-based mailreader supporting MIME, GPG, PGP and threading
ii nano 2.2.6-3 amd64 small, friendly text editor inspired by Pico
ii ncurses-base 5.9+20140913-1 all basic terminal type definitions
ii ncurses-bin 5.9+20140913-1+b1 amd64 terminal-related programs and man pages
ii ncurses-term 5.9+20140913-1 all additional terminal type definitions
ii net-tools 1.60-26+b1 amd64 NET-3 networking toolkit
ii netbase 5.3 all Basic TCP/IP networking system
ii netcat-traditional 1.10-41 amd64 TCP/IP swiss army knife
ii nfacct 1.0.1-1.1 amd64 netfilter accounting object tool
ii nfs-common 1:1.2.8-9 amd64 NFS support files common to client and server
ii notification-daemon 0.7.6-2 amd64 daemon for displaying passive pop-up notifications
ii ntp 1:4.2.6.p5+dfsg-7+deb8u2 amd64 Network Time Protocol daemon and utility programs
ii openssh-client 1:6.7p1-5+deb8u3 amd64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:6.7p1-5+deb8u3 amd64 secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:6.7p1-5+deb8u3 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 1.0.1t-1+deb8u5 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii os-prober 1.65 amd64 utility to detect other OSes on a set of drives
ii passwd 1:4.2-3+deb8u1 amd64 change and administer password and group data
ii patch 2.7.5-1 amd64 Apply a diff file to an original
ii pciutils 1:3.2.1-3 amd64 Linux PCI Utilities
ii perl 5.20.2-3+deb8u6 amd64 Larry Wall's Practical Extraction and Report Language
ii perl-base 5.20.2-3+deb8u6 amd64 minimal Perl system
ii perl-modules 5.20.2-3+deb8u6 all Core Perl modules
ii php5 5.6.27+dfsg-0+deb8u1 all server-side, HTML-embedded scripting language (metapackage)
ii php5-cli 5.6.27+dfsg-0+deb8u1 amd64 command-line interpreter for the php5 scripting language
ii php5-common 5.6.27+dfsg-0+deb8u1 amd64 Common files for packages built from the php5 source
ii php5-gd 5.6.27+dfsg-0+deb8u1 amd64 GD module for php5
ii php5-json 1.3.6-1 amd64 JSON module for php5
ii php5-readline 5.6.27+dfsg-0+deb8u1 amd64 Readline module for php5
ii pinentry-gtk2 0.8.3-2 amd64 GTK+-2-based PIN or pass-phrase entry dialog for GnuPG
ii pkg-config 0.28-1 amd64 manage compile and link flags for libraries
ii policykit-1 0.105-15~deb8u2 amd64 framework for managing administrative policies and privileges
ii procmail 3.22-24 amd64 Versatile e-mail processor
ii procps 2:3.3.9-9 amd64 /proc file system utilities
ii psmisc 22.21-2 amd64 utilities that use the proc file system
ii python 2.7.9-1 amd64 interactive high-level object-oriented language (default version)
ii python-apt 0.9.3.12 amd64 Python interface to libapt-pkg
ii python-apt-common 0.9.3.12 all Python interface to libapt-pkg (locales)
ii python-chardet 2.3.0-1 all universal character encoding detector for Python2
ii python-debian 0.1.27 all Python modules to work with Debian-related data formats
ii python-debianbts 1.12 all Python interface to Debian's Bug Tracking System
ii python-defusedxml 0.4.1-2 all XML bomb protection for Python stdlib modules (for Python 2)
ii python-docutils 0.12+dfsg-1 all text processing system for reStructuredText (implemented in Python 2)
ii python-minimal 2.7.9-1 amd64 minimal subset of the Python language (default version)
ii python-pil:amd64 2.6.1-2+deb8u2 amd64 Python Imaging Library (Pillow fork)
ii python-pkg-resources 5.5.1-1 all Package Discovery and Resource Access using pkg_resources
ii python-pygments 2.0.1+dfsg-1.1+deb8u1 all syntax highlighting package written in Python
ii python-reportbug 6.6.3 all Python modules for interacting with bug tracking systems
ii python-roman 2.0.0-1 all module for generating/analyzing Roman numerals for Python 2
ii python-six 1.8.0-1 all Python 2 and 3 compatibility library (Python 2 interface)
ii python-soappy 0.12.22-1 all SOAP Support for Python
ii python-support 1.0.15 all automated rebuilding support for Python modules
ii python-wstools 0.4.3-2 all WSDL parsing tools Python module
ii python2.7 2.7.9-2+deb8u1 amd64 Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.9-2+deb8u1 amd64 Minimal subset of the Python language (version 2.7)
ii python3 3.4.2-2 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-cairo 1.10.0+dfsg-4+b1 amd64 Python 3 bindings for the Cairo vector graphics library
ii python3-gi 3.14.0-1 amd64 Python 3 bindings for gobject-introspection libraries
ii python3-gi-cairo 3.14.0-1 amd64 Python 3 Cairo bindings for the GObject library
ii python3-minimal 3.4.2-2 amd64 minimal subset of the Python language (default python3 version)
ii python3.4 3.4.2-1 amd64 Interactive high-level object-oriented language (version 3.4)
ii python3.4-minimal 3.4.2-1 amd64 Minimal subset of the Python language (version 3.4)
ii rarian-compat 0.8.1-6 amd64 Documentation meta-data library (compatibility tools)
ii readline-common 6.3-8 all GNU readline and history libraries, common files
ii rename 0.20-3 all Perl extension for renaming multiple files
ii reportbug 6.6.3 all reports bugs in the Debian distribution
ii rpcbind 0.2.1-6+deb8u1 amd64 converts RPC program numbers into universal addresses
ii rsyslog 8.4.2-1+deb8u2 amd64 reliable system and kernel logging daemon
ii sane-utils 1.0.24-8+deb8u1 amd64 API library for scanners -- utilities
ii sed 4.2.2-4+b1 amd64 The GNU sed stream editor
ii sensible-utils 0.0.9 all Utilities for sensible alternative selection
ii sgml-base 1.26+nmu4 all SGML infrastructure and SGML catalog file support
ii sgml-data 2.0.10 all common SGML and XML data
ii shared-mime-info 1.3-1 amd64 FreeDesktop.org shared MIME database and spec
ii ssl-cert 1.0.35 all simple debconf wrapper for OpenSSL
ii ssmtp 2.64-8 amd64 extremely simple MTA to get mail off the system to a mail hub
ii startpar 0.59-3 amd64 run processes in parallel and multiplex their output
ii synaptic 0.81.2 amd64 Graphical package manager
ii systemd 215-17+deb8u5 amd64 system and service manager
ii systemd-sysv 215-17+deb8u5 amd64 system and service manager - SysV links
ii sysv-rc 2.88dsf-59 all System-V-like runlevel change mechanism
ii sysvinit-utils 2.88dsf-59 amd64 System-V-like utilities
ii tar 1.27.1-2+b1 amd64 GNU version of the tar archiving utility
ii task-german 3.31+deb8u1 all German environment
ii task-ssh-server 3.31+deb8u1 all SSH server
ii tasksel 3.31+deb8u1 all tool for selecting tasks for installation on Debian systems
ii tasksel-data 3.31+deb8u1 all official tasks used for installation of Debian systems
ii tcpd 7.6.q-25 amd64 Wietse Venema's TCP wrapper utilities
ii telnet 0.17-36 amd64 The telnet client
ii texinfo 5.2.0.dfsg.1-6 amd64 Documentation system for on-line information and printed output
ii time 1.7-25 amd64 GNU time program for measuring CPU resource usage
ii traceroute 1:2.0.20-2+b1 amd64 Traces the route taken by packets over an IPv4/IPv6 network
ii tzdata 2016h-0+deb8u1 all time zone and daylight-saving time data
ii ucf 3.0030 all Update Configuration File(s): preserve user changes to config files
ii udev 215-17+deb8u5 amd64 /dev/ and hotplug management daemon
ii unzip 6.0-16+deb8u2 amd64 De-archiver for .zip files
ii update-inetd 4.43 all inetd configuration file updater
ii usb-modeswitch 2.2.0+repack0-2 amd64 mode switching tool for controlling "flip flop" USB devices
ii usb-modeswitch-data 20150115-1 all mode switching data for usb-modeswitch
ii usbutils 1:007-2 amd64 Linux USB utilities
ii util-linux 2.25.2-6 amd64 Miscellaneous system utilities
ii vim-common 2:7.4.488-7 amd64 Vi IMproved - Common files
ii vim-tiny 2:7.4.488-7 amd64 Vi IMproved - enhanced vi editor - compact version
ii w3m 0.5.3-19 amd64 WWW browsable pager with excellent tables/frames support
ii wamerican 7.1-1 all American English dictionary words for /usr/share/dict
ii wget 1.16-1+deb8u1 amd64 retrieves files from the web
ii whiptail 0.52.17-1+b1 amd64 Displays user-friendly dialog boxes from shell scripts
ii whois 5.2.7 amd64 intelligent WHOIS client
ii wngerman 20131206-5 all New German orthography wordlist
ii wpasupplicant 2.3-1+deb8u4 amd64 client support for WPA and WPA2 (IEEE 802.11i)
ii x11-common 1:7.7+7 all X Window System (X.Org) infrastructure
ii x11proto-core-dev 7.0.26-1 all X11 core wire protocol and auxiliary headers
ii x11proto-input-dev 2.3.1-1 all X11 Input extension wire protocol
ii x11proto-kb-dev 1.0.6-2 all X11 XKB extension wire protocol
ii xauth 1:1.0.9-1 amd64 X authentication utility
ii xdg-user-dirs 0.15-2 amd64 tool to manage well known user directories
ii xinetd 1:2.3.15-3 amd64 replacement for inetd with many enhancements
ii xkb-data 2.12-1 all X Keyboard Extension (XKB) configuration data
ii xml-core 0.13+nmu2 all XML infrastructure and XML catalog file support
ii xorg-sgml-doctools 1:1.11-1 all Common tools for building X.Org SGML documentation
ii xtrans-dev 1.3.4-1 all X transport library (development files)
ii xz-utils 5.1.1alpha+20120614-2+b3 amd64 XZ-format compression utilities
ii yelp 3.14.1-1 amd64 Help browser for GNOME
ii yelp-xsl 3.14.0-1 all XSL stylesheets for the yelp help browser
ii zenity 3.14.0-1 amd64 Display graphical dialog boxes from shell scripts
ii zenity-common 3.14.0-1 all Display graphical dialog boxes from shell scripts (common files)
ii zlib1g:amd64 1:1.2.8.dfsg-2+b1 amd64 compression library - runtime
ii zlib1g-dev:amd64 1:1.2.8.dfsg-2+b1 amd64 compression library - development