LoginSignup
1
2

More than 5 years have passed since last update.

[メモ] ASUS TinkerBoard: TinkerOS_Debian V2.0.3(Beta version) 関連

Posted at

概要

  • TinkerOS V2.0.3(Beta version)が出た。
  • http://dlcdnet.asus.com/pub/ASUS/mb/Linux/Tinker_Board_2GB/20170928-tinker-board-linaro-stretch-alip-v2.0.3.img.zip
  • Tinker Board Forum › General › Softwareの TinkerOS_Debian V2.0.3 (Beta version) Release より

    TinkerOS_Debian V2.0.3 (Beta version)
    TinkerOS default username is “linaro”, password is “linaro”
    1. Add CLI and GUI's Configuration Tools (BETA). (CLI: tinker-config & GUI: Preferences > Tinker Board Configuration)
    2. Fixed DSI failed to bring up. (for v2.0.1)
    3. Let USB audio card would not break the PulseAudio's some setting.
    4. Enable UART4.
    5. Add a node to provide the board's information at "/proc/board_info". (e.g. Tinker Board)
    6. Add more hardware interface config (SPI0/UART2/UART3/UART4/PCM) setting at hw_intf.conf.
    7. Fixed some OV5647 model cant enable.
    8. Fix USB handle NAK for IN OUT SSPLIT CSPLIT transfer. (GitHub debian_kernel#3)
    9. Fixed lxsession some functions (Logout / Switch User) not work.
    10. Update QT5, GStreamer, xserver packages.
    11. Support USB-AC56 (RTL8812AU), USB-AC68 (RTL8814AU).
    12. Modify DTS overlay folder name & add prefix/postfix for overlay file(s).
    13. Support more Audio DAC HAT. (e.g. HiFiBerry DAC+ Light, HiFiBerry DAC+ Standard (RCA), HiFiBerry AMP+, IQAudio Pi-DAC+, IQAudio Pi-DAC Pro, IQAudio Pi-DigiAMP+)
    14. Add a 100MB Swap Space for system.
    15. Support use lshw to show the board's informations.
    16. HDMI: Let system try to use some default resolutions (e.g. 1080P) to fix sometime cant detection with right resolutions.
    17. Enable PPS GPIO.
    18. Change default hostname to "tinkerboard". (can find the device with tinkerboard.local at local network)
    19. [SECURITY-PATCH] Bluetooth: Properly check L2CAP config option output buffer length.
    20. Fixed x window screen blank after system's time update.
    21. Auto detects the rootfs path.
    22. Enable Docker support.
    23. Use systemd-timesyncd to replace the ntp, let time sync more quickly.
    24. Fixed tty1 can't login's error.
    
    MD5: f026cb4713b4965201cec64ec24186d1
    
  • 自分の関係ある・興味ありそうなのは...

    > TinkerOS default username is “linaro”, password is “linaro”
    いつも通り、デフォルトユーザ名: `linaro` パスワード:`linaro`
    
    > 1. Add CLI and GUI's Configuration Tools (BETA). (CLI: tinker-config & GUI: Preferences > Tinker Board Configuration)
    tinker-configが導入済み (CLI&GUI)
    
    > 2. Fixed DSI failed to bring up. (for v2.0.1)
    おそらく、らずぱいのDSIディスプレイの修正?
    
    > 7. Fixed some OV5647 model cant enable.
    らずぱいカメラV1.3対応.
    
    > 12. Modify DTS overlay folder name & add prefix/postfix for overlay file(s).
    DTS overlayのフォルダ名変更。(/boot/overlays/)
    
    > 13. Support more Audio DAC HAT. (e.g. HiFiBerry DAC+ Light, HiFiBerry DAC+ Standard (RCA), HiFiBerry AMP+, IQAudio Pi-DAC+, IQAudio Pi-DAC Pro, IQAudio Pi-DigiAMP+)
    I2S Audioのデバイス追加。
    
    > 14. Add a 100MB Swap Space for system.
    Swap追加 (ラズパイに似せた?)
    
    > 15. Support use lshw to show the board's informations.
    lshwコマンドに対応(sudo apt install lshw ; sudo lshw)
    
    > 16. HDMI: Let system try to use some default resolutions (e.g. 1080P) to fix sometime cant detection with right resolutions.
    HDMIでうまい解像度が見つからないとき、デフォルト1080Pを使用する
    
    > 17. Enable PPS GPIO.
    PPS対応 (GPS-PPS??)
    
    > 18. Change default hostname to "tinkerboard". (can find the device with tinkerboard.local at local network)
    デフォルトのホスト名が "tinkerboard"に変更。tinkerboard.localで、ローカルネットワークでみつかるよ
    
    > 20. Fixed x window screen blank after system's time update.
    スクリーンがブラックアウトするやつの修正
    
    > 22. Enable Docker support.
    Dockerサポート
    
    > 23. Use systemd-timesyncd to replace the ntp, let time sync more quickly.
    時刻同期がはやくなった(systemd-timesyncd使用)
    

その他

  • 2017-10-31にフォーラムで報告されていたが、20170928-tinker-board-linaro-stretch-alip-v2.0.3.imgとイメージの日付は2017-09-28.(1か月前)
  • カーネルソース: https://github.com/TinkerBoard/debian_kernel/commits/linux4.4-rk3288
  • Chromium61で、アクセラレーションを有効にする

    ln -s /usr/lib/arm-linux-gnueabihf/libGLESv2.so /usr/lib/chromium/libGLESv2.so
    ln -s /usr/lib/arm-linux-gnueabihf/libEGL.so /usr/lib/chromium/libEGL.so
    

情報

linaro@tinkerboard:~$ uname -a
Linux tinkerboard 4.4.71+ #1 SMP Thu Sep 28 00:28:12 CST 2017 armv7l GNU/Linux
linaro@tinkerboard:~$ cat /etc/issue
Debian GNU/Linux 9 \n \l

linaro@tinkerboard:~$ cat /etc/issue.net 
Debian GNU/Linux 9
linaro@tinkerboard:~$ cat /proc/board_info  # 今回(V2.0.3)追加
Tinker Board
linaro@tinkerboard:~$ cat /boot/extlinux/extlinux.conf 
label kernel-4.4
    kernel /zImage
    fdt /rk3288-miniarm.dtb
    append  earlyprintk quiet splash plymouth.ignore-serial-consoles console=tty1 rw init=/sbin/init
linaro@tinkerboard:~$ cat /boot/hw_intf.conf 

#Hardware Interface Config

intf:spi0=off
intf:uart2=off
intf:uart3=on
intf:uart4=on
intf:pcm_i2s=on
intf:i2c1=on
intf:i2c4=on
intf:spi2=on
intf:pwm2=on
intf:pwm3=on
intf:uart1=on

#DTS Overlay Config
# 1. check the name.dtbo in /boot/overlays
# 2. add intf:dtoverlay=name as below

#intf:dtoverlay=i2c
linaro@tinkerboard:~$ ls -la ~  # ホームディレクトリ
total 17032
drwxr-xr-x 17 linaro linaro     4096 Nov  1 15:29 .
drwxr-xr-x  3 root   root       4096 Sep 27 16:44 ..
-rw-------  1 linaro linaro      113 Nov  1 15:29 .Xauthority
-rw-r--r--  1 linaro linaro      220 Sep 18 11:10 .bash_logout
-rw-r--r--  1 linaro linaro     3526 Sep 18 11:10 .bashrc
drwxr-xr-x  7 linaro linaro     4096 Nov  3  2016 .cache
drwx------ 11 linaro linaro     4096 Nov  3  2016 .config
drwx------  3 linaro linaro     4096 Nov  3  2016 .dbus
drwx------  3 linaro linaro     4096 Nov  3  2016 .gnupg
drwxr-xr-x  3 linaro linaro     4096 Nov  3  2016 .local
-rw-r--r--  1 linaro linaro      675 Sep 18 11:10 .profile
-rw-------  1 linaro linaro     2546 Nov  3  2016 .xsession-errors
drwxr-xr-x  2 linaro linaro     4096 Nov  3  2016 Desktop
drwxr-xr-x  2 linaro linaro     4096 Nov  3  2016 Documents
drwxr-xr-x  2 linaro linaro     4096 Nov  3  2016 Downloads
drwxr-xr-x  2 linaro linaro     4096 Nov  3  2016 Music
drwxr-xr-x  2 linaro linaro     4096 Nov  3  2016 Pictures
drwxr-xr-x  2 linaro linaro     4096 Nov  3  2016 Public
drwxr-xr-x  2 linaro linaro     4096 Nov  3  2016 Templates
-rwxr-xr-x  1 root   root     291032 Sep 27 16:29 TinkerBoard.gpio-0.1.zip
drwxr-xr-x  2 linaro linaro     4096 Nov  3  2016 Videos
drwxr-xr-x  3 root   root       4096 Sep 27 16:29 camera
drwxr-xr-x  5 root   root       4096 Sep 27 16:29 h264ify
-rwxr-xr-x  1 root   root   16094368 Sep 27 16:29 scratchgpio7_tinker.zip
-rwxr-xr-x  1 root   root     956612 Sep 27 16:29 wiringpi-tinker.zip
linaro@tinkerboard:~$ 
linaro@tinkerboard:~$
linaro@tinkerboard:~$ sudo lshw
tinkerboard                 
    description: ARMv7 Processor rev 1 (v7l)
    product: Tinker Board
    vendor: ASUS
    serial: 123456789012345
    width: 32 bits
    capabilities: smp
  *-core
       description: Motherboard
       physical id: 0
     *-cpu:0
          description: CPU
          product: cpu
          physical id: 0
          bus info: cpu@0
          size: 1800MHz
          capacity: 1800MHz
          capabilities: half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm cpufreq
     *-cpu:1
          description: CPU
          product: cpu
          physical id: 1
          bus info: cpu@1
          size: 1800MHz
          capacity: 1800MHz
          capabilities: half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm cpufreq
     *-cpu:2
          description: CPU
          product: cpu
          physical id: 2
          bus info: cpu@2
          size: 1800MHz
          capacity: 1800MHz
          capabilities: half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm cpufreq
     *-cpu:3
          description: CPU
          product: cpu
          physical id: 3
          bus info: cpu@3
          size: 1800MHz
          capacity: 1800MHz
          capabilities: half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm cpufreq
     *-memory
          description: System memory
          physical id: 4
          size: 2014MiB
  *-usbhost:0
       product: EHCI Host Controller
       vendor: Linux 4.4.71+ ehci_hcd
       physical id: 2
       bus info: usb@3
       logical name: usb3
       version: 4.04
       capabilities: usb-2.00
       configuration: driver=hub slots=1 speed=480Mbit/s
     *-usb
          description: Audio device
          product: USB Audio
          vendor: Generic
          physical id: 1
          bus info: usb@3:1
          version: 0.00
          serial: 201405280001
          capabilities: usb-2.00 audio-control
          configuration: driver=usbhid maxpower=100mA speed=480Mbit/s
  *-usbhost:1
       product: DWC OTG Controller
       vendor: Linux 4.4.71+ dwc2_hsotg
       physical id: 3
       bus info: usb@2
       logical name: usb2
       version: 4.04
       capabilities: usb-2.00
       configuration: driver=hub slots=1 speed=480Mbit/s
  *-usbhost:2
       product: DWC OTG Controller
       vendor: Linux 4.4.71+ dwc2_hsotg
       physical id: 1
       bus info: usb@1
       logical name: usb1
       version: 4.04
       capabilities: usb-2.00
       configuration: driver=hub slots=1 speed=480Mbit/s
     *-usb
          description: USB hub
          product: USB2.0 Hub
          vendor: Genesys Logic, Inc.
          physical id: 1
          bus info: usb@1:1
          version: 32.98
          capabilities: usb-2.00
          configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
  *-network:0
       description: Wireless interface
       physical id: 4
       logical name: wlan0
       serial: zz:zz:zz:zz:zz:zz
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=rtl8723bs multicast=yes wireless=unassociated
  *-network:1
       description: Ethernet interface
       physical id: 5
       logical name: eth0
       serial: xx:xx:xx:xx:xx:xx
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp aui bnc mii fibre 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=st_gmac driverversion=March_2013 duplex=full ip=10.10.10.10 link=yes multicast=yes port=MII speed=1Gbit/s
linaro@tinkerboard:~$ 

導入されているパッケージ

linaro@tinkerboard:~$ dpkg -l
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  96boards-tools-common                                            0.9                                   all                                   common files used by 96boards
ii  acpi-support-base                                                0.142-8                               all                                   scripts for handling base ACPI events such as the power button
ii  acpid                                                            1:2.0.28-1+b1                         armhf                                 Advanced Configuration and Power Interface event daemon
ii  adduser                                                          3.115                                 all                                   add and remove users and groups
ii  adwaita-icon-theme                                               3.22.0-1+deb9u1                       all                                   default icon theme of GNOME
ii  alsa-utils                                                       1.1.3-1                               armhf                                 Utilities for configuring and using ALSA
ii  anacron                                                          2.3-24                                armhf                                 cron-like program that doesn't go by time
ii  apt                                                              1.4.7                                 armhf                                 commandline package manager
ii  apt-transport-https                                              1.4.7                                 armhf                                 https download transport for APT
ii  apt-utils                                                        1.4.7                                 armhf                                 package management related utility programs
ii  base-files                                                       9.9+deb9u1                            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  bc                                                               1.06.95-9+b3                          armhf                                 GNU bc arbitrary precision calculator language
ii  binutils                                                         2.28-5                                armhf                                 GNU assembler, linker and binary utilities
ii  blt                                                              2.5.3+dfsg-3                          armhf                                 graphics extension library for Tcl/Tk - run-time
ii  blueman                                                          2.0.4-1                               armhf                                 Graphical bluetooth manager
ii  bluez                                                            5.43-2+deb9u1                         armhf                                 Bluetooth tools and daemons
ii  bluez-obexd                                                      5.43-2+deb9u1                         armhf                                 bluez obex daemon
ii  bsdmainutils                                                     9.0.12+nmu1                           armhf                                 collection of more utilities from FreeBSD
ii  bsdutils                                                         1:2.29.2-1                            armhf                                 basic utilities from 4.4BSD-Lite
ii  btrfs-progs                                                      4.7.3-1                               armhf                                 Checksumming Copy on Write Filesystem utilities
ii  btrfs-tools                                                      4.7.3-1                               armhf                                 transitional dummy package
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                         all                                   Common CA certificates
ii  chromium                                                         60.0.3112.78-1~deb9u1                 armhf                                 web browser
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                              armhf                                 GNU C preprocessor
ii  cpufrequtils                                                     008-1+b1                              armhf                                 utilities to deal with the cpufreq Linux kernel feature
ii  crda                                                             3.18-1                                armhf                                 wireless Central Regulatory Domain Agent
ii  curl                                                             7.52.1-5                              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.18-1                             armhf                                 simple interprocess messaging system (daemon and utilities)
ii  dbus-x11                                                         1.10.18-1                             armhf                                 simple interprocess messaging system (X11 deps)
ii  dc                                                               1.06.95-9+b3                          armhf                                 GNU dc arbitrary precision reverse-polish calculator
ii  dconf-gsettings-backend:armhf                                    0.26.0-2+b1                           armhf                                 simple configuration storage system - GSettings back-end
ii  dconf-service                                                    0.26.0-2+b1                           armhf                                 simple configuration storage system - D-Bus service
ii  debconf                                                          1.5.61                                all                                   Debian configuration management system
ii  debconf-i18n                                                     1.5.61                                all                                   full internationalization support for debconf
ii  debian-archive-keyring                                           2017.5                                all                                   GnuPG archive keys of the Debian archive
ii  debian-keyring                                                   2017.05.28                            all                                   GnuPG keys of Debian Developers and Maintainers
ii  debianutils                                                      4.8.1.1                               armhf                                 Miscellaneous utilities specific to Debian
ii  desktop-base                                                     9.0.2                                 all                                   common files for the Debian Desktop
ii  desktop-file-utils                                               0.23-1                                armhf                                 Utilities for .desktop files
ii  dh-python                                                        2.20170125                            all                                   Debian helper tools for packaging Python libraries and applications
ii  dhcpcd5                                                          6.10.1-1                              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  dmsetup                                                          2:1.02.137-2                          armhf                                 Linux Kernel Device Mapper userspace library
ii  dmz-cursor-theme                                                 0.4.4                                 all                                   Style neutral, scalable cursor theme
ii  dnsmasq-base                                                     2.76-5+b1                             armhf                                 Small caching DNS proxy and DHCP/TFTP server
ii  dphys-swapfile                                                   20100506-3                            all                                   Autogenerate and use a swap file
ii  dpkg                                                             1.18.24                               armhf                                 Debian package management system
ii  dpkg-dev                                                         1.18.24                               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  eject                                                            2.1.5+deb1+cvs20081104-13.2           armhf                                 ejects CDs and operates CD-Changers under Linux
ii  evtest                                                           1:1.33-1+b1                           armhf                                 utility to monitor Linux input device events
ii  exfat-fuse                                                       1.2.5-2                               armhf                                 read and write exFAT driver for FUSE
ii  exfat-utils                                                      1.2.5-2                               armhf                                 utilities to create, check, label and dump exFAT filesystem
ii  exo-utils                                                        0.10.7-1                              armhf                                 Utility files for libexo
ii  fbset                                                            2.1-29                                armhf                                 framebuffer device maintenance program
ii  file                                                             1:5.30-1+deb9u1                       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  fontconfig                                                       2.11.0-6.7+b1                         armhf                                 generic font configuration library - support binaries
ii  fontconfig-config                                                2.11.0-6.7                            all                                   generic font configuration library - configuration
ii  fonts-arphic-ukai                                                0.2.20080216.2-4                      all                                   "AR PL UKai" Chinese Unicode TrueType font collection Kaiti style
ii  fonts-arphic-uming                                               0.2.20080216.2-7                      all                                   "AR PL UMing" Chinese Unicode TrueType font collection Mingti style
ii  fonts-dejavu-core                                                2.37-1                                all                                   Vera font family derivate with additional characters
ii  fonts-freefont-ttf                                               20120503-6                            all                                   Freefont Serif, Sans and Mono Truetype fonts
ii  fonts-ipafont-gothic                                             00303-16                              all                                   Japanese OpenType font set, IPA Gothic and IPA P Gothic Fonts
ii  fonts-ipafont-mincho                                             00303-16                              all                                   Japanese OpenType font set, IPA Mincho and IPA P Mincho Fonts
ii  fonts-unfonts-core                                               1.0.2-080608-13                       all                                   Un series Korean TrueType fonts
ii  fuse                                                             2.9.7-1                               armhf                                 Filesystem in Userspace
ii  g++                                                              4:6.3.0-4                             armhf                                 GNU C++ compiler
ii  g++-6                                                            6.3.0-18                              armhf                                 GNU C++ compiler
ii  galculator                                                       2.1.4-1+b1                            armhf                                 scientific calculator
ii  gcc                                                              4:6.3.0-4                             armhf                                 GNU C compiler
ii  gcc-6                                                            6.3.0-18                              armhf                                 GNU C compiler
ii  gcc-6-base:armhf                                                 6.3.0-18                              armhf                                 GCC, the GNU Compiler Collection (base package)
ii  gconf-service                                                    3.2.6-4+b1                            armhf                                 GNOME configuration database system (D-Bus service)
ii  gconf2                                                           3.2.6-4+b1                            armhf                                 GNOME configuration database system (support tools)
ii  gconf2-common                                                    3.2.6-4                               all                                   GNOME configuration database system (common files)
ii  gcr                                                              3.20.0-5.1                            armhf                                 GNOME crypto services (daemon and tools)
ii  gdisk                                                            1.0.1-1                               armhf                                 GPT fdisk text-mode partitioning tool
ii  gettext-base                                                     0.19.8.1-2                            armhf                                 GNU Internationalization utilities for the base system
ii  gir1.2-appindicator3-0.1:armhf                                   0.4.92-4                              armhf                                 Typelib files for libappindicator3-1
ii  gir1.2-atk-1.0:armhf                                             2.22.0-1                              armhf                                 ATK accessibility toolkit (GObject introspection)
ii  gir1.2-freedesktop:armhf                                         1.50.0-1+b1                           armhf                                 Introspection data for some FreeDesktop components
ii  gir1.2-gdkpixbuf-2.0:armhf                                       2.36.5-2                              armhf                                 GDK Pixbuf library - GObject-Introspection
ii  gir1.2-glib-2.0:armhf                                            1.50.0-1+b1                           armhf                                 Introspection data for GLib, GObject, Gio and GModule
ii  gir1.2-gtk-3.0:armhf                                             3.22.11-1                             armhf                                 GTK+ graphical user interface library -- gir bindings
ii  gir1.2-notify-0.7:armhf                                          0.7.7-2                               armhf                                 sends desktop notifications to a notification daemon (Introspection files)
ii  gir1.2-pango-1.0:armhf                                           1.40.5-1                              armhf                                 Layout and rendering of internationalized text - gir bindings
ii  glib-networking:armhf                                            2.50.0-1+b1                           armhf                                 network-related giomodules for GLib
ii  glib-networking-common                                           2.50.0-1                              all                                   network-related giomodules for GLib - data files
ii  glib-networking-services                                         2.50.0-1+b1                           armhf                                 network-related giomodules for GLib - D-Bus services
ii  gnome-icon-theme                                                 3.12.0-2                              all                                   GNOME Desktop icon theme
ii  gnome-keyring                                                    3.20.0-3                              armhf                                 GNOME keyring services (daemon and tools)
ii  gnome-screenshot                                                 3.22.0-1+b1                           armhf                                 screenshot application for GNOME
ii  gnome-system-tools                                               3.0.0-6                               armhf                                 Cross-platform configuration utilities for GNOME
ii  gnupg                                                            2.1.18-6                              armhf                                 GNU privacy guard - a free PGP replacement
ii  gnupg-agent                                                      2.1.18-6                              armhf                                 GNU privacy guard - cryptographic agent
ii  gpgv                                                             2.1.18-6                              armhf                                 GNU privacy guard - signature verification tool
ii  gpicview                                                         0.2.5-2+b1                            armhf                                 lightweight image viewer
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  gsettings-desktop-schemas                                        3.22.0-1                              all                                   GSettings desktop-wide schemas
ii  gstreamer1.0-alsa:armhf                                          1.10.4-1                              armhf                                 GStreamer plugin for ALSA
ii  gstreamer1.0-libav:armhf                                         1.10.4-1                              armhf                                 libav plugin for GStreamer
ii  gstreamer1.0-plugins-bad:armhf                                   1.10.4-1                              armhf                                 GStreamer plugins from the "bad" set
ii  gstreamer1.0-plugins-base:armhf                                  1.10.4-1                              armhf                                 GStreamer plugins from the "base" set
ii  gstreamer1.0-plugins-good:armhf                                  1.10.4-1                              armhf                                 GStreamer plugins from the "good" set
ii  gstreamer1.0-pulseaudio:armhf                                    1.10.4-1                              armhf                                 GStreamer plugin for PulseAudio
ii  gstreamer1.0-rockchip1                                           1.10-5                                armhf                                 The Gstreamer plugins for Rockchip RK3xxx platform.
ii  gstreamer1.0-rockchip1-extra                                     1.10-1                                armhf                                 The Extra Gstreamer plugins for Rockchip platform.
ii  gstreamer1.0-tools                                               1.10.4-1                              armhf                                 Tools for use with GStreamer
ii  gstreamer1.0-x:armhf                                             1.10.4-1                              armhf                                 GStreamer plugins for X11 and Pango
ii  gtk-update-icon-cache                                            3.22.11-1                             armhf                                 icon theme caching utility
ii  gvfs:armhf                                                       1.30.4-1                              armhf                                 userspace virtual filesystem - GIO module
ii  gvfs-backends                                                    1.30.4-1                              armhf                                 userspace virtual filesystem - backends
ii  gvfs-common                                                      1.30.4-1                              all                                   userspace virtual filesystem - common data files
ii  gvfs-daemons                                                     1.30.4-1                              armhf                                 userspace virtual filesystem - servers
ii  gvfs-libs:armhf                                                  1.30.4-1                              armhf                                 userspace virtual filesystem - private libraries
ii  gzip                                                             1.6-5+b1                              armhf                                 GNU compression utilities
ii  hicolor-icon-theme                                               0.15-1                                all                                   default fallback theme for FreeDesktop.org icon themes
ii  hostapd                                                          2:2.4-1                               armhf                                 IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
ii  hostname                                                         3.18+b1                               armhf                                 utility to set/show the host name or domain name
ii  idle                                                             2.7.13-2                              all                                   IDE for Python using Tkinter (default version)
ii  idle-python2.7                                                   2.7.13-2                              all                                   IDE for Python (v2.7) using Tkinter
ii  idle-python3.5                                                   3.5.3-1                               all                                   IDE for Python (v3.5) using Tkinter
ii  idle3                                                            3.5.3-1                               all                                   IDE for Python using Tkinter (default version)
ii  idlestat                                                         0.7-2                                 armhf                                 measure CPU time in idle and operating states
ii  ifupdown                                                         0.8.19                                armhf                                 high level tools to configure network interfaces
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  initscripts                                                      2.88dsf-59.9                          armhf                                 scripts for initializing and shutting down the system
ii  input-utils                                                      1.0-1.1+b1                            armhf                                 utilities for the input layer of the Linux kernel
ii  insserv                                                          1.14.0-5.4+b1                         armhf                                 boot sequence organizer using LSB init.d script dependency information
ii  iotop                                                            0.6-2                                 armhf                                 simple top-like I/O monitor
ii  iperf                                                            2.0.9+dfsg1-1                         armhf                                 Internet Protocol bandwidth measuring tool
ii  iproute2                                                         4.9.0-1                               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                               armhf                                 DHCP client for automatically obtaining an IP address
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+b1                            armhf                                 Linux console font and keytable utilities
ii  keyboard-configuration                                           1.164                                 all                                   system-wide keyboard preferences
ii  klibc-utils                                                      2.0.4-9                               armhf                                 small utilities built with klibc for early boot
ii  kmod                                                             23-2                                  armhf                                 tools for managing Linux kernel modules
ii  laptop-detect                                                    0.13.8                                armhf                                 system chassis type checker
ii  leafpad                                                          0.8.18.1-5                            armhf                                 GTK+ based simple text editor
ii  less                                                             481-2.1                               armhf                                 pager program similar to more
ii  libaa1:armhf                                                     1.4p5-44+b1                           armhf                                 ASCII art library
ii  libacl1:armhf                                                    2.2.52-3+b1                           armhf                                 Access control list shared library
ii  libapparmor1:armhf                                               2.11.0-3                              armhf                                 changehat AppArmor library
ii  libappindicator3-1:armhf                                         0.4.92-4                              armhf                                 allow applications to export a menu into the panel -- GTK3 version
ii  libapt-inst2.0:armhf                                             1.4.7                                 armhf                                 deb package format runtime library
ii  libapt-pkg5.0:armhf                                              1.4.7                                 armhf                                 package management runtime library
ii  libarchive13:armhf                                               3.2.2-2                               armhf                                 Multi-format archive and compression library (shared library)
ii  libasan3:armhf                                                   6.3.0-18                              armhf                                 AddressSanitizer -- a fast memory error detector
ii  libasound2:armhf                                                 1.1.3-5                               armhf                                 shared library for ALSA applications
ii  libasound2-data                                                  1.1.3-5                               all                                   Configuration files and profiles for ALSA drivers
ii  libasound2-plugins:armhf                                         1.1.1-1                               armhf                                 ALSA library additional plugins
ii  libass5:armhf                                                    1:0.13.4-2                            armhf                                 library for SSA/ASS subtitles rendering
ii  libassuan0:armhf                                                 2.4.3-2                               armhf                                 IPC library for the GnuPG components
ii  libasyncns0:armhf                                                0.8-6                                 armhf                                 Asynchronous name service query library
ii  libatasmart4:armhf                                               0.19-4+b1                             armhf                                 ATA S.M.A.R.T. reading and parsing library
ii  libatk-bridge2.0-0:armhf                                         2.22.0-2                              armhf                                 AT-SPI 2 toolkit bridge - shared library
ii  libatk1.0-0:armhf                                                2.22.0-1                              armhf                                 ATK accessibility toolkit
ii  libatk1.0-data                                                   2.22.0-1                              all                                   Common files for the ATK accessibility toolkit
ii  libatkmm-1.6-1v5:armhf                                           2.24.2-2                              armhf                                 C++ wrappers for ATK accessibility toolkit (shared libraries)
ii  libatomic1:armhf                                                 6.3.0-18                              armhf                                 support library providing __atomic built-in functions
ii  libatspi2.0-0:armhf                                              2.22.0-6                              armhf                                 Assistive Technology Service Provider Interface - shared library
ii  libattr1:armhf                                                   1:2.4.47-2+b2                         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-client3:armhf                                           0.6.32-2                              armhf                                 Avahi client library
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-glib1:armhf                                             0.6.32-2                              armhf                                 Avahi GLib integration library
ii  libavc1394-0:armhf                                               0.5.4-4+b1                            armhf                                 control IEEE 1394 audio/video devices
ii  libavcodec57:armhf                                               7:3.2.7-1~deb9u1                      armhf                                 FFmpeg library with de/encoders for audio/video codecs - runtime files
ii  libavfilter6:armhf                                               7:3.2.7-1~deb9u1                      armhf                                 FFmpeg library containing media filters - runtime files
ii  libavformat57:armhf                                              7:3.2.7-1~deb9u1                      armhf                                 FFmpeg library with (de)muxers for multimedia containers - runtime files
ii  libavresample3:armhf                                             7:3.2.7-1~deb9u1                      armhf                                 FFmpeg compatibility library for resampling - runtime files
ii  libavutil55:armhf                                                7:3.2.7-1~deb9u1                      armhf                                 FFmpeg library with functions for simplifying programming - runtime files
ii  libblkid1:armhf                                                  2.29.2-1                              armhf                                 block device ID library
ii  libbluetooth3:armhf                                              5.43-2+deb9u1                         armhf                                 Library to use the BlueZ Linux Bluetooth stack
ii  libbluray1:armhf                                                 1:0.9.3-3                             armhf                                 Blu-ray disc playback support library (shared library)
ii  libbs2b0:armhf                                                   3.1.0+dfsg-2.2                        armhf                                 Bauer stereophonic-to-binaural DSP 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+deb9u1                        armhf                                 GNU C Library: Binaries
ii  libc-dev-bin                                                     2.24-11+deb9u1                        armhf                                 GNU C Library: Development binaries
ii  libc-l10n                                                        2.24-11+deb9u1                        all                                   GNU C Library: localization files
ii  libc6:armhf                                                      2.24-11+deb9u1                        armhf                                 GNU C Library: Shared libraries
ii  libc6-dev:armhf                                                  2.24-11+deb9u1                        armhf                                 GNU C Library: Development Libraries and Header Files
ii  libcaca0:armhf                                                   0.99.beta19-2+b2                      armhf                                 colour ASCII art library
ii  libcairo-gobject2:armhf                                          1.14.8-1                              armhf                                 Cairo 2D vector graphics library (GObject library)
ii  libcairo2:armhf                                                  1.14.8-1                              armhf                                 Cairo 2D vector graphics library
ii  libcairomm-1.0-1v5:armhf                                         1.12.0-1+b1                           armhf                                 C++ wrappers for Cairo (shared libraries)
ii  libcanberra-gtk3-0:armhf                                         0.30-3                                armhf                                 GTK+ 3.0 helper for playing widget event sounds with libcanberra
ii  libcanberra0:armhf                                               0.30-3                                armhf                                 simple abstract interface for playing event sounds
ii  libcap-ng0:armhf                                                 0.7.7-3+b1                            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                              armhf                                 GCC cc1 plugin for GDB
ii  libcdio-cdda1:armhf                                              0.83-4.3+b1                           armhf                                 library to read and control digital audio CDs
ii  libcdio-paranoia1:armhf                                          0.83-4.3+b1                           armhf                                 library to read digital audio CDs with error correction
ii  libcdio13:armhf                                                  0.83-4.3+b1                           armhf                                 library to read and control CD-ROM
ii  libcdparanoia0:armhf                                             3.10.2+debian-11                      armhf                                 audio extraction tool for sampling CDs (library)
ii  libchromaprint1:armhf                                            1.4.2-1                               armhf                                 audio fingerprint library
ii  libcolord2:armhf                                                 1.3.3-2                               armhf                                 system service to manage device colour profiles -- runtime
ii  libcomerr2:armhf                                                 1.43.4-2                              armhf                                 common error description library
ii  libcpufreq0                                                      008-1+b1                              armhf                                 shared library to deal with the cpufreq Linux kernel feature
ii  libcroco3:armhf                                                  0.6.11-3                              armhf                                 Cascading Style Sheet (CSS) parsing and manipulation toolkit
ii  libcryptsetup4:armhf                                             2:1.7.3-4                             armhf                                 disk encryption support - shared library
ii  libcups2:armhf                                                   2.2.1-8                               armhf                                 Common UNIX Printing System(tm) - Core library
ii  libcurl3:armhf                                                   7.52.1-5                              armhf                                 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libcurl3-gnutls:armhf                                            7.52.1-5                              armhf                                 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libdatrie1:armhf                                                 0.2.10-4+b1                           armhf                                 Double-array trie library
ii  libdb5.3:armhf                                                   5.3.28-12+b1                          armhf                                 Berkeley v5.3 Database Libraries [runtime]
ii  libdbus-1-3:armhf                                                1.10.18-1                             armhf                                 simple interprocess messaging system (library)
ii  libdbus-glib-1-2:armhf                                           0.108-2                               armhf                                 simple interprocess messaging system (GLib-based shared library)
ii  libdbusmenu-glib4:armhf                                          12.10.2-2                             armhf                                 library for passing menus over DBus
ii  libdbusmenu-gtk3-4:armhf                                         12.10.2-2                             armhf                                 library for passing menus over DBus - GTK+ version
ii  libdc1394-22:armhf                                               2.2.5-1                               armhf                                 high level programming interface for IEEE 1394 digital cameras
ii  libdca0:armhf                                                    0.0.5-10                              armhf                                 decoding library for DTS Coherent Acoustics streams
ii  libdconf1:armhf                                                  0.26.0-2+b1                           armhf                                 simple configuration storage system - runtime library
ii  libde265-0:armhf                                                 1.0.2-2+b2                            armhf                                 Open H.265 video codec implementation
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+deb9u3          armhf                                 Exported DNS Shared Library
ii  libdouble-conversion1:armhf                                      2.0.1-4                               armhf                                 routines to convert IEEE floats to and from strings
ii  libdpkg-perl                                                     1.18.24                               all                                   Dpkg perl modules
ii  libdrm-amdgpu1:armhf                                             2.4.74-1                              armhf                                 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii  libdrm-dev:armhf                                                 2.4.74-2                              armhf                                 Userspace interface to kernel DRM services -- development files
ii  libdrm-freedreno1:armhf                                          2.4.74-1                              armhf                                 Userspace interface to msm/kgsl kernel DRM services -- runtime
ii  libdrm-nouveau2:armhf                                            2.4.74-1                              armhf                                 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii  libdrm-radeon1:armhf                                             2.4.74-1                              armhf                                 Userspace interface to radeon-specific kernel DRM services -- runtime
ii  libdrm-rockchip1:armhf                                           2.4.74-2                              armhf                                 Userspace interface to msm/kgsl kernel DRM services -- runtime
ii  libdrm2:armhf                                                    2.4.74-2                              armhf                                 Userspace interface to kernel DRM services -- runtime
ii  libdv4:armhf                                                     1.0.0-11                              armhf                                 software library for DV format digital video (runtime lib)
ii  libdvdnav4:armhf                                                 5.0.3-3                               armhf                                 DVD navigation library
ii  libdvdread4:armhf                                                5.0.3-2                               armhf                                 library for reading DVDs
ii  libebur128-1:armhf                                               1.2.2-2                               armhf                                 implementation of the EBU R128 loudness standard
ii  libedit2:armhf                                                   3.1-20160903-3                        armhf                                 BSD editline and history libraries
ii  libegl1-mesa:armhf                                               13.0.6-1+b2                           armhf                                 free implementation of the EGL API -- runtime
ii  libelf1:armhf                                                    0.168-1                               armhf                                 library to read and write ELF files
ii  libencode-locale-perl                                            1.05-1                                all                                   utility to determine the locale encoding
ii  libepoxy0:armhf                                                  1.3.1-2                               armhf                                 OpenGL function pointer management library
ii  libept1.5.0:armhf                                                1.1+nmu3+b1                           armhf                                 High-level library for managing Debian package information
ii  libestr0                                                         0.1.10-2                              armhf                                 Helper functions for handling strings (lib)
ii  libevdev2:armhf                                                  1.5.6+dfsg-1                          armhf                                 wrapper library for evdev devices
ii  libevent-2.0-5:armhf                                             2.0.21-stable-3                       armhf                                 Asynchronous event notification library
ii  libexif12:armhf                                                  0.6.21-2+b2                           armhf                                 library to parse EXIF files
ii  libexo-1-0:armhf                                                 0.10.7-1                              armhf                                 Library with extensions for Xfce
ii  libexo-common                                                    0.10.7-1                              all                                   libexo common files
ii  libexo-helpers                                                   0.10.7-1                              armhf                                 helpers for the exo library
ii  libexpat1:armhf                                                  2.2.0-2+deb9u1                        armhf                                 XML parsing C library - runtime library
ii  libfaad2:armhf                                                   2.8.0~cvs20161113-1                   armhf                                 freeware Advanced Audio Decoder - runtime files
ii  libfastjson4:armhf                                               0.99.4-1                              armhf                                 fast json library for C
ii  libfdisk1:armhf                                                  2.29.2-1                              armhf                                 fdisk partitioning library
ii  libffi6:armhf                                                    3.2.1-6                               armhf                                 Foreign Function Interface library runtime
ii  libfftw3-double3:armhf                                           3.3.5-3                               armhf                                 Library for computing Fast Fourier Transforms - Double precision
ii  libfftw3-single3:armhf                                           3.3.5-3                               armhf                                 Library for computing Fast Fourier Transforms - Single precision
ii  libfile-listing-perl                                             6.04-1                                all                                   module to parse directory listings
ii  libflac8:armhf                                                   1.3.2-1                               armhf                                 Free Lossless Audio Codec - runtime C library
ii  libflite1:armhf                                                  2.0.0-release-3+b1                    armhf                                 Small run-time speech synthesis engine - shared libraries
ii  libfluidsynth1:armhf                                             1.1.6-4                               armhf                                 Real-time MIDI software synthesizer (runtime library)
ii  libfm-data                                                       1.2.5-1                               all                                   file management support (common data)
ii  libfm-extra4:armhf                                               1.2.5-1                               armhf                                 file management support (extra library)
ii  libfm-gtk-data                                                   1.2.5-1                               all                                   file management support (GTK+ library common data)
ii  libfm-gtk4:armhf                                                 1.2.5-1                               armhf                                 file management support (GTK+ 2.0 GUI library)
ii  libfm-modules:armhf                                              1.2.5-1                               armhf                                 file management support (loadable modules for library)
ii  libfm-tools                                                      1.2.5-1                               armhf                                 file management support (utilities)
ii  libfm4:armhf                                                     1.2.5-1                               armhf                                 file management support (core library)
ii  libfontconfig1:armhf                                             2.11.0-6.7+b1                         armhf                                 generic font configuration library - runtime
ii  libfontenc1:armhf                                                1:1.1.3-1+b2                          armhf                                 X11 font encoding library
ii  libfreetype6:armhf                                               2.6.3-3.2                             armhf                                 FreeType 2 font engine, shared library files
ii  libfribidi0:armhf                                                0.19.7-1+b1                           armhf                                 Free Implementation of the Unicode BiDi algorithm
ii  libfuse2:armhf                                                   2.9.7-1                               armhf                                 Filesystem in Userspace (library)
ii  libgarcon-1-0                                                    0.4.0-2                               armhf                                 freedesktop.org compliant menu implementation for Xfce
ii  libgarcon-common                                                 0.4.0-2                               all                                   common files for libgarcon menu implementation
ii  libgbm1:armhf                                                    13.0.6-1+b2                           armhf                                 generic buffer management API -- runtime
ii  libgcc-6-dev:armhf                                               6.3.0-18                              armhf                                 GCC support library (development files)
ii  libgcc1:armhf                                                    1:6.3.0-18                            armhf                                 GCC support library
ii  libgck-1-0:armhf                                                 3.20.0-5.1                            armhf                                 Glib wrapper library for PKCS#11 - runtime
ii  libgconf-2-4:armhf                                               3.2.6-4+b1                            armhf                                 GNOME configuration database system (shared libraries)
ii  libgcr-3-common                                                  3.20.0-5.1                            all                                   Library for Crypto UI related tasks - common files
ii  libgcr-base-3-1:armhf                                            3.20.0-5.1                            armhf                                 Library for Crypto related tasks
ii  libgcr-ui-3-1:armhf                                              3.20.0-5.1                            armhf                                 Library for Crypto UI related tasks
ii  libgcrypt20:armhf                                                1.7.6-2+deb9u2                        armhf                                 LGPL Crypto library - runtime library
ii  libgd3:armhf                                                     2.2.4-2+deb9u2                        armhf                                 GD Graphics Library
ii  libgdata-common                                                  0.17.6-2                              all                                   Library for accessing GData webservices - common data files
ii  libgdata22:armhf                                                 0.17.6-2                              armhf                                 Library for accessing GData webservices - shared libraries
ii  libgdbm3:armhf                                                   1.8.3-14                              armhf                                 GNU dbm database routines (runtime version)
ii  libgdk-pixbuf2.0-0:armhf                                         2.36.5-2                              armhf                                 GDK Pixbuf library
ii  libgdk-pixbuf2.0-common                                          2.36.5-2                              all                                   GDK Pixbuf library - data files
ii  libgif7:armhf                                                    5.1.4-0.4                             armhf                                 library for GIF images (library)
ii  libgirepository-1.0-1:armhf                                      1.50.0-1+b1                           armhf                                 Library for handling GObject introspection data (runtime library)
ii  libgl1-mesa-dri:armhf                                            13.0.6-1+b2                           armhf                                 free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx:armhf                                            13.0.6-1+b2                           armhf                                 free implementation of the OpenGL API -- GLX runtime
ii  libglapi-mesa:armhf                                              13.0.6-1+b2                           armhf                                 free implementation of the GL API -- shared library
ii  libgles2-mesa:armhf                                              13.0.6-1+b2                           armhf                                 free implementation of the OpenGL|ES 2.x API -- runtime
ii  libglew2.0:armhf                                                 2.0.0-3+b1                            armhf                                 OpenGL Extension Wrangler - runtime environment
ii  libglib2.0-0:armhf                                               2.50.3-2                              armhf                                 GLib library of C routines
ii  libglibmm-2.4-1v5:armhf                                          2.50.0-1                              armhf                                 C++ wrapper for the GLib toolkit (shared libraries)
ii  libglu1-mesa:armhf                                               9.0.0-2.1                             armhf                                 Mesa OpenGL utility library (GLU)
ii  libgme0:armhf                                                    0.6.0-4                               armhf                                 Playback library for video game music files - shared library
ii  libgmp10:armhf                                                   2:6.1.2+dfsg-1                        armhf                                 Multiprecision arithmetic library
ii  libgnutls30:armhf                                                3.5.8-5+deb9u2                        armhf                                 GNU TLS library - main runtime library
ii  libgoa-1.0-0b:armhf                                              3.22.5-1                              armhf                                 library for GNOME Online Accounts
ii  libgoa-1.0-common                                                3.22.5-1                              all                                   library for GNOME Online Accounts - common files
ii  libgomp1:armhf                                                   6.3.0-18                              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  libgphoto2-6:armhf                                               2.5.12-1                              armhf                                 gphoto2 digital camera library
ii  libgphoto2-port12:armhf                                          2.5.12-1                              armhf                                 gphoto2 digital camera port library
ii  libgpm2:armhf                                                    1.20.4-6.2+b1                         armhf                                 General Purpose Mouse - shared library
ii  libgraphite2-3:armhf                                             1.3.10-1                              armhf                                 Font rendering engine for Complex Scripts -- library
ii  libgsm1:armhf                                                    1.0.13-4+b2                           armhf                                 Shared libraries for GSM speech compressor
ii  libgssapi-krb5-2:armhf                                           1.15-1                                armhf                                 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libgstreamer-plugins-bad1.0-0:armhf                              1.10.4-1                              armhf                                 GStreamer development files for libraries from the "bad" set
ii  libgstreamer-plugins-base1.0-0:armhf                             1.10.4-1                              armhf                                 GStreamer libraries from the "base" set
ii  libgstreamer1.0-0:armhf                                          1.10.4-1                              armhf                                 Core GStreamer libraries and elements
ii  libgtk-3-0:armhf                                                 3.22.11-1                             armhf                                 GTK+ graphical user interface library
ii  libgtk-3-common                                                  3.22.11-1                             all                                   common files for the GTK+ graphical user interface library
ii  libgtk2.0-0:armhf                                                2.24.31-2                             armhf                                 GTK+ graphical user interface library
ii  libgtk2.0-bin                                                    2.24.31-2                             armhf                                 programs for the GTK+ graphical user interface library
ii  libgtk2.0-common                                                 2.24.31-2                             all                                   common files for the GTK+ graphical user interface library
ii  libgtkmm-3.0-1v5:armhf                                           3.22.0-1                              armhf                                 C++ wrappers for GTK+ (shared libraries)
ii  libgudev-1.0-0:armhf                                             230-3                                 armhf                                 GObject-based wrapper library for libudev
ii  libharfbuzz0b:armhf                                              1.4.2-1                               armhf                                 OpenType text shaping engine (shared library)
ii  libhogweed4:armhf                                                3.3-1+b1                              armhf                                 low level cryptographic library (public-key cryptos)
ii  libhtml-parser-perl                                              3.72-3                                armhf                                 collection of modules that parse HTML text documents
ii  libhtml-tagset-perl                                              3.20-3                                all                                   Data tables pertaining to HTML
ii  libhtml-tree-perl                                                5.03-2                                all                                   Perl module to represent and create HTML syntax trees
ii  libhttp-cookies-perl                                             6.01-1                                all                                   HTTP cookie jars
ii  libhttp-date-perl                                                6.02-1                                all                                   module of date conversion routines
ii  libhttp-message-perl                                             6.11-1                                all                                   perl interface to HTTP style messages
ii  libhttp-negotiate-perl                                           6.00-2                                all                                   implementation of content negotiation
ii  libical2:armhf                                                   2.0.0-0.5+b1                          armhf                                 iCalendar library implementation in C (runtime)
ii  libice6:armhf                                                    2:1.0.9-2                             armhf                                 X11 Inter-Client Exchange library
ii  libicu57:armhf                                                   57.1-6                                armhf                                 International Components for Unicode
ii  libid3tag0:armhf                                                 0.15.1b-12                            armhf                                 ID3 tag reading library from the MAD project
ii  libidn11:armhf                                                   1.33-1                                armhf                                 GNU Libidn library, implementation of IETF IDN specifications
ii  libidn2-0:armhf                                                  0.16-1                                armhf                                 Internationalized domain names (IDNA2008) library
ii  libiec61883-0:armhf                                              1.2.0-2                               armhf                                 partial implementation of IEC 61883 (shared lib)
ii  libilmbase12:armhf                                               2.2.0-12                              armhf                                 several utility libraries from ILM used by OpenEXR
ii  libimlib2:armhf                                                  1.4.8-1                               armhf                                 image loading, rendering, saving library
ii  libimobiledevice6:armhf                                          1.2.0+dfsg-3.1                        armhf                                 Library for communicating with the iPhone and iPod Touch
ii  libindicator3-7:armhf                                            0.5.0-3+b1                            armhf                                 panel indicator applet - shared library
ii  libinput-bin                                                     1.6.3-1                               armhf                                 input device management and event handling library - udev quirks
ii  libinput10:armhf                                                 1.6.3-1                               armhf                                 input device management and event handling library - shared library
ii  libio-html-perl                                                  1.001-1                               all                                   open an HTML file with automatic charset detection
ii  libio-socket-ssl-perl                                            2.044-1                               all                                   Perl module implementing object oriented interface to SSL sockets
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+deb9u3          armhf                                 Exported ISC Shared Library
ii  libisl15:armhf                                                   0.18-1                                armhf                                 manipulating sets and relations of integer points bounded by linear constraints
ii  libiw30:armhf                                                    30~pre9-12+b1                         armhf                                 Wireless tools - library
ii  libjack-jackd2-0:armhf                                           1.9.10+20150825git1ed50c92~dfsg-5     armhf                                 JACK Audio Connection Kit (libraries)
ii  libjansson4:armhf                                                2.9-1                                 armhf                                 C library for encoding, decoding and manipulating JSON data
ii  libjbig0:armhf                                                   2.1-3.1+b2                            armhf                                 JBIGkit libraries
ii  libjim0.76:armhf                                                 0.76-2+b1                             armhf                                 small-footprint implementation of Tcl - shared library
ii  libjpeg62-turbo:armhf                                            1:1.5.1-2                             armhf                                 libjpeg-turbo JPEG runtime library
ii  libjson-glib-1.0-0:armhf                                         1.2.6-1                               armhf                                 GLib JSON manipulation library
ii  libjson-glib-1.0-common                                          1.2.6-1                               all                                   GLib JSON manipulation library (common files)
ii  libk5crypto3:armhf                                               1.15-1                                armhf                                 MIT Kerberos runtime libraries - Crypto Library
ii  libkate1:armhf                                                   0.4.1-7+b1                            armhf                                 Codec for karaoke and text encapsulation
ii  libkeybinder0                                                    0.3.1-1                               armhf                                 registers global key bindings for applications
ii  libkeyutils1:armhf                                               1.5.9-9                               armhf                                 Linux Key Management Utilities (library)
ii  libklibc                                                         2.0.4-9                               armhf                                 minimal libc subset for use with initramfs
ii  libkmod2:armhf                                                   23-2                                  armhf                                 libkmod shared library
ii  libkrb5-3:armhf                                                  1.15-1                                armhf                                 MIT Kerberos runtime libraries
ii  libkrb5support0:armhf                                            1.15-1                                armhf                                 MIT Kerberos runtime libraries - Support library
ii  libksba8:armhf                                                   1.3.5-2                               armhf                                 X.509 and CMS support library
ii  liblcms2-2:armhf                                                 2.8-4                                 armhf                                 Little CMS 2 color management library
ii  libldap-2.4-2:armhf                                              2.4.44+dfsg-5                         armhf                                 OpenLDAP libraries
ii  libldap-common                                                   2.4.44+dfsg-5                         all                                   OpenLDAP common files for libraries
ii  libldb1:armhf                                                    2:1.1.27-1+b1                         armhf                                 LDAP-like embedded database - shared library
ii  liblightdm-gobject-1-0                                           1.18.3-1                              armhf                                 simple display manager (gobject library)
ii  liblilv-0-0                                                      0.24.2~dfsg0-1                        armhf                                 library for simple use of LV2 plugins
ii  libllvm3.9:armhf                                                 1:3.9.1-9                             armhf                                 Modular compiler and toolchain technologies, runtime library
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+b2                            armhf                                 easy to use and lightweight logging library
ii  liblognorm5:armhf                                                2.0.1-1.1+b1                          armhf                                 log normalizing library
ii  libltdl7:armhf                                                   2.4.6-2                               armhf                                 System independent dlopen wrapper for GNU libtool
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  liblz4-1:armhf                                                   0.0~r131-2+b1                         armhf                                 Fast LZ compression algorithm library - runtime
ii  liblzma5:armhf                                                   5.2.2-1.2+b1                          armhf                                 XZ-format compression library
ii  liblzo2-2:armhf                                                  2.08-1.2+b2                           armhf                                 data compression library
ii  libmad0:armhf                                                    0.15.1b-8                             armhf                                 MPEG audio decoder library
ii  libmagic-mgc                                                     1:5.30-1+deb9u1                       armhf                                 File type determination library using "magic" numbers (compiled magic file)
ii  libmagic1:armhf                                                  1:5.30-1+deb9u1                       armhf                                 Recognize the type of data in a file using "magic" numbers - library
ii  libmali-rk-dev:armhf                                             1.5-4                                 armhf                                 The mali library for Rockchip RK3288.
ii  libmali-rk-midgard-r9p0-r0p0:armhf                               1.5-4                                 armhf                                 The mali library for Rockchip RK3288(not included RK3288W).
ii  libmenu-cache-bin                                                1.0.2-3                               armhf                                 LXDE implementation of the freedesktop Menu's cache (libexec)
ii  libmenu-cache3:armhf                                             1.0.2-3                               armhf                                 LXDE implementation of the freedesktop Menu's cache
ii  libminizip1:armhf                                                1.1-8+b1                              armhf                                 compression library - minizip library
ii  libmjpegutils-2.1-0                                              1:2.1.0+debian-5                      armhf                                 MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmm-glib0:armhf                                                1.6.4-1                               armhf                                 D-Bus service for managing modems - shared libraries
ii  libmms0:armhf                                                    0.6.4-2                               armhf                                 MMS stream protocol library - shared library
ii  libmnl0:armhf                                                    1.0.4-2                               armhf                                 minimalistic Netlink communication library
ii  libmodplug1:armhf                                                1:0.8.8.5-3                           armhf                                 shared libraries for mod music based on ModPlug
ii  libmount1:armhf                                                  2.29.2-1                              armhf                                 device mounting library
ii  libmp3lame0:armhf                                                3.99.5+repack1-9+b2                   armhf                                 MP3 encoding library
ii  libmpc3:armhf                                                    1.0.3-1+b2                            armhf                                 multiple precision complex floating-point library
ii  libmpcdec6:armhf                                                 2:0.1~r495-1+b1                       armhf                                 MusePack decoder - library
ii  libmpdec2:armhf                                                  2.4.2-1                               armhf                                 library for decimal floating point arithmetic (runtime library)
ii  libmpeg2encpp-2.1-0                                              1:2.1.0+debian-5                      armhf                                 MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmpfr4:armhf                                                   3.1.5-1                               armhf                                 multiple precision floating-point computation
ii  libmpg123-0:armhf                                                1.23.8-1+b1                           armhf                                 MPEG layer 1/2/3 audio decoder (shared library)
ii  libmplex2-2.1-0                                                  1:2.1.0+debian-5                      armhf                                 MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmtdev1:armhf                                                  1.1.5-1+b1                            armhf                                 Multitouch Protocol Translation Library - shared library
ii  libmtp-common                                                    1.1.13-1                              all                                   Media Transfer Protocol (MTP) common files
ii  libmtp9:armhf                                                    1.1.13-1                              armhf                                 Media Transfer Protocol (MTP) library
ii  libncurses5:armhf                                                6.0+20161126-1                        armhf                                 shared libraries for terminal handling
ii  libncursesw5:armhf                                               6.0+20161126-1                        armhf                                 shared libraries for terminal handling (wide character support)
ii  libndp0:armhf                                                    1.6-1+b1                              armhf                                 Library for Neighbor Discovery Protocol
ii  libnet-dbus-perl                                                 1.1.0-4+b1                            armhf                                 Perl extension for the DBus bindings
ii  libnet-http-perl                                                 6.12-1                                all                                   module providing low-level HTTP connection client
ii  libnet-ssleay-perl                                               1.80-1                                armhf                                 Perl module for Secure Sockets Layer (SSL)
ii  libnetfilter-conntrack3:armhf                                    1.0.6-2                               armhf                                 Netfilter netlink-conntrack library
ii  libnettle6:armhf                                                 3.3-1+b1                              armhf                                 low level cryptographic library (symmetric and one-way cryptos)
ii  libnewt0.52:armhf                                                0.52.19-1+b1                          armhf                                 Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnfnetlink0:armhf                                              1.0.1-3                               armhf                                 Netfilter netlink library
ii  libnfs8:armhf                                                    1.11.0-2                              armhf                                 NFS client library (shared library)
ii  libnghttp2-14:armhf                                              1.18.1-1                              armhf                                 library implementing HTTP/2 protocol (shared 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  libnl-route-3-200:armhf                                          3.2.27-2                              armhf                                 library for dealing with netlink sockets - route interface
ii  libnm0:armhf                                                     1.6.2-3                               armhf                                 GObject-based client library for NetworkManager
ii  libnma0:armhf                                                    1.4.4-1                               armhf                                 library for wireless and mobile dialogs (libnm version)
ii  libnotify-bin                                                    0.7.7-2                               armhf                                 sends desktop notifications to a notification daemon (Utilities)
ii  libnotify4:armhf                                                 0.7.7-2                               armhf                                 sends desktop notifications to a notification daemon
ii  libnpth0:armhf                                                   1.3-1                                 armhf                                 replacement for GNU Pth using system threads
ii  libnspr4:armhf                                                   2:4.12-6                              armhf                                 NetScape Portable Runtime Library
ii  libnss3:armhf                                                    2:3.26.2-1.1                          armhf                                 Network Security Service libraries
ii  libntfs-3g871                                                    1:2016.2.22AR.1+dfsg-1                armhf                                 read/write NTFS driver for FUSE (runtime library)
ii  liboauth0:armhf                                                  1.0.1-1                               armhf                                 C library for implementing OAuth 1.0
ii  libobrender32v5                                                  3.6.1-4                               armhf                                 rendering library for openbox themes
ii  libobt2v5                                                        3.6.1-4                               armhf                                 parsing library for openbox
ii  libofa0:armhf                                                    0.9.3-15                              armhf                                 library for acoustic fingerprinting
ii  libogg0:armhf                                                    1.3.2-1                               armhf                                 Ogg bitstream library
ii  liboobs-1-5                                                      3.0.0-3                               armhf                                 GObject based interface to system-tools-backends - shared library
ii  libopenal-data                                                   1:1.17.2-4                            all                                   Software implementation of the OpenAL audio API (data files)
ii  libopenal1:armhf                                                 1:1.17.2-4+b2                         armhf                                 Software implementation of the OpenAL audio API (shared library)
ii  libopencv-calib3d2.4v5:armhf                                     2.4.9.1+dfsg1-2                       armhf                                 computer vision Camera Calibration library
ii  libopencv-core2.4v5:armhf                                        2.4.9.1+dfsg1-2                       armhf                                 computer vision core library
ii  libopencv-features2d2.4v5:armhf                                  2.4.9.1+dfsg1-2                       armhf                                 computer vision Feature Detection and Descriptor Extraction library
ii  libopencv-flann2.4v5:armhf                                       2.4.9.1+dfsg1-2                       armhf                                 computer vision Clustering and Search in Multi-Dimensional spaces library
ii  libopencv-highgui2.4-deb0:armhf                                  2.4.9.1+dfsg1-2                       armhf                                 computer vision High-level GUI and Media I/O library
ii  libopencv-imgproc2.4v5:armhf                                     2.4.9.1+dfsg1-2                       armhf                                 computer vision Image Processing library
ii  libopencv-objdetect2.4v5:armhf                                   2.4.9.1+dfsg1-2                       armhf                                 computer vision Object Detection library
ii  libopencv-video2.4v5:armhf                                       2.4.9.1+dfsg1-2                       armhf                                 computer vision Video analysis library
ii  libopenexr22:armhf                                               2.2.0-11+b1                           armhf                                 runtime files for the OpenEXR image library
ii  libopenjp2-7:armhf                                               2.1.2-1.1                             armhf                                 JPEG 2000 image compression/decompression library
ii  libopenmpt0:armhf                                                0.2.7386~beta20.3-3+deb9u2            armhf                                 module music library based on OpenMPT -- shared library
ii  libopts25:armhf                                                  1:5.18.12-3                           armhf                                 automated option processing library based on autogen
ii  libopus0:armhf                                                   1.2~alpha2-1                          armhf                                 Opus codec runtime library
ii  liborc-0.4-0:armhf                                               1:0.4.26-2                            armhf                                 Library of Optimized Inner Loops Runtime Compiler
ii  libp11-kit0:armhf                                                0.23.3-2                              armhf                                 library for loading and coordinating access to PKCS#11 modules - runtime
ii  libpam-modules:armhf                                             1.1.8-3.6                             armhf                                 Pluggable Authentication Modules for PAM
ii  libpam-modules-bin                                               1.1.8-3.6                             armhf                                 Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                                                   1.1.8-3.6                             all                                   Runtime support for the PAM library
ii  libpam-systemd:armhf                                             232-25+deb9u1                         armhf                                 system and service manager - PAM module
ii  libpam0g:armhf                                                   1.1.8-3.6                             armhf                                 Pluggable Authentication Modules library
ii  libpango-1.0-0:armhf                                             1.40.5-1                              armhf                                 Layout and rendering of internationalized text
ii  libpangocairo-1.0-0:armhf                                        1.40.5-1                              armhf                                 Layout and rendering of internationalized text
ii  libpangoft2-1.0-0:armhf                                          1.40.5-1                              armhf                                 Layout and rendering of internationalized text
ii  libpangomm-1.4-1v5:armhf                                         2.40.1-3                              armhf                                 C++ Wrapper for pango (shared libraries)
ii  libpangoxft-1.0-0:armhf                                          1.40.5-1                              armhf                                 Layout and rendering of internationalized text
ii  libparted2:armhf                                                 3.2-17                                armhf                                 disk partition manipulator - shared library
ii  libpci3:armhf                                                    1:3.5.2-1                             armhf                                 Linux PCI Utilities (shared library)
ii  libpciaccess0:armhf                                              0.13.4-1+b2                           armhf                                 Generic PCI access library for X
ii  libpcre16-3:armhf                                                2:8.39-3                              armhf                                 Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files
ii  libpcre2-8-0:armhf                                               10.22-3                               armhf                                 New Perl Compatible Regular Expression Library- 8 bit runtime files
ii  libpcre3:armhf                                                   2:8.39-3                              armhf                                 Old Perl 5 Compatible Regular Expression Library - 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+deb9u1                       armhf                                 shared Perl library
ii  libpgm-5.2-0:armhf                                               5.2.122~dfsg-2                        armhf                                 OpenPGM shared library
ii  libpipeline1:armhf                                               1.4.1-2                               armhf                                 pipeline manipulation library
ii  libpixman-1-0:armhf                                              0.34.0-1                              armhf                                 pixel-manipulation library for X and cairo
ii  libplist3:armhf                                                  1.12+git+1+e37ca00-0.3                armhf                                 Library for handling Apple binary and XML property lists
ii  libplymouth4:armhf                                               0.9.2-4                               armhf                                 graphical boot animation and logger - shared libraries
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+b2                            armhf                                 lib for parsing cmdline parameters
ii  libpostproc54:armhf                                              7:3.2.7-1~deb9u1                      armhf                                 FFmpeg library for post processing - runtime files
ii  libprocps6:armhf                                                 2:3.3.12-3                            armhf                                 library for accessing process information from /proc
ii  libproxy1v5:armhf                                                0.4.14-2                              armhf                                 automatic proxy configuration management library (shared)
ii  libpsl5:armhf                                                    0.17.0-3                              armhf                                 Library for Public Suffix List (shared libraries)
ii  libpulse-mainloop-glib0:armhf                                    10.0-1+deb9u1                         armhf                                 PulseAudio client libraries (glib support)
ii  libpulse0:armhf                                                  10.0-1+deb9u1                         armhf                                 PulseAudio client libraries
ii  libpulsedsp:armhf                                                10.0-1+deb9u1                         armhf                                 PulseAudio OSS pre-load library
ii  libpython-stdlib:armhf                                           2.7.13-2                              armhf                                 interactive high-level object-oriented language (default python version)
ii  libpython2.7:armhf                                               2.7.13-2                              armhf                                 Shared Python runtime library (version 2.7)
ii  libpython2.7-minimal:armhf                                       2.7.13-2                              armhf                                 Minimal subset of the Python language (version 2.7)
ii  libpython2.7-stdlib:armhf                                        2.7.13-2                              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                               armhf                                 Shared Python runtime library (version 3.5)
ii  libpython3.5-minimal:armhf                                       3.5.3-1                               armhf                                 Minimal subset of the Python language (version 3.5)
ii  libpython3.5-stdlib:armhf                                        3.5.3-1                               armhf                                 Interactive high-level object-oriented language (standard library, version 3.5)
ii  libqgsttools-p1:armhf                                            5.7.1~20161021-2                      armhf                                 GStreamer tools for  Qt 5 Multimedia module
ii  libqt5core5a:armhf                                               5.7.1+dfsg-3+b1                       armhf                                 Qt 5 core module
ii  libqt5dbus5:armhf                                                5.7.1+dfsg-3+b1                       armhf                                 Qt 5 D-Bus module
ii  libqt5gui5:armhf                                                 5.7.1+dfsg-3+b1                       armhf                                 Qt 5 GUI module
ii  libqt5multimedia5:armhf                                          5.7.1~20161021-2                      armhf                                 Qt 5 Multimedia module
ii  libqt5multimedia5-plugins:armhf                                  5.7.1~20161021-2                      armhf                                 Qt 5 Multimedia module plugins
ii  libqt5multimediaquick-p5:armhf                                   5.7.1~20161021-2                      armhf                                 Qt 5 Multimedia Quick module
ii  libqt5multimediawidgets5:armhf                                   5.7.1~20161021-2                      armhf                                 Qt 5 Multimedia Widgets module
ii  libqt5network5:armhf                                             5.7.1+dfsg-3+b1                       armhf                                 Qt 5 network module
ii  libqt5opengl5:armhf                                              5.7.1+dfsg-3+b1                       armhf                                 Qt 5 OpenGL module
ii  libqt5qml5:armhf                                                 5.7.1-2+b2                            armhf                                 Qt 5 QML module
ii  libqt5quick5:armhf                                               5.7.1-2+b2                            armhf                                 Qt 5 Quick library
ii  libqt5widgets5:armhf                                             5.7.1+dfsg-3+b1                       armhf                                 Qt 5 widgets module
ii  libraw1394-11:armhf                                              2.1.2-1+b1                            armhf                                 library for direct access to IEEE 1394 bus (aka FireWire)
ii  libre2-3:armhf                                                   20170101+dfsg-1                       armhf                                 efficient, principled regular expression library
ii  libreadline7:armhf                                               7.0-3                                 armhf                                 GNU readline and history libraries, run-time libraries
ii  librest-0.7-0:armhf                                              0.8.0-2                               armhf                                 REST service access library
ii  librockchip-mpp-dev                                              1.3.1-1                               armhf                                 Media Process Platform
ii  librockchip-mpp1                                                 1.3.1-1                               armhf                                 Media Process Platform
ii  librsvg2-2:armhf                                                 2.40.16-1+b1                          armhf                                 SAX-based renderer library for SVG files (runtime)
ii  librsvg2-common:armhf                                            2.40.16-1+b1                          armhf                                 SAX-based renderer library for SVG files (extra runtime)
ii  librtmp1:armhf                                                   2.4+20151223.gitfa8646d.1-1+b1        armhf                                 toolkit for RTMP streams (shared library)
ii  librubberband2:armhf                                             1.8.1-7                               armhf                                 audio time-stretching and pitch-shifting library
ii  libsamplerate0:armhf                                             0.1.8-8+b2                            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-db:armhf                                        2.1.27~101-g0780600+dfsg-3            armhf                                 Cyrus SASL - pluggable authentication modules (DB)
ii  libsbc1:armhf                                                    1.3-2                                 armhf                                 Sub Band CODEC library - runtime
ii  libseccomp2:armhf                                                2.3.1-2.1                             armhf                                 high level interface to Linux seccomp filter
ii  libsecret-1-0:armhf                                              0.18.5-3.1                            armhf                                 Secret store
ii  libsecret-common                                                 0.18.5-3.1                            all                                   Secret store (common files)
ii  libselinux1:armhf                                                2.6-3+b1                              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  libsensors4:armhf                                                1:3.4.0-4                             armhf                                 library to read temperature/voltage/fan sensors
ii  libsepol1:armhf                                                  2.6-2                                 armhf                                 SELinux library for manipulating binary security policies
ii  libserd-0-0:armhf                                                0.26.0~dfsg0-1                        armhf                                 lightweight RDF syntax library
ii  libshine3:armhf                                                  3.1.0-5                               armhf                                 Fixed-point MP3 encoding library - runtime files
ii  libshout3:armhf                                                  2.3.1-3                               armhf                                 MP3/Ogg Vorbis broadcast streaming library
ii  libsigc++-2.0-0v5:armhf                                          2.10.0-1                              armhf                                 type-safe Signal Framework for C++ - runtime
ii  libslang2:armhf                                                  2.3.1-5                               armhf                                 S-Lang programming library - runtime version
ii  libsm6:armhf                                                     2:1.2.2-1+b3                          armhf                                 X11 Session Management library
ii  libsmartcols1:armhf                                              2.29.2-1                              armhf                                 smart column output alignment library
ii  libsmbclient:armhf                                               2:4.5.8+dfsg-2+deb9u1+b1              armhf                                 shared library for communication with SMB/CIFS servers
ii  libsnappy1v5:armhf                                               1.1.3-3                               armhf                                 fast compression/decompression library
ii  libsndfile1:armhf                                                1.0.27-3                              armhf                                 Library for reading/writing audio files
ii  libsndio6.1:armhf                                                1.1.0-3                               armhf                                 Small audio and MIDI framework from OpenBSD, runtime libraries
ii  libsodium18:armhf                                                1.0.11-2                              armhf                                 Network communication, cryptography and signaturing library
ii  libsord-0-0:armhf                                                0.16.0~dfsg0-1+b1                     armhf                                 library for storing RDF data in memory
ii  libsoundtouch1:armhf                                             1.9.2-2+b1                            armhf                                 Sound stretching library
ii  libsoup-gnome2.4-1:armhf                                         2.56.0-2+deb9u1                       armhf                                 HTTP library implementation in C -- GNOME support library
ii  libsoup2.4-1:armhf                                               2.56.0-2+deb9u1                       armhf                                 HTTP library implementation in C -- Shared library
ii  libsoxr0:armhf                                                   0.1.2-2                               armhf                                 High quality 1D sample-rate conversion library
ii  libspandsp2:armhf                                                0.0.6+dfsg-0.1                        armhf                                 Telephony signal processing library
ii  libspeex1:armhf                                                  1.2~rc1.2-1+b2                        armhf                                 The Speex codec runtime library
ii  libspeexdsp1:armhf                                               1.2~rc1.2-1+b2                        armhf                                 The Speex extended runtime library
ii  libsqlite3-0:armhf                                               3.16.2-5                              armhf                                 SQLite 3 shared library
ii  libsratom-0-0:armhf                                              0.6.0~dfsg0-1                         armhf                                 library for serialising LV2 atoms to/from Turtle
ii  libsrtp0                                                         1.4.5~20130609~dfsg-2                 armhf                                 Secure RTP (SRTP) and UST Reference Implementations - shared library
ii  libss2:armhf                                                     1.43.4-2                              armhf                                 command-line interface parsing library
ii  libssh-gcrypt-4:armhf                                            0.7.3-2                               armhf                                 tiny C SSH library (gcrypt flavor)
ii  libssh2-1:armhf                                                  1.7.0-1                               armhf                                 SSH2 client-side library
ii  libssl1.0.2:armhf                                                1.0.2l-2                              armhf                                 Secure Sockets Layer toolkit - shared libraries
ii  libssl1.1:armhf                                                  1.1.0f-3                              armhf                                 Secure Sockets Layer toolkit - shared libraries
ii  libstartup-notification0:armhf                                   0.12-4+b2                             armhf                                 library for program launch feedback (shared library)
ii  libstdc++-6-dev:armhf                                            6.3.0-18                              armhf                                 GNU Standard C++ Library v3 (development files)
ii  libstdc++6:armhf                                                 6.3.0-18                              armhf                                 GNU Standard C++ Library v3
ii  libswresample2:armhf                                             7:3.2.7-1~deb9u1                      armhf                                 FFmpeg library for audio resampling, rematrixing etc. - runtime files
ii  libswscale4:armhf                                                7:3.2.7-1~deb9u1                      armhf                                 FFmpeg library for image scaling and various conversions - runtime files
ii  libsystemd0:armhf                                                232-25+deb9u1                         armhf                                 systemd utility library
ii  libtag1v5:armhf                                                  1.11.1+dfsg.1-0.1                     armhf                                 audio meta-data library
ii  libtag1v5-vanilla:armhf                                          1.11.1+dfsg.1-0.1                     armhf                                 audio meta-data library - vanilla flavour
ii  libtalloc2:armhf                                                 2.1.8-1                               armhf                                 hierarchical pool based memory allocator
ii  libtasn1-6:armhf                                                 4.10-1.1                              armhf                                 Manage ASN.1 structures (runtime)
ii  libtcl8.6:armhf                                                  8.6.6+dfsg-1+b1                       armhf                                 Tcl (the Tool Command Language) v8.6 - run-time library files
ii  libtdb1:armhf                                                    1.3.11-2                              armhf                                 Trivial Database - shared library
ii  libteamdctl0:armhf                                               1.26-1+b1                             armhf                                 library for communication with `teamd` process
ii  libtevent0:armhf                                                 0.9.31-1                              armhf                                 talloc-based event loop library - shared library
ii  libtext-charwidth-perl                                           0.04-7+b6                             armhf                                 get display widths of characters on the terminal
ii  libtext-iconv-perl                                               1.7-5+b4                              armhf                                 converts between character sets in Perl
ii  libtext-wrapi18n-perl                                            0.06-7.1                              all                                   internationalized substitute of Text::Wrap
ii  libthai-data                                                     0.1.26-1                              all                                   Data files for Thai language support library
ii  libthai0:armhf                                                   0.1.26-1                              armhf                                 Thai language support library
ii  libtheora0:armhf                                                 1.1.1+dfsg.1-14+b1                    armhf                                 Theora Video Compression Codec
ii  libtiff5:armhf                                                   4.0.8-2+deb9u1                        armhf                                 Tag Image File Format (TIFF) library
ii  libtimedate-perl                                                 2.3000-2                              all                                   collection of modules to manipulate date/time information
ii  libtinfo5:armhf                                                  6.0+20161126-1                        armhf                                 shared low-level terminfo library for terminal handling
ii  libtk8.6:armhf                                                   8.6.6-1+b1                            armhf                                 Tk toolkit for Tcl and X11 v8.6 - run-time files
ii  libtwolame0:armhf                                                0.3.13-2                              armhf                                 MPEG Audio Layer 2 encoding library
ii  libubsan0:armhf                                                  6.3.0-18                              armhf                                 UBSan -- undefined behaviour sanitizer (runtime)
ii  libudev1:armhf                                                   232-25+deb9u1                         armhf                                 libudev shared library
ii  libudisks2-0:armhf                                               2.1.8-1                               armhf                                 GObject based library to access udisks2
ii  libunique-1.0-0                                                  1.1.6-5                               armhf                                 Library for writing single instance applications - shared libraries
ii  libunistring0:armhf                                              0.9.6+really0.9.3-0.1                 armhf                                 Unicode string library for C
ii  libunwind8                                                       1.1-4.1                               armhf                                 library to determine the call-chain of a program - runtime
ii  libupower-glib3:armhf                                            0.99.4-4+b1                           armhf                                 abstraction for power management - shared library
ii  liburi-perl                                                      1.71-1                                all                                   module to manipulate and access URI strings
ii  libusb-1.0-0:armhf                                               2:1.0.21-1                            armhf                                 userspace USB programming library
ii  libusbmuxd4:armhf                                                1.0.10-3+b1                           armhf                                 USB multiplexor daemon for iPhone and iPod Touch devices - library
ii  libustr-1.0-1:armhf                                              1.0.4-6                               armhf                                 Micro string library: shared library
ii  libutempter0:armhf                                               1.1.6-3                               armhf                                 privileged helper for utmp/wtmp updates (runtime)
ii  libuuid1:armhf                                                   2.29.2-1                              armhf                                 Universally Unique ID library
ii  libv4l-0:armhf                                                   1.12.3-1                              armhf                                 Collection of video4linux support libraries
ii  libv4lconvert0:armhf                                             1.12.3-1                              armhf                                 Video4linux frame format conversion library
ii  libva-drm1:armhf                                                 1.7.3-2                               armhf                                 Video Acceleration (VA) API for Linux -- DRM runtime
ii  libva-x11-1:armhf                                                1.7.3-2                               armhf                                 Video Acceleration (VA) API for Linux -- X11 runtime
ii  libva1:armhf                                                     1.7.3-2                               armhf                                 Video Acceleration (VA) API for Linux -- runtime
ii  libvdpau1:armhf                                                  1.1.1-6                               armhf                                 Video Decode and Presentation API for Unix (libraries)
ii  libvisual-0.4-0:armhf                                            0.4.0-10                              armhf                                 audio visualization framework
ii  libvo-aacenc0:armhf                                              0.1.3-1                               armhf                                 VisualOn AAC encoder library
ii  libvo-amrwbenc0:armhf                                            0.1.3-1                               armhf                                 VisualOn AMR-WB encoder library
ii  libvorbis0a:armhf                                                1.3.5-4                               armhf                                 decoder library for Vorbis General Audio Compression Codec
ii  libvorbisenc2:armhf                                              1.3.5-4                               armhf                                 encoder library for Vorbis General Audio Compression Codec
ii  libvorbisfile3:armhf                                             1.3.5-4                               armhf                                 high-level API for Vorbis General Audio Compression Codec
ii  libvpx4:armhf                                                    1.6.1-3                               armhf                                 VP8 and VP9 video codec (shared library)
ii  libvte-2.91-0:armhf                                              0.46.1-1                              armhf                                 Terminal emulator widget for GTK+ 3.0 - runtime files
ii  libvte-2.91-common                                               0.46.1-1                              all                                   Terminal emulator widget for GTK+ 3.0 - common files
ii  libvte-common                                                    1:0.28.2-5                            all                                   Terminal emulator widget for GTK+ 2.x - common files
ii  libvte9                                                          1:0.28.2-5+b2                         armhf                                 Terminal emulator widget for GTK+ 2.0 - runtime files
ii  libwacom-common                                                  0.22-1                                all                                   Wacom model feature query library (common files)
ii  libwacom2:armhf                                                  0.22-1+b1                             armhf                                 Wacom model feature query library
ii  libwavpack1:armhf                                                5.0.0-2                               armhf                                 audio codec (lossy and lossless) - library
ii  libwayland-client0:armhf                                         1.12.0-1                              armhf                                 wayland compositor infrastructure - client library
ii  libwayland-cursor0:armhf                                         1.12.0-1                              armhf                                 wayland compositor infrastructure - cursor library
ii  libwayland-egl1-mesa:armhf                                       13.0.6-1+b2                           armhf                                 implementation of the Wayland EGL platform -- runtime
ii  libwayland-server0:armhf                                         1.12.0-1                              armhf                                 wayland compositor infrastructure - server library
ii  libwbclient0:armhf                                               2:4.5.8+dfsg-2+deb9u1+b1              armhf                                 Samba winbind client library
ii  libwebp6:armhf                                                   0.5.2-1                               armhf                                 Lossy compression of digital photographic images.
ii  libwebpdemux2:armhf                                              0.5.2-1                               armhf                                 Lossy compression of digital photographic images.
ii  libwebpmux2:armhf                                                0.5.2-1                               armhf                                 Lossy compression of digital photographic images.
ii  libwebrtc-audio-processing1:armhf                                0.3-1                                 armhf                                 AudioProcessing module from the WebRTC project.
ii  libwildmidi-config                                               0.4.0-2                               all                                   software MIDI player configuration
ii  libwildmidi2:armhf                                               0.4.0-2+b2                            armhf                                 software MIDI player library
ii  libwnck-common                                                   2.30.7-5.1                            all                                   Window Navigator Construction Kit - common files
ii  libwnck22:armhf                                                  2.30.7-5.1                            armhf                                 Window Navigator Construction Kit - runtime files
ii  libwrap0:armhf                                                   7.6.q-26                              armhf                                 Wietse Venema's TCP wrappers library
ii  libwww-perl                                                      6.15-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: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  libx11-xcb1:armhf                                                2:1.6.4-3                             armhf                                 Xlib/XCB interface library
ii  libx264-148:armhf                                                2:0.148.2748+git97eaef2-1             armhf                                 x264 video coding library
ii  libx265-95:armhf                                                 2.1-2+b2                              armhf                                 H.265/HEVC video stream encoder (shared library)
ii  libxapian30:armhf                                                1.4.3-2                               armhf                                 Search engine library
ii  libxatracker2:armhf                                              13.0.6-1+b2                           armhf                                 X acceleration library -- runtime
ii  libxau6:armhf                                                    1:1.0.8-1                             armhf                                 X11 authorisation library
ii  libxaw7:armhf                                                    2:1.0.13-1+b2                         armhf                                 X11 Athena Widget library
ii  libxcb-dri2-0:armhf                                              1.12-1                                armhf                                 X C Binding, dri2 extension
ii  libxcb-dri3-0:armhf                                              1.12-1                                armhf                                 X C Binding, dri3 extension
ii  libxcb-glx0:armhf                                                1.12-1                                armhf                                 X C Binding, glx extension
ii  libxcb-icccm4:armhf                                              0.4.1-1                               armhf                                 utility libraries for X C Binding -- icccm
ii  libxcb-image0:armhf                                              0.4.0-1+b2                            armhf                                 utility libraries for X C Binding -- image
ii  libxcb-keysyms1:armhf                                            0.4.0-1+b2                            armhf                                 utility libraries for X C Binding -- keysyms
ii  libxcb-present0:armhf                                            1.12-1                                armhf                                 X C Binding, present extension
ii  libxcb-randr0:armhf                                              1.12-1                                armhf                                 X C Binding, randr extension
ii  libxcb-render-util0:armhf                                        0.3.9-1                               armhf                                 utility libraries for X C Binding -- render-util
ii  libxcb-render0:armhf                                             1.12-1                                armhf                                 X C Binding, render extension
ii  libxcb-shape0:armhf                                              1.12-1                                armhf                                 X C Binding, shape extension
ii  libxcb-shm0:armhf                                                1.12-1                                armhf                                 X C Binding, shm extension
ii  libxcb-sync1:armhf                                               1.12-1                                armhf                                 X C Binding, sync extension
ii  libxcb-util0:armhf                                               0.3.8-3+b2                            armhf                                 utility libraries for X C Binding -- atom, aux and event
ii  libxcb-xfixes0:armhf                                             1.12-1                                armhf                                 X C Binding, xfixes extension
ii  libxcb-xinerama0:armhf                                           1.12-1                                armhf                                 X C Binding, xinerama extension
ii  libxcb-xkb1:armhf                                                1.12-1                                armhf                                 X C Binding, XKEYBOARD extension
ii  libxcb1:armhf                                                    1.12-1                                armhf                                 X C Binding
ii  libxcomposite1:armhf                                             1:0.4.4-2                             armhf                                 X11 Composite extension library
ii  libxcursor1:armhf                                                1:1.1.14-1+b4                         armhf                                 X cursor management library
ii  libxdamage1:armhf                                                1:1.1.4-2+b3                          armhf                                 X11 damaged region extension library
ii  libxdmcp6:armhf                                                  1:1.1.2-3                             armhf                                 X11 Display Manager Control Protocol library
ii  libxext6:armhf                                                   2:1.3.3-1+b2                          armhf                                 X11 miscellaneous extension library
ii  libxfce4ui-1-0                                                   4.12.1-2                              armhf                                 widget library for Xfce - Gtk+2 variant
ii  libxfce4ui-2-0                                                   4.12.1-2                              armhf                                 widget library for Xfce - Gtk+3 variant
ii  libxfce4ui-common                                                4.12.1-2                              all                                   common files for libxfce4ui
ii  libxfce4util-common                                              4.12.1-3                              all                                   common files for libxfce4util
ii  libxfce4util7:armhf                                              4.12.1-3                              armhf                                 Utility functions library for Xfce4
ii  libxfconf-0-2                                                    4.12.1-1                              armhf                                 Client library for Xfce4 configure interface
ii  libxfixes3:armhf                                                 1:5.0.3-1                             armhf                                 X11 miscellaneous 'fixes' extension library
ii  libxfont1:armhf                                                  1:1.5.2-4                             armhf                                 X11 font rasterisation library
ii  libxfont2:armhf                                                  1:2.0.1-3                             armhf                                 X11 font rasterisation library
ii  libxft2:armhf                                                    2.3.2-1+b2                            armhf                                 FreeType-based font drawing library for X
ii  libxi6:armhf                                                     2:1.7.9-1                             armhf                                 X11 Input extension library
ii  libxinerama1:armhf                                               2:1.1.3-1+b3                          armhf                                 X11 Xinerama extension library
ii  libxkbcommon-x11-0:armhf                                         0.7.1-1                               armhf                                 library to create keymaps with the XKB X11 protocol
ii  libxkbcommon0:armhf                                              0.7.1-1                               armhf                                 library interface to the XKB compiler - shared library
ii  libxkbfile1:armhf                                                1:1.0.9-2                             armhf                                 X11 keyboard file manipulation library
ii  libxklavier16:armhf                                              5.4-2                                 armhf                                 X Keyboard Extension high-level API
ii  libxml-parser-perl                                               2.44-2+b1                             armhf                                 Perl module for parsing XML files
ii  libxml-twig-perl                                                 1:3.50-1                              all                                   Perl module for processing huge XML documents in tree mode
ii  libxml2:armhf                                                    2.9.4+dfsg1-2.2+deb9u1                armhf                                 GNOME XML library
ii  libxmmsclient-glib1                                              0.8+dfsg-18                           armhf                                 XMMS2 - glib client library
ii  libxmmsclient6                                                   0.8+dfsg-18                           armhf                                 XMMS2 - client library
ii  libxmu6:armhf                                                    2:1.1.2-2                             armhf                                 X11 miscellaneous utility library
ii  libxmuu1:armhf                                                   2:1.1.2-2                             armhf                                 X11 miscellaneous micro-utility library
ii  libxpm4:armhf                                                    1:3.5.12-1                            armhf                                 X11 pixmap library
ii  libxrandr2:armhf                                                 2:1.5.1-1                             armhf                                 X11 RandR extension library
ii  libxrender1:armhf                                                1:0.9.10-1                            armhf                                 X Rendering Extension client library
ii  libxres1:armhf                                                   2:1.0.7-1+b3                          armhf                                 X11 Resource extension library
ii  libxshmfence1:armhf                                              1.2-1+b2                              armhf                                 X shared memory fences - shared library
ii  libxslt1.1:armhf                                                 1.1.29-2.1                            armhf                                 XSLT 1.0 processing library - runtime library
ii  libxss1:armhf                                                    1:1.2.2-1                             armhf                                 X11 Screen Saver extension library
ii  libxt6:armhf                                                     1:1.1.5-1                             armhf                                 X11 toolkit intrinsics library
ii  libxtables12:armhf                                               1.6.0+snapshot20161117-6              armhf                                 netfilter xtables library
ii  libxtst6:armhf                                                   2:1.2.3-1                             armhf                                 X11 Testing -- Record extension library
ii  libxv1:armhf                                                     2:1.0.11-1                            armhf                                 X11 Video extension library
ii  libxvidcore4:armhf                                               2:1.3.4-1+b2                          armhf                                 Open source MPEG-4 video codec (library)
ii  libxxf86dga1:armhf                                               2:1.1.4-1+b3                          armhf                                 X11 Direct Graphics Access extension library
ii  libxxf86vm1:armhf                                                1:1.1.4-1+b2                          armhf                                 X11 XFree86 video mode extension library
ii  libzbar0:armhf                                                   0.10+doc-10.1                         armhf                                 bar code scanner and decoder (library)
ii  libzmq5:armhf                                                    4.2.1-4                               armhf                                 lightweight messaging kernel (shared library)
ii  libzvbi-common                                                   0.2.35-13                             all                                   Vertical Blanking Interval decoder (VBI) - common files
ii  libzvbi0:armhf                                                   0.2.35-13                             armhf                                 Vertical Blanking Interval decoder (VBI) - runtime files
ii  lightdm                                                          1.18.3-1                              armhf                                 simple display manager
ii  lightdm-gtk-greeter                                              2.0.2-1                               armhf                                 simple display manager (GTK+ greeter)
ii  linaro-overlay-minimal                                           1112.10                               all                                   Linaro Overlay for Linaro headless/minimal images
ii  linux-base                                                       4.5                                   all                                   Linux image base package
ii  linux-libc-dev:armhf                                             4.9.30-2+deb9u3                       armhf                                 Linux support headers for userspace development
ii  locales                                                          2.24-11+deb9u1                        all                                   GNU C Library: National Language (locale) data [support]
ii  login                                                            1:4.4-4.1                             armhf                                 system login tools
ii  lsb-base                                                         9.20161125                            all                                   Linux Standard Base init script functionality
ii  lsb-release                                                      9.20161125                            all                                   Linux Standard Base version reporting utility
ii  lsof                                                             4.89+dfsg-0.1                         armhf                                 Utility to list open files
ii  lua5.1                                                           5.1.5-8.1+b2                          armhf                                 Simple, extensible, embeddable programming language
ii  lxappearance                                                     0.6.3-1                               armhf                                 LXDE GTK+ theme switcher
ii  lxappearance-obconf                                              0.2.3-1                               armhf                                 LXDE GTK+ theme switcher (plugin)
ii  lxde                                                             9                                     all                                   Metapackage for LXDE
ii  lxde-common                                                      0.99.2-3                              all                                   LXDE common configuration files
ii  lxde-core                                                        9                                     all                                   Metapackage for the LXDE core
ii  lxde-icon-theme                                                  0.5.1-2                               all                                   LXDE standard icon theme
ii  lxhotkey-core                                                    0.1.0-1                               armhf                                 Lightweight global keyboard shortcuts configurator
ii  lxhotkey-gtk                                                     0.1.0-1                               armhf                                 LXHotkey keyboard shortcuts configurator (GTK+ GUI plugin)
ii  lxinput                                                          0.3.5-1                               armhf                                 LXDE keyboard and mouse configuration
ii  lxlauncher                                                       0.2.5-1                               armhf                                 LXDE launcher for netbooks
ii  lxmenu-data                                                      0.1.5-2                               all                                   LXDE freedesktop.org menu specification
ii  lxmusic                                                          0.4.7-1                               armhf                                 LXDE music player
ii  lxpanel                                                          0.9.3-1                               armhf                                 LXDE panel
ii  lxpanel-data                                                     0.9.3-1                               all                                   LXDE panel (data files)
ii  lxrandr                                                          0.3.1-1                               armhf                                 LXDE monitor configuration tool
ii  lxsession                                                        0.5.3-2                               armhf                                 LXDE default session manager
ii  lxsession-data                                                   0.5.3-2                               all                                   Common files for lxsession
ii  lxsession-default-apps                                           0.5.3-2                               armhf                                 utility to configure lxsession and its default applications
ii  lxsession-edit                                                   0.5.3-2                               armhf                                 configure what application start up automaticlly in LXDE
ii  lxsession-logout                                                 0.5.3-2                               armhf                                 utility to logout from a LXDE or an Openbox session
ii  lxtask                                                           0.1.8-1                               armhf                                 LXDE task manager
ii  lxterminal                                                       0.3.0-2                               armhf                                 LXDE terminal emulator
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  mawk                                                             1.3.3-17+b3                           armhf                                 a pattern scanning and text processing language
ii  mesa-utils                                                       8.3.0-3                               armhf                                 Miscellaneous Mesa GL utilities
ii  mesa-utils-extra                                                 8.3.0-3                               armhf                                 Miscellaneous Mesa utilies (opengles, egl)
ii  mime-support                                                     3.60                                  all                                   MIME files 'mime.types' & 'mailcap', and support programs
ii  mount                                                            2.29.2-1                              armhf                                 tools for mounting and manipulating filesystems
ii  multiarch-support                                                2.24-11+deb9u1                        armhf                                 Transitional package to ensure multiarch compatibility
ii  mutrace                                                          0.2.0-3                               armhf                                 mutex and realtime memory allocation profiling tools
ii  ncurses-base                                                     6.0+20161126-1                        all                                   basic terminal type definitions
ii  ncurses-bin                                                      6.0+20161126-1                        armhf                                 terminal-related programs and man pages
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  network-manager                                                  1.6.2-3                               armhf                                 network management framework (daemon and userspace tools)
ii  network-manager-gnome                                            1.4.4-1                               armhf                                 network management framework (GNOME frontend)
ii  notification-daemon                                              3.20.0-1+b1                           armhf                                 daemon for displaying passive pop-up notifications
ii  ntfs-3g                                                          1:2016.2.22AR.1+dfsg-1                armhf                                 read/write NTFS driver for FUSE
ii  obconf                                                           1:2.0.4+git20150213-2                 armhf                                 preferences manager for Openbox window manager
ii  openbox                                                          3.6.1-4                               armhf                                 standards-compliant, fast, light-weight and extensible window manager
ii  openbox-lxde-session                                             0.99.2-3                              all                                   LXDE session manager and configuration files
ii  openssh-client                                                   1:7.4p1-10+deb9u1                     armhf                                 secure shell (SSH) client, for secure access to remote machines
ii  openssh-server                                                   1:7.4p1-10+deb9u1                     armhf                                 secure shell (SSH) server, for secure access from remote machines
ii  openssh-sftp-server                                              1:7.4p1-10+deb9u1                     armhf                                 secure shell (SSH) sftp server module, for SFTP access from remote machines
ii  openssl                                                          1.1.0f-3                              armhf                                 Secure Sockets Layer toolkit - cryptographic utility
ii  p11-kit                                                          0.23.3-2                              armhf                                 p11-glue utilities
ii  p11-kit-modules:armhf                                            0.23.3-2                              armhf                                 p11-glue proxy and trust modules
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+b2                            armhf                                 Apply a diff file to an original
ii  pavucontrol                                                      3.0-3.1                               armhf                                 PulseAudio Volume Control
ii  pcmanfm                                                          1.2.5-3                               armhf                                 extremely fast and lightweight file manager
ii  perl                                                             5.24.1-3+deb9u1                       armhf                                 Larry Wall's Practical Extraction and Report Language
ii  perl-base                                                        5.24.1-3+deb9u1                       armhf                                 minimal Perl system
ii  perl-modules-5.24                                                5.24.1-3+deb9u1                       all                                   Core Perl modules
ii  perl-openssl-defaults:armhf                                      3                                     armhf                                 version compatibility baseline for Perl OpenSSL packages
ii  pinentry-curses                                                  1.0.0-2                               armhf                                 curses-based PIN or pass-phrase entry dialog for GnuPG
ii  pinentry-gnome3                                                  1.0.0-2                               armhf                                 GNOME 3 PIN or pass-phrase entry dialog for GnuPG
ii  pkg-config                                                       0.29-4+b1                             armhf                                 manage compile and link flags for libraries
ii  plymouth                                                         0.9.2-4                               armhf                                 boot animation, logger and I/O multiplexer
ii  plymouth-themes                                                  0.9.2-4                               armhf                                 boot animation, logger and I/O multiplexer - themes
ii  policykit-1                                                      0.105-18                              armhf                                 framework for managing administrative policies and privileges
ii  policykit-1-gnome                                                0.105-6                               armhf                                 authentication agent for PolicyKit
ii  powerdebug                                                       0.7.0-2013.08-1+b2                    armhf                                 tool to display regulator, sensor and clock information
ii  powertop                                                         2.8-1+b1                              armhf                                 diagnose issues with power consumption and management
ii  procps                                                           2:3.3.12-3                            armhf                                 /proc file system utilities
ii  psmisc                                                           22.21-2.1+b2                          armhf                                 utilities that use the proc file system
ii  pulseaudio                                                       10.0-1+deb9u1                         armhf                                 PulseAudio sound server
ii  pulseaudio-module-bluetooth                                      10.0-1+deb9u1                         armhf                                 Bluetooth module for PulseAudio sound server
ii  pulseaudio-utils                                                 10.0-1+deb9u1                         armhf                                 Command line tools for the PulseAudio sound server
ii  python                                                           2.7.13-2                              armhf                                 interactive high-level object-oriented language (default version)
ii  python-gi                                                        3.22.0-2                              armhf                                 Python 2.x bindings for gobject-introspection libraries
ii  python-gobject                                                   3.22.0-2                              all                                   Python 2.x bindings for GObject - transitional package
ii  python-gobject-2                                                 2.28.6-13                             armhf                                 deprecated static Python bindings for the GObject library
ii  python-minimal                                                   2.7.13-2                              armhf                                 minimal subset of the Python language (default version)
ii  python-talloc                                                    2.1.8-1                               armhf                                 hierarchical pool based memory allocator - Python bindings
ii  python-tk                                                        2.7.13-1                              armhf                                 Tkinter - Writing Tk applications with Python
ii  python2.7                                                        2.7.13-2                              armhf                                 Interactive high-level object-oriented language (version 2.7)
ii  python2.7-minimal                                                2.7.13-2                              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-cairo                                                    1.10.0+dfsg-5+b1                      armhf                                 Python 3 bindings for the Cairo vector graphics library
ii  python3-chardet                                                  2.3.0-2                               all                                   universal character encoding detector for Python3
ii  python3-dbus                                                     1.2.4-1+b1                            armhf                                 simple interprocess messaging system (Python 3 interface)
ii  python3-gi                                                       3.22.0-2                              armhf                                 Python 3 bindings for gobject-introspection libraries
ii  python3-gi-cairo                                                 3.22.0-2                              armhf                                 Python 3 Cairo bindings for the GObject library
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-tk:armhf                                                 3.5.3-1                               armhf                                 Tkinter - Writing Tk applications with Python 3.x
ii  python3-urllib3                                                  1.19.1-1                              all                                   HTTP library with thread-safe connection pooling for Python3
ii  python3.5                                                        3.5.3-1                               armhf                                 Interactive high-level object-oriented language (version 3.5)
ii  python3.5-minimal                                                3.5.3-1                               armhf                                 Minimal subset of the Python language (version 3.5)
ii  qml-module-qt-labs-folderlistmodel:armhf                         5.7.1-2+b2                            armhf                                 Qt 5 folderlistmodel QML module
ii  qml-module-qtmultimedia:armhf                                    5.7.1~20161021-2                      armhf                                 Qt 5 Multimedia QML module
ii  qml-module-qtquick2:armhf                                        5.7.1-2+b2                            armhf                                 Qt 5 Qt Quick 2 QML module
ii  qtmultimedia5-doc-html                                           5.7.1-20170610                        all                                   Qt 5 multimedia HTML documentation
ii  qtmultimedia5-examples:armhf                                     5.7.1-20170610                        armhf                                 Examples for Qt 5 Multimedia module
ii  read-edid                                                        3.0.2-1+b1                            armhf                                 hardware information-gathering tool for VESA PnP monitors
ii  readline-common                                                  7.0-3                                 all                                   GNU readline and history libraries, common files
ii  realvnc-vnc-viewer                                               6.1.1.28093                           armhf                                 VNC® Viewer
ii  resolvconf                                                       1.79                                  all                                   name server information handler
ii  rfkill                                                           0.5-1+b1                              armhf                                 tool for enabling and disabling wireless devices
ii  rsyslog                                                          8.24.0-1                              armhf                                 reliable system and kernel logging daemon
ii  samba-libs:armhf                                                 2:4.5.8+dfsg-2+deb9u1+b1              armhf                                 Samba core libraries
ii  scratch                                                          1.4.0.6~dfsg1-5                       all                                   easy to use programming environment for ages 8 and up
ii  sed                                                              4.4-1                                 armhf                                 GNU stream editor for filtering/transforming text
ii  sensible-utils                                                   0.0.9                                 all                                   Utilities for sensible alternative selection
ii  shared-mime-info                                                 1.8-1                                 armhf                                 FreeDesktop.org shared MIME database and spec
ii  squeak-plugins-scratch                                           1.4.0.2~svn.r83-2.1                   armhf                                 Squeak plugins for the Scratch programming environment
ii  squeak-vm                                                        1:4.10.2.2614-4.1                     armhf                                 Unix Squeak virtual machine
ii  ssh-import-id                                                    5.6-1                                 all                                   securely retrieve an SSH public key and install it locally
ii  sshfs                                                            2.8-1                                 armhf                                 filesystem client based on SSH File Transfer Protocol
ii  startpar                                                         0.59-3.1                              armhf                                 run processes in parallel and multiplex their output
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  synaptic                                                         0.84.2                                armhf                                 Graphical package manager
ii  system-tools-backends                                            2.10.2-3+b1                           armhf                                 System Tools to manage computer configuration -- scripts
ii  systemd                                                          232-25+deb9u1                         armhf                                 system and service manager
ii  systemd-sysv                                                     232-25+deb9u1                         armhf                                 system and service manager - SysV links
ii  sysv-rc                                                          2.88dsf-59.9                          all                                   System-V-like runlevel change mechanism
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  tightvncserver                                                   1:1.3.9-9                             armhf                                 virtual network computing server software
ii  tk8.6-blt2.5                                                     2.5.3+dfsg-3                          armhf                                 graphics extension library for Tcl/Tk - library
ii  trace-cmd                                                        2.6-0.1+b1                            armhf                                 Utility for retrieving and analyzing function tracing in the kernel
ii  tzdata                                                           2017b-1                               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+deb9u1                         armhf                                 /dev/ and hotplug management daemon
ii  udisks2                                                          2.1.8-1                               armhf                                 D-Bus service to access and manipulate storage devices
ii  unzip                                                            6.0-21                                armhf                                 De-archiver for .zip files
ii  upower                                                           0.99.4-4+b1                           armhf                                 abstraction for power management
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+b1                            armhf                                 Linux USB utilities
ii  user-setup                                                       1.67                                  all                                   Set up initial user and password
ii  util-linux                                                       2.29.2-1                              armhf                                 miscellaneous system utilities
ii  vim                                                              2:8.0.0197-4                          armhf                                 Vi IMproved - enhanced vi editor
ii  vim-common                                                       2:8.0.0197-4                          all                                   Vi IMproved - Common files
ii  vim-runtime                                                      2:8.0.0197-4                          all                                   Vi IMproved - Runtime files
ii  vim-tiny                                                         2:8.0.0197-4                          armhf                                 Vi IMproved - enhanced vi editor - compact version
ii  wget                                                             1.18-5                                armhf                                 retrieves files from the web
ii  whiptail                                                         0.52.19-1+b1                          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+b1                         armhf                                 Tools for manipulating Linux Wireless Extensions
ii  wpasupplicant                                                    2:2.4-1                               armhf                                 client support for WPA and WPA2 (IEEE 802.11i)
ii  x11-common                                                       1:7.7+19                              all                                   X Window System (X.Org) infrastructure
ii  x11-utils                                                        7.7+3+b1                              armhf                                 X11 utilities
ii  x11-xkb-utils                                                    7.7+3+b1                              armhf                                 X11 XKB utilities
ii  x11-xserver-utils                                                7.7+7+b1                              armhf                                 X server utilities
ii  xarchiver                                                        1:0.5.4-7                             armhf                                 GTK+ frontend for most used compression formats
ii  xauth                                                            1:1.0.9-1+b2                          armhf                                 X authentication utility
ii  xbitmaps                                                         1.1.1-2                               all                                   Base X bitmaps
ii  xdg-user-dirs                                                    0.15-2+b1                             armhf                                 tool to manage well known user directories
ii  xdg-user-dirs-gtk                                                0.10-1+b1                             armhf                                 tool to manage well known user directories (Gtk extension)
ii  xdg-utils                                                        1.1.1-1                               all                                   desktop integration utilities from freedesktop.org
ii  xfce4-notifyd                                                    0.3.4-1                               armhf                                 simple, visually-appealing notification daemon for Xfce
ii  xfce4-panel                                                      4.12.1-2                              armhf                                 panel for Xfce4 desktop environment
ii  xfce4-power-manager                                              1.4.4-4                               armhf                                 power manager for Xfce desktop
ii  xfce4-power-manager-data                                         1.4.4-4                               all                                   power manager for Xfce desktop, arch-indep files
ii  xfce4-power-manager-plugins                                      1.4.4-4                               armhf                                 power manager plugins for Xfce panel
ii  xfconf                                                           4.12.1-1                              armhf                                 utilities for managing settings in Xfce
ii  xfonts-base                                                      1:1.0.4+nmu1                          all                                   standard fonts for X
ii  xfonts-encodings                                                 1:1.0.4-2                             all                                   Encodings for X.Org fonts
ii  xfonts-utils                                                     1:7.7+4                               armhf                                 X Window System font utility programs
ii  xinit                                                            1.3.4-3+b1                            armhf                                 X server initialisation tool
ii  xkb-data                                                         2.19-1                                all                                   X Keyboard Extension (XKB) configuration data
ii  xkeycaps                                                         2.47-4.1+b1                           armhf                                 manipulate X11 keymaps (for xmodmap) graphically
ii  xmms2-client-cli                                                 0.8+dfsg-18                           armhf                                 XMMS2 - cli client
ii  xmms2-core                                                       0.8+dfsg-18                           armhf                                 XMMS2 - core package
ii  xmms2-plugin-alsa                                                0.8+dfsg-18                           armhf                                 XMMS2 - ALSA output
ii  xmms2-plugin-mad                                                 0.8+dfsg-18                           armhf                                 XMMS2 - libmad based mp3 decoder
ii  xmms2-plugin-pulse                                               0.8+dfsg-18                           armhf                                 XMMS2 - PulseAudio output plug-in
ii  xmms2-plugin-vorbis                                              0.8+dfsg-18                           armhf                                 XMMS2 - vorbis decoder
ii  xserver-common                                                   2:1.19.3-1                            all                                   common files used by various X servers
rc  xserver-xorg                                                     1:7.7+19                              armhf                                 X.Org X server
ii  xserver-xorg-core                                                2:1.19.3-1                            armhf                                 Xorg X server - core server
ii  xserver-xorg-input-evdev                                         1:2.10.5-1                            armhf                                 X.Org X server -- evdev input driver
ii  xserver-xorg-input-libinput                                      0.23.0-2                              armhf                                 X.Org X server -- libinput input driver
ii  xserver-xorg-input-synaptics                                     1.9.0-1+b1                            armhf                                 Synaptics TouchPad driver for X.Org server
ii  xterm                                                            327-2                                 armhf                                 X terminal emulator
ii  xxd                                                              2:8.0.0197-4                          armhf                                 tool to make (or reverse) a hex dump
ii  xz-utils                                                         5.2.2-1.2+b1                          armhf                                 XZ-format compression utilities
ii  zip                                                              3.0-11+b1                             armhf                                 Archiver for .zip files
ii  zlib1g:armhf                                                     1:1.2.8.dfsg-5                        armhf                                 compression library - runtime
linaro@tinkerboard:~$ 
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2