Raspbian 9 Linux raspberrypi 4.14.71-v7+ #1145 SMP Fri Sep 21 15:38:35
BST 2018 armv7l GNU/Linux
git pull
remote: Enumerating objects: 358, done.
remote: Counting objects: 100% (358/358), done.
remote: Compressing objects: 100% (68/68), done.
remote: Total 377 (delta 315), reused 329 (delta 290), pack-reused 19
Receiving objects: 100% (377/377), 150.52 KiB | 0 bytes/s, done.
Resolving deltas: 100% (317/317), completed with 78 local objects.
From
https://github.com/e2guardian/e2guardian
7eba17e..e80e6a7 v5.2 -> origin/v5.2
* [new branch] v5.2bpcgi -> origin/v5.2bpcgi
a920ce1..4450b00 v5develop -> origin/v5develop
Updating 7eba17e..e80e6a7
Fast-forward
ChangeLog | 14 ++++++++++++++
README.md | 2 +-
configs/common.story | 25 +++++++++++++++++++------
configs/
e2guardian.conf.in | 4 +++-
configs/
e2guardianf1.conf.in | 7 ++++---
configs/
examplef1.story.in | 8 ++++++++
configs/site.story | 7 +++++++
data/languages/arspanish/messages | 4 ++++
data/languages/bulgarian/messages | 4 ++++
data/languages/chinesebig5/messages | 4 ++++
data/languages/chinesegb2312/messages | 4 ++++
data/languages/czech/messages | 4 ++++
data/languages/danish/messages | 4 ++++
data/languages/dutch/messages | 4 ++++
data/languages/french/messages | 4 ++++
data/languages/german/messages | 22 +++++++++++++---------
data/languages/hebrew/messages | 4 ++++
data/languages/hungarian/messages | 4 ++++
data/languages/indonesian/messages | 4 ++++
data/languages/italian/messages | 4 ++++
data/languages/japanese/messages | 4 ++++
data/languages/lithuanian/messages | 4 ++++
data/languages/malay/messages | 4 ++++
data/languages/messages_master | 6 +++++-
data/languages/mxspanish/messages | 4 ++++
data/languages/polish/messages | 4 ++++
data/languages/portuguese/messages | 4 ++++
data/languages/ptbrazilian/messages | 4 ++++
data/languages/russian-1251/messages | 4 ++++
data/languages/russian-koi8-r/messages | 25 +++++--------------------
data/languages/slovak/messages | 4 ++++
data/languages/spanish/messages | 4 ++++
data/languages/swedish/messages | 4 ++++
data/languages/turkish/messages | 4 ++++
data/languages/ukenglish/messages | 6 +++++-
notes/NEWIN_v5 | 7 ++++---
src/ConnectionHandler.cpp | 67
++++++++++++++++++++++++++++++++++++++++---------------------------
src/HTTPHeader.cpp | 23 +++++++++++++++++++++++
src/HTTPHeader.hpp | 2 ++
src/LOptionContainer.cpp | 2 +-
src/LOptionContainer.hpp | 2 +-
src/LanguageContainer.cpp | 6 +-----
src/NaughtyFilter.cpp | 14 ++++++++++----
src/NaughtyFilter.hpp | 1 +
src/Socket.cpp | 24 +++++++++++++++++++-----
src/StoryBoard.cpp | 21 +++++++++++++--------
46 files changed, 295 insertions(+), 96 deletions(-)
root@raspberrypi:/home/pi/e2guardian# ./autogen.sh
+ cp README.md README
+ aclocal -I m4
+ autoheader
+ automake --add-missing --copy
+ autoconf
./configure '--prefix=/usr' '--enable-clamd=yes'
'--with-proxyuser=e2guardian' '--with-proxygroup=e2guardian'
'--sysconfdir=/etc' '--localstatedir=/var' '--enable-icap=yes'
'--enable-commandline=yes' '--enable-email=yes' '--enable-ntlm=yes'
'--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info'
'--enable-pcre=yes' '--enable-sslmitm=yes' 'CPPFLAGS= -g -O2'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking dependency style of g++... (cached) gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
....
make
make all-recursive
make[1]: Entering directory '/home/pi/e2guardian'
Making all in .
make[2]: Entering directory '/home/pi/e2guardian'
make[2]: Leaving directory '/home/pi/e2guardian'
Making all in doc
make[2]: Entering directory '/home/pi/e2guardian/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/pi/e2guardian/doc'
Making all in data
make[2]: Entering directory '/home/pi/e2guardian/data'
Making all in languages
make[3]: Entering directory '/home/pi/e2guardian/data/languages'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pi/e2guardian/data/languages'
Making all in .
make[3]: Entering directory '/home/pi/e2guardian/data'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/pi/e2guardian/data'
Making all in scripts
make[3]: Entering directory '/home/pi/e2guardian/data/scripts'
Making all in .
make[4]: Entering directory '/home/pi/e2guardian/data/scripts'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/e2guardian/data/scripts'
make[3]: Leaving directory '/home/pi/e2guardian/data/scripts'
make[2]: Leaving directory '/home/pi/e2guardian/data'
Making all in configs
make[2]: Entering directory '/home/pi/e2guardian/configs'
Making all in lists
make[3]: Entering directory '/home/pi/e2guardian/configs/lists'
Making all in phraselists
make[4]: Entering directory '/home/pi/e2guardian/configs/lists/phraselists'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/pi/e2guardian/configs/lists/phraselists'
Making all in .
make[4]: Entering directory '/home/pi/e2guardian/configs/lists'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/e2guardian/configs/lists'
Making all in authplugins
make[4]: Entering directory '/home/pi/e2guardian/configs/lists/authplugins'
Making all in .
make[5]: Entering directory '/home/pi/e2guardian/configs/lists/authplugins'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/e2guardian/configs/lists/authplugins'
make[4]: Leaving directory '/home/pi/e2guardian/configs/lists/authplugins'
Making all in bannedrooms
make[4]: Entering directory '/home/pi/e2guardian/configs/lists/bannedrooms'
Making all in .
make[5]: Entering directory '/home/pi/e2guardian/configs/lists/bannedrooms'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/e2guardian/configs/lists/bannedrooms'
make[4]: Leaving directory '/home/pi/e2guardian/configs/lists/bannedrooms'
Making all in contentscanners
make[4]: Entering directory
'/home/pi/e2guardian/configs/lists/contentscanners'
Making all in .
make[5]: Entering directory
'/home/pi/e2guardian/configs/lists/contentscanners'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory
'/home/pi/e2guardian/configs/lists/contentscanners'
make[4]: Leaving directory
'/home/pi/e2guardian/configs/lists/contentscanners'
make[3]: Leaving directory '/home/pi/e2guardian/configs/lists'
Making all in downloadmanagers
make[3]: Entering directory '/home/pi/e2guardian/configs/downloadmanagers'
Making all in .
make[4]: Entering directory '/home/pi/e2guardian/configs/downloadmanagers'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/e2guardian/configs/downloadmanagers'
make[3]: Leaving directory '/home/pi/e2guardian/configs/downloadmanagers'
Making all in authplugins
make[3]: Entering directory '/home/pi/e2guardian/configs/authplugins'
Making all in .
make[4]: Entering directory '/home/pi/e2guardian/configs/authplugins'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/e2guardian/configs/authplugins'
make[3]: Leaving directory '/home/pi/e2guardian/configs/authplugins'
Making all in .
make[3]: Entering directory '/home/pi/e2guardian/configs'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/pi/e2guardian/configs'
Making all in contentscanners
make[3]: Entering directory '/home/pi/e2guardian/configs/contentscanners'
Making all in .
make[4]: Entering directory '/home/pi/e2guardian/configs/contentscanners'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/e2guardian/configs/contentscanners'
make[3]: Leaving directory '/home/pi/e2guardian/configs/contentscanners'
make[2]: Leaving directory '/home/pi/e2guardian/configs'
Making all in src
make[2]: Entering directory '/home/pi/e2guardian/src'
g++ -DHAVE_CONFIG_H -I. -I..
-D__CONFFILE='"/etc/e2guardian/e2guardian.conf"'
-D__LOGLOCATION='"/var/log/e2guardian/"' -D__PIDDIR='"/var/run"'
-D__PROXYUSER='"e2guardian"' -D__PROXYGROUP='"e2guardian"'
-D__CONFDIR='"/etc/e2guardian"' -g -O2 -g -O2 --std=c++11
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFD_SETSIZE=65535 -MT
e2guardian-ConnectionHandler.o -MD -MP -MF
.deps/e2guardian-ConnectionHandler.Tpo -c -o
e2guardian-ConnectionHandler.o `test -f 'ConnectionHandler.cpp' || echo
'./'`ConnectionHandler.cpp
...
Works fine
Packages
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-===============================-============================-============-===============================================================================
ii adduser 3.115 all add and remove
users and groups
ii alsa-utils 1.1.3-1 armhf Utilities for
configuring and using ALSA
ii apt 1.4.8 armhf commandline
package manager
ii apt-listchanges 3.10 all package change
history notification tool
ii apt-transport-https 1.4.8 armhf https download
transport for APT
ii apt-utils 1.4.8 armhf package
management related utility programs
ii aptitude 0.8.7-1 armhf terminal-based
package manager
ii aptitude-common 0.8.7-1 all architecture
independent files for the aptitude package manager
ii autoconf 2.69-10 all automatic
configure script builder
ii autogen 1:5.18.12-3 armhf automated
text file generator
ii autogen-doc 1:5.18.12-3 all automated
text file generator - documentation
ii automake 1:1.15-6 all Tool for
generating GNU Standards-compliant Makefiles
ii autotools-dev 20161112.1 all Update
infrastructure for config.{guess,sub} files
ii avahi-daemon 0.6.32-2 armhf Avahi
mDNS/DNS-SD daemon
ii base-files 9.9+rpi1+deb9u4 armhf Debian
base system miscellaneous files
ii base-passwd 3.5.43 armhf Debian base
system master password and group files
ii bash 4.4-5 armhf GNU Bourne Again
SHell
ii bash-completion 1:2.1-4.3 all programmable
completion for the bash shell
ii bind9-host 1:9.10.3.dfsg.P4-12.3+deb9u4
armhf Version of 'host' bundled with BIND 9.X
ii binutils 2.28-5 armhf GNU assembler,
linker and binary utilities
ii blends-tasks 0.6.96 all Debian Pure
Blends tasks for new installations
ii bluez 5.43-2+rpt2+deb9u2 armhf
Bluetooth tools and daemons
ii bluez-firmware 1.2-3+rpt6 all Firmware for
Bluetooth devices
ii bsdmainutils 9.0.12+nmu1 armhf collection
of more utilities from FreeBSD
ii bsdutils 1:2.29.2-1+deb9u1 armhf basic
utilities from 4.4BSD-Lite
ii build-essential 12.3 armhf Informational list
of build-essential packages
ii bzip2 1.0.6-8.1 armhf high-quality
block-sorting file compressor - utilities
ii ca-certificates 20161130+nmu1+deb9u1 all
Common CA certificates
ii cifs-utils 2:6.7-1 armhf Common Internet
File System utilities
ii console-setup 1.164 all console font and
keymap setup program
ii console-setup-linux 1.164 all Linux specific
part of console-setup
ii coreutils 8.26-3 armhf GNU core utilities
ii cpio 2.11+dfsg-6 armhf GNU cpio --
a program to manage archives of files
ii cpp 4:6.3.0-4 armhf GNU C
preprocessor (cpp)
ii cpp-6 6.3.0-18+rpi1+deb9u1 armhf
GNU C preprocessor
ii crda 3.18-1 armhf wireless Central
Regulatory Domain Agent
ii cron 3.0pl1-128+deb9u1 armhf
process scheduling daemon
ii curl 7.52.1-5+deb9u7 armhf command
line tool for transferring data with URL syntax
ii dash 0.5.8-2.4 armhf
POSIX-compliant shell
ii dbus 1.10.26-0+deb9u1 armhf simple
interprocess messaging system (daemon and utilities)
ii dc 1.06.95-9 armhf GNU dc
arbitrary precision reverse-polish calculator
ii debconf 1.5.61 all Debian
configuration management system
ii debconf-i18n 1.5.61 all full
internationalization support for debconf
ii debconf-utils 1.5.61 all debconf utilities
ii debianutils 4.8.1.1 armhf Miscellaneous
utilities specific to Debian
ii device-tree-compiler 1.4.4-1 armhf Device Tree
Compiler for Flat Device Trees
ii dh-python 2.20170125 all Debian
helper tools for packaging Python libraries and applications
ii dhcpcd5 1:6.11.5-1+rpt7 armhf DHCPv4,
IPv6RA and DHCPv6 client with IPv4LL support
ii diffutils 1:3.5-3 armhf File comparison
utilities
ii distro-info-data 0.36 all information about
the distributions' releases (data files)
ii dmidecode 3.0-4 armhf SMBIOS/DMI table
decoder
ii dmsetup 2:1.02.137-2 armhf Linux
Kernel Device Mapper userspace library
ii dosfstools 4.1-1 armhf utilities for
making and checking MS-DOS FAT filesystems
ii dphys-swapfile 20100506-3 all Autogenerate
and use a swap file
ii dpkg 1.18.25 armhf Debian package
management system
ii dpkg-dev 1.18.25 all Debian package
development tools
ii e2fslibs:armhf 1.43.4-2 armhf ext2/ext3/ext4
file system libraries
ii e2fsprogs 1.43.4-2 armhf ext2/ext3/ext4
file system utilities
ii e2guardian 5.2.2 armhf Web content filtering
ii ed 1.10-2.1 armhf classic UNIX
line editor
ii fake-hwclock 0.11+rpt1 all Save/restore
system clock on machines without working RTC hardware
ii fakeroot 1.21-3.1 armhf tool for
simulating superuser privileges
ii fbset 2.1-29 armhf framebuffer
device maintenance program
ii file 1:5.30-1+deb9u2 armhf
Recognize the type of data in a file using "magic" numbers
ii findutils 4.6.0+git+20161106-2 armhf
utilities for finding files--find, xargs
ii firmware-atheros 1:20161130-3+rpt4 all
Binary firmware for Atheros wireless cards
ii firmware-brcm80211 1:20161130-3+rpt4 all
Binary firmware for Broadcom 802.11 wireless cards
ii firmware-libertas 1:20161130-3+rpt4 all
Binary firmware for Marvell wireless cards
ii firmware-misc-nonfree 1:20161130-3+rpt4 all
Binary firmware for various drivers in the Linux kernel
ii firmware-realtek 1:20161130-3+rpt4 all
Binary firmware for Realtek wired/wifi/BT adapters
ii g++ 4:6.3.0-4 armhf GNU C++ compiler
ii g++-6 6.3.0-18+rpi1+deb9u1 armhf
GNU C++ compiler
ii gcc 4:6.3.0-4 armhf GNU C compiler
ii gcc-4.6-base:armhf 4.6.4-5+rpi1 armhf GCC, the
GNU Compiler Collection (base package)
ii gcc-4.7-base:armhf 4.7.3-11+rpi1 armhf GCC, the
GNU Compiler Collection (base package)
ii gcc-4.8-base:armhf 4.8.5-4 armhf GCC, the GNU
Compiler Collection (base package)
ii gcc-4.9-base:armhf 4.9.3-14 armhf GCC, the GNU
Compiler Collection (base package)
ii gcc-5-base:armhf 5.4.1-4 armhf GCC, the GNU
Compiler Collection (base package)
ii gcc-6 6.3.0-18+rpi1+deb9u1 armhf
GNU C compiler
ii gcc-6-base:armhf 6.3.0-18+rpi1+deb9u1 armhf
GCC, the GNU Compiler Collection (base package)
ii gdb 7.12-6 armhf GNU Debugger
ii geoip-database 20170512-1 all IP lookup
command line tools that use the GeoIP library (country database)
ii gettext-base 0.19.8.1-2 armhf GNU
Internationalization utilities for the base system
ii git 1:2.11.0-3+deb9u4 armhf fast,
scalable, distributed revision control system
ii git-man 1:2.11.0-3+deb9u4 all fast,
scalable, distributed revision control system (manual pages)
ii gnupg 2.1.18-8~deb9u2 armhf GNU
privacy guard - a free PGP replacement
ii gnupg-agent 2.1.18-8~deb9u2 armhf GNU
privacy guard - cryptographic agent
ii gpgv 2.1.18-8~deb9u2 armhf GNU
privacy guard - signature verification tool
ii grep 2.27-2 armhf GNU grep, egrep
and fgrep
ii groff-base 1.22.3-9 armhf GNU troff
text-formatting system (base system components)
ii guile-2.0-libs:armhf 2.0.13+1-4 armhf Core Guile
libraries
ii gzip 1.6-5 armhf GNU compression
utilities
ii hardlink 0.3.0 armhf Hardlinks
multiple copies of the same file
ii hostname 3.18 armhf utility to
set/show the host name or domain name
ii htop 2.0.2-1 armhf interactive
processes viewer
ii ifupdown 0.8.19 armhf high level tools
to configure network interfaces
ii info 6.3.0.dfsg.1-1+b1 armhf
Standalone GNU Info documentation browser
ii init 1.48 armhf metapackage
ensuring an init system is installed
ii init-system-helpers 1.48 all helper tools for
all init systems
ii initramfs-tools 0.130 all generic modular
initramfs generator (automation)
ii initramfs-tools-core 0.130 all generic modular
initramfs generator (core tools)
ii install-info 6.3.0.dfsg.1-1+b1 armhf
Manage installed documentation in info format
ii iproute2 4.9.0-1+deb9u1 armhf
networking and traffic control tools
ii iptables 1.6.0+snapshot20161117-6
armhf administration tools for packet filtering and NAT
ii iputils-ping 3:20161105-1 armhf Tools to
test the reachability of network hosts
ii isc-dhcp-client 4.3.5-3+deb9u1 armhf DHCP
client for automatically obtaining an IP address
ii isc-dhcp-common 4.3.5-3+deb9u1 armhf common
manpages relevant to all of the isc-dhcp packages
ii iso-codes 3.75-1 all ISO language,
territory, currency, script codes and their translations
ii iw 4.9-0.1 armhf tool for
configuring Linux wireless devices
ii kbd 2.0.3-2 armhf Linux console
font and keytable utilities
ii keyboard-configuration 1.164 all system-wide
keyboard preferences
ii keyutils 1.5.9-9 armhf Linux Key
Management Utilities
ii klibc-utils 2.0.4-9+rpi1 armhf small
utilities built with klibc for early boot
ii kmod 23-2 armhf tools for managing
Linux kernel modules
ii less 481-2.1 armhf pager program
similar to more
ii libacl1:armhf 2.2.52-3 armhf Access control
list shared library
ii libalgorithm-diff-perl 1.19.03-1 all module to
find differences between files
ii libalgorithm-diff-xs-perl 0.04-4+b2 armhf module to
find differences between files (XS accelerated)
ii libalgorithm-merge-perl 0.08-3 all Perl module for
three-way merge of textual data
ii libapparmor1:armhf 2.11.0-3+deb9u2 armhf
changehat AppArmor library
ii libapt-inst2.0:armhf 1.4.8 armhf deb package
format runtime library
ii libapt-pkg5.0:armhf 1.4.8 armhf package
management runtime library
ii libasan3:armhf 6.3.0-18+rpi1+deb9u1 armhf
AddressSanitizer -- a fast memory error detector
ii libasound2:armhf 1.1.3-5+rpi3 armhf shared
library for ALSA applications
ii libasound2-data 1.1.3-5+rpi3 all
Configuration files and profiles for ALSA drivers
ii libassuan0:armhf 2.4.3-2 armhf IPC library for
the GnuPG components
ii libatomic1:armhf 6.3.0-18+rpi1+deb9u1 armhf
support library providing __atomic built-in functions
ii libattr1:armhf 1:2.4.47-2 armhf Extended
attribute shared library
ii libaudit-common 1:2.6.7-2 all Dynamic
library for security auditing - common files
ii libaudit1:armhf 1:2.6.7-2 armhf Dynamic
library for security auditing
ii libavahi-common-data:armhf 0.6.32-2 armhf Avahi common
data files
ii libavahi-common3:armhf 0.6.32-2 armhf Avahi common
library
ii libavahi-core7:armhf 0.6.32-2 armhf Avahi's
embeddable mDNS/DNS-SD library
ii libbabeltrace-ctf1:armhf 1.5.1-1 armhf Common Trace
Format (CTF) library
ii libbabeltrace1:armhf 1.5.1-1 armhf Babeltrace
conversion libraries
ii libbind9-140:armhf 1:9.10.3.dfsg.P4-12.3+deb9u4
armhf BIND9 Shared Library used by BIND
ii libblkid1:armhf 2.29.2-1+deb9u1 armhf block
device ID library
ii libboost-filesystem1.62.0:armhf 1.62.0+dfsg-4 armhf
filesystem operations (portable paths, iteration over directories, etc)
in C++
ii libboost-iostreams1.58.0:armhf 1.58.0+dfsg-5.1+rpi1+b1 armhf
Boost.Iostreams Library
ii libboost-iostreams1.60.0:armhf 1.60.0+dfsg-6+b2 armhf
Boost.Iostreams Library
ii libboost-iostreams1.62.0:armhf 1.62.0+dfsg-4 armhf
Boost.Iostreams Library
ii libboost-system1.62.0:armhf 1.62.0+dfsg-4 armhf Operating
system (e.g. diagnostics support) library
ii libbsd0:armhf 0.8.3-1 armhf utility
functions from BSD systems - shared library
ii libbz2-1.0:armhf 1.0.6-8.1 armhf high-quality
block-sorting file compressor library - runtime
ii libc-bin 2.24-11+deb9u3 armhf GNU C
Library: Binaries
ii libc-dev-bin 2.24-11+deb9u3 armhf GNU C
Library: Development binaries
ii libc-l10n 2.24-11+deb9u3 all GNU C
Library: localization files
ii libc6:armhf 2.24-11+deb9u3 armhf GNU C
Library: Shared libraries
ii libc6-dbg:armhf 2.24-11+deb9u3 armhf GNU C
Library: detached debugging symbols
ii libc6-dev:armhf 2.24-11+deb9u3 armhf GNU C
Library: Development Libraries and Header Files
ii libcap-ng0:armhf 0.7.7-3 armhf An alternate
POSIX capabilities library
ii libcap2:armhf 1:2.25-1 armhf POSIX 1003.1e
capabilities (library)
ii libcap2-bin 1:2.25-1 armhf POSIX 1003.1e
capabilities (utilities)
ii libcc1-0:armhf 6.3.0-18+rpi1+deb9u1 armhf
GCC cc1 plugin for GDB
ii libcomerr2:armhf 1.43.4-2 armhf common error
description library
ii libcryptsetup4:armhf 2:1.7.3-4 armhf disk
encryption support - shared library
ii libcurl3:armhf 7.52.1-5+deb9u7 armhf
easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libcurl3-gnutls:armhf 7.52.1-5+deb9u7 armhf
easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcwidget3v5:armhf 0.5.17-4 armhf high-level
terminal interface library for C++ (runtime files)
ii libdaemon0:armhf 0.14-6 armhf lightweight C
library for daemons - runtime library
ii libdb5.3:armhf 5.3.28-12+deb9u1 armhf
Berkeley v5.3 Database Libraries [runtime]
ii libdbus-1-3:armhf 1.10.26-0+deb9u1 armhf simple
interprocess messaging system (library)
ii libdebconfclient0:armhf 0.227 armhf Debian
Configuration Management System (C-implementation library)
ii libdevmapper1.02.1:armhf 2:1.02.137-2 armhf Linux
Kernel Device Mapper userspace library
ii libdns-export162 1:9.10.3.dfsg.P4-12.3+deb9u4
armhf Exported DNS Shared Library
ii libdns162:armhf 1:9.10.3.dfsg.P4-12.3+deb9u4
armhf DNS Shared Library used by BIND
ii libdpkg-perl 1.18.25 all Dpkg perl modules
ii libdrm2:armhf 2.4.74-1 armhf Userspace
interface to kernel DRM services -- runtime
ii libdw1:armhf 0.168-1 armhf library that
provides access to the DWARF debug information
ii libedit2:armhf 3.1-20160903-3 armhf BSD
editline and history libraries
ii libelf1:armhf 0.168-1 armhf library to read
and write ELF files
ii liberror-perl 0.17024-1 all Perl module
for error/exception handling in an OO-ish way
ii libestr0 0.1.10-2 armhf Helper
functions for handling strings (lib)
ii libevent-2.0-5:armhf 2.0.21-stable-3 armhf
Asynchronous event notification library
ii libevent-core-2.0-5:armhf 2.0.21-stable-3 armhf
Asynchronous event notification library (core)
ii libevent-pthreads-2.0-5:armhf 2.0.21-stable-3 armhf
Asynchronous event notification library (pthreads)
ii libexpat1:armhf 2.2.0-2+deb9u1 armhf XML
parsing C library - runtime library
ii libfakeroot:armhf 1.21-3.1 armhf tool for
simulating superuser privileges - shared libraries
ii libfastjson4:armhf 0.99.4-1 armhf fast json
library for C
ii libfdisk1:armhf 2.29.2-1+deb9u1 armhf fdisk
partitioning library
ii libffi6:armhf 3.2.1-6 armhf Foreign
Function Interface library runtime
ii libfftw3-single3:armhf 3.3.5-3 armhf Library for
computing Fast Fourier Transforms - Single precision
ii libfile-fcntllock-perl 0.22-3+b2 armhf Perl module
for file locking with fcntl(2)
ii libfreetype6:armhf 2.6.3-3.2 armhf FreeType 2
font engine, shared library files
ii libfreetype6-dev 2.6.3-3.2 armhf FreeType 2
font engine, development files
ii libgc1c2:armhf 1:7.4.2-8 armhf conservative
garbage collector for C and C++
ii libgcc-6-dev:armhf 6.3.0-18+rpi1+deb9u1 armhf
GCC support library (development files)
ii libgcc1:armhf 1:6.3.0-18+rpi1+deb9u1 armhf
GCC support library
ii libgcrypt20:armhf 1.7.6-2+deb9u3 armhf LGPL
Crypto library - runtime library
ii libgdbm3:armhf 1.8.3-14 armhf GNU dbm
database routines (runtime version)
ii libgeoip1:armhf 1.6.9-4 armhf non-DNS
IP-to-country resolver library
ii libglib2.0-0:armhf 2.50.3-2 armhf GLib library
of C routines
ii libglib2.0-data 2.50.3-2 all Common files
for GLib library
ii libgmp10:armhf 2:6.1.2+dfsg-1 armhf
Multiprecision arithmetic library
ii libgnutls30:armhf 3.5.8-5+deb9u3 armhf GNU TLS
library - main runtime library
ii libgomp1:armhf 6.3.0-18+rpi1+deb9u1 armhf
GCC OpenMP (GOMP) support library
ii libgpg-error0:armhf 1.26-2 armhf library for
common error values and messages in GnuPG components
ii libgssapi-krb5-2:armhf 1.15-1+deb9u1 armhf MIT
Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libhogweed4:armhf 3.3-1 armhf low level
cryptographic library (public-key cryptos)
ii libicu57:armhf 57.1-6+deb9u2 armhf
International Components for Unicode
ii libident 0.22-3.1 armhf simple RFC1413
client library - runtime
ii libidn11:armhf 1.33-1 armhf GNU Libidn
library, implementation of IETF IDN specifications
ii libidn2-0:armhf 0.16-1+deb9u1 armhf
Internationalized domain names (IDNA2008) library
ii libip4tc0:armhf 1.6.0+snapshot20161117-6
armhf netfilter libip4tc library
ii libip6tc0:armhf 1.6.0+snapshot20161117-6
armhf netfilter libip6tc library
ii libiptc0:armhf 1.6.0+snapshot20161117-6
armhf netfilter libiptc library
ii libisc-export160 1:9.10.3.dfsg.P4-12.3+deb9u4
armhf Exported ISC Shared Library
ii libisc160:armhf 1:9.10.3.dfsg.P4-12.3+deb9u4
armhf ISC Shared Library used by BIND
ii libisccc140:armhf 1:9.10.3.dfsg.P4-12.3+deb9u4
armhf Command Channel Library used by BIND
ii libisccfg140:armhf 1:9.10.3.dfsg.P4-12.3+deb9u4
armhf Config File Handling Library used by BIND
ii libisl15:armhf 0.18-1 armhf manipulating
sets and relations of integer points bounded by linear constraints
ii libiw30:armhf 30~pre9-12 armhf Wireless
tools - library
ii libjim0.76:armhf 0.76-2 armhf small-footprint
implementation of Tcl - shared library
ii libjpeg62-turbo:armhf 1:1.5.1-2 armhf libjpeg-turbo
JPEG runtime library
ii libk5crypto3:armhf 1.15-1+deb9u1 armhf MIT
Kerberos runtime libraries - Crypto Library
ii libkeyutils1:armhf 1.5.9-9 armhf Linux Key
Management Utilities (library)
ii libklibc 2.0.4-9+rpi1 armhf minimal
libc subset for use with initramfs
ii libkmod2:armhf 23-2 armhf libkmod shared library
ii libkrb5-3:armhf 1.15-1+deb9u1 armhf MIT
Kerberos runtime libraries
ii libkrb5support0:armhf 1.15-1+deb9u1 armhf MIT
Kerberos runtime libraries - Support library
ii libksba8:armhf 1.3.5-2 armhf X.509 and CMS
support library
ii libldap-2.4-2:armhf 2.4.44+dfsg-5+deb9u1 armhf
OpenLDAP libraries
ii libldap-common 2.4.44+dfsg-5+deb9u1 all
OpenLDAP common files for libraries
ii liblocale-gettext-perl 1.07-3+b1 armhf module using
libc functions for internationalization in Perl
ii liblogging-stdlog0:armhf 1.0.5-2 armhf easy to use and
lightweight logging library
ii liblognorm5:armhf 2.0.1-1.1 armhf log
normalizing library
ii libltdl7:armhf 2.4.6-2 armhf System
independent dlopen wrapper for GNU libtool
ii libluajit-5.1-common 2.0.4+dfsg-1 all Just in
time compiler for Lua - common files
ii liblwres141:armhf 1:9.10.3.dfsg.P4-12.3+deb9u4
armhf Lightweight Resolver Library used by BIND
ii liblz4-1:armhf 0.0~r131-2 armhf Fast LZ
compression algorithm library - runtime
ii liblzma5:armhf 5.2.2-1.2 armhf XZ-format
compression library
ii libmagic-mgc 1:5.30-1+deb9u2 armhf File
type determination library using "magic" numbers (compiled magic file)
ii libmagic1:armhf 1:5.30-1+deb9u2 armhf
Recognize the type of data in a file using "magic" numbers - library
ii libmnl-dev 1.0.4-2 armhf minimalistic
Netlink communication library (devel)
ii libmnl0:armhf 1.0.4-2 armhf minimalistic
Netlink communication library
ii libmount1:armhf 2.29.2-1+deb9u1 armhf device
mounting library
ii libmpc3:armhf 1.0.3-1 armhf multiple
precision complex floating-point library
ii libmpdec2:armhf 2.4.2-1 armhf library for
decimal floating point arithmetic (runtime library)
ii libmpfr4:armhf 3.1.5-1 armhf multiple
precision floating-point computation
ii libmtp-common 1.1.13-1 all Media Transfer
Protocol (MTP) common files
ii libmtp-runtime 1.1.13-1 armhf Media Transfer
Protocol (MTP) runtime tools
ii libmtp9:armhf 1.1.13-1 armhf Media Transfer
Protocol (MTP) library
ii libncurses5:armhf 6.0+20161126-1+deb9u2 armhf
shared libraries for terminal handling
ii libncursesw5:armhf 6.0+20161126-1+deb9u2 armhf
shared libraries for terminal handling (wide character support)
ii libnetfilter-conntrack3:armhf 1.0.6-2 armhf Netfilter
netlink-conntrack library
ii libnettle6:armhf 3.3-1 armhf low level
cryptographic library (symmetric and one-way cryptos)
ii libnewt0.52:armhf 0.52.19-1 armhf Not Erik's
Windowing Toolkit - text mode windowing with slang
ii libnfnetlink0:armhf 1.0.1-3 armhf Netfilter
netlink library
ii libnfsidmap2:armhf 0.25-5.1 armhf NFS idmapping
library
ii libnghttp2-14:armhf 1.18.1-1 armhf library
implementing HTTP/2 protocol (shared library)
ii libnih-dbus1 1.0.3-8 armhf NIH D-Bus
Bindings Library
ii libnih1 1.0.3-8 armhf NIH Utility Library
ii libnl-3-200:armhf 3.2.27-2 armhf library for
dealing with netlink sockets
ii libnl-genl-3-200:armhf 3.2.27-2 armhf library for
dealing with netlink sockets - generic netlink
ii libnpth0:armhf 1.3-1 armhf replacement for
GNU Pth using system threads
ii libnss-mdns:armhf 0.10-8 armhf NSS module for
Multicast DNS name resolution
ii libopts25:armhf 1:5.18.12-3 armhf automated
option processing library based on autogen
ii libopts25-dev:armhf 1:5.18.12-3 armhf automated
option processing library based on autogen
ii libp11-kit0:armhf 0.23.3-2 armhf library for
loading and coordinating access to PKCS#11 modules - runtime
ii libpam-chksshpwd:armhf 1.1.8-3.6+rpi1 armhf PAM
module to enable SSH password checking support
ii libpam-modules:armhf 1.1.8-3.6+rpi1 armhf
Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.1.8-3.6+rpi1 armhf
Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.1.8-3.6+rpi1 all Runtime
support for the PAM library
ii libpam-systemd:armhf 232-25+deb9u4 armhf system
and service manager - PAM module
ii libpam0g:armhf 1.1.8-3.6+rpi1 armhf
Pluggable Authentication Modules library
ii libparted2:armhf 3.2-17 armhf disk partition
manipulator - shared library
ii libpcre16-3:armhf 2:8.39-3 armhf Old Perl 5
Compatible Regular Expression Library - 16 bit runtime files
ii libpcre3:armhf 2:8.39-3 armhf Old Perl 5
Compatible Regular Expression Library - runtime files
ii libpcre3-dev:armhf 2:8.39-3 armhf Old Perl 5
Compatible Regular Expression Library - development files
ii libpcre32-3:armhf 2:8.39-3 armhf Old Perl 5
Compatible Regular Expression Library - 32 bit runtime files
ii libpcrecpp0v5:armhf 2:8.39-3 armhf Old Perl 5
Compatible Regular Expression Library - C++ runtime files
ii libpcsclite1:armhf 1.8.20-1 armhf Middleware to
access a smart card using PC/SC (library)
ii libperl5.24:armhf 5.24.1-3+deb9u4 armhf shared
Perl library
ii libpipeline1:armhf 1.4.1-2 armhf pipeline
manipulation library
ii libplymouth4:armhf 0.9.2-4+rpi1 armhf graphical
boot animation and logger - shared libraries
ii libpng-dev:armhf 1.6.28-1 armhf PNG library -
development (version 1.6)
ii libpng-tools 1.6.28-1 armhf PNG library -
tools (version 1.6)
ii libpng16-16:armhf 1.6.28-1 armhf PNG library -
runtime (version 1.6)
ii libpolkit-agent-1-0:armhf 0.105-18 armhf PolicyKit
Authentication Agent API
ii libpolkit-backend-1-0:armhf 0.105-18 armhf PolicyKit
backend API
ii libpolkit-gobject-1-0:armhf 0.105-18 armhf PolicyKit
Authorization API
ii libpopt0:armhf 1.16-10 armhf lib for parsing
cmdline parameters
ii libprocps6:armhf 2:3.3.12-3+deb9u1 armhf
library for accessing process information from /proc
ii libpsl5:armhf 0.17.0-3 armhf Library for
Public Suffix List (shared libraries)
ii libpython-stdlib:armhf 2.7.13-2 armhf interactive
high-level object-oriented language (default python version)
ii libpython2.7-minimal:armhf 2.7.13-2+deb9u3 armhf Minimal
subset of the Python language (version 2.7)
ii libpython2.7-stdlib:armhf 2.7.13-2+deb9u3 armhf
Interactive high-level object-oriented language (standard library,
version 2.7)
ii libpython3-stdlib:armhf 3.5.3-1 armhf interactive
high-level object-oriented language (default python3 version)
ii libpython3.5:armhf 3.5.3-1+deb9u1 armhf Shared
Python runtime library (version 3.5)
ii libpython3.5-minimal:armhf 3.5.3-1+deb9u1 armhf Minimal
subset of the Python language (version 3.5)
ii libpython3.5-stdlib:armhf 3.5.3-1+deb9u1 armhf
Interactive high-level object-oriented language (standard library,
version 3.5)
ii libraspberrypi-bin 1.20180924-1 armhf
Miscellaneous Raspberry Pi utilities
ii libraspberrypi-dev 1.20180924-1 armhf
EGL/GLES/OpenVG/etc. libraries for the Raspberry Pi's VideoCore IV (headers)
ii libraspberrypi-doc 1.20180924-1 armhf
EGL/GLES/OpenVG/etc. libraries for the Raspberry Pi's VideoCore IV (headers)
ii libraspberrypi0 1.20180924-1 armhf
EGL/GLES/OpenVG/etc. libraries for the Raspberry Pi's VideoCore IV
ii libreadline6:armhf 6.3-9 armhf GNU readline and
history libraries, run-time libraries
ii libreadline7:armhf 7.0-3 armhf GNU readline and
history libraries, run-time libraries
ii librtmp1:armhf 2.4+20151223.gitfa8646d.1-1
armhf toolkit for RTMP streams (shared library)
ii libsamplerate0:armhf 0.1.8-8 armhf Audio sample
rate conversion library
ii libsasl2-2:armhf 2.1.27~101-g0780600+dfsg-3
armhf Cyrus SASL - authentication abstraction library
ii libsasl2-modules:armhf 2.1.27~101-g0780600+dfsg-3
armhf Cyrus SASL - pluggable authentication modules
ii libsasl2-modules-db:armhf 2.1.27~101-g0780600+dfsg-3
armhf Cyrus SASL - pluggable authentication modules (DB)
ii libseccomp2:armhf 2.3.1-2.1 armhf high level
interface to Linux seccomp filter
ii libselinux1:armhf 2.6-3 armhf SELinux runtime
shared libraries
ii libsemanage-common 2.6-2 all Common files for
SELinux policy management libraries
ii libsemanage1:armhf 2.6-2 armhf SELinux policy
management library
ii libsepol1:armhf 2.6-2 armhf SELinux library
for manipulating binary security policies
ii libsigc++-1.2-5c2 1.2.7-2+b1 armhf type-safe
Signal Framework for C++ - runtime
ii libsigc++-2.0-0v5:armhf 2.10.0-1 armhf type-safe
Signal Framework for C++ - runtime
ii libsigsegv2:armhf 2.10-5 armhf Library for
handling page faults in a portable way
ii libslang2:armhf 2.3.1-5 armhf S-Lang
programming library - runtime version
ii libsmartcols1:armhf 2.29.2-1+deb9u1 armhf smart
column output alignment library
ii libsqlite3-0:armhf 3.16.2-5+deb9u1 armhf SQLite
3 shared library
ii libss2:armhf 1.43.4-2 armhf command-line
interface parsing library
ii libssh2-1:armhf 1.7.0-1 armhf SSH2
client-side library
ii libssl-dev:armhf 1.1.0f-3+deb9u2 armhf Secure
Sockets Layer toolkit - development files
ii libssl-doc 1.1.0f-3+deb9u2 all Secure
Sockets Layer toolkit - development documentation
ii libssl1.0.2:armhf 1.0.2l-2+deb9u3 armhf Secure
Sockets Layer toolkit - shared libraries
ii libssl1.1:armhf 1.1.0f-3+deb9u2 armhf Secure
Sockets Layer toolkit - shared libraries
ii libstdc++-6-dev:armhf 6.3.0-18+rpi1+deb9u1 armhf
GNU Standard C++ Library v3 (development files)
ii libstdc++6:armhf 6.3.0-18+rpi1+deb9u1 armhf
GNU Standard C++ Library v3
ii libsysfs2:armhf 2.1.0+repack-4 armhf
interface library to sysfs
ii libsystemd0:armhf 232-25+deb9u4 armhf systemd
utility library
ii libtalloc2:armhf 2.1.8-1 armhf hierarchical
pool based memory allocator
ii libtasn1-6:armhf 4.10-1.1+deb9u1 armhf Manage
ASN.1 structures (runtime)
ii libtext-charwidth-perl 0.04-7+b7 armhf get display
widths of characters on the terminal
ii libtext-iconv-perl 1.7-5+b8 armhf converts
between character sets in Perl
ii libtext-wrapi18n-perl 0.06-7.1 all
internationalized substitute of Text::Wrap
ii libtinfo5:armhf 6.0+20161126-1+deb9u2 armhf
shared low-level terminfo library for terminal handling
ii libtirpc1:armhf 0.2.5-1.2 armhf
transport-independent RPC library
ii libtommath1:armhf 1.0-4 armhf
multiple-precision integer library [runtime]
ii libubsan0:armhf 6.3.0-18+rpi1+deb9u1 armhf
UBSan -- undefined behaviour sanitizer (runtime)
ii libudev0:armhf 175-7.2 armhf libudev shared
library
ii libudev1:armhf 232-25+deb9u4 armhf libudev
shared library
ii libunistring0:armhf 0.9.6+really0.9.3-0.1 armhf
Unicode string library for C
ii libusb-0.1-4:armhf 2:0.1.12-30 armhf userspace
USB programming library
ii libusb-1.0-0:armhf 2:1.0.21-1 armhf userspace
USB programming library
ii libustr-1.0-1:armhf 1.0.4-6 armhf Micro string
library: shared library
ii libuuid1:armhf 2.29.2-1+deb9u1 armhf
Universally Unique ID library
ii libv4l-0:armhf 1.12.3-1 armhf Collection of
video4linux support libraries
ii libv4l2rds0:armhf 1.12.3-1 armhf Video4Linux
Radio Data System (RDS) decoding library
ii libv4lconvert0:armhf 1.12.3-1 armhf Video4linux
frame format conversion library
ii libwbclient0:armhf 2:4.5.12+dfsg-2+deb9u3 armhf
Samba winbind client library
ii libwrap0:armhf 7.6.q-26 armhf Wietse
Venema's TCP wrappers library
ii libx11-6:armhf 2:1.6.4-3 armhf X11
client-side library
ii libx11-data 2:1.6.4-3 all X11
client-side library
ii libxapian30:armhf 1.4.3-2 armhf Search engine
library
ii libxau6:armhf 1:1.0.8-1 armhf X11
authorisation library
ii libxcb1:armhf 1.12-1 armhf X C Binding
ii libxdmcp6:armhf 1:1.1.2-3 armhf X11 Display
Manager Control Protocol library
ii libxext6:armhf 2:1.3.3-1 armhf X11
miscellaneous extension library
ii libxml2:armhf 2.9.4+dfsg1-2.2+deb9u2 armhf
GNOME XML library
ii libxmuu1:armhf 2:1.1.2-2 armhf X11
miscellaneous micro-utility library
ii libxtables12:armhf 1.6.0+snapshot20161117-6
armhf netfilter xtables library
ii linux-base 4.5 all Linux image base
package
ii linux-libc-dev:armhf 4.9.82-1+deb9u3+rpi1 armhf
Linux support headers for userspace development
ii locales 2.24-11+deb9u3 all GNU C
Library: National Language (locale) data [support]
ii login 1:4.4-4.1 armhf system login
tools
ii logrotate 3.11.0-0.1 armhf Log rotation
utility
ii lsb-base 9.20161125+rpi1 all Linux
Standard Base init script functionality
ii lsb-release 9.20161125+rpi1 all Linux
Standard Base version reporting utility
ii lua5.1 5.1.5-8.1 armhf Simple,
extensible, embeddable programming language
ii luajit 2.0.4+dfsg-1 armhf Just in
time compiler for Lua programming language version 5.1
ii m4 1.4.18-1 armhf macro
processing language
ii make 4.1-9.1 armhf utility for
directing compilation
ii makedev 2.3.1-93 all creates device
files in /dev
ii man-db 2.7.6.1-2 armhf on-line
manual pager
ii manpages 4.10-2 all Manual pages
about using a GNU/Linux system
ii manpages-dev 4.10-2 all Manual pages
about using GNU/Linux for development
ii mawk 1.3.3-17 armhf a pattern
scanning and text processing language
ii mime-support 3.60 all MIME files
'mime.types' & 'mailcap', and support programs
ii mount 2.29.2-1+deb9u1 armhf tools
for mounting and manipulating filesystems
ii mountall 2.54 armhf filesystem
mounting tool
ii multiarch-support 2.24-11+deb9u3 armhf
Transitional package to ensure multiarch compatibility
ii nano 2.7.4-1 armhf small, friendly
text editor inspired by Pico
ii ncdu 1.12-1 armhf ncurses disk
usage viewer
ii ncurses-base 6.0+20161126-1+deb9u2 all
basic terminal type definitions
ii ncurses-bin 6.0+20161126-1+deb9u2 armhf
terminal-related programs and man pages
ii ncurses-term 6.0+20161126-1+deb9u2 all
additional terminal type definitions
ii net-tools 1.60+git20161116.90da8a0-1
armhf NET-3 networking toolkit
ii netbase 5.4 all Basic TCP/IP
networking system
ii netcat-openbsd 1.130-3 armhf TCP/IP swiss
army knife
ii netcat-traditional 1.10-41 armhf TCP/IP swiss
army knife
ii nfs-common 1:1.3.4-2.1 armhf NFS support
files common to client and server
ii openresolv 3.8.0-1 armhf management
framework for resolv.conf
ii openssh-client 1:7.4p1-10+deb9u4 armhf
secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:7.4p1-10+deb9u4 armhf
secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:7.4p1-10+deb9u4 armhf
secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 1.1.0f-3+deb9u2 armhf Secure
Sockets Layer toolkit - cryptographic utility
ii parted 3.2-17 armhf disk partition
manipulator
ii passwd 1:4.4-4.1 armhf change and
administer password and group data
ii patch 2.7.5-1+deb9u1 armhf Apply a
diff file to an original
ii paxctld 1.2.1-1 armhf Daemon to
automatically set appropriate PaX flags
ii perl 5.24.1-3+deb9u4 armhf Larry
Wall's Practical Extraction and Report Language
ii perl-base 5.24.1-3+deb9u4 armhf minimal
Perl system
ii perl-modules-5.24 5.24.1-3+deb9u4 all Core
Perl modules
ii pi-bluetooth 0.1.9 all Raspberry Pi 3
bluetooth
ii pinentry-curses 1.0.0-2 armhf curses-based
PIN or pass-phrase entry dialog for GnuPG
ii pkg-config 0.29-4 armhf manage compile
and link flags for libraries
ii plymouth 0.9.2-4+rpi1 armhf boot
animation, logger and I/O multiplexer
ii policykit-1 0.105-18 armhf framework for
managing administrative policies and privileges
ii procps 2:3.3.12-3+deb9u1 armhf /proc
file system utilities
ii psmisc 22.21-2.1 armhf utilities
that use the proc file system
ii python 2.7.13-2 armhf interactive
high-level object-oriented language (default version)
ii python-apt-common 1.1.0~beta5 all Python
interface to libapt-pkg (locales)
ii python-minimal 2.7.13-2 armhf minimal subset
of the Python language (default version)
ii python-rpi.gpio 0.6.3~stretch-1 armhf Python
GPIO module for Raspberry Pi
ii python2.7 2.7.13-2+deb9u3 armhf
Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.13-2+deb9u3 armhf Minimal
subset of the Python language (version 2.7)
ii python3 3.5.3-1 armhf interactive
high-level object-oriented language (default python3 version)
ii python3-apt 1.1.0~beta5 armhf Python 3
interface to libapt-pkg
ii python3-chardet 2.3.0-2 all universal
character encoding detector for Python3
ii python3-minimal 3.5.3-1 armhf minimal subset
of the Python language (default python3 version)
ii python3-pkg-resources 33.1.1-1 all Package
Discovery and Resource Access using pkg_resources
ii python3-requests 2.12.4-1 all elegant and
simple HTTP library for Python3, built for human beings
ii python3-six 1.10.0-3 all Python 2 and 3
compatibility library (Python 3 interface)
ii python3-urllib3 1.19.1-1 all HTTP library
with thread-safe connection pooling for Python3
ii python3.5 3.5.3-1+deb9u1 armhf
Interactive high-level object-oriented language (version 3.5)
ii python3.5-minimal 3.5.3-1+deb9u1 armhf Minimal
subset of the Python language (version 3.5)
ii raspberrypi-bootloader 1.20180924-1 armhf Raspberry
Pi bootloader
ii raspberrypi-kernel 1.20180924-1 armhf Raspberry
Pi bootloader
ii raspberrypi-net-mods 1.2.7 all Network
configuration for the Raspberry Pi UI
ii raspberrypi-sys-mods 20180328+1 armhf System
tweaks for the Raspberry Pi
ii raspbian-archive-keyring 20120528.2 all GnuPG
archive keys of the raspbian archive
ii raspi-config 20180518 all Raspberry Pi
configuration tool
ii raspi-copies-and-fills 0.6 armhf ARM-accelerated
versions of selected functions from string.h
ii readline-common 7.0-3 all GNU readline and
history libraries, common files
ii rename 0.20-4 all Perl extension
for renaming multiple files
ii rfkill 0.5-1 armhf tool for enabling
and disabling wireless devices
ii rpcbind 0.2.3-0.6 armhf converts RPC
program numbers into universal addresses
ii rpi-update 20140705 all Raspberry Pi
firmware updating tool
ii rsync 3.1.2-1+deb9u1 armhf fast,
versatile, remote (and local) file-copying tool
ii rsyslog 8.24.0-1 armhf reliable
system and kernel logging daemon
ii samba-common 2:4.5.12+dfsg-2+deb9u3 all
common files used by both the Samba server and client
ii sed 4.4-1 armhf GNU stream editor
for filtering/transforming text
ii sensible-utils 0.0.9+deb9u1 all Utilities
for sensible alternative selection
ii sgml-base 1.29 all SGML
infrastructure and SGML catalog file support
ii shared-mime-info 1.8-1+deb9u1 armhf
FreeDesktop.org shared MIME database and spec
ii ssh 1:7.4p1-10+deb9u4 all
secure shell client and server (metapackage)
ii ssh-import-id 5.6-1 all securely retrieve
an SSH public key and install it locally
ii strace 4.15-2 armhf System call tracer
ii sudo 1.8.19p1-2.1 armhf Provide
limited super user privileges to specific users
ii systemd 232-25+deb9u4 armhf system
and service manager
ii systemd-sysv 232-25+deb9u4 armhf system
and service manager - SysV links
ii sysvinit-utils 2.88dsf-59.9 armhf
System-V-like utilities
ii tar 1.29b-1.1 armhf GNU version
of the tar archiving utility
ii tasksel 3.39 all tool for selecting
tasks for installation on Debian systems
ii tasksel-data 3.39 all official tasks
used for installation of Debian systems
ii tcpd 7.6.q-26 armhf Wietse
Venema's TCP wrapper utilities
ii traceroute 1:2.1.0-2 armhf Traces the
route taken by packets over an IPv4/IPv6 network
ii triggerhappy 0.5.0-1 armhf global hotkey
daemon for Linux
ii tzdata 2018e-0+deb9u1 all time
zone and daylight-saving time data
ii ucf 3.0036 all Update
Configuration File(s): preserve user changes to config files
ii udev 232-25+deb9u4 armhf /dev/ and
hotplug management daemon
ii unzip 6.0-21 armhf De-archiver for
.zip files
ii usb-modeswitch 2.5.0+repack0-1 armhf mode
switching tool for controlling "flip flop" USB devices
ii usb-modeswitch-data 20170120-1 all mode
switching data for usb-modeswitch
ii usbutils 1:007-4 armhf Linux USB utilities
ii util-linux 2.29.2-1+deb9u1 armhf
miscellaneous system utilities
ii v4l-utils 1.12.3-1 armhf Collection of
command line video4linux utilities
ii vim-common 2:8.0.0197-4+deb9u1 all Vi
IMproved - Common files
ii vim-tiny 2:8.0.0197-4+deb9u1 armhf Vi
IMproved - enhanced vi editor - compact version
ii wget 1.18-5+deb9u2 armhf retrieves
files from the web
ii whiptail 0.52.19-1 armhf Displays
user-friendly dialog boxes from shell scripts
ii wireless-regdb 2016.06.10-1 all wireless
regulatory database
ii wireless-tools 30~pre9-12 armhf Tools for
manipulating Linux Wireless Extensions
ii wpasupplicant 2:2.4-1+deb9u1 armhf client
support for WPA and WPA2 (IEEE 802.11i)
ii xauth 1:1.0.9-1 armhf X
authentication utility
ii xdg-user-dirs 0.15-2 armhf tool to manage
well known user directories
ii xkb-data 2.19-1+deb9u1 all X
Keyboard Extension (XKB) configuration data
ii xml-core 0.17 all XML infrastructure
and XML catalog file support
ii xxd 2:8.0.0197-4+deb9u1 armhf
tool to make (or reverse) a hex dump
ii xz-utils 5.2.2-1.2 armhf XZ-format
compression utilities
ii zlib1g:armhf 1:1.2.8.dfsg-5 armhf
compression library - runtime
ii zlib1g-dev:armhf 1:1.2.8.dfsg-5 armhf
compression library - development