Guest User

Untitled

a guest
Sep 15th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 164.75 KB | None | 0 0
  1. =================================================================================================
  2. LINUX PRIVILEGE ESCALATION CHECKER
  3. =================================================================================================
  4.  
  5. [*] GETTING BASIC SYSTEM INFO...
  6.  
  7. [+] Kernel
  8. Linux version 4.9.0-3-686-pae (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06)
  9.  
  10. [+] Hostname
  11. solidstate
  12.  
  13. [+] Operating System
  14. Debian GNU/Linux 9 \n \l
  15.  
  16. [*] GETTING NETWORKING INFO...
  17.  
  18. [+] Interfaces
  19. ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  20. inet 10.10.10.51 netmask 255.255.255.0 broadcast 10.10.10.255
  21. inet6 dead:beef::250:56ff:feaa:7e6d prefixlen 64 scopeid 0x0<global>
  22. inet6 fe80::250:56ff:feaa:7e6d prefixlen 64 scopeid 0x20<link>
  23. ether 00:50:56:aa:7e:6d txqueuelen 1000 (Ethernet)
  24. RX packets 250438 bytes 43064044 (41.0 MiB)
  25. RX errors 2 dropped 89 overruns 0 frame 0
  26. TX packets 300486 bytes 252246663 (240.5 MiB)
  27. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  28. device interrupt 19 base 0x2000
  29. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  30. inet 127.0.0.1 netmask 255.0.0.0
  31. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  32. loop txqueuelen 1 (Local Loopback)
  33. RX packets 14048 bytes 1137638 (1.0 MiB)
  34. RX errors 0 dropped 0 overruns 0 frame 0
  35. TX packets 14048 bytes 1137638 (1.0 MiB)
  36. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  37.  
  38. [+] Netstat
  39. Active Internet connections (servers and established)
  40. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  41. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
  42. tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
  43. tcp 0 0 10.10.10.51:22 10.10.14.252:39694 ESTABLISHED -
  44. tcp 0 0 10.10.10.51:22 10.10.14.252:39692 ESTABLISHED -
  45. tcp 0 0 10.10.10.51:54502 10.10.14.141:9999 ESTABLISHED 2579/bash
  46. tcp 0 0 10.10.10.51:41244 10.10.14.252:6969 CLOSE_WAIT 1734/-rbash
  47. tcp 0 1200 10.10.10.51:22 10.10.15.136:52884 ESTABLISHED -
  48. tcp 0 0 10.10.10.51:41290 10.10.14.252:6969 ESTABLISHED 2414/-rbash
  49. tcp6 0 0 :::22 :::* LISTEN -
  50. tcp6 0 0 ::1:631 :::* LISTEN -
  51. tcp6 0 0 :::119 :::* LISTEN -
  52. tcp6 0 0 :::25 :::* LISTEN -
  53. tcp6 0 0 :::4555 :::* LISTEN -
  54. tcp6 0 0 :::110 :::* LISTEN -
  55. tcp6 0 0 :::80 :::* LISTEN -
  56. tcp6 0 2111 10.10.10.51:80 10.10.15.32:37748 ESTABLISHED -
  57. tcp6 0 0 10.10.10.51:110 10.10.14.214:55150 ESTABLISHED -
  58. tcp6 0 0 10.10.10.51:80 10.10.15.32:38026 SYN_RECV -
  59. tcp6 0 518 10.10.10.51:80 10.10.15.94:36612 ESTABLISHED -
  60. udp 0 0 0.0.0.0:631 0.0.0.0:* -
  61. udp 0 0 0.0.0.0:5353 0.0.0.0:* -
  62. udp 0 0 0.0.0.0:45811 0.0.0.0:* -
  63. udp 0 0 0.0.0.0:1900 0.0.0.0:* -
  64. udp6 0 0 :::35785 :::* -
  65. udp6 0 0 :::5353 :::* -
  66.  
  67. [+] Route
  68.  
  69. [*] GETTING FILESYSTEM INFO...
  70.  
  71. [+] Mount results
  72. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  73. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  74. udev on /dev type devtmpfs (rw,nosuid,relatime,size=245984k,nr_inodes=61496,mode=755)
  75. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  76. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=50972k,mode=755)
  77. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  78. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  79. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  80. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  81. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  82. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  83. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  84. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  85. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  86. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  87. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  88. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  89. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  90. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  91. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  92. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  93. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=36,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=9597)
  94. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  95. mqueue on /dev/mqueue type mqueue (rw,relatime)
  96. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  97. tmpfs on /run/user/116 type tmpfs (rw,nosuid,nodev,relatime,size=50968k,mode=700,uid=116,gid=122)
  98. tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=50968k,mode=700,uid=1001,gid=1001)
  99. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  100.  
  101. [+] fstab entries
  102. # /etc/fstab: static file system information.
  103. #
  104. # Use 'blkid' to print the universally unique identifier for a
  105. # device; this may be used with UUID= as a more robust way to name devices
  106. # that works even if disks are added and removed. See fstab(5).
  107. #
  108. # <file system> <mount point> <type> <options> <dump> <pass>
  109. # / was on /dev/sda1 during installation
  110. UUID=a28a8ba2-4b0a-4d2e-a369-12c85145f384 / ext4 errors=remount-ro 0 1
  111. # swap was on /dev/sda5 during installation
  112. UUID=6cc53764-aad4-4383-9519-855f6d30eab8 none swap sw 0 0
  113. /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
  114.  
  115. [+] Scheduled cron jobs
  116. -rw-r--r-- 1 root root 722 May 3 2015 /etc/crontab
  117. /etc/cron.d:
  118. total 24
  119. drwxr-xr-x 2 root root 4096 Jun 18 20:24 .
  120. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  121. -rw-r--r-- 1 root root 285 May 29 12:36 anacron
  122. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  123. /etc/cron.daily:
  124. total 56
  125. drwxr-xr-x 2 root root 4096 Aug 22 13:21 .
  126. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  127. -rwxr-xr-x 1 root root 311 May 29 12:36 0anacron
  128. -rwxr-xr-x 1 root root 539 Jul 18 14:36 apache2
  129. -rwxr-xr-x 1 root root 1474 Jun 1 04:50 apt-compat
  130. -rwxr-xr-x 1 root root 355 Oct 25 2016 bsdmainutils
  131. -rwxr-xr-x 1 root root 384 Dec 12 2012 cracklib-runtime
  132. -rwxr-xr-x 1 root root 1597 Feb 22 2017 dpkg
  133. -rwxr-xr-x 1 root root 89 May 5 2015 logrotate
  134. -rwxr-xr-x 1 root root 1065 Dec 13 2016 man-db
  135. -rwxr-xr-x 1 root root 249 May 17 07:59 passwd
  136. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  137. /etc/cron.hourly:
  138. total 20
  139. drwxr-xr-x 2 root root 4096 Jun 18 20:18 .
  140. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  141. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  142. /etc/cron.monthly:
  143. total 24
  144. drwxr-xr-x 2 root root 4096 Jun 18 20:24 .
  145. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  146. -rwxr-xr-x 1 root root 313 May 29 12:36 0anacron
  147. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  148. /etc/cron.weekly:
  149. total 28
  150. drwxr-xr-x 2 root root 4096 Jun 18 20:24 .
  151. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  152. -rwxr-xr-x 1 root root 312 May 29 12:36 0anacron
  153. -rwxr-xr-x 1 root root 723 Dec 13 2016 man-db
  154. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  155.  
  156. [+] Writable cron dirs
  157.  
  158.  
  159. [*] ENUMERATING USER AND ENVIRONMENTAL INFO...
  160.  
  161. [+] Logged in User Activity
  162. 10:38:26 up 41 min, 3 users, load average: 0.00, 0.03, 0.06
  163. USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
  164. mindy pts/0 10.10.14.252 10:33 4:40 0.02s 0.00s python -c import pty; pty.spawn("/bin/sh")
  165. mindy pts/1 10.10.14.252 10:33 4:10 0.01s 0.00s sh
  166. mindy pts/2 10.10.15.136 10:24 0.00s 0.79s 0.00s /bin/sh -c w 2>/dev/null
  167.  
  168. [+] Super Users Found:
  169. root
  170.  
  171. [+] Environment
  172. MAIL=/var/mail/mindy
  173. USER=mindy
  174. SSH_CLIENT=10.10.15.136 52884 22
  175. SHLVL=2
  176. HOME=/home/mindy
  177. OLDPWD=/home/james
  178. SSH_TTY=/dev/pts/2
  179. DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
  180. VIM=/usr/share/vim
  181. VIMRUNTIME=/usr/share/vim/vim80
  182. LOGNAME=mindy
  183. _=priv.py
  184. XDG_SESSION_ID=25
  185. TERM=xterm-256color
  186. PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  187. XDG_RUNTIME_DIR=/run/user/1001
  188. LANG=en_US.UTF-8
  189. SHELL=/bin/rbash
  190. PWD=/dev/shm
  191. SSH_CONNECTION=10.10.15.136 52884 10.10.10.51 22
  192.  
  193. [+] Root and current user history (depends on privs)
  194. -rw-r--r-- 1 root root 0 Aug 22 13:41 /home/mindy/.bash_history
  195.  
  196. [+] Sudoers (privileged)
  197.  
  198. [+] All users
  199. root:x:0:0:root:/root:/bin/bash
  200. daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
  201. bin:x:2:2:bin:/bin:/usr/sbin/nologin
  202. sys:x:3:3:sys:/dev:/usr/sbin/nologin
  203. sync:x:4:65534:sync:/bin:/bin/sync
  204. games:x:5:60:games:/usr/games:/usr/sbin/nologin
  205. man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
  206. lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
  207. mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
  208. news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
  209. uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
  210. proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
  211. www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
  212. backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
  213. list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
  214. irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
  215. gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
  216. nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
  217. systemd-timesync:x:100:102:systemd Time Synchronization,,,:/run/systemd:/bin/false
  218. systemd-network:x:101:103:systemd Network Management,,,:/run/systemd/netif:/bin/false
  219. systemd-resolve:x:102:104:systemd Resolver,,,:/run/systemd/resolve:/bin/false
  220. systemd-bus-proxy:x:103:105:systemd Bus Proxy,,,:/run/systemd:/bin/false
  221. _apt:x:104:65534::/nonexistent:/bin/false
  222. usbmux:x:105:46:usbmux daemon,,,:/var/lib/usbmux:/bin/false
  223. rtkit:x:106:110:RealtimeKit,,,:/proc:/bin/false
  224. dnsmasq:x:107:65534:dnsmasq,,,:/var/lib/misc:/bin/false
  225. messagebus:x:108:111::/var/run/dbus:/bin/false
  226. geoclue:x:109:115::/var/lib/geoclue:/bin/false
  227. avahi:x:110:117:Avahi mDNS daemon,,,:/var/run/avahi-daemon:/bin/false
  228. colord:x:111:118:colord colour management daemon,,,:/var/lib/colord:/bin/false
  229. saned:x:112:119::/var/lib/saned:/bin/false
  230. speech-dispatcher:x:113:29:Speech Dispatcher,,,:/var/run/speech-dispatcher:/bin/false
  231. pulse:x:114:120:PulseAudio daemon,,,:/var/run/pulse:/bin/false
  232. hplip:x:115:7:HPLIP system user,,,:/var/run/hplip:/bin/false
  233. Debian-gdm:x:116:122:Gnome Display Manager:/var/lib/gdm3:/bin/false
  234. sshd:x:117:65534::/run/sshd:/usr/sbin/nologin
  235. james:x:1000:1000:james:/home/james/:/bin/bash
  236. mindy:x:1001:1001:mindy:/home/mindy:/bin/rbash
  237.  
  238. [+] Current User
  239. mindy
  240.  
  241. [+] Current User ID
  242. uid=1001(mindy) gid=1001(mindy) groups=1001(mindy)
  243.  
  244. [*] ENUMERATING FILE AND DIRECTORY PERMISSIONS/CONTENTS...
  245.  
  246. [+] World Writeable Directories for User/Group 'Root'
  247. drwxrwxrwt 2 root root 40 Sep 15 09:56 /dev/mqueue
  248. drwxrwxrwt 2 root root 80 Sep 15 10:38 /dev/shm
  249. drwxrwxrwt 16 root root 4096 Sep 15 09:58 /var/tmp
  250. drwxrwxrwt 7 root root 4096 Sep 15 10:36 /tmp
  251. drwxrwxrwt 2 root root 4096 Sep 15 09:57 /tmp/.X11-unix
  252. drwxrwxrwt 2 root root 4096 Sep 15 09:56 /tmp/.XIM-unix
  253. drwxrwxrwt 2 root root 4096 Sep 15 09:56 /tmp/.font-unix
  254. drwxrwxrwt 2 root root 4096 Sep 15 09:57 /tmp/.ICE-unix
  255. drwxrwxrwt 2 root root 4096 Sep 15 09:56 /tmp/.Test-unix
  256. drwxrwxrwt 4 root root 100 Sep 15 09:56 /run/lock
  257.  
  258. [+] World Writeable Directories for Users other than Root
  259.  
  260. [+] World Writable Files
  261. -rwxrwxrwx 1 root root 105 Aug 22 13:32 /opt/tmp.py
  262. --w--w--w- 1 root root 0 Sep 15 10:26 /sys/fs/cgroup/memory/cgroup.event_control
  263.  
  264. [+] Checking if root's home folder is accessible
  265.  
  266. [+] SUID/SGID Files and Directories
  267. -rwsr-xr-x 1 root root 39144 May 17 07:59 /bin/su
  268. -rwsr-xr-x 1 root root 38940 Mar 22 05:43 /bin/mount
  269. -rwsr-xr-x 1 root root 30112 Jun 23 2016 /bin/fusermount
  270. -rwsr-xr-x 1 root root 68076 Nov 10 2016 /bin/ping
  271. -rwsr-xr-x 1 root root 161520 Feb 26 2017 /bin/ntfs-3g
  272. -rwsr-xr-x 1 root root 26504 Mar 22 05:43 /bin/umount
  273. drwxr-s--- 2 root dip 4096 Jun 18 20:24 /etc/chatscripts
  274. drwxr-s--- 2 root dip 4096 Jun 18 20:24 /etc/ppp/peers
  275. -rwxr-sr-x 1 root shadow 34568 May 27 11:44 /sbin/unix_chkpwd
  276. drwxrwsr-x 2 root staff 4096 Apr 4 12:00 /var/local
  277. drwxrwsr-x 2 root mail 4096 Jun 18 20:17 /var/mail
  278. -rwxr-sr-x 1 root tty 26416 Mar 22 05:43 /usr/bin/wall
  279. -rwsr-xr-x 1 root root 34920 May 17 07:59 /usr/bin/newgrp
  280. -rwxr-sr-x 1 root shadow 22040 May 17 07:59 /usr/bin/expiry
  281. -rwxr-sr-x 1 root tty 9820 Apr 12 07:22 /usr/bin/bsd-write
  282. -rwsr-xr-x 1 root root 22304 May 24 06:21 /usr/bin/pkexec
  283. -rwxr-sr-x 1 root shadow 66120 May 17 07:59 /usr/bin/chage
  284. -rwsr-xr-x 1 root root 57972 May 17 07:59 /usr/bin/passwd
  285. -rwsr-xr-x 1 root root 39632 May 17 07:59 /usr/bin/chsh
  286. -rwxr-sr-x 1 root crontab 39056 May 3 2015 /usr/bin/crontab
  287. -rwsr-xr-x 1 root root 48560 May 17 07:59 /usr/bin/chfn
  288. -rwxr-sr-x 1 root mail 18084 Jan 17 2017 /usr/bin/dotlockfile
  289. -rwsr-xr-x 1 root root 78340 May 17 07:59 /usr/bin/gpasswd
  290. -rwxr-sr-x 1 root ssh 431632 Jun 17 20:11 /usr/bin/ssh-agent
  291. -rwsr-xr-- 1 root dip 363140 Nov 11 2016 /usr/sbin/pppd
  292. -rwsr-xr-x 1 root root 13960 May 24 06:21 /usr/lib/policykit-1/polkit-agent-helper-1
  293. -rwsr-xr-x 1 root root 525932 Jun 17 20:11 /usr/lib/openssh/ssh-keysign
  294. -rwxr-sr-x 1 root utmp 5480 Feb 18 2016 /usr/lib/i386-linux-gnu/utempter/utempter
  295. -rwsr-xr-x 1 root root 5480 Mar 28 00:22 /usr/lib/eject/dmcrypt-get-device
  296. -rwxr-sr-x 1 root mail 13680 Mar 23 21:20 /usr/lib/evolution/camel-lock-helper-1.2
  297. -rwsr-xr-- 1 root messagebus 46436 Apr 5 15:07 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
  298. -rwsr-sr-x 1 root root 9772 Jul 7 01:09 /usr/lib/xorg/Xorg.wrap
  299. -rwsr-xr-x 1 root root 13672 Jan 14 2017 /usr/lib/spice-gtk/spice-client-glib-usb-acl-helper
  300. drwxrwsr-t 2 root lpadmin 4096 Jan 31 2017 /usr/share/ppd/custom
  301. drwxrwsr-x 10 root staff 4096 Jun 18 20:17 /usr/local
  302. drwxrwsr-x 2 root staff 4096 Jun 18 20:17 /usr/local/games
  303. drwxrwsr-x 2 root staff 4096 Jun 18 20:17 /usr/local/bin
  304. drwxrwsr-x 2 root staff 4096 Jun 18 20:17 /usr/local/etc
  305. drwxrwsr-x 2 root staff 4096 Jun 18 20:17 /usr/local/src
  306. drwxrwsr-x 2 root staff 4096 Jun 18 20:17 /usr/local/sbin
  307. drwxrwsr-x 2 root staff 4096 Jun 18 20:17 /usr/local/include
  308. drwxrwsr-x 4 root staff 4096 Jun 18 20:20 /usr/local/lib
  309. drwxrwsr-x 4 root staff 4096 Jun 18 20:24 /usr/local/lib/python2.7
  310. drwxrwsr-x 2 root staff 4096 Jun 18 20:24 /usr/local/lib/python2.7/site-packages
  311. drwxrwsr-x 2 root staff 4096 Jun 18 20:19 /usr/local/lib/python2.7/dist-packages
  312. drwxrwsr-x 3 root staff 4096 Jun 18 20:20 /usr/local/lib/python3.5
  313. drwxrwsr-x 2 root staff 4096 Jun 18 20:20 /usr/local/lib/python3.5/dist-packages
  314. drwxrwsr-x 8 root staff 4096 Jun 18 20:24 /usr/local/share
  315. drwxrwsr-x 2 root staff 4096 Jun 18 20:24 /usr/local/share/ca-certificates
  316. drwxrwsr-x 2 root staff 4096 Jun 18 20:24 /usr/local/share/fonts
  317. drwxrwsr-x 6 root staff 4096 Jun 18 20:24 /usr/local/share/xml
  318. drwxrwsr-x 2 root staff 4096 Jun 18 20:24 /usr/local/share/xml/schema
  319. drwxrwsr-x 2 root staff 4096 Jun 18 20:24 /usr/local/share/xml/misc
  320. drwxrwsr-x 2 root staff 4096 Jun 18 20:24 /usr/local/share/xml/entities
  321. drwxrwsr-x 2 root staff 4096 Jun 18 20:24 /usr/local/share/xml/declaration
  322. drwxrwsr-x 7 root staff 4096 Jun 18 20:23 /usr/local/share/sgml
  323. drwxrwsr-x 2 root staff 4096 Jun 18 20:23 /usr/local/share/sgml/dtd
  324. drwxrwsr-x 2 root staff 4096 Jun 18 20:23 /usr/local/share/sgml/misc
  325. drwxrwsr-x 2 root staff 4096 Jun 18 20:23 /usr/local/share/sgml/entities
  326. drwxrwsr-x 2 root staff 4096 Jun 18 20:23 /usr/local/share/sgml/stylesheet
  327. drwxrwsr-x 2 root staff 4096 Jun 18 20:23 /usr/local/share/sgml/declaration
  328. drwxrwsr-x 3 root staff 4096 Jun 18 20:23 /usr/local/share/emacs
  329. drwxrwsr-x 2 root staff 4096 Jun 18 20:23 /usr/local/share/emacs/site-lisp
  330. drwxrwsr-x 2 root staff 4096 Jun 18 20:17 /usr/local/share/man
  331. drwxr-sr-x 3 root systemd-journal 60 Sep 15 09:56 /run/log/journal
  332. drwxr-s---+ 2 root systemd-journal 120 Sep 15 10:15 /run/log/journal/3b14ced53cef4e38b9b241c6989e06d8
  333.  
  334. [+] Logs containing keyword 'password'
  335.  
  336. [+] Config files containing keyword 'password'
  337. /etc/ssl/openssl.cnf:# input_password = secret
  338. /etc/ssl/openssl.cnf:# output_password = secret
  339. /etc/ssl/openssl.cnf:challengePassword = A challenge password
  340. /etc/cracklib/cracklib.conf:# passwords should not match. The files may optionally be compressed
  341. /etc/reportbug.conf:# Username and password for SMTP
  342. /etc/apache2/sites-available/default-ssl.conf: # Note that no password is obtained from the user. Every entry in the user
  343. /etc/apache2/sites-available/default-ssl.conf: # file needs this password: `xxj31ZMTZzkVA'.
  344. /etc/security/pwquality.conf:# Configuration for systemwide password quality limits
  345. /etc/security/pwquality.conf:# Number of characters in the new password that must not be present in the
  346. /etc/security/pwquality.conf:# old password.
  347. /etc/security/pwquality.conf:# Minimum acceptable size for the new password (plus one if
  348. /etc/security/pwquality.conf:# The maximum credit for having digits in the new password. If less than 0
  349. /etc/security/pwquality.conf:# it is the minimum number of digits in the new password.
  350. /etc/security/pwquality.conf:# The maximum credit for having uppercase characters in the new password.
  351. /etc/security/pwquality.conf:# password.
  352. /etc/security/pwquality.conf:# The maximum credit for having lowercase characters in the new password.
  353. /etc/security/pwquality.conf:# password.
  354. /etc/security/pwquality.conf:# The maximum credit for having other characters in the new password.
  355. /etc/security/pwquality.conf:# password.
  356. /etc/security/pwquality.conf:# password (digits, uppercase, lowercase, others).
  357. /etc/security/pwquality.conf:# The maximum number of allowed consecutive same characters in the new password.
  358. /etc/security/pwquality.conf:# new password.
  359. /etc/hdparm.conf:# --security-set-pass Set security password
  360. /etc/hdparm.conf:# security_pass = password
  361. /etc/hdparm.conf:# --user-master Select password to use
  362. /etc/debconf.conf:# World-readable, and accepts everything but passwords.
  363. /etc/debconf.conf:Reject-Type: password
  364. /etc/debconf.conf:# Not world readable (the default), and accepts only passwords.
  365. /etc/debconf.conf:Name: passwords
  366. /etc/debconf.conf:Accept-Type: password
  367. /etc/debconf.conf:Filename: /var/cache/debconf/passwords.dat
  368. /etc/debconf.conf:# databases, one to hold passwords and one for everything else.
  369. /etc/debconf.conf:Stack: config, passwords
  370. /etc/debconf.conf:# A remote LDAP database. It is also read-only. The password is really
  371. /etc/apg.conf:#Pronounceable passwords with special characters:
  372. /etc/apg.conf:#Pronounceable passwords without special characters:
  373. /etc/apg.conf:#Random passwords:
  374. /etc/bogofilter.cf:# the password database, or the user id
  375.  
  376. [+] Shadow File (Privileged)
  377.  
  378. [*] ENUMERATING PROCESSES AND APPLICATIONS...
  379.  
  380. [+] Installed Packages
  381. Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  382. Err?=(none)/Reinst-required (Status,Err:
  383. Name Version Description
  384. accountsservice 0.6.43-1 query and manipulate user account information
  385. acl 2.2.52-3+b1 Access control list utilities
  386. adduser 3.115 add and remove users and groups
  387. adwaita-icon-theme 3.22.0-1 default icon theme of GNOME
  388. alsa-utils 1.1.3-1 Utilities for configuring and using ALSA
  389. anacron 2.3-24 cron-like program that doesn't go by time
  390. apache2 2.4.25-3+deb9u2 Apache HTTP Server
  391. apache2-bin 2.4.25-3+deb9u2 Apache HTTP Server (modules and other binary files)
  392. apache2-data 2.4.25-3+deb9u2 Apache HTTP Server (common files)
  393. apache2-utils 2.4.25-3+deb9u2 Apache HTTP Server (utility programs for web servers)
  394. apg 2.2.3.dfsg.1-4+b1 Automated Password Generator - Standalone version
  395. appstream 0.10.6-2 Software component metadata management
  396. apt 1.4.6 commandline package manager
  397. apt-listchanges 3.10 package change history notification tool
  398. apt-utils 1.4.6 package management related utility programs
  399. argyll 1.9.2+repack-1+b1 Color Management System, calibrator and profiler
  400. argyll-ref 1.9.2+repack-1 Color Management System, calibrator and profiler (data files)
  401. aspell 0.60.7~20110707-3+b2 GNU Aspell spell-checker
  402. aspell-en 2016.11.20-0-0.1 English dictionary for GNU Aspell
  403. at-spi2-core 2.22.0-6 Assistive Technology Service Provider Interface (dbus core)
  404. avahi-daemon 0.6.32-2 Avahi mDNS/DNS-SD daemon
  405. baobab 3.22.1-1 GNOME disk usage analyzer
  406. base-files 9.9 Debian base system miscellaneous files
  407. base-passwd 3.5.43 Debian base system master password and group files
  408. bash 4.4-5 GNU Bourne Again SHell
  409. bash-completion 1:2.1-4.3 programmable completion for the bash shell
  410. bc 1.06.95-9+b3 GNU bc arbitrary precision calculator language
  411. bind9-host 1:9.10.3.dfsg.P4-12.3+deb9u2 Version of 'host' bundled with BIND 9.X
  412. bluez 5.43-2 Bluetooth tools and daemons
  413. bluez-obexd 5.43-2 bluez obex daemon
  414. bogofilter 1.2.4+dfsg1-9 fast Bayesian spam filter (dummy package)
  415. bogofilter-bdb 1.2.4+dfsg1-9 fast Bayesian spam filter (Berkeley DB)
  416. bogofilter-common 1.2.4+dfsg1-9 fast Bayesian spam filter (common files)
  417. brasero 3.12.1-4 CD/DVD burning application for GNOME
  418. brasero-cdrkit:i386 3.12.1-4 cdrkit extensions for the Brasero burning application
  419. brasero-common 3.12.1-4 Common files for the Brasero CD burning application and library
  420. bsdmainutils 9.0.12+nmu1 collection of more utilities from FreeBSD
  421. bsdutils 1:2.29.2-1 basic utilities from 4.4BSD-Lite
  422. busybox 1:1.22.0-19+b3 Tiny utilities for small and embedded systems
  423. bzip2 1.0.6-8.1 high-quality block-sorting file compressor - utilities
  424. ca-certificates 20161130+nmu1 Common CA certificates
  425. ca-certificates-java 20170531+nmu1 Common CA certificates (JKS keystore)
  426. caribou 0.4.21-1+b1 Configurable on screen keyboard with scanning mode
  427. cdrdao 1:1.2.3-3 records CDs in Disk-At-Once (DAO) mode
  428. cheese 3.22.1-1+b1 tool to take pictures and videos from your webcam
  429. cheese-common 3.22.1-1 Common files for the Cheese tool to take pictures and videos
  430. chrome-gnome-shell 8-4 GNOME Shell extensions integration for web browsers
  431. coinor-libcbc3 2.8.12-1+b2 Coin-or branch-and-cut mixed integer programming solver (shared libraries)
  432. coinor-libcgl1 0.58.9-1+b1 COIN-OR Cut Generation Library
  433. coinor-libclp1 1.15.10-3+b1 Coin-or linear programming solver (shared libraries)
  434. coinor-libcoinmp1v5:i386 1.7.6+dfsg1-2 Simple C API for COIN-OR Solvers Clp and Cbc -- library
  435. coinor-libcoinutils3v5 2.9.15-4 Coin-or collection of utility classes (binaries and libraries)
  436. coinor-libosi1v5 0.106.9-2+b1 COIN-OR Open Solver Interface
  437. colord 1.3.3-2 system service to manage device colour profiles -- system daemon
  438. colord-data 1.3.3-2 system service to manage device colour profiles -- data files
  439. console-setup 1.164 console font and keymap setup program
  440. console-setup-linux 1.164 Linux specific part of console-setup
  441. coreutils 8.26-3 GNU core utilities
  442. cpio 2.11+dfsg-6 GNU cpio -- a program to manage archives of files
  443. cpp 4:6.3.0-4 GNU C preprocessor (cpp)
  444. cpp-6 6.3.0-18 GNU C preprocessor
  445. cracklib-runtime 2.9.2-5 runtime support for password checker library cracklib2
  446. crda 3.18-1 wireless Central Regulatory Domain Agent
  447. cron 3.0pl1-128+b1 process scheduling daemon
  448. cups 2.2.1-8 Common UNIX Printing System(tm) - PPD/driver support, web interface
  449. cups-browsed 1.11.6-3 OpenPrinting CUPS Filters - cups-browsed
  450. cups-bsd 2.2.1-8 Common UNIX Printing System(tm) - BSD commands
  451. cups-client 2.2.1-8 Common UNIX Printing System(tm) - client programs (SysV)
  452. cups-common 2.2.1-8 Common UNIX Printing System(tm) - common files
  453. cups-core-drivers 2.2.1-8 Common UNIX Printing System(tm) - PPD-less printing
  454. cups-daemon 2.2.1-8 Common UNIX Printing System(tm) - daemon
  455. cups-filters 1.11.6-3 OpenPrinting CUPS Filters - Main Package
  456. cups-filters-core-drivers 1.11.6-3 OpenPrinting CUPS Filters - PPD-less printing
  457. cups-pk-helper 0.2.6-1+b1 PolicyKit helper to configure cups with fine-grained privileges
  458. cups-ppdc 2.2.1-8 Common UNIX Printing System(tm) - PPD manipulation utilities
  459. cups-server-common 2.2.1-8 Common UNIX Printing System(tm) - server common files
  460. curl 7.52.1-5 command line tool for transferring data with URL syntax
  461. dash 0.5.8-2.4 POSIX-compliant shell
  462. dbus 1.10.18-1 simple interprocess messaging system (daemon and utilities)
  463. dbus-user-session 1.10.18-1 simple interprocess messaging system (systemd --user integration)
  464. dbus-x11 1.10.18-1 simple interprocess messaging system (X11 deps)
  465. dc 1.06.95-9+b3 GNU dc arbitrary precision reverse-polish calculator
  466. dconf-cli 0.26.0-2+b1 simple configuration storage system - utilities
  467. dconf-gsettings-backend:i386 0.26.0-2+b1 simple configuration storage system - GSettings back-end
  468. dconf-service 0.26.0-2+b1 simple configuration storage system - D-Bus service
  469. debconf 1.5.61 Debian configuration management system
  470. debconf-i18n 1.5.61 full internationalization support for debconf
  471. debian-archive-keyring 2017.5 GnuPG archive keys of the Debian archive
  472. debian-faq 8.1 Debian Frequently Asked Questions
  473. debianutils 4.8.1.1 Miscellaneous utilities specific to Debian
  474. default-java-plugin 2:1.8-58 Default Java Plugin for running applets and Java Web Start applications
  475. default-jre 2:1.8-58 Standard Java or Java compatible Runtime
  476. default-jre-headless 2:1.8-58 Standard Java or Java compatible Runtime (headless)
  477. desktop-base 9.0.2 common files for the Debian Desktop
  478. desktop-file-utils 0.23-1 Utilities for .desktop files
  479. dh-python 2.20170125 Debian helper tools for packaging Python libraries and applications
  480. dictionaries-common 1.27.2 spelling dictionaries - common utilities
  481. diffutils 1:3.5-3 File comparison utilities
  482. discover 2.1.2-7.1 hardware identification system
  483. discover-data 2.2013.01.11 Data lists for Discover hardware detection system
  484. distro-info-data 0.36 information about the distributions' releases (data files)
  485. dleyna-server 0.4.0-1.1 DBus service to interact with DLNA Digital Media Servers
  486. dmidecode 3.0-4 SMBIOS/DMI table decoder
  487. dmsetup 2:1.02.137-2 Linux Kernel Device Mapper userspace library
  488. dns-root-data 2017041102 DNS root data including root zone and DNSSEC key
  489. dnsmasq-base 2.76-5+b1 Small caching DNS proxy and DHCP/TFTP server
  490. doc-debian 6.4 Debian Project documentation and other documents
  491. docbook-xml 4.5-8 standard XML documentation system for software and systems
  492. dosfstools 4.1-1 utilities for making and checking MS-DOS FAT filesystems
  493. dpkg 1.18.24 Debian package management system
  494. dvdauthor 0.7.0-2 create DVD-Video file system
  495. e2fslibs:i386 1.43.4-2 ext2/ext3/ext4 file system libraries
  496. e2fsprogs 1.43.4-2 ext2/ext3/ext4 file system utilities
  497. eject 2.1.5+deb1+cvs20081104-13.2 ejects CDs and operates CD-Changers under Linux
  498. emacsen-common 2.0.8 Common facilities for all emacsen
  499. enchant 1.6.0-11+b1 Wrapper for various spell checker engines (binary programs)
  500. eog 3.20.5-1+b1 Eye of GNOME graphics viewer program
  501. evince 3.22.1-3+deb9u1 Document (PostScript, PDF) viewer
  502. evince-common 3.22.1-3+deb9u1 Document (PostScript, PDF) viewer - common files
  503. evolution 3.22.6-1 groupware suite with mail client and organizer
  504. evolution-common 3.22.6-1 architecture independent files for Evolution
  505. evolution-data-server 3.22.7-1 evolution database backend server
  506. evolution-data-server-common 3.22.7-1 architecture independent files for Evolution Data Server
  507. evolution-plugins 3.22.6-1 standard plugins for Evolution
  508. exfat-fuse 1.2.5-2 read and write exFAT driver for FUSE
  509. exfat-utils 1.2.5-2 utilities to create, check, label and dump exFAT filesystem
  510. fig2dev 1:3.2.6a-2 Utilities for converting XFig figure files
  511. file 1:5.30-1 Recognize the type of data in a file using "magic" numbers
  512. file-roller 3.22.3-1 archive manager for GNOME
  513. findutils 4.6.0+git+20161106-2 utilities for finding files--find, xargs
  514. firefox-esr 45.9.0esr-1 Mozilla Firefox web browser - Extended Support Release (ESR)
  515. five-or-more 1:3.22.2-1 make color lines of five or more length
  516. folks-common 0.11.3-2 library to aggregates people into metacontacts (common files)
  517. fontconfig 2.11.0-6.7+b1 generic font configuration library - support binaries
  518. fontconfig-config 2.11.0-6.7 generic font configuration library - configuration
  519. fonts-cantarell 0.0.25-2 sans serif font family designed for on-screen readability
  520. fonts-crosextra-caladea 20130214-1 Sans-serif font metric-compatible with Cambria font
  521. fonts-crosextra-carlito 20130920-1 Sans-serif font metric-compatible with Calibri font
  522. fonts-dejavu 2.37-1 metapackage to pull in fonts-dejavu-core and fonts-dejavu-extra
  523. fonts-dejavu-core 2.37-1 Vera font family derivate with additional characters
  524. fonts-dejavu-extra 2.37-1 Vera font family derivate with additional characters (extra variants)
  525. fonts-droid-fallback 1:6.0.1r16-1.1 handheld device font with extensive style and language support (fallback)
  526. fonts-liberation 1:1.07.4-2 Fonts with the same metrics as Times, Arial and Courier
  527. fonts-linuxlibertine 5.3.0-2 Linux Libertine family of fonts
  528. fonts-noto-mono 20161116-1 "No Tofu" monospaced font family with large Unicode coverage
  529. fonts-opensymbol 2:102.7+LibO5.2.7-1 OpenSymbol TrueType font
  530. fonts-sil-gentium 20081126:1.03-1 extended Unicode Latin font ("a typeface for the nations")
  531. fonts-sil-gentium-basic 1.1-7 smart Unicode font families (Basic and Book Basic) based on Gentium
  532. foomatic-db-compressed-ppds 20161201-1 OpenPrinting printer support - Compressed PPDs derived from the database
  533. foomatic-db-engine 4.0.12-2+b1 OpenPrinting printer support - programs
  534. four-in-a-row 1:3.22.1-1 Four in a Row game for GNOME
  535. freepats 20060219-1 Free patch set for MIDI audio synthesis
  536. fuse 2.9.7-1 Filesystem in Userspace
  537. gawk 1:4.1.4+dfsg-1 GNU awk, a pattern scanning and processing language
  538. gcc-6-base:i386 6.3.0-18 GCC, the GNU Compiler Collection (base package)
  539. gcr 3.20.0-5.1 GNOME crypto services (daemon and tools)
  540. gdisk 1.0.1-1 GPT fdisk text-mode partitioning tool
  541. gdm3 3.22.3-3 GNOME Display Manager
  542. gedit 3.22.0-2 official text editor of the GNOME desktop environment
  543. gedit-common 3.22.0-2 official text editor of the GNOME desktop environment (support files)
  544. gedit-plugins 3.22.0-1 set of plugins for gedit
  545. genisoimage 9:1.1.11-3+b2 Creates ISO-9660 CD-ROM filesystem images
  546. geoclue-2.0 2.4.5-1 geoinformation service
  547. geoip-database 20170512-1 IP lookup command line tools that use the GeoIP library (country database)
  548. gettext-base 0.19.8.1-2 GNU Internationalization utilities for the base system
  549. ghostscript 9.20~dfsg-3.2 interpreter for the PostScript language and for PDF
  550. gimp 2.8.18-1 GNU Image Manipulation Program
  551. gimp-data 2.8.18-1 Data files for GIMP
  552. gir1.2-accountsservice-1.0 0.6.43-1 GObject introspection data for AccountService
  553. gir1.2-atk-1.0:i386 2.22.0-1 ATK accessibility toolkit (GObject introspection)
  554. gir1.2-atspi-2.0:i386 2.22.0-6 Assistive Technology Service Provider (GObject introspection)
  555. gir1.2-caribou-1.0 0.4.21-1+b1 GObject introspection for the Caribou library
  556. gir1.2-champlain-0.12:i386 0.12.15-1 C library providing ClutterActor to display maps (GObject introspection)
  557. gir1.2-clutter-1.0:i386 1.26.0+dfsg-3 GObject introspection data for the Clutter 1.0 library
  558. gir1.2-clutter-gst-3.0:i386 3.0.24-1 Gobject introspection data for Clutter GStreamer elements
  559. gir1.2-cogl-1.0:i386 1.22.2-2 GObject introspection data for the Cogl 1.0 library
  560. gir1.2-coglpango-1.0:i386 1.22.2-2 GObject introspection data for the CoglPango 1.0 library
  561. gir1.2-evince-3.0:i386 3.22.1-3+deb9u1 GObject introspection data for the evince libraries
  562. gir1.2-freedesktop:i386 1.50.0-1+b1 Introspection data for some FreeDesktop components
  563. gir1.2-gck-1:i386 3.20.0-5.1 GObject introspection data for the GCK library
  564. gir1.2-gcr-3:i386 3.20.0-5.1 GObject introspection data for the GCR library
  565. gir1.2-gdata-0.0:i386 0.17.6-2 GObject introspection data for the GData webservices library
  566. gir1.2-gdesktopenums-3.0 3.22.0-1 GObject introspection for GSettings desktop-wide schemas
  567. gir1.2-gdkpixbuf-2.0:i386 2.36.5-2 GDK Pixbuf library - GObject-Introspection
  568. gir1.2-gdm-1.0 3.22.3-3 GObject introspection data for the GNOME Display Manager
  569. gir1.2-geoclue-2.0:i386 2.4.5-1 convenience library to interact with geoinformation service (introspection)
  570. gir1.2-geocodeglib-1.0:i386 3.20.1-2 introspection data for geocode-glib library
  571. gir1.2-gepub-0.4:i386 0.4-1 GObject introspection data for the libgepub library
  572. gir1.2-gfbgraph-0.2:i386 0.2.3-1+b2 GObject library for Facebook Graph API - GObject introspection
  573. gir1.2-git2-glib-1.0 0.24.4-1 GObject introspection data for the git2-glib-1.0 library
  574. gir1.2-glib-2.0:i386 1.50.0-1+b1 Introspection data for GLib, GObject, Gio and GModule
  575. gir1.2-gmenu-3.0 3.13.3-9 GObject introspection data for the GNOME menu library
  576. gir1.2-gnomebluetooth-1.0:i386 3.20.1-1 Introspection data for GnomeBluetooth
  577. gir1.2-gnomedesktop-3.0:i386 3.22.2-1 Introspection data for GnomeDesktop
  578. gir1.2-gnomekeyring-1.0 3.12.0-1+b2 GNOME keyring services library - introspection data
  579. gir1.2-goa-1.0:i386 3.22.5-1 Introspection data for GNOME Online Accounts
  580. gir1.2-grilo-0.3:i386 0.3.2-2 Framework for discovering and browsing media - GObject introspection data
  581. gir1.2-gst-plugins-base-1.0 1.10.4-1 GObject introspection data for the GStreamer Plugins Base library
  582. gir1.2-gstreamer-1.0 1.10.4-1 GObject introspection data for the GStreamer library
  583. gir1.2-gtk-3.0:i386 3.22.11-1 GTK+ graphical user interface library -- gir bindings
  584. gir1.2-gtkchamplain-0.12:i386 0.12.15-1 Gtk+ widget to display maps (GObject introspection)
  585. gir1.2-gtkclutter-1.0:i386 1.8.2-2 GObject introspection data for the GTK+ Clutter library
  586. gir1.2-gtksource-3.0:i386 3.22.2-1 gir files for the GTK+ syntax highlighting widget
  587. gir1.2-gucharmap-2.90:i386 1:9.0.2-1 GObject introspection data for the Unicode browser widget library
  588. gir1.2-gweather-3.0:i386 3.20.4-1 GObject introspection data for the GWeather library
  589. gir1.2-ibus-1.0:i386 1.5.14-3 Intelligent Input Bus - introspection data
  590. gir1.2-javascriptcoregtk-4.0:i386 2.16.3-2 JavaScript engine library from WebKitGTK+ - GObject introspection data
  591. gir1.2-json-1.0:i386 1.2.6-1 GLib JSON manipulation library (introspection data)
  592. gir1.2-mediaart-2.0:i386 1.9.0-2 GObject introspection data for MediaArt library
  593. gir1.2-mutter-3.0:i386 3.22.3-2 GObject introspection data for Mutter
  594. gir1.2-networkmanager-1.0:i386 1.6.2-3 GObject introspection data for NetworkManager
  595. gir1.2-nmgtk-1.0:i386 1.4.4-1 GObject introspection data for libnm-gtk
  596. gir1.2-notify-0.7:i386 0.7.7-2 sends desktop notifications to a notification daemon (Introspection files)
  597. gir1.2-packagekitglib-1.0 1.1.5-2 GObject introspection data for the PackageKit GLib library
  598. gir1.2-pango-1.0:i386 1.40.5-1 Layout and rendering of internationalized text - gir bindings
  599. gir1.2-peas-1.0:i386 1.20.0-1+b1 Application plugin library (introspection files)
  600. gir1.2-polkit-1.0 0.105-18 GObject introspection data for PolicyKit
  601. gir1.2-rb-3.0:i386 3.4.1-2+b1 GObject introspection data for the rhythmbox music player
  602. gir1.2-rest-0.7 0.8.0-2 REST service access library (introspection files)
  603. gir1.2-secret-1:i386 0.18.5-3.1 Secret store (GObject-Introspection)
  604. gir1.2-soup-2.4:i386 2.56.0-2+deb9u1 GObject introspection data for the libsoup HTTP library
  605. gir1.2-telepathyglib-0.12 0.24.1-1.1 GLib Telepathy connection manager library (GObject-Introspection)
  606. gir1.2-telepathylogger-0.2 0.8.2-2 Telepathy logger service - introspection
  607. gir1.2-totem-1.0:i386 3.22.1-1 GObject introspection data for Totem media player
  608. gir1.2-totem-plparser-1.0:i386 3.10.7-1+b1 GObject introspection data for the Totem Playlist Parser library
  609. gir1.2-tracker-1.0:i386 1.10.5-1 GObject introspection data for Tracker
  610. gir1.2-upowerglib-1.0:i386 0.99.4-4+b1 GObject introspection data for upower
  611. gir1.2-vte-2.91:i386 0.46.1-1 GObject introspection data for the VTE library
  612. gir1.2-webkit2-4.0:i386 2.16.3-2 Web content engine library for GTK+ - GObject introspection data
  613. gir1.2-wnck-3.0:i386 3.20.1-3 GObject introspection data for the WNCK library
  614. gir1.2-zeitgeist-2.0:i386 0.9.16-0.2+b1 library to access Zeitgeist - GObject introspection data
  615. gir1.2-zpj-0.0:i386 0.0.3-3 GObject introspection data for the libzapojit library
  616. git 1:2.11.0-3+deb9u1 fast, scalable, distributed revision control system
  617. git-man 1:2.11.0-3+deb9u1 fast, scalable, distributed revision control system (manual pages)
  618. gjs 1.46.0-1+b2 Mozilla-based javascript bindings for the GNOME platform
  619. gkbd-capplet 3.22.0.1-1+b1 GNOME control center tools for libgnomekbd
  620. glib-networking:i386 2.50.0-1+b1 network-related giomodules for GLib
  621. glib-networking-common 2.50.0-1 network-related giomodules for GLib - data files
  622. glib-networking-services 2.50.0-1+b1 network-related giomodules for GLib - D-Bus services
  623. gnome 1:3.22+3 Full GNOME Desktop Environment, with extra components
  624. gnome-accessibility-themes 3.22.2-2 Accessibility themes for the GNOME desktop
  625. gnome-backgrounds 3.22.1-1 Set of backgrounds packaged with the GNOME desktop
  626. gnome-bluetooth 3.20.1-1 GNOME Bluetooth tools
  627. gnome-calculator 3.22.3-1 GNOME desktop calculator
  628. gnome-calendar 3.22.4-2 Calendar application for GNOME
  629. gnome-characters 3.22.0-1 character map application
  630. gnome-chess 1:3.22.2-1+b1 chess game with 3D graphics
  631. gnome-clocks 3.22.1-1 Simple GNOME app with stopwatch, timer, and world clock support
  632. gnome-color-manager 3.22.2-1 Color management integration for the GNOME desktop environment
  633. gnome-contacts 3.22.1-1+b2 Contacts manager for GNOME
  634. gnome-control-center 1:3.22.2-3 utilities to configure the GNOME desktop
  635. gnome-control-center-data 1:3.22.2-3 configuration applets for GNOME - data files
  636. gnome-core 1:3.22+3 GNOME Desktop Environment -- essential components
  637. gnome-desktop3-data 3.22.2-1 Common files for GNOME desktop apps
  638. gnome-dictionary 3.20.0-3+b1 GNOME dictionary application
  639. gnome-disk-utility 3.22.1-1 manage and configure disk drives and media
  640. gnome-documents 3.22.1-1 Document manager for GNOME
  641. gnome-font-viewer 3.22.0-1+b1 font viewer for GNOME
  642. gnome-games 1:3.22+3 games for the GNOME desktop
  643. gnome-getting-started-docs 3.22.0-1 Help a new user get started in GNOME
  644. gnome-keyring 3.20.0-3 GNOME keyring services (daemon and tools)
  645. gnome-klotski 1:3.22.1-1 Klotski puzzle game for GNOME
  646. gnome-logs 3.22.1-2 viewer for the systemd journal.
  647. gnome-mahjongg 1:3.22.0-1 classic Eastern tile game for GNOME
  648. gnome-maps 3.22.2-1 map application for GNOME
  649. gnome-menus 3.13.3-9 GNOME implementation of the freedesktop menu specification
  650. gnome-mines 1:3.22.2-1 popular minesweeper puzzle game for GNOME
  651. gnome-music 3.22.2-1 Music is the new GNOME music playing application
  652. gnome-nibbles 1:3.22.2.2-1 snake game, up to four players
  653. gnome-online-accounts 3.22.5-1 service to manage online accounts for the GNOME desktop
  654. gnome-online-miners 3.22.0-1 Crawls through your online content
  655. gnome-orca 3.22.2-3 Scriptable screen reader
  656. gnome-robots 1:3.22.1-1 improved old BSD robots game
  657. gnome-screenshot 3.22.0-1+b1 screenshot application for GNOME
  658. gnome-session 3.22.3-1 GNOME Session Manager - GNOME 3 session
  659. gnome-session-bin 3.22.3-1 GNOME Session Manager - Minimal runtime
  660. gnome-session-common 3.22.3-1 GNOME Session Manager - common files
  661. gnome-settings-daemon 3.22.2-2 daemon handling the GNOME session settings
  662. gnome-shell 3.22.3-3 graphical shell for the GNOME desktop
  663. gnome-shell-common 3.22.3-3 common files for the GNOME graphical shell
  664. gnome-shell-extensions 3.22.2-1 Extensions to extend functionality of GNOME Shell
  665. gnome-software 3.22.5-1 Software Center for GNOME
  666. gnome-software-common 3.22.5-1 Software Center for GNOME (common files)
  667. gnome-sound-recorder 3.21.92-2 simple and modern sound recorder for GNOME
  668. gnome-sudoku 1:3.22.2-1 Sudoku puzzle game for GNOME
  669. gnome-sushi 3.21.91-2 sushi is a quick previewer for nautilus
  670. gnome-system-monitor 3.22.2-1 Process viewer and system resource monitor for GNOME
  671. gnome-taquin 3.22.0-1 game to move tiles so that they reach their places
  672. gnome-terminal 3.22.2-1 GNOME terminal emulator application
  673. gnome-terminal-data 3.22.2-1 Data files for the GNOME terminal emulator
  674. gnome-tetravex 1:3.22.0-1 put tiles on a board and match their edges together
  675. gnome-themes-standard:i386 3.22.2-2 Adwaita GTK+ 2 theme — engine
  676. gnome-themes-standard-data 3.22.2-2 Adwaita GTK+ 2 theme — common files
  677. gnome-tweak-tool 3.22.0-1 tool to adjust advanced configuration settings for GNOME
  678. gnome-user-guide 3.22.0-1 GNOME user's guide
  679. gnome-user-share 3.18.3-1+b1 User level public file sharing via WebDAV or ObexFTP
  680. gnome-video-effects 0.4.1-3 Collection of GStreamer effects
  681. gnome-weather 3.20.2-1 access current conditions and forecasts
  682. gnupg 2.1.18-6 GNU privacy guard - a free PGP replacement
  683. gnupg-agent 2.1.18-6 GNU privacy guard - cryptographic agent
  684. gpgv 2.1.18-6 GNU privacy guard - signature verification tool
  685. grep 2.27-2 GNU grep, egrep and fgrep
  686. grilo-plugins-0.3:i386 0.3.3-1 Framework for discovering and browsing media - Plugins
  687. groff-base 1.22.3-9 GNU troff text-formatting system (base system components)
  688. growisofs 7.1-11.1 DVD+-RW/R recorder
  689. grub-common 2.02~beta3-5 GRand Unified Bootloader (common files)
  690. grub-pc 2.02~beta3-5 GRand Unified Bootloader, version 2 (PC/BIOS version)
  691. grub-pc-bin 2.02~beta3-5 GRand Unified Bootloader, version 2 (PC/BIOS binaries)
  692. grub2-common 2.02~beta3-5 GRand Unified Bootloader (common files for version 2)
  693. gsettings-desktop-schemas 3.22.0-1 GSettings desktop-wide schemas
  694. gsfonts 1:8.11+urwcyr1.0.7~pre44-4.3 Fonts for the Ghostscript interpreter(s)
  695. gstreamer1.0-clutter-3.0 3.0.24-1 Clutter PLugin for GStreamer 1.0
  696. gstreamer1.0-libav:i386 1.10.4-1 libav plugin for GStreamer
  697. gstreamer1.0-plugins-bad:i386 1.10.4-1 GStreamer plugins from the "bad" set
  698. gstreamer1.0-plugins-base:i386 1.10.4-1 GStreamer plugins from the "base" set
  699. gstreamer1.0-plugins-good:i386 1.10.4-1 GStreamer plugins from the "good" set
  700. gstreamer1.0-plugins-ugly:i386 1.10.4-1 GStreamer plugins from the "ugly" set
  701. gstreamer1.0-pulseaudio:i386 1.10.4-1 GStreamer plugin for PulseAudio
  702. gstreamer1.0-x:i386 1.10.4-1 GStreamer plugins for X11 and Pango
  703. gtk-update-icon-cache 3.22.11-1 icon theme caching utility
  704. gtk2-engines-pixbuf:i386 2.24.31-2 pixbuf-based theme for GTK+ 2.x
  705. gvfs:i386 1.30.4-1 userspace virtual filesystem - GIO module
  706. gvfs-backends 1.30.4-1 userspace virtual filesystem - backends
  707. gvfs-bin 1.30.4-1 userspace virtual filesystem - binaries
  708. gvfs-common 1.30.4-1 userspace virtual filesystem - common data files
  709. gvfs-daemons 1.30.4-1 userspace virtual filesystem - servers
  710. gvfs-fuse 1.30.4-1 userspace virtual filesystem - fuse server
  711. gvfs-libs:i386 1.30.4-1 userspace virtual filesystem - private libraries
  712. gzip 1.6-5+b1 GNU compression utilities
  713. hdparm 9.51+ds-1 tune hard disk parameters for high performance
  714. hicolor-icon-theme 0.15-1 default fallback theme for FreeDesktop.org icon themes
  715. hitori 3.22.0-1 logic puzzle game similar to sudoku
  716. hoichess 0.19.0-5+b1 xboard compatible chess engine to play chess with
  717. hostname 3.18+b1 utility to set/show the host name or domain name
  718. hp-ppd 0.9-0.3 HP Postscript Printer Definition (PPD) files
  719. hplip 3.16.11+repack0-3 HP Linux Printing and Imaging System (HPLIP)
  720. hplip-data 3.16.11+repack0-3 HP Linux Printing and Imaging - data files
  721. hunspell-en-us 20070829-7 English_american dictionary for hunspell
  722. hyphen-en-us 2.8.8-5 English (US) hyphenation patterns
  723. i965-va-driver:i386 1.7.3-1 VAAPI driver for Intel G45 & HD Graphics family
  724. iagno 1:3.22.0-1 popular Othello game for GNOME
  725. iamerican 3.4.00-5 American English dictionary for ispell (standard version)
  726. ibritish 3.4.00-5 British English dictionary for ispell (standard version)
  727. icedtea-8-plugin:i386 1.6.2-3.1 web browser plugin based on OpenJDK and IcedTea to execute Java applets
  728. icedtea-netx:i386 1.6.2-3.1 NetX - implementation of the Java Network Launching Protocol (JNLP)
  729. icedtea-netx-common 1.6.2-3.1 NetX - implementation of the Java Network Launching Protocol (JNLP)
  730. ienglish-common 3.4.00-5 Common files for British and American ispell dictionaries
  731. ifupdown 0.8.19 high level tools to configure network interfaces
  732. iio-sensor-proxy 2.0-4 IIO sensors to D-Bus proxy
  733. imagemagick 8:6.9.7.4+dfsg-11+deb9u1 image manipulation programs -- binaries
  734. imagemagick-6-common 8:6.9.7.4+dfsg-11+deb9u1 image manipulation programs -- infrastructure
  735. imagemagick-6.q16 8:6.9.7.4+dfsg-11+deb9u1 image manipulation programs -- quantum depth Q16
  736. init 1.48 metapackage ensuring an init system is installed
  737. init-system-helpers 1.48 helper tools for all init systems
  738. initramfs-tools 0.130 generic modular initramfs generator (automation)
  739. initramfs-tools-core 0.130 generic modular initramfs generator (core tools)
  740. inkscape 0.92.1-1 vector-based drawing program
  741. installation-report 2.62 system installation report
  742. iproute2 4.9.0-1 networking and traffic control tools
  743. iptables 1.6.0+snapshot20161117-6 administration tools for packet filtering and NAT
  744. iputils-arping 3:20161105-1 Tool to send ICMP echo requests to an ARP address
  745. iputils-ping 3:20161105-1 Tools to test the reachability of network hosts
  746. isc-dhcp-client 4.3.5-3 DHCP client for automatically obtaining an IP address
  747. isc-dhcp-common 4.3.5-3 common manpages relevant to all of the isc-dhcp packages
  748. iso-codes 3.75-1 ISO language, territory, currency, script codes and their translations
  749. ispell 3.4.00-5 International Ispell (an interactive spelling corrector)
  750. iw 4.9-0.1 tool for configuring Linux wireless devices
  751. java-common 0.58 Base package for Java runtimes
  752. kbd 2.0.3-2+b1 Linux console font and keytable utilities
  753. keyboard-configuration 1.164 system-wide keyboard preferences
  754. klibc-utils 2.0.4-9 small utilities built with klibc for early boot
  755. kmod 23-2 tools for managing Linux kernel modules
  756. krb5-locales 1.15-1 internationalization support for MIT Kerberos
  757. laptop-detect 0.13.8 system chassis type checker
  758. less 481-2.1 pager program similar to more
  759. liba52-0.7.4:i386 0.7.4-19 library for decoding ATSC A/52 streams
  760. libaa1:i386 1.4p5-44+b1 ASCII art library
  761. libaacs0:i386 0.8.1-2 free-and-libre implementation of AACS
  762. libabw-0.1-1:i386 0.1.1-4 library for reading and writing AbiWord(tm) documents
  763. libaccountsservice0:i386 0.6.43-1 query and manipulate user account information - shared libraries
  764. libacl1:i386 2.2.52-3+b1 Access control list shared library
  765. libamd2:i386 1:4.5.4-1 approximate minimum degree ordering library for sparse matrices
  766. libao-common 1.2.2-1 Cross Platform Audio Output Library (Common files)
  767. libao4 1.2.2-1 Cross Platform Audio Output Library
  768. libapache2-mod-dnssd 0.6-3.1 Zeroconf support for Apache 2 via avahi
  769. libapparmor1:i386 2.11.0-3 changehat AppArmor library
  770. libappstream-glib8:i386 0.6.8-1 GNOME library to access AppStream services
  771. libappstream4:i386 0.10.6-2 Library to access AppStream services
  772. libapr1:i386 1.5.2-5 Apache Portable Runtime Library
  773. libaprutil1:i386 1.5.4-3 Apache Portable Runtime Utility Library
  774. libaprutil1-dbd-sqlite3:i386 1.5.4-3 Apache Portable Runtime Utility Library - SQLite3 Driver
  775. libaprutil1-ldap:i386 1.5.4-3 Apache Portable Runtime Utility Library - LDAP Driver
  776. libapt-inst2.0:i386 1.4.6 deb package format runtime library
  777. libapt-pkg5.0:i386 1.4.6 package management runtime library
  778. libarchive13:i386 3.2.2-2 Multi-format archive and compression library (shared library)
  779. libasound2:i386 1.1.3-5 shared library for ALSA applications
  780. libasound2-data 1.1.3-5 Configuration files and profiles for ALSA drivers
  781. libasound2-plugins:i386 1.1.1-1 ALSA library additional plugins
  782. libaspell15:i386 0.60.7~20110707-3+b2 GNU Aspell spell-checker runtime library
  783. libass5:i386 1:0.13.4-2 library for SSA/ASS subtitles rendering
  784. libassuan0:i386 2.4.3-2 IPC library for the GnuPG components
  785. libasyncns0:i386 0.8-6 Asynchronous name service query library
  786. libatasmart4:i386 0.19-4+b1 ATA S.M.A.R.T. reading and parsing library
  787. libatk-adaptor:i386 2.22.0-2 AT-SPI 2 toolkit bridge
  788. libatk-bridge2.0-0:i386 2.22.0-2 AT-SPI 2 toolkit bridge - shared library
  789. libatk-wrapper-java 0.33.3-13 ATK implementation for Java using JNI
  790. libatk-wrapper-java-jni:i386 0.33.3-13 ATK implementation for Java using JNI (JNI bindings)
  791. libatk1.0-0:i386 2.22.0-1 ATK accessibility toolkit
  792. libatk1.0-data 2.22.0-1 Common files for the ATK accessibility toolkit
  793. libatkmm-1.6-1v5:i386 2.24.2-2 C++ wrappers for ATK accessibility toolkit (shared libraries)
  794. libatomic1:i386 6.3.0-18 support library providing __atomic built-in functions
  795. libatspi2.0-0:i386 2.22.0-6 Assistive Technology Service Provider Interface - shared library
  796. libattr1:i386 1:2.4.47-2+b2 Extended attribute shared library
  797. libaudio2:i386 1.9.4-5+b1 Network Audio System - shared libraries
  798. libaudit-common 1:2.6.7-2 Dynamic library for security auditing - common files
  799. libaudit1:i386 1:2.6.7-2 Dynamic library for security auditing
  800. libauthen-sasl-perl 2.1600-1 Authen::SASL - SASL Authentication framework
  801. libavahi-client3:i386 0.6.32-2 Avahi client library
  802. libavahi-common-data:i386 0.6.32-2 Avahi common data files
  803. libavahi-common3:i386 0.6.32-2 Avahi common library
  804. libavahi-core7:i386 0.6.32-2 Avahi's embeddable mDNS/DNS-SD library
  805. libavahi-glib1:i386 0.6.32-2 Avahi GLib integration library
  806. libavahi-gobject0:i386 0.6.32-2 Avahi GObject library
  807. libavahi-ui-gtk3-0:i386 0.6.32-2 Avahi GTK+ User interface library for GTK3
  808. libavc1394-0:i386 0.5.4-4+b1 control IEEE 1394 audio/video devices
  809. libavcodec57:i386 7:3.2.5-1 FFmpeg library with de/encoders for audio/video codecs - runtime files
  810. libavfilter6:i386 7:3.2.5-1 FFmpeg library containing media filters - runtime files
  811. libavformat57:i386 7:3.2.5-1 FFmpeg library with (de)muxers for multimedia containers - runtime files
  812. libavresample3:i386 7:3.2.5-1 FFmpeg compatibility library for resampling - runtime files
  813. libavutil55:i386 7:3.2.5-1 FFmpeg library with functions for simplifying programming - runtime files
  814. libbabl-0.1-0:i386 0.1.18-1 Dynamic, any to any, pixel format conversion library
  815. libbind9-140:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 BIND9 Shared Library used by BIND
  816. libblas-common 3.7.0-2 Dependency package for all BLAS implementations
  817. libblas3 3.7.0-2 Basic Linear Algebra Reference implementations, shared library
  818. libblkid1:i386 2.29.2-1 block device ID library
  819. libbluetooth3:i386 5.43-2 Library to use the BlueZ Linux Bluetooth stack
  820. libbluray1:i386 1:0.9.3-3 Blu-ray disc playback support library (shared library)
  821. libboost-date-time1.62.0:i386 1.62.0+dfsg-4 set of date-time libraries based on generic programming concepts
  822. libboost-filesystem1.62.0:i386 1.62.0+dfsg-4 filesystem operations (portable paths, iteration over directories, etc) in C++
  823. libboost-iostreams1.62.0:i386 1.62.0+dfsg-4 Boost.Iostreams Library
  824. libboost-system1.62.0:i386 1.62.0+dfsg-4 Operating system (e.g. diagnostics support) library
  825. libboost-thread1.62.0:i386 1.62.0+dfsg-4 portable C++ multi-threading
  826. libbrasero-media3-1:i386 3.12.1-4 CD/DVD burning library for GNOME - runtime
  827. libbrlapi0.6:i386 5.4-7 braille display access via BRLTTY - shared library
  828. libbs2b0:i386 3.1.0+dfsg-2.2 Bauer stereophonic-to-binaural DSP library
  829. libbsd0:i386 0.8.3-1 utility functions from BSD systems - shared library
  830. libburn4:i386 1.4.6-1 library to provide CD/DVD writing functions
  831. libbz2-1.0:i386 1.0.6-8.1 high-quality block-sorting file compressor library - runtime
  832. libc-bin 2.24-11+deb9u1 GNU C Library: Binaries
  833. libc-l10n 2.24-11+deb9u1 GNU C Library: localization files
  834. libc6:i386 2.24-11+deb9u1 GNU C Library: Shared libraries
  835. libcaca0:i386 0.99.beta19-2+b2 colour ASCII art library
  836. libcacard0:i386 1:2.5.0-3 Virtual Common Access Card (CAC) Emulator (runtime library)
  837. libcairo-gobject2:i386 1.14.8-1 Cairo 2D vector graphics library (GObject library)
  838. libcairo-perl 1.106-1+b2 Perl interface to the Cairo graphics library
  839. libcairo2:i386 1.14.8-1 Cairo 2D vector graphics library
  840. libcairomm-1.0-1v5:i386 1.12.0-1+b1 C++ wrappers for Cairo (shared libraries)
  841. libcamd2:i386 1:4.5.4-1 symmetric approximate minimum degree library for sparse matrices
  842. libcamel-1.2-59:i386 3.22.7-1 Evolution MIME message handling library
  843. libcanberra-gtk3-0:i386 0.30-3 GTK+ 3.0 helper for playing widget event sounds with libcanberra
  844. libcanberra-gtk3-module:i386 0.30-3 translates GTK3 widgets signals to event sounds
  845. libcanberra-pulse:i386 0.30-3 PulseAudio backend for libcanberra
  846. libcanberra0:i386 0.30-3 simple abstract interface for playing event sounds
  847. libcap-ng0:i386 0.7.7-3+b1 An alternate POSIX capabilities library
  848. libcap2:i386 1:2.25-1 POSIX 1003.1e capabilities (library)
  849. libcap2-bin 1:2.25-1 POSIX 1003.1e capabilities (utilities)
  850. libcaribou-common 0.4.21-1 Configurable on screen keyboard with scanning mode - common files
  851. libcaribou-gtk-module:i386 0.4.21-1+b1 Configurable on screen keyboard with scanning mode (GTK+ 2.0 module)
  852. libcaribou-gtk3-module:i386 0.4.21-1+b1 Configurable on screen keyboard with scanning mode (GTK+ 3.0 module)
  853. libcaribou0:i386 0.4.21-1+b1 Configurable on screen keyboard with scanning mode - library
  854. libccolamd2:i386 1:4.5.4-1 constrained column approximate library for sparse matrices
  855. libcdio-cdda1:i386 0.83-4.3+b1 library to read and control digital audio CDs
  856. libcdio-paranoia1:i386 0.83-4.3+b1 library to read digital audio CDs with error correction
  857. libcdio13:i386 0.83-4.3+b1 library to read and control CD-ROM
  858. libcdparanoia0:i386 3.10.2+debian-11 audio extraction tool for sampling CDs (library)
  859. libcdr-0.1-1:i386 0.1.3-3+b1 library for reading and converting Corel DRAW files
  860. libchamplain-0.12-0:i386 0.12.15-1 C library providing ClutterActor to display maps
  861. libchamplain-gtk-0.12-0:i386 0.12.15-1 Gtk+ widget to display maps
  862. libcheese-gtk25:i386 3.22.1-1+b1 tool to take pictures and videos from your webcam - widgets
  863. libcheese8:i386 3.22.1-1+b1 tool to take pictures and videos from your webcam - base library
  864. libcholmod3:i386 1:4.5.4-1 sparse Cholesky factorization library for sparse matrices
  865. libchromaprint1:i386 1.4.2-1 audio fingerprint library
  866. libclass-isa-perl 0.36-5 report the search path for a class's ISA tree
  867. libclucene-contribs1v5:i386 2.3.3.4+dfsg-1 language specific text analyzers (runtime)
  868. libclucene-core1v5:i386 2.3.3.4+dfsg-1 core library for full-featured text search engine (runtime)
  869. libclutter-1.0-0:i386 1.26.0+dfsg-3 Open GL based interactive canvas library
  870. libclutter-1.0-common 1.26.0+dfsg-3 Open GL based interactive canvas library (common files)
  871. libclutter-gst-3.0-0:i386 3.0.24-1 Open GL based interactive canvas library GStreamer elements
  872. libclutter-gtk-1.0-0:i386 1.8.2-2 Open GL based interactive canvas library GTK+ widget
  873. libcmis-0.5-5v5 0.5.1+git20160603-3+b1 CMIS protocol client library
  874. libcogl-common 1.22.2-2 Object oriented GL/GLES Abstraction/Utility Layer (common files)
  875. libcogl-pango20:i386 1.22.2-2 Object oriented GL/GLES Abstraction/Utility Layer
  876. libcogl-path20:i386 1.22.2-2 Object oriented GL/GLES Abstraction/Utility Layer
  877. libcogl20:i386 1.22.2-2 Object oriented GL/GLES Abstraction/Utility Layer
  878. libcolamd2:i386 1:4.5.4-1 column approximate minimum degree ordering library for sparse matrices
  879. libcolord-gtk1:i386 0.1.26-1.1 GTK+ convenience library for interacting with colord
  880. libcolord2:i386 1.3.3-2 system service to manage device colour profiles -- runtime
  881. libcolorhug2:i386 1.3.3-2 library to access the ColorHug colourimeter -- runtime
  882. libcomerr2:i386 1.43.4-2 common error description library
  883. libcrack2:i386 2.9.2-5 pro-active password checker library
  884. libcroco3:i386 0.6.11-3 Cascading Style Sheet (CSS) parsing and manipulation toolkit
  885. libcryptsetup4:i386 2:1.7.3-4 disk encryption support - shared library
  886. libcryptui0a:i386 3.12.2-3 UI library for OpenPGP prompts
  887. libcrystalhd3:i386 1:0.0~git20110715.fdd2f19-12 Crystal HD Video Decoder (shared library)
  888. libcue1 1.4.0-1 CUE Sheet Parser Library
  889. libcups2:i386 2.2.1-8 Common UNIX Printing System(tm) - Core library
  890. libcupscgi1:i386 2.2.1-8 Common UNIX Printing System(tm) - CGI library
  891. libcupsfilters1:i386 1.11.6-3 OpenPrinting CUPS Filters - Shared library
  892. libcupsimage2:i386 2.2.1-8 Common UNIX Printing System(tm) - Raster image library
  893. libcupsmime1:i386 2.2.1-8 Common UNIX Printing System(tm) - MIME library
  894. libcupsppdc1:i386 2.2.1-8 Common UNIX Printing System(tm) - PPD manipulation library
  895. libcurl3:i386 7.52.1-5 easy-to-use client-side URL transfer library (OpenSSL flavour)
  896. libcurl3-gnutls:i386 7.52.1-5 easy-to-use client-side URL transfer library (GnuTLS flavour)
  897. libdaemon0:i386 0.14-6 lightweight C library for daemons - runtime library
  898. libdatrie1:i386 0.2.10-4+b1 Double-array trie library
  899. libdb5.3:i386 5.3.28-12+b1 Berkeley v5.3 Database Libraries [runtime]
  900. libdbus-1-3:i386 1.10.18-1 simple interprocess messaging system (library)
  901. libdbus-glib-1-2:i386 0.108-2 simple interprocess messaging system (GLib-based shared library)
  902. libdc1394-22:i386 2.2.5-1 high level programming interface for IEEE 1394 digital cameras
  903. libdca0:i386 0.0.5-10 decoding library for DTS Coherent Acoustics streams
  904. libdconf1:i386 0.26.0-2+b1 simple configuration storage system - runtime library
  905. libde265-0:i386 1.0.2-2+b2 Open H.265 video codec implementation
  906. libdebconfclient0:i386 0.227 Debian Configuration Management System (C-implementation library)
  907. libdee-1.0-4 1.0.10-3.1+b2 model to synchronize mutiple instances over DBus - shared lib
  908. libdevmapper1.02.1:i386 2:1.02.137-2 Linux Kernel Device Mapper userspace library
  909. libdiscover2 2.1.2-7.1 hardware identification library
  910. libdjvulibre-text 3.5.27.1-7 Linguistic support files for libdjvulibre
  911. libdjvulibre21:i386 3.5.27.1-7 Runtime support for the DjVu image format
  912. libdleyna-connector-dbus-1.0-1:i386 0.2.0-1 DBus connector module for the dLeyna services
  913. libdleyna-core-1.0-3:i386 0.4.0-1 Utility functions for higher level dLeyna components
  914. libdmapsharing-3.0-2:i386 2.9.37-1 DMAP client and server library - runtime
  915. libdns-export162 1:9.10.3.dfsg.P4-12.3+deb9u2 Exported DNS Shared Library
  916. libdns162:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 DNS Shared Library used by BIND
  917. libdotconf0:i386 1.3-0.2 Configuration file parser library - runtime files
  918. libdrm-amdgpu1:i386 2.4.74-1 Userspace interface to amdgpu-specific kernel DRM services -- runtime
  919. libdrm-intel1:i386 2.4.74-1 Userspace interface to intel-specific kernel DRM services -- runtime
  920. libdrm-nouveau2:i386 2.4.74-1 Userspace interface to nouveau-specific kernel DRM services -- runtime
  921. libdrm-radeon1:i386 2.4.74-1 Userspace interface to radeon-specific kernel DRM services -- runtime
  922. libdrm2:i386 2.4.74-1 Userspace interface to kernel DRM services -- runtime
  923. libdv4:i386 1.0.0-11 software library for DV format digital video (runtime lib)
  924. libdvdnav4:i386 5.0.3-3 DVD navigation library
  925. libdvdread4:i386 5.0.3-2 library for reading DVDs
  926. libe-book-0.1-1:i386 0.1.2-4 library for reading and converting various e-book formats
  927. libebackend-1.2-10:i386 3.22.7-1 Utility library for evolution data servers
  928. libebook-1.2-16:i386 3.22.7-1 Client library for evolution address books
  929. libebook-contacts-1.2-2:i386 3.22.7-1 Client library for evolution contacts books
  930. libebur128-1:i386 1.2.2-2 implementation of the EBU R128 loudness standard
  931. libecal-1.2-19:i386 3.22.7-1 Client library for evolution calendars
  932. libedata-book-1.2-25:i386 3.22.7-1 Backend library for evolution address books
  933. libedata-cal-1.2-28:i386 3.22.7-1 Backend library for evolution calendars
  934. libedataserver-1.2-22:i386 3.22.7-1 Utility library for evolution data servers
  935. libedataserverui-1.2-1:i386 3.22.7-1 Utility library for evolution data servers
  936. libedit2:i386 3.1-20160903-3 BSD editline and history libraries
  937. libegl1-mesa:i386 13.0.6-1+b2 free implementation of the EGL API -- runtime
  938. libelf1:i386 0.168-1 library to read and write ELF files
  939. libenca0:i386 1.19-1+b1 Extremely Naive Charset Analyser - shared library files
  940. libenchant1c2a:i386 1.6.0-11+b1 Wrapper library for various spell checker engines (runtime libs)
  941. libencode-locale-perl 1.05-1 utility to determine the locale encoding
  942. libeot0:i386 0.01-4+b1 Library for parsing/converting Embedded OpenType files
  943. libepoxy0:i386 1.3.1-2 OpenGL function pointer management library
  944. libept1.5.0:i386 1.1+nmu3+b1 High-level library for managing Debian package information
  945. liberror-perl 0.17024-1 Perl module for error/exception handling in an OO-ish way
  946. libestr0 0.1.10-2 Helper functions for handling strings (lib)
  947. libetonyek-0.1-1:i386 0.1.6-5 library for reading and converting Apple Keynote presentations
  948. libevdev2:i386 1.5.6+dfsg-1 wrapper library for evdev devices
  949. libevdocument3-4:i386 3.22.1-3+deb9u1 Document (PostScript, PDF) rendering library
  950. libevent-2.0-5:i386 2.0.21-stable-3 Asynchronous event notification library
  951. libevolution 3.22.6-1 evolution libraries
  952. libevview3-3:i386 3.22.1-3+deb9u1 Document (PostScript, PDF) rendering library - Gtk+ widgets
  953. libexempi3:i386 2.4.1-1 library to parse XMP metadata (Library)
  954. libexif12:i386 0.6.21-2+b2 library to parse EXIF files
  955. libexiv2-14:i386 0.25-3.1 EXIF/IPTC/XMP metadata manipulation library
  956. libexpat1:i386 2.2.0-2+deb9u1 XML parsing C library - runtime library
  957. libexttextcat-2.0-0:i386 3.4.4-2+b1 Language detection library
  958. libexttextcat-data 3.4.4-2 Language detection library - data files
  959. libfaad2:i386 2.8.0~cvs20161113-1 freeware Advanced Audio Decoder - runtime files
  960. libfastjson4:i386 0.99.4-1 fast json library for C
  961. libfdisk1:i386 2.29.2-1 fdisk partitioning library
  962. libffi6:i386 3.2.1-6 Foreign Function Interface library runtime
  963. libfftw3-double3:i386 3.3.5-3 Library for computing Fast Fourier Transforms - Double precision
  964. libfftw3-single3:i386 3.3.5-3 Library for computing Fast Fourier Transforms - Single precision
  965. libfile-basedir-perl 0.07-1 Perl module to use the freedesktop basedir specification
  966. libfile-copy-recursive-perl 0.38-1 Perl extension for recursively copying files and directories
  967. libfile-desktopentry-perl 0.22-1 Perl module to handle freedesktop .desktop files
  968. libfile-listing-perl 6.04-1 module to parse directory listings
  969. libfile-mimeinfo-perl 0.27-1 Perl module to determine file types
  970. libflac8:i386 1.3.2-1 Free Lossless Audio Codec - runtime C library
  971. libflite1:i386 2.0.0-release-3+b1 Small run-time speech synthesis engine - shared libraries
  972. libfluidsynth1:i386 1.1.6-4 Real-time MIDI software synthesizer (runtime library)
  973. libfolks-eds25:i386 0.11.3-2 Evolution-data-server backend for libfolks
  974. libfolks-telepathy25:i386 0.11.3-2 Telepathy backend for libfolks
  975. libfolks25:i386 0.11.3-2 library to aggregates people into metacontacts
  976. libfont-afm-perl 1.20-2 Font::AFM - Interface to Adobe Font Metrics files
  977. libfontconfig1:i386 2.11.0-6.7+b1 generic font configuration library - runtime
  978. libfontembed1:i386 1.11.6-3 OpenPrinting CUPS Filters - Font Embed Shared library
  979. libfontenc1:i386 1:1.1.3-1+b2 X11 font encoding library
  980. libfreehand-0.1-1 0.1.1-2 Library for parsing the FreeHand file format structure
  981. libfreerdp-cache1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (cache library)
  982. libfreerdp-codec1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (codec library)
  983. libfreerdp-common1.1.0:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (common library)
  984. libfreerdp-core1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (core library)
  985. libfreerdp-crypto1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (freerdp-crypto library)
  986. libfreerdp-gdi1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (GDI library)
  987. libfreerdp-locale1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (locale library)
  988. libfreerdp-primitives1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (primitives library)
  989. libfreerdp-utils1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (freerdp-utils library)
  990. libfreetype6:i386 2.6.3-3.2 FreeType 2 font engine, shared library files
  991. libfribidi0:i386 0.19.7-1+b1 Free Implementation of the Unicode BiDi algorithm
  992. libfuse2:i386 2.9.7-1 Filesystem in Userspace (library)
  993. libfwupd1:i386 0.7.4-2 Firmware update daemon library
  994. libgail-3-0:i386 3.22.11-1 GNOME Accessibility Implementation Library -- shared libraries
  995. libgail-common:i386 2.24.31-2 GNOME Accessibility Implementation Library -- common modules
  996. libgail18:i386 2.24.31-2 GNOME Accessibility Implementation Library -- shared libraries
  997. libgbm1:i386 13.0.6-1+b2 generic buffer management API -- runtime
  998. libgc1c2:i386 1:7.4.2-8 conservative garbage collector for C and C++
  999. libgcab-1.0-0:i386 0.7-2 Microsoft Cabinet file manipulation library
  1000. libgcc1:i386 1:6.3.0-18 GCC support library
  1001. libgck-1-0:i386 3.20.0-5.1 Glib wrapper library for PKCS#11 - runtime
  1002. libgcr-3-common 3.20.0-5.1 Library for Crypto UI related tasks - common files
  1003. libgcr-base-3-1:i386 3.20.0-5.1 Library for Crypto related tasks
  1004. libgcr-ui-3-1:i386 3.20.0-5.1 Library for Crypto UI related tasks
  1005. libgcrypt20:i386 1.7.6-2+deb9u1 LGPL Crypto library - runtime library
  1006. libgd3:i386 2.2.4-2+deb9u1 GD Graphics Library
  1007. libgdata-common 0.17.6-2 Library for accessing GData webservices - common data files
  1008. libgdata22:i386 0.17.6-2 Library for accessing GData webservices - shared libraries
  1009. libgdbm3:i386 1.8.3-14 GNU dbm database routines (runtime version)
  1010. libgdict-1.0-10:i386 3.20.0-3+b1 GNOME Dictionary base library - runtime
  1011. libgdict-common 3.20.0-3 GNOME Dictionary base library - common files
  1012. libgdk-pixbuf2.0-0:i386 2.36.5-2 GDK Pixbuf library
  1013. libgdk-pixbuf2.0-common 2.36.5-2 GDK Pixbuf library - data files
  1014. libgdm1 3.22.3-3 GNOME Display Manager (shared library)
  1015. libgee-0.8-2:i386 0.18.1-1 GObject based collection and utility library
  1016. libgegl-0.3-0:i386 0.3.8-4 Generic Graphics Library
  1017. libgeoclue-2-0:i386 2.4.5-1 convenience library to interact with geoinformation service
  1018. libgeocode-glib0:i386 3.20.1-2 geocoding and reverse geocoding GLib library using Nominatim
  1019. libgeoip1:i386 1.6.9-4 non-DNS IP-to-country resolver library
  1020. libgepub0:i386 0.4-1 library to read epub files
  1021. libgexiv2-2:i386 0.10.4-2 GObject-based wrapper around the Exiv2 library
  1022. libgfbgraph-0.2-0:i386 0.2.3-1+b2 GObject library for Facebook Graph API
  1023. libgfortran3:i386 6.3.0-18 Runtime library for GNU Fortran applications
  1024. libgif7:i386 5.1.4-0.4 library for GIF images (library)
  1025. libgimp2.0 2.8.18-1 Libraries for the GNU Image Manipulation Program
  1026. libgirepository-1.0-1:i386 1.50.0-1+b1 Library for handling GObject introspection data (runtime library)
  1027. libgit2-24:i386 0.25.1+really0.24.6-1 low-level Git library
  1028. libgit2-glib-1.0-0:i386 0.24.4-1 glib wrapper library around the libgit2 git access library
  1029. libgjs0e 1.46.0-1+b2 Mozilla-based javascript bindings for the GNOME platform
  1030. libgl1-mesa-dri:i386 13.0.6-1+b2 free implementation of the OpenGL API -- DRI modules
  1031. libgl1-mesa-glx:i386 13.0.6-1+b2 free implementation of the OpenGL API -- GLX runtime
  1032. libglapi-mesa:i386 13.0.6-1+b2 free implementation of the GL API -- shared library
  1033. libgles2-mesa:i386 13.0.6-1+b2 free implementation of the OpenGL|ES 2.x API -- runtime
  1034. libglew2.0:i386 2.0.0-3+b1 OpenGL Extension Wrangler - runtime environment
  1035. libglib-perl 3:1.324-1 interface to the GLib and GObject libraries
  1036. libglib2.0-0:i386 2.50.3-2 GLib library of C routines
  1037. libglib2.0-bin 2.50.3-2 Programs for the GLib library
  1038. libglib2.0-data 2.50.3-2 Common files for GLib library
  1039. libglibmm-2.4-1v5:i386 2.50.0-1 C++ wrapper for the GLib toolkit (shared libraries)
  1040. libgltf-0.0-0v5:i386 0.0.2-5 Library for rendering glTF models
  1041. libglu1-mesa:i386 9.0.0-2.1 Mesa OpenGL utility library (GLU)
  1042. libgme0:i386 0.6.0-4 Playback library for video game music files - shared library
  1043. libgmime-2.6-0:i386 2.6.22+dfsg2-1 MIME message parser and creator library
  1044. libgmp10:i386 2:6.1.2+dfsg-1 Multiprecision arithmetic library
  1045. libgnome-autoar-0-0:i386 0.1.1-4+b1 Archives integration support for GNOME
  1046. libgnome-autoar-common 0.1.1-4 Archives integration support for GNOME - common files
  1047. libgnome-autoar-gtk-0-0:i386 0.1.1-4+b1 GTK+ widgets for the GNOME Autoar library
  1048. libgnome-bluetooth13:i386 3.20.1-1 GNOME Bluetooth tools - support library
  1049. libgnome-desktop-3-12:i386 3.22.2-1 Utility library for loading .desktop files - runtime files
  1050. libgnome-games-support-1-2:i386 1.2.1-1 library for common functions of GNOME games
  1051. libgnome-games-support-common 1.2.1-1 library for common functions of GNOME games (common files)
  1052. libgnome-keyring-common 3.12.0-1 GNOME keyring services library - data files
  1053. libgnome-keyring0:i386 3.12.0-1+b2 GNOME keyring services library
  1054. libgnome-menu-3-0 3.13.3-9 GNOME implementation of the freedesktop menu specification
  1055. libgnomekbd-common 3.22.0.1-1 GNOME library to manage keyboard configuration - common files
  1056. libgnomekbd8:i386 3.22.0.1-1+b1 GNOME library to manage keyboard configuration - shared library
  1057. libgnutls30:i386 3.5.8-5+deb9u1 GNU TLS library - main runtime library
  1058. libgoa-1.0-0b:i386 3.22.5-1 library for GNOME Online Accounts
  1059. libgoa-1.0-common 3.22.5-1 library for GNOME Online Accounts - common files
  1060. libgoa-backend-1.0-1:i386 3.22.5-1 backend library for GNOME Online Accounts
  1061. libgom-1.0-0:i386 0.3.2-2 Object mapper from GObjects to SQLite
  1062. libgom-1.0-common 0.3.2-2 libgom architecture-independent files
  1063. libgomp1:i386 6.3.0-18 GCC OpenMP (GOMP) support library
  1064. libgpg-error0:i386 1.26-2 library for common error values and messages in GnuPG components
  1065. libgpgme11:i386 1.8.0-3+b2 GPGME - GnuPG Made Easy (library)
  1066. libgphoto2-6:i386 2.5.12-1 gphoto2 digital camera library
  1067. libgphoto2-l10n 2.5.12-1 gphoto2 digital camera library - localized messages
  1068. libgphoto2-port12:i386 2.5.12-1 gphoto2 digital camera port library
  1069. libgpm2:i386 1.20.4-6.2+b1 General Purpose Mouse - shared library
  1070. libgpod-common 0.8.3-8.2 common files for libgpod
  1071. libgpod4:i386 0.8.3-8.2 library to read and write songs and artwork to an iPod
  1072. libgraphite2-3:i386 1.3.10-1 Font rendering engine for Complex Scripts -- library
  1073. libgrilo-0.3-0:i386 0.3.2-2 Framework for discovering and browsing media - Shared libraries
  1074. libgs9:i386 9.20~dfsg-3.2 interpreter for the PostScript language and for PDF - Library
  1075. libgs9-common 9.20~dfsg-3.2 interpreter for the PostScript language and for PDF - common files
  1076. libgsf-1-114:i386 1.14.41-1 Structured File Library - runtime version
  1077. libgsf-1-common 1.14.41-1 Structured File Library - common files
  1078. libgsf-bin 1.14.41-1 Structured File Library - programs
  1079. libgsl2:i386 2.3+dfsg-1 GNU Scientific Library (GSL) -- library package
  1080. libgsm1:i386 1.0.13-4+b2 Shared libraries for GSM speech compressor
  1081. libgsound0:i386 1.0.2-1+b1 small library for playing system sounds
  1082. libgspell-1-1:i386 1.2.2-1 spell-checking library for GTK+ applications
  1083. libgspell-1-common 1.2.2-1 libgspell architecture-independent files
  1084. libgssapi-krb5-2:i386 1.15-1 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
  1085. libgssdp-1.0-3:i386 1.0.1-1 GObject-based library for SSDP
  1086. libgstreamer-plugins-bad1.0-0:i386 1.10.4-1 GStreamer development files for libraries from the "bad" set
  1087. libgstreamer-plugins-base1.0-0:i386 1.10.4-1 GStreamer libraries from the "base" set
  1088. libgstreamer1.0-0:i386 1.10.4-1 Core GStreamer libraries and elements
  1089. libgtk-3-0:i386 3.22.11-1 GTK+ graphical user interface library
  1090. libgtk-3-bin 3.22.11-1 programs for the GTK+ graphical user interface library
  1091. libgtk-3-common 3.22.11-1 common files for the GTK+ graphical user interface library
  1092. libgtk-vnc-2.0-0:i386 0.6.0-3 VNC viewer widget for GTK+3 (runtime libraries)
  1093. libgtk2-perl 2:1.2499-1 Perl interface to the 2.x series of the Gimp Toolkit library
  1094. libgtk2.0-0:i386 2.24.31-2 GTK+ graphical user interface library
  1095. libgtk2.0-bin 2.24.31-2 programs for the GTK+ graphical user interface library
  1096. libgtk2.0-common 2.24.31-2 common files for the GTK+ graphical user interface library
  1097. libgtkmm-2.4-1v5:i386 1:2.24.5-1 C++ wrappers for GTK+ (shared libraries)
  1098. libgtkmm-3.0-1v5:i386 3.22.0-1 C++ wrappers for GTK+ (shared libraries)
  1099. libgtksourceview-3.0-1:i386 3.22.2-1 shared libraries for the GTK+ syntax highlighting widget
  1100. libgtksourceview-3.0-common 3.22.2-1 common files for the GTK+ syntax highlighting widget
  1101. libgtkspell0 2.0.16-1.1 a spell-checking addon for GTK's TextView widget
  1102. libgtkspell3-3-0:i386 3.0.9-1 spell-checking addon for GTK+'s TextView widget
  1103. libgtop-2.0-10:i386 2.34.2-1 gtop system monitoring library (shared)
  1104. libgtop2-common 2.34.2-1 gtop system monitoring library (common)
  1105. libgucharmap-2-90-7:i386 1:9.0.2-1 Unicode browser widget library (shared library)
  1106. libgudev-1.0-0:i386 230-3 GObject-based wrapper library for libudev
  1107. libgupnp-1.0-4:i386 1.0.1-1 GObject-based library for UPnP
  1108. libgupnp-av-1.0-2 0.12.10-1 Audio/Visual utility library for GUPnP
  1109. libgupnp-dlna-2.0-3 0.10.5-3+b1 DLNA utility library for GUPnP
  1110. libgusb2:i386 0.2.9-1+b1 GLib wrapper around libusb1
  1111. libgutenprint2 5.2.11-1+b2 runtime for the Gutenprint printer driver library
  1112. libgvnc-1.0-0:i386 0.6.0-3 VNC GObject wrapper (runtime libraries)
  1113. libgweather-3-6:i386 3.20.4-1 GWeather shared library
  1114. libgweather-common 3.20.4-1 GWeather common files
  1115. libgxps2:i386 0.2.4-1+b1 handling and rendering XPS documents (library)
  1116. libharfbuzz-icu0:i386 1.4.2-1 OpenType text shaping engine ICU backend
  1117. libharfbuzz0b:i386 1.4.2-1 OpenType text shaping engine (shared library)
  1118. libhogweed4:i386 3.3-1+b1 low level cryptographic library (public-key cryptos)
  1119. libhpmud0:i386 3.16.11+repack0-3 HP Multi-Point Transport Driver (hpmud) run-time libraries
  1120. libhsqldb1.8.0-java 1.8.0.10+dfsg-7 Java SQL database engine
  1121. libhtml-form-perl 6.03-1 module that represents an HTML form element
  1122. libhtml-format-perl 2.12-1 module for transforming HTML into various formats
  1123. libhtml-parser-perl 3.72-3 collection of modules that parse HTML text documents
  1124. libhtml-tagset-perl 3.20-3 Data tables pertaining to HTML
  1125. libhtml-tree-perl 5.03-2 Perl module to represent and create HTML syntax trees
  1126. libhttp-cookies-perl 6.01-1 HTTP cookie jars
  1127. libhttp-daemon-perl 6.01-1 simple http server class
  1128. libhttp-date-perl 6.02-1 module of date conversion routines
  1129. libhttp-message-perl 6.11-1 perl interface to HTTP style messages
  1130. libhttp-negotiate-perl 6.00-2 implementation of content negotiation
  1131. libhttp-parser2.1:i386 2.1-2 parser for HTTP messages written in C
  1132. libhunspell-1.4-0:i386 1.4.1-2+b2 spell checker and morphological analyzer (shared library)
  1133. libhyphen0:i386 2.8.8-5 ALTLinux hyphenation library - shared library
  1134. libibus-1.0-5:i386 1.5.14-3 Intelligent Input Bus - shared library
  1135. libical2:i386 2.0.0-0.5+b1 iCalendar library implementation in C (runtime)
  1136. libice6:i386 2:1.0.9-2 X11 Inter-Client Exchange library
  1137. libicu57:i386 57.1-6 International Components for Unicode
  1138. libidn11:i386 1.33-1 GNU Libidn library, implementation of IETF IDN specifications
  1139. libidn2-0:i386 0.16-1 Internationalized domain names (IDNA2008) library
  1140. libiec61883-0:i386 1.2.0-2 partial implementation of IEC 61883 (shared lib)
  1141. libieee1284-3:i386 0.2.11-13 cross-platform library for parallel port access
  1142. libijs-0.35:i386 0.35-12 IJS raster image transport protocol: shared library
  1143. libilmbase12:i386 2.2.0-12 several utility libraries from ILM used by OpenEXR
  1144. libimage-magick-perl 8:6.9.7.4+dfsg-11+deb9u1 Perl interface to the ImageMagick graphics routines
  1145. libimage-magick-q16-perl 8:6.9.7.4+dfsg-11+deb9u1 Perl interface to the ImageMagick graphics routines -- Q16 version
  1146. libimobiledevice6:i386 1.2.0+dfsg-3.1 Library for communicating with the iPhone and iPod Touch
  1147. libinput-bin 1.6.3-1 input device management and event handling library - udev quirks
  1148. libinput10:i386 1.6.3-1 input device management and event handling library - shared library
  1149. libio-html-perl 1.001-1 open an HTML file with automatic charset detection
  1150. libio-socket-ssl-perl 2.044-1 Perl module implementing object oriented interface to SSL sockets
  1151. libip4tc0:i386 1.6.0+snapshot20161117-6 netfilter libip4tc library
  1152. libip6tc0:i386 1.6.0+snapshot20161117-6 netfilter libip6tc library
  1153. libipc-system-simple-perl 1.25-3 Perl module to run commands simply, with detailed diagnostics
  1154. libiptc0:i386 1.6.0+snapshot20161117-6 netfilter libiptc library
  1155. libiptcdata0 1.0.4-6+b1 Library to parse IPTC metadata
  1156. libisc-export160 1:9.10.3.dfsg.P4-12.3+deb9u2 Exported ISC Shared Library
  1157. libisc160:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 ISC Shared Library used by BIND
  1158. libisccc140:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 Command Channel Library used by BIND
  1159. libisccfg140:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 Config File Handling Library used by BIND
  1160. libisl15:i386 0.18-1 manipulating sets and relations of integer points bounded by linear constraints
  1161. libisofs6:i386 1.4.6-1 library to create ISO 9660 images
  1162. libjack-jackd2-0:i386 1.9.10+20150825git1ed50c92~dfsg-5 JACK Audio Connection Kit (libraries)
  1163. libjansson4:i386 2.9-1 C library for encoding, decoding and manipulating JSON data
  1164. libjavascriptcoregtk-4.0-18:i386 2.16.3-2 JavaScript engine library from WebKitGTK+
  1165. libjbig0:i386 2.1-3.1+b2 JBIGkit libraries
  1166. libjbig2dec0:i386 0.13-4.1 JBIG2 decoder library - shared libraries
  1167. libjim0.76:i386 0.76-2+b1 small-footprint implementation of Tcl - shared library
  1168. libjpeg62-turbo:i386 1:1.5.1-2 libjpeg-turbo JPEG runtime library
  1169. libjson-glib-1.0-0:i386 1.2.6-1 GLib JSON manipulation library
  1170. libjson-glib-1.0-common 1.2.6-1 GLib JSON manipulation library (common files)
  1171. libjte1 1.20-2+b1 Jigdo Template Export - runtime library
  1172. libk5crypto3:i386 1.15-1 MIT Kerberos runtime libraries - Crypto Library
  1173. libkate1:i386 0.4.1-7+b1 Codec for karaoke and text encapsulation
  1174. libkeyutils1:i386 1.5.9-9 Linux Key Management Utilities (library)
  1175. libklibc 2.0.4-9 minimal libc subset for use with initramfs
  1176. libkmod2:i386 23-2 libkmod shared library
  1177. libkpathsea6:i386 2016.20160513.41080.dfsg-2 TeX Live: path search library for TeX (runtime part)
  1178. libkrb5-3:i386 1.15-1 MIT Kerberos runtime libraries
  1179. libkrb5support0:i386 1.15-1 MIT Kerberos runtime libraries - Support library
  1180. libksba8:i386 1.3.5-2 X.509 and CMS support library
  1181. liblangtag-common 0.6.2-1 library to access tags for identifying languages -- data
  1182. liblangtag1:i386 0.6.2-1 library to access tags for identifying languages
  1183. liblapack3 3.7.0-2 Library of linear algebra routines 3 - shared version
  1184. liblcms2-2:i386 2.8-4 Little CMS 2 color management library
  1185. liblcms2-utils 2.8-4 Little CMS 2 color management library (utilities)
  1186. libldap-2.4-2:i386 2.4.44+dfsg-5 OpenLDAP libraries
  1187. libldap-common 2.4.44+dfsg-5 OpenLDAP common files for libraries
  1188. libldb1:i386 2:1.1.27-1+b1 LDAP-like embedded database - shared library
  1189. liblilv-0-0 0.24.2~dfsg0-1 library for simple use of LV2 plugins
  1190. liblirc-client0:i386 0.9.4c-9 infra-red remote control support - client library
  1191. libllvm3.9:i386 1:3.9.1-9 Modular compiler and toolchain technologies, runtime library
  1192. liblocale-gettext-perl 1.07-3+b1 module using libc functions for internationalization in Perl
  1193. liblockfile-bin 1.14-1+b1 support binaries for and cli utilities based on liblockfile
  1194. liblogging-stdlog0:i386 1.0.5-2+b2 easy to use and lightweight logging library
  1195. liblognorm5:i386 2.0.1-1.1+b1 log normalizing library
  1196. liblouis-data 3.0.0-3 Braille translation library - data
  1197. liblouis12:i386 3.0.0-3+b1 Braille translation library - shared libs
  1198. liblqr-1-0:i386 0.4.2-2+b2 converts plain array images into multi-size representation
  1199. libltdl7:i386 2.4.6-2 System independent dlopen wrapper for GNU libtool
  1200. liblua5.2-0:i386 5.2.4-1.1+b2 Shared library for the Lua interpreter version 5.2
  1201. liblua5.3-0:i386 5.3.3-1 Shared library for the Lua interpreter version 5.3
  1202. liblwp-mediatypes-perl 6.02-1 module to guess media type for a file or a URL
  1203. liblwp-protocol-https-perl 6.06-2 HTTPS driver for LWP::UserAgent
  1204. liblwres141:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 Lightweight Resolver Library used by BIND
  1205. liblz4-1:i386 0.0~r131-2+b1 Fast LZ compression algorithm library - runtime
  1206. liblzma5:i386 5.2.2-1.2+b1 XZ-format compression library
  1207. liblzo2-2:i386 2.08-1.2+b2 data compression library
  1208. libmad0:i386 0.15.1b-8 MPEG audio decoder library
  1209. libmagic-mgc 1:5.30-1 File type determination library using "magic" numbers (compiled magic file)
  1210. libmagic1:i386 1:5.30-1 Recognize the type of data in a file using "magic" numbers - library
  1211. libmagick++-6.q16-7:i386 8:6.9.7.4+dfsg-11+deb9u1 C++ interface to ImageMagick -- quantum depth Q16
  1212. libmagickcore-6.q16-3:i386 8:6.9.7.4+dfsg-11+deb9u1 low-level image manipulation library -- quantum depth Q16
  1213. libmagickwand-6.q16-3:i386 8:6.9.7.4+dfsg-11+deb9u1 image manipulation library -- quantum depth Q16
  1214. libmailtools-perl 2.18-1 Manipulate email in perl programs
  1215. libmbim-glib4:i386 1.14.0-1+b1 Support library to use the MBIM protocol
  1216. libmbim-proxy 1.14.0-1+b1 Proxy to communicate with MBIM ports
  1217. libmediaart-2.0-0:i386 1.9.0-2 media art extraction and cache management library
  1218. libmetis5:i386 5.1.0.dfsg-5+b2 Serial Graph Partitioning and Fill-reducing Matrix Ordering
  1219. libmhash2:i386 0.9.9.9-7 Library for cryptographic hashing and message authentication
  1220. libminiupnpc10:i386 1.9.20140610-4 UPnP IGD client lightweight library
  1221. libmission-control-plugins0 1:5.16.3-2.1 management daemon for Telepathy (library for plugins)
  1222. libmjpegutils-2.1-0 1:2.1.0+debian-5 MJPEG capture/editing/replay and MPEG encoding toolset (library)
  1223. libmm-glib0:i386 1.6.4-1 D-Bus service for managing modems - shared libraries
  1224. libmms0:i386 0.6.4-2 MMS stream protocol library - shared library
  1225. libmng1:i386 1.0.10+dfsg-3.1+b5 Multiple-image Network Graphics library
  1226. libmnl0:i386 1.0.4-2 minimalistic Netlink communication library
  1227. libmodplug1:i386 1:0.8.8.5-3 shared libraries for mod music based on ModPlug
  1228. libmount1:i386 2.29.2-1 device mounting library
  1229. libmozjs-24-0:i386 24.2.0-5.1+b2 Spidermonkey JavaScript engine
  1230. libmp3lame0:i386 3.99.5+repack1-9+b2 MP3 encoding library
  1231. libmpc3:i386 1.0.3-1+b2 multiple precision complex floating-point library
  1232. libmpcdec6:i386 2:0.1~r495-1+b1 MusePack decoder - library
  1233. libmpdec2:i386 2.4.2-1 library for decimal floating point arithmetic (runtime library)
  1234. libmpeg2-4:i386 0.5.1-7+b2 MPEG1 and MPEG2 video decoder library
  1235. libmpeg2encpp-2.1-0 1:2.1.0+debian-5 MJPEG capture/editing/replay and MPEG encoding toolset (library)
  1236. libmpfr4:i386 3.1.5-1 multiple precision floating-point computation
  1237. libmpg123-0:i386 1.23.8-1+b1 MPEG layer 1/2/3 audio decoder (shared library)
  1238. libmplex2-2.1-0 1:2.1.0+debian-5 MJPEG capture/editing/replay and MPEG encoding toolset (library)
  1239. libmspub-0.1-1:i386 0.1.2-4+b1 library for parsing the mspub file structure
  1240. libmtdev1:i386 1.1.5-1+b1 Multitouch Protocol Translation Library - shared library
  1241. libmtp-common 1.1.13-1 Media Transfer Protocol (MTP) common files
  1242. libmtp-runtime 1.1.13-1 Media Transfer Protocol (MTP) runtime tools
  1243. libmtp9:i386 1.1.13-1 Media Transfer Protocol (MTP) library
  1244. libmusicbrainz5-2:i386 5.1.0+git20150707-6 Library to access the MusicBrainz.org database (C wrapper functions)
  1245. libmusicbrainz5cc2v5:i386 5.1.0+git20150707-6 Library to access the MusicBrainz.org database
  1246. libmutter0i:i386 3.22.3-2 window manager library from the Mutter window manager
  1247. libmwaw-0.3-3:i386 0.3.9-2 import library for some old Mac text documents
  1248. libmythes-1.2-0:i386 2:1.2.4-3 simple thesaurus library
  1249. libnatpmp1:i386 20110808-4+b1 portable and fully compliant implementation of NAT-PMP
  1250. libnautilus-extension1a:i386 3.22.3-1 libraries for nautilus components - runtime version
  1251. libncurses5:i386 6.0+20161126-1 shared libraries for terminal handling
  1252. libncursesw5:i386 6.0+20161126-1 shared libraries for terminal handling (wide character support)
  1253. libndp0:i386 1.6-1+b1 Library for Neighbor Discovery Protocol
  1254. libneon27-gnutls:i386 0.30.2-2 HTTP and WebDAV client library (GnuTLS enabled)
  1255. libnet-dbus-perl 1.1.0-4+b1 Perl extension for the DBus bindings
  1256. libnet-http-perl 6.12-1 module providing low-level HTTP connection client
  1257. libnet-smtp-ssl-perl 1.04-1 Perl module providing SSL support to Net::SMTP
  1258. libnet-ssleay-perl 1.80-1 Perl module for Secure Sockets Layer (SSL)
  1259. libnetfilter-conntrack3:i386 1.0.6-2 Netfilter netlink-conntrack library
  1260. libnetpbm10 2:10.0-15.3+b2 Graphics conversion tools shared libraries
  1261. libnettle6:i386 3.3-1+b1 low level cryptographic library (symmetric and one-way cryptos)
  1262. libnewt0.52:i386 0.52.19-1+b1 Not Erik's Windowing Toolkit - text mode windowing with slang
  1263. libnfnetlink0:i386 1.0.1-3 Netfilter netlink library
  1264. libnfs8:i386 1.11.0-2 NFS client library (shared library)
  1265. libnghttp2-14:i386 1.18.1-1 library implementing HTTP/2 protocol (shared library)
  1266. libnl-3-200:i386 3.2.27-2 library for dealing with netlink sockets
  1267. libnl-genl-3-200:i386 3.2.27-2 library for dealing with netlink sockets - generic netlink
  1268. libnm-glib4:i386 1.6.2-3 network management framework (GLib shared library)
  1269. libnm-gtk0:i386 1.4.4-1 library for wireless and mobile dialogs (libnm-glib version)
  1270. libnm-util2:i386 1.6.2-3 network management framework (shared library)
  1271. libnm0:i386 1.6.2-3 GObject-based client library for NetworkManager
  1272. libnma0:i386 1.4.4-1 library for wireless and mobile dialogs (libnm version)
  1273. libnotify4:i386 0.7.7-2 sends desktop notifications to a notification daemon
  1274. libnpth0:i386 1.3-1 replacement for GNU Pth using system threads
  1275. libnspr4:i386 2:4.12-6 NetScape Portable Runtime Library
  1276. libnss-mdns:i386 0.10-8 NSS module for Multicast DNS name resolution
  1277. libnss-myhostname:i386 232-25 nss module providing fallback resolution for the current hostname
  1278. libnss3:i386 2:3.26.2-1.1 Network Security Service libraries
  1279. libntfs-3g871 1:2016.2.22AR.1+dfsg-1 read/write NTFS driver for FUSE (runtime library)
  1280. libnuma1:i386 2.0.11-2.1 Libraries for controlling NUMA policy
  1281. liboauth0:i386 1.0.1-1 C library for implementing OAuth 1.0
  1282. libodfgen-0.1-1:i386 0.1.6-2 library to generate ODF documents
  1283. libofa0:i386 0.9.3-15 library for acoustic fingerprinting
  1284. libogg0:i386 1.3.2-1 Ogg bitstream library
  1285. libopenal-data 1:1.17.2-4 Software implementation of the OpenAL audio API (data files)
  1286. libopenal1:i386 1:1.17.2-4+b2 Software implementation of the OpenAL audio API (shared library)
  1287. libopencore-amrnb0:i386 0.1.3-2.1+b2 Adaptive Multi Rate speech codec - shared library
  1288. libopencore-amrwb0:i386 0.1.3-2.1+b2 Adaptive Multi-Rate - Wideband speech codec - shared library
  1289. libopencv-calib3d2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Camera Calibration library
  1290. libopencv-core2.4v5:i386 2.4.9.1+dfsg1-2 computer vision core library
  1291. libopencv-features2d2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Feature Detection and Descriptor Extraction library
  1292. libopencv-flann2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Clustering and Search in Multi-Dimensional spaces library
  1293. libopencv-highgui2.4-deb0:i386 2.4.9.1+dfsg1-2 computer vision High-level GUI and Media I/O library
  1294. libopencv-imgproc2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Image Processing library
  1295. libopencv-objdetect2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Object Detection library
  1296. libopencv-video2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Video analysis library
  1297. libopenexr22:i386 2.2.0-11+b1 runtime files for the OpenEXR image library
  1298. libopenjp2-7:i386 2.1.2-1.1 JPEG 2000 image compression/decompression library
  1299. libopenmpt0:i386 0.2.7386~beta20.3-3 module music library based on OpenMPT -- shared library
  1300. libopus0:i386 1.2~alpha2-1 Opus codec runtime library
  1301. liborc-0.4-0:i386 1:0.4.26-2 Library of Optimized Inner Loops Runtime Compiler
  1302. liborcus-0.11-0:i386 0.11.2-3+b1 library for processing spreadsheet documents
  1303. libosinfo-1.0-0:i386 1.0.0-2 Library for managing information about operating systems and hypervisors
  1304. libp11-kit0:i386 0.23.3-2 library for loading and coordinating access to PKCS#11 modules - runtime
  1305. libpackagekit-glib2-18:i386 1.1.5-2 Library for accessing PackageKit using GLib
  1306. libpagemaker-0.0-0:i386 0.0.3-2 Library for importing and converting PageMaker Documents
  1307. libpam-cap:i386 1:2.25-1 POSIX 1003.1e capabilities (PAM module)
  1308. libpam-gnome-keyring:i386 3.20.0-3 PAM module to unlock the GNOME keyring upon login
  1309. libpam-modules:i386 1.1.8-3.6 Pluggable Authentication Modules for PAM
  1310. libpam-modules-bin 1.1.8-3.6 Pluggable Authentication Modules for PAM - helper binaries
  1311. libpam-runtime 1.1.8-3.6 Runtime support for the PAM library
  1312. libpam-systemd:i386 232-25 system and service manager - PAM module
  1313. libpam0g:i386 1.1.8-3.6 Pluggable Authentication Modules library
  1314. libpango-1.0-0:i386 1.40.5-1 Layout and rendering of internationalized text
  1315. libpango-perl 1.227-1+b1 Perl module to layout and render international text
  1316. libpangocairo-1.0-0:i386 1.40.5-1 Layout and rendering of internationalized text
  1317. libpangoft2-1.0-0:i386 1.40.5-1 Layout and rendering of internationalized text
  1318. libpangomm-1.4-1v5:i386 2.40.1-3 C++ Wrapper for pango (shared libraries)
  1319. libpangoxft-1.0-0:i386 1.40.5-1 Layout and rendering of internationalized text
  1320. libpaper-utils 1.1.24+nmu5 library for handling paper characteristics (utilities)
  1321. libpaper1:i386 1.1.24+nmu5 library for handling paper characteristics
  1322. libparted2:i386 3.2-17 disk partition manipulator - shared library
  1323. libpcap0.8:i386 1.8.1-3 system interface for user-level packet capture
  1324. libpci3:i386 1:3.5.2-1 Linux PCI Utilities (shared library)
  1325. libpciaccess0:i386 0.13.4-1+b2 Generic PCI access library for X
  1326. libpcre2-8-0:i386 10.22-3 New Perl Compatible Regular Expression Library- 8 bit runtime files
  1327. libpcre3:i386 2:8.39-3 Old Perl 5 Compatible Regular Expression Library - runtime files
  1328. libpcsclite1:i386 1.8.20-1 Middleware to access a smart card using PC/SC (library)
  1329. libpeas-1.0-0:i386 1.20.0-1+b1 Application plugin library
  1330. libpeas-common 1.20.0-1 Application plugin library (common files)
  1331. libperl4-corelibs-perl 0.003-2 libraries historically supplied with Perl 4
  1332. libperl5.24:i386 5.24.1-3 shared Perl library
  1333. libpgm-5.2-0:i386 5.2.122~dfsg-2 OpenPGM shared library
  1334. libphodav-2.0-0:i386 2.1-1 WebDAV server implementation using libsoup
  1335. libphodav-2.0-common 2.1-1 WebDAV server implementation using libsoup (common files)
  1336. libphonenumber7:i386 7.1.0-5+b1 parsing/formatting/validating phone numbers
  1337. libpipeline1:i386 1.4.1-2 pipeline manipulation library
  1338. libpixman-1-0:i386 0.34.0-1 pixel-manipulation library for X and cairo
  1339. libplist3:i386 1.12+git+1+e37ca00-0.3 Library for handling Apple binary and XML property lists
  1340. libpng16-16:i386 1.6.28-1 PNG library - runtime (version 1.6)
  1341. libpolkit-agent-1-0:i386 0.105-18 PolicyKit Authentication Agent API
  1342. libpolkit-backend-1-0:i386 0.105-18 PolicyKit backend API
  1343. libpolkit-gobject-1-0:i386 0.105-18 PolicyKit Authorization API
  1344. libpoppler-glib8:i386 0.48.0-2 PDF rendering library (GLib-based shared library)
  1345. libpoppler64:i386 0.48.0-2 PDF rendering library
  1346. libpopt0:i386 1.16-10+b2 lib for parsing cmdline parameters
  1347. libpostproc54:i386 7:3.2.5-1 FFmpeg library for post processing - runtime files
  1348. libpotrace0 1.13-3 library for tracing bitmaps
  1349. libprocps6:i386 2:3.3.12-3 library for accessing process information from /proc
  1350. libprotobuf10:i386 3.0.0-9 protocol buffers C++ library
  1351. libproxy1-plugin-gsettings:i386 0.4.14-2 automatic proxy configuration management library (GSettings plugin)
  1352. libproxy1-plugin-networkmanager:i386 0.4.14-2 automatic proxy configuration management library (Network Manager plugin)
  1353. libproxy1v5:i386 0.4.14-2 automatic proxy configuration management library (shared)
  1354. libpsl5:i386 0.17.0-3 Library for Public Suffix List (shared libraries)
  1355. libpst4:i386 0.6.59-1+b1 library for reading Microsoft Outlook PST files
  1356. libpulse-mainloop-glib0:i386 10.0-1 PulseAudio client libraries (glib support)
  1357. libpulse0:i386 10.0-1 PulseAudio client libraries
  1358. libpulsedsp:i386 10.0-1 PulseAudio OSS pre-load library
  1359. libpwquality-common 1.3.0-1 library for password quality checking and generation (data files)
  1360. libpwquality1:i386 1.3.0-1+b1 library for password quality checking and generation
  1361. libpython-stdlib:i386 2.7.13-2 interactive high-level object-oriented language (default python version)
  1362. libpython2.7:i386 2.7.13-2 Shared Python runtime library (version 2.7)
  1363. libpython2.7-minimal:i386 2.7.13-2 Minimal subset of the Python language (version 2.7)
  1364. libpython2.7-stdlib:i386 2.7.13-2 Interactive high-level object-oriented language (standard library, version 2.7)
  1365. libpython3-stdlib:i386 3.5.3-1 interactive high-level object-oriented language (default python3 version)
  1366. libpython3.5:i386 3.5.3-1 Shared Python runtime library (version 3.5)
  1367. libpython3.5-minimal:i386 3.5.3-1 Minimal subset of the Python language (version 3.5)
  1368. libpython3.5-stdlib:i386 3.5.3-1 Interactive high-level object-oriented language (standard library, version 3.5)
  1369. libqmi-glib5:i386 1.16.2-1 Support library to use the Qualcomm MSM Interface (QMI) protocol
  1370. libqmi-proxy 1.16.2-1 Proxy to communicate with QMI ports
  1371. libqpdf17:i386 6.0.0-2 runtime library for PDF transformation/inspection software
  1372. libqqwing2v5:i386 1.3.4-1.1 tool for generating and solving Sudoku puzzles (library)
  1373. libquadmath0:i386 6.3.0-18 GCC Quad-Precision Math Library
  1374. libquvi-0.9-0.9.3:i386 0.9.3-1.2 library for parsing video download links (runtime libraries)
  1375. libquvi-scripts-0.9 0.9.20131130-1.1 library for parsing video download links (Lua scripts)
  1376. libraptor2-0:i386 2.0.14-1+b1 Raptor 2 RDF syntax library
  1377. librarian0 0.8.1-6+b1 Documentation meta-data library (library package)
  1378. librasqal3:i386 0.9.32-1+b1 Rasqal RDF query library
  1379. libraw1394-11:i386 2.1.2-1+b1 library for direct access to IEEE 1394 bus (aka FireWire)
  1380. libraw15:i386 0.17.2-6+deb9u1 raw image decoder library
  1381. librdf0:i386 1.0.17-1.1 Redland Resource Description Framework (RDF) library
  1382. libreadline7:i386 7.0-3 GNU readline and history libraries, run-time libraries
  1383. libreoffice 1:5.2.7-1 office productivity suite (metapackage)
  1384. libreoffice-avmedia-backend-gstreamer 1:5.2.7-1 GStreamer backend for LibreOffice
  1385. libreoffice-base 1:5.2.7-1 office productivity suite -- database
  1386. libreoffice-base-core 1:5.2.7-1 office productivity suite -- shared library
  1387. libreoffice-base-drivers 1:5.2.7-1 Database connectivity drivers for LibreOffice
  1388. libreoffice-calc 1:5.2.7-1 office productivity suite -- spreadsheet
  1389. libreoffice-common 1:5.2.7-1 office productivity suite -- arch-independent files
  1390. libreoffice-core 1:5.2.7-1 office productivity suite -- arch-dependent files
  1391. libreoffice-draw 1:5.2.7-1 office productivity suite -- drawing
  1392. libreoffice-evolution 1:5.2.7-1 office productivity suite -- Evolution addressbook support
  1393. libreoffice-gnome 1:5.2.7-1 office productivity suite -- GNOME integration
  1394. libreoffice-gtk3 1:5.2.7-1 office productivity suite -- GTK+ 3 integration
  1395. libreoffice-help-en-us 1:5.2.7-1 office productivity suite -- English_american help
  1396. libreoffice-impress 1:5.2.7-1 office productivity suite -- presentation
  1397. libreoffice-java-common 1:5.2.7-1 office productivity suite -- arch-independent Java support files
  1398. libreoffice-math 1:5.2.7-1 office productivity suite -- equation editor
  1399. libreoffice-report-builder-bin 1:5.2.7-1 LibreOffice component for building database reports -- libraries
  1400. libreoffice-sdbc-hsqldb 1:5.2.7-1 HSQLDB SDBC driver for LibreOffice
  1401. libreoffice-style-galaxy 1:5.2.7-1 office productivity suite -- Galaxy (Default) symbol style
  1402. libreoffice-style-tango 1:5.2.7-1 office productivity suite -- Tango symbol style
  1403. libreoffice-writer 1:5.2.7-1 office productivity suite -- word processor
  1404. librest-0.7-0:i386 0.8.0-2 REST service access library
  1405. librevenge-0.0-0:i386 0.0.4-6 Base Library for writing document interface filters
  1406. librhythmbox-core10:i386 3.4.1-2+b1 support library for the rhythmbox music player
  1407. librsvg2-2:i386 2.40.16-1+b1 SAX-based renderer library for SVG files (runtime)
  1408. librsvg2-common:i386 2.40.16-1+b1 SAX-based renderer library for SVG files (extra runtime)
  1409. librtmp1:i386 2.4+20151223.gitfa8646d.1-1+b1 toolkit for RTMP streams (shared library)
  1410. librubberband2:i386 1.8.1-7 audio time-stretching and pitch-shifting library
  1411. librygel-core-2.6-2 0.32.1-3 GNOME UPnP/DLNA services - core library
  1412. librygel-db-2.6-2 0.32.1-3 GNOME UPnP/DLNA services - db library
  1413. librygel-renderer-2.6-2 0.32.1-3 GNOME UPnP/DLNA services - renderer library
  1414. librygel-renderer-gst-2.6-2 0.32.1-3 GNOME UPnP/DLNA services - renderer library
  1415. librygel-server-2.6-2 0.32.1-3 GNOME UPnP/DLNA services - server library
  1416. libsamplerate0:i386 0.1.8-8+b2 Audio sample rate conversion library
  1417. libsane:i386 1.0.25-4.1 API library for scanners
  1418. libsane-common 1.0.25-4.1 API library for scanners -- documentation and support files
  1419. libsane-extras:i386 1.0.22.4 API library for scanners -- extra backends
  1420. libsane-extras-common 1.0.22.4 API library for scanners -- documentation and support files
  1421. libsane-hpaio:i386 3.16.11+repack0-3 HP SANE backend for multi-function peripherals
  1422. libsasl2-2:i386 2.1.27~101-g0780600+dfsg-3 Cyrus SASL - authentication abstraction library
  1423. libsasl2-modules:i386 2.1.27~101-g0780600+dfsg-3 Cyrus SASL - pluggable authentication modules
  1424. libsasl2-modules-db:i386 2.1.27~101-g0780600+dfsg-3 Cyrus SASL - pluggable authentication modules (DB)
  1425. libsbc1:i386 1.3-2 Sub Band CODEC library - runtime
  1426. libsdl1.2debian:i386 1.2.15+dfsg1-4 Simple DirectMedia Layer
  1427. libseccomp2:i386 2.3.1-2.1 high level interface to Linux seccomp filter
  1428. libsecret-1-0:i386 0.18.5-3.1 Secret store
  1429. libsecret-common 0.18.5-3.1 Secret store (common files)
  1430. libselinux1:i386 2.6-3+b1 SELinux runtime shared libraries
  1431. libsemanage-common 2.6-2 Common files for SELinux policy management libraries
  1432. libsemanage1:i386 2.6-2 SELinux policy management library
  1433. libsensors4:i386 1:3.4.0-4 library to read temperature/voltage/fan sensors
  1434. libsepol1:i386 2.6-2 SELinux library for manipulating binary security policies
  1435. libserd-0-0:i386 0.26.0~dfsg0-1 lightweight RDF syntax library
  1436. libservlet3.1-java 8.5.14-1+deb9u1 Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API classes
  1437. libsgutils2-2 1.42-2 utilities for devices using the SCSI command set (shared libraries)
  1438. libshine3:i386 3.1.0-5 Fixed-point MP3 encoding library - runtime files
  1439. libshout3:i386 2.3.1-3 MP3/Ogg Vorbis broadcast streaming library
  1440. libsidplay1v5 1.36.59-10 SID (MOS 6581) emulation library
  1441. libsigc++-2.0-0v5:i386 2.10.0-1 type-safe Signal Framework for C++ - runtime
  1442. libsigsegv2:i386 2.10-5 Library for handling page faults in a portable way
  1443. libslang2:i386 2.3.1-5 S-Lang programming library - runtime version
  1444. libsm6:i386 2:1.2.2-1+b3 X11 Session Management library
  1445. libsmartcols1:i386 2.29.2-1 smart column output alignment library
  1446. libsmbclient:i386 2:4.5.8+dfsg-2+deb9u1+b1 shared library for communication with SMB/CIFS servers
  1447. libsnappy1v5:i386 1.1.3-3 fast compression/decompression library
  1448. libsndfile1:i386 1.0.27-3 Library for reading/writing audio files
  1449. libsndio6.1:i386 1.1.0-3 Small audio and MIDI framework from OpenBSD, runtime libraries
  1450. libsnmp-base 5.7.3+dfsg-1.7 SNMP configuration script, MIBs and documentation
  1451. libsnmp30:i386 5.7.3+dfsg-1.7 SNMP (Simple Network Management Protocol) library
  1452. libsodium18:i386 1.0.11-2 Network communication, cryptography and signaturing library
  1453. libsord-0-0:i386 0.16.0~dfsg0-1+b1 library for storing RDF data in memory
  1454. libsoundtouch1:i386 1.9.2-2+b1 Sound stretching library
  1455. libsoup-gnome2.4-1:i386 2.56.0-2+deb9u1 HTTP library implementation in C -- GNOME support library
  1456. libsoup2.4-1:i386 2.56.0-2+deb9u1 HTTP library implementation in C -- Shared library
  1457. libsoxr0:i386 0.1.2-2 High quality 1D sample-rate conversion library
  1458. libspandsp2:i386 0.0.6+dfsg-0.1 Telephony signal processing library
  1459. libspectre1:i386 0.2.8-1 Library for rendering PostScript documents
  1460. libspeechd2:i386 0.8.6-4 Speech Dispatcher: Shared libraries
  1461. libspeex1:i386 1.2~rc1.2-1+b2 The Speex codec runtime library
  1462. libspeexdsp1:i386 1.2~rc1.2-1+b2 The Speex extended runtime library
  1463. libspice-client-glib-2.0-8:i386 0.33-3.3 GObject for communicating with Spice servers (runtime library)
  1464. libspice-client-gtk-3.0-5:i386 0.33-3.3 GTK3 widget for SPICE clients (runtime library)
  1465. libsqlite3-0:i386 3.16.2-5 SQLite 3 shared library
  1466. libsratom-0-0:i386 0.6.0~dfsg0-1 library for serialising LV2 atoms to/from Turtle
  1467. libsrtp0 1.4.5~20130609~dfsg-2 Secure RTP (SRTP) and UST Reference Implementations - shared library
  1468. libss2:i386 1.43.4-2 command-line interface parsing library
  1469. libssh-gcrypt-4:i386 0.7.3-2 tiny C SSH library (gcrypt flavor)
  1470. libssh2-1:i386 1.7.0-1 SSH2 client-side library
  1471. libssl1.0.2:i386 1.0.2l-2 Secure Sockets Layer toolkit - shared libraries
  1472. libssl1.1:i386 1.1.0f-3 Secure Sockets Layer toolkit - shared libraries
  1473. libstartup-notification0:i386 0.12-4+b2 library for program launch feedback (shared library)
  1474. libstdc++6:i386 6.3.0-18 GNU Standard C++ Library v3
  1475. libstemmer0d:i386 0+svn585-1+b2 Snowball stemming algorithms for use in Information Retrieval
  1476. libsuitesparseconfig4:i386 1:4.5.4-1 configuration routines for all SuiteSparse modules
  1477. libswitch-perl 2.17-2 switch statement for Perl
  1478. libswresample2:i386 7:3.2.5-1 FFmpeg library for audio resampling, rematrixing etc. - runtime files
  1479. libswscale4:i386 7:3.2.5-1 FFmpeg library for image scaling and various conversions - runtime files
  1480. libsystemd0:i386 232-25 systemd utility library
  1481. libtag1v5:i386 1.11.1+dfsg.1-0.1 audio meta-data library
  1482. libtag1v5-vanilla:i386 1.11.1+dfsg.1-0.1 audio meta-data library - vanilla flavour
  1483. libtagc0:i386 1.11.1+dfsg.1-0.1 audio meta-data library - C bindings
  1484. libtalloc2:i386 2.1.8-1 hierarchical pool based memory allocator
  1485. libtasn1-6:i386 4.10-1.1 Manage ASN.1 structures (runtime)
  1486. libtbb2:i386 4.3~20150611-2 parallelism library for C++ - runtime files
  1487. libtcl8.6:i386 8.6.6+dfsg-1+b1 Tcl (the Tool Command Language) v8.6 - run-time library files
  1488. libtdb1:i386 1.3.11-2 Trivial Database - shared library
  1489. libteamdctl0:i386 1.26-1+b1 library for communication with `teamd` process
  1490. libtelepathy-glib0:i386 0.24.1-1.1 Telepathy framework - GLib library
  1491. libtelepathy-logger3:i386 0.8.2-2 Telepathy logger service - utility library
  1492. libtevent0:i386 0.9.31-1 talloc-based event loop library - shared library
  1493. libtext-charwidth-perl 0.04-7+b5 get display widths of characters on the terminal
  1494. libtext-iconv-perl 1.7-5+b4 converts between character sets in Perl
  1495. libtext-wrapi18n-perl 0.06-7.1 internationalized substitute of Text::Wrap
  1496. libthai-data 0.1.26-1 Data files for Thai language support library
  1497. libthai0:i386 0.1.26-1 Thai language support library
  1498. libtheora0:i386 1.1.1+dfsg.1-14+b1 Theora Video Compression Codec
  1499. libtie-ixhash-perl 1.23-2 Perl module to order associative arrays
  1500. libtiff5:i386 4.0.8-2+deb9u1 Tag Image File Format (TIFF) library
  1501. libtimedate-perl 2.3000-2 collection of modules to manipulate date/time information
  1502. libtinfo5:i386 6.0+20161126-1 shared low-level terminfo library for terminal handling
  1503. libtk8.6:i386 8.6.6-1+b1 Tk toolkit for Tcl and X11 v8.6 - run-time files
  1504. libtotem-plparser-common 3.10.7-1 Totem Playlist Parser library - common files
  1505. libtotem-plparser18:i386 3.10.7-1+b1 Totem Playlist Parser library - runtime files
  1506. libtotem0:i386 3.22.1-1 Main library for the Totem media player
  1507. libtracker-control-1.0-0:i386 1.10.5-1 library to control/monitor tracker miners
  1508. libtracker-miner-1.0-0:i386 1.10.5-1 tracker data miner library
  1509. libtracker-sparql-1.0-0:i386 1.10.5-1 metadata database, indexer and search tool - library
  1510. libtwolame0:i386 0.3.13-2 MPEG Audio Layer 2 encoding library
  1511. libtxc-dxtn-s2tc:i386 1.0+git20151227-2 Texture compression library for Mesa
  1512. libudev1:i386 232-25 libudev shared library
  1513. libudisks2-0:i386 2.1.8-1 GObject based library to access udisks2
  1514. libumfpack5:i386 1:4.5.4-1 sparse LU factorization library
  1515. libunistring0:i386 0.9.6+really0.9.3-0.1 Unicode string library for C
  1516. libupower-glib3:i386 0.99.4-4+b1 abstraction for power management - shared library
  1517. liburi-perl 1.71-1 module to manipulate and access URI strings
  1518. libusb-0.1-4:i386 2:0.1.12-30 userspace USB programming library
  1519. libusb-1.0-0:i386 2:1.0.21-1 userspace USB programming library
  1520. libusbmuxd4:i386 1.0.10-3+b1 USB multiplexor daemon for iPhone and iPod Touch devices - library
  1521. libusbredirhost1:i386 0.7.1-1 Implementing the usb-host (*) side of a usbredir connection (runtime)
  1522. libusbredirparser1:i386 0.7.1-1 Parser for the usbredir protocol (runtime)
  1523. libustr-1.0-1:i386 1.0.4-6 Micro string library: shared library
  1524. libutempter0:i386 1.1.6-3 privileged helper for utmp/wtmp updates (runtime)
  1525. libuuid1:i386 2.29.2-1 Universally Unique ID library
  1526. libv4l-0:i386 1.12.3-1 Collection of video4linux support libraries
  1527. libv4lconvert0:i386 1.12.3-1 Video4linux frame format conversion library
  1528. libva-drm1:i386 1.7.3-2 Video Acceleration (VA) API for Linux -- DRM runtime
  1529. libva-x11-1:i386 1.7.3-2 Video Acceleration (VA) API for Linux -- X11 runtime
  1530. libva1:i386 1.7.3-2 Video Acceleration (VA) API for Linux -- runtime
  1531. libvdpau-va-gl1:i386 0.4.2-1 VDPAU driver with OpenGL/VAAPI backend
  1532. libvdpau1:i386 1.1.1-6 Video Decode and Presentation API for Unix (libraries)
  1533. libvisio-0.1-1:i386 0.1.5-4+b1 library for parsing the visio file structure
  1534. libvisual-0.4-0:i386 0.4.0-10 audio visualization framework
  1535. libvo-aacenc0:i386 0.1.3-1 VisualOn AAC encoder library
  1536. libvo-amrwbenc0:i386 0.1.3-1 VisualOn AMR-WB encoder library
  1537. libvorbis0a:i386 1.3.5-4 decoder library for Vorbis General Audio Compression Codec
  1538. libvorbisenc2:i386 1.3.5-4 encoder library for Vorbis General Audio Compression Codec
  1539. libvorbisfile3:i386 1.3.5-4 high-level API for Vorbis General Audio Compression Codec
  1540. libvpx4:i386 1.6.1-3 VP8 and VP9 video codec (shared library)
  1541. libvte-2.91-0:i386 0.46.1-1 Terminal emulator widget for GTK+ 3.0 - runtime files
  1542. libvte-2.91-common 0.46.1-1 Terminal emulator widget for GTK+ 3.0 - common files
  1543. libwacom-bin 0.22-1+b1 Wacom model feature query library -- binaries
  1544. libwacom-common 0.22-1 Wacom model feature query library (common files)
  1545. libwacom2:i386 0.22-1+b1 Wacom model feature query library
  1546. libwavpack1:i386 5.0.0-2 audio codec (lossy and lossless) - library
  1547. libwayland-client0:i386 1.12.0-1 wayland compositor infrastructure - client library
  1548. libwayland-cursor0:i386 1.12.0-1 wayland compositor infrastructure - cursor library
  1549. libwayland-egl1-mesa:i386 13.0.6-1+b2 implementation of the Wayland EGL platform -- runtime
  1550. libwayland-server0:i386 1.12.0-1 wayland compositor infrastructure - server library
  1551. libwbclient0:i386 2:4.5.8+dfsg-2+deb9u1+b1 Samba winbind client library
  1552. libwebkit2gtk-4.0-37:i386 2.16.3-2 Web content engine library for GTK+
  1553. libwebp6:i386 0.5.2-1 Lossy compression of digital photographic images.
  1554. libwebpdemux2:i386 0.5.2-1 Lossy compression of digital photographic images.
  1555. libwebpmux2:i386 0.5.2-1 Lossy compression of digital photographic images.
  1556. libwebrtc-audio-processing1:i386 0.3-1 AudioProcessing module from the WebRTC project.
  1557. libwildmidi-config 0.4.0-2 software MIDI player configuration
  1558. libwildmidi2:i386 0.4.0-2+b2 software MIDI player library
  1559. libwinpr-crt0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (crt library)
  1560. libwinpr-crypto0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (crypto library)
  1561. libwinpr-dsparse0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (dsparse library)
  1562. libwinpr-environment0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (environment library)
  1563. libwinpr-file0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (file library)
  1564. libwinpr-handle0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (handle library)
  1565. libwinpr-heap0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (heap library)
  1566. libwinpr-input0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (input library)
  1567. libwinpr-interlocked0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (interlocked library)
  1568. libwinpr-library0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (library)
  1569. libwinpr-path0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (path library)
  1570. libwinpr-pool0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (pool library)
  1571. libwinpr-registry0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (registry library)
  1572. libwinpr-rpc0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (RPC library)
  1573. libwinpr-sspi0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (sspi library)
  1574. libwinpr-synch0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (synch library)
  1575. libwinpr-sysinfo0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (sysinfo library)
  1576. libwinpr-thread0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (thread library)
  1577. libwinpr-utils0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (utils library)
  1578. libwmf-bin 0.2.8.4-10.6 Windows metafile conversion tools
  1579. libwmf0.2-7:i386 0.2.8.4-10.6 Windows metafile conversion library
  1580. libwnck-3-0:i386 3.20.1-3 Window Navigator Construction Kit - runtime files
  1581. libwnck-3-common 3.20.1-3 Window Navigator Construction Kit - common files
  1582. libwpd-0.10-10:i386 0.10.1-5 Library for handling WordPerfect documents (shared library)
  1583. libwpg-0.3-3:i386 0.3.1-3 WordPerfect graphics import/convert library (shared library)
  1584. libwps-0.4-4:i386 0.4.5-1 Works text file format import filter library (shared library)
  1585. libwrap0:i386 7.6.q-26 Wietse Venema's TCP wrappers library
  1586. libwww-perl 6.15-1 simple and consistent interface to the world-wide web
  1587. libwww-robotrules-perl 6.01-1 database of robots.txt-derived permissions
  1588. libx11-6:i386 2:1.6.4-3 X11 client-side library
  1589. libx11-data 2:1.6.4-3 X11 client-side library
  1590. libx11-protocol-perl 0.56-7 Perl module for the X Window System Protocol, version 11
  1591. libx11-xcb1:i386 2:1.6.4-3 Xlib/XCB interface library
  1592. libx264-148:i386 2:0.148.2748+git97eaef2-1 x264 video coding library
  1593. libx265-95:i386 2.1-2+b2 H.265/HEVC video stream encoder (shared library)
  1594. libxapian30:i386 1.4.3-2 Search engine library
  1595. libxatracker2:i386 13.0.6-1+b2 X acceleration library -- runtime
  1596. libxau6:i386 1:1.0.8-1 X11 authorisation library
  1597. libxaw7:i386 2:1.0.13-1+b2 X11 Athena Widget library
  1598. libxcb-dri2-0:i386 1.12-1 X C Binding, dri2 extension
  1599. libxcb-dri3-0:i386 1.12-1 X C Binding, dri3 extension
  1600. libxcb-glx0:i386 1.12-1 X C Binding, glx extension
  1601. libxcb-icccm4:i386 0.4.1-1 utility libraries for X C Binding -- icccm
  1602. libxcb-image0:i386 0.4.0-1+b2 utility libraries for X C Binding -- image
  1603. libxcb-keysyms1:i386 0.4.0-1+b2 utility libraries for X C Binding -- keysyms
  1604. libxcb-present0:i386 1.12-1 X C Binding, present extension
  1605. libxcb-randr0:i386 1.12-1 X C Binding, randr extension
  1606. libxcb-render-util0:i386 0.3.9-1 utility libraries for X C Binding -- render-util
  1607. libxcb-render0:i386 1.12-1 X C Binding, render extension
  1608. libxcb-res0:i386 1.12-1 X C Binding, res extension
  1609. libxcb-shape0:i386 1.12-1 X C Binding, shape extension
  1610. libxcb-shm0:i386 1.12-1 X C Binding, shm extension
  1611. libxcb-sync1:i386 1.12-1 X C Binding, sync extension
  1612. libxcb-util0:i386 0.3.8-3+b2 utility libraries for X C Binding -- atom, aux and event
  1613. libxcb-xf86dri0:i386 1.12-1 X C Binding, xf86dri extension
  1614. libxcb-xfixes0:i386 1.12-1 X C Binding, xfixes extension
  1615. libxcb-xkb1:i386 1.12-1 X C Binding, XKEYBOARD extension
  1616. libxcb-xv0:i386 1.12-1 X C Binding, xv extension
  1617. libxcb1:i386 1.12-1 X C Binding
  1618. libxcomposite1:i386 1:0.4.4-2 X11 Composite extension library
  1619. libxcursor1:i386 1:1.1.14-1+b4 X cursor management library
  1620. libxdamage1:i386 1:1.1.4-2+b3 X11 damaged region extension library
  1621. libxdmcp6:i386 1:1.1.2-3 X11 Display Manager Control Protocol library
  1622. libxext6:i386 2:1.3.3-1+b2 X11 miscellaneous extension library
  1623. libxfixes3:i386 1:5.0.3-1 X11 miscellaneous 'fixes' extension library
  1624. libxfont1:i386 1:1.5.2-4 X11 font rasterisation library
  1625. libxfont2:i386 1:2.0.1-3 X11 font rasterisation library
  1626. libxft2:i386 2.3.2-1+b2 FreeType-based font drawing library for X
  1627. libxi6:i386 2:1.7.9-1 X11 Input extension library
  1628. libxinerama1:i386 2:1.1.3-1+b3 X11 Xinerama extension library
  1629. libxkbcommon-x11-0:i386 0.7.1-1 library to create keymaps with the XKB X11 protocol
  1630. libxkbcommon0:i386 0.7.1-1 library interface to the XKB compiler - shared library
  1631. libxkbfile1:i386 1:1.0.9-2 X11 keyboard file manipulation library
  1632. libxklavier16:i386 5.4-2 X Keyboard Extension high-level API
  1633. libxml-parser-perl 2.44-2+b1 Perl module for parsing XML files
  1634. libxml-twig-perl 1:3.50-1 Perl module for processing huge XML documents in tree mode
  1635. libxml-xpathengine-perl 0.13-1 re-usable XPath engine for DOM-like trees
  1636. libxml2:i386 2.9.4+dfsg1-2.2 GNOME XML library
  1637. libxmu6:i386 2:1.1.2-2 X11 miscellaneous utility library
  1638. libxmuu1:i386 2:1.1.2-2 X11 miscellaneous micro-utility library
  1639. libxpm4:i386 1:3.5.12-1 X11 pixmap library
  1640. libxrandr2:i386 2:1.5.1-1 X11 RandR extension library
  1641. libxrender1:i386 1:0.9.10-1 X Rendering Extension client library
  1642. libxres1:i386 2:1.0.7-1+b3 X11 Resource extension library
  1643. libxshmfence1:i386 1.2-1+b2 X shared memory fences - shared library
  1644. libxslt1.1:i386 1.1.29-2.1 XSLT 1.0 processing library - runtime library
  1645. libxss1:i386 1:1.2.2-1 X11 Screen Saver extension library
  1646. libxt6:i386 1:1.1.5-1 X11 toolkit intrinsics library
  1647. libxtables12:i386 1.6.0+snapshot20161117-6 netfilter xtables library
  1648. libxtst6:i386 2:1.2.3-1 X11 Testing -- Record extension library
  1649. libxv1:i386 2:1.0.11-1 X11 Video extension library
  1650. libxvidcore4:i386 2:1.3.4-1+b2 Open source MPEG-4 video codec (library)
  1651. libxvmc1:i386 2:1.0.10-1 X11 Video extension library
  1652. libxxf86dga1:i386 2:1.1.4-1+b3 X11 Direct Graphics Access extension library
  1653. libxxf86vm1:i386 1:1.1.4-1+b2 X11 XFree86 video mode extension library
  1654. libyajl2:i386 2.1.0-2+b3 Yet Another JSON Library
  1655. libyaml-0-2:i386 0.1.7-2 Fast YAML 1.1 parser and emitter library
  1656. libyelp0:i386 3.22.0-1 Library for the GNOME help browser
  1657. libytnef0:i386 1.9.2-2 improved decoder for application/ms-tnef attachments
  1658. libzapojit-0.0-0:i386 0.0.3-3 Library for accessing SkyDrive and Hotmail - shared libraries
  1659. libzbar0:i386 0.10+doc-10.1 bar code scanner and decoder (library)
  1660. libzeitgeist-2.0-0:i386 0.9.16-0.2+b1 library to access Zeitgeist - shared library
  1661. libzmq5:i386 4.2.1-4 lightweight messaging kernel (shared library)
  1662. libzvbi-common 0.2.35-13 Vertical Blanking Interval decoder (VBI) - common files
  1663. libzvbi0:i386 0.2.35-13 Vertical Blanking Interval decoder (VBI) - runtime files
  1664. lightsoff 1:3.22.2-1 Light puzzle game
  1665. linux-base 4.5 Linux image base package
  1666. linux-image-4.9.0-3-686-pae 4.9.30-2+deb9u3 Linux 4.9 for modern PCs
  1667. linux-image-686-pae 4.9+80 Linux for modern PCs (meta-package)
  1668. locales 2.24-11+deb9u1 GNU C Library: National Language (locale) data [support]
  1669. login 1:4.4-4.1 system login tools
  1670. logrotate 3.11.0-0.1 Log rotation utility
  1671. lp-solve 5.5.0.15-4+b1 Solve (mixed integer) linear programming problems
  1672. lsb-base 9.20161125 Linux Standard Base init script functionality
  1673. lsb-release 9.20161125 Linux Standard Base version reporting utility
  1674. lsof 4.89+dfsg-0.1 Utility to list open files
  1675. lua-bitop:i386 1.0.2-4 fast bit manipulation library for the Lua language
  1676. lua-expat:i386 1.3.0-4 libexpat bindings for the Lua language
  1677. lua-json 1.3.3-2 JSON decoder/encoder for Lua
  1678. lua-lpeg:i386 1.0.0-1 LPeg library for the Lua language
  1679. lua-socket:i386 3.0~rc1+git+ac3201d-3 TCP/UDP socket library for the Lua language
  1680. man-db 2.7.6.1-2 on-line manual pager
  1681. manpages 4.10-2 Manual pages about using a GNU/Linux system
  1682. mawk 1.3.3-17+b3 a pattern scanning and text processing language
  1683. media-player-info 22-3 Media player identification files
  1684. mesa-va-drivers:i386 13.0.6-1+b2 Mesa VA-API video acceleration drivers
  1685. mesa-vdpau-drivers:i386 13.0.6-1+b2 Mesa VDPAU video acceleration drivers
  1686. mime-support 3.60 MIME files 'mime.types' & 'mailcap', and support programs
  1687. minissdpd 1.2.20130907-4.1 keep memory of all UPnP devices that announced themselves
  1688. mobile-broadband-provider-info 20161204-1 database of mobile broadband service providers
  1689. modemmanager 1.6.4-1 D-Bus service for managing modems
  1690. mount 2.29.2-1 tools for mounting and manipulating filesystems
  1691. mousetweaks 3.12.0-1+b1 mouse accessibility enhancements for the GNOME desktop
  1692. mscompress 0.4-3+b1 Microsoft "compress.exe/expand.exe" compatible (de)compressor
  1693. multiarch-support 2.24-11+deb9u1 Transitional package to ensure multiarch compatibility
  1694. mutter 3.22.3-2 lightweight GTK+ window manager
  1695. mutter-common 3.22.3-2 shared files for the Mutter window manager
  1696. mythes-en-us 1:5.2.5-1 English (USA) Thesaurus for LibreOffice
  1697. nano 2.7.4-1 small, friendly text editor inspired by Pico
  1698. nautilus 3.22.3-1 file manager and graphical shell for GNOME
  1699. nautilus-data 3.22.3-1 data files for nautilus
  1700. nautilus-sendto 3.8.4-2+b1 easily send files via email from within Nautilus
  1701. ncurses-base 6.0+20161126-1 basic terminal type definitions
  1702. ncurses-bin 6.0+20161126-1 terminal-related programs and man pages
  1703. ncurses-term 6.0+20161126-1 additional terminal type definitions
  1704. net-tools 1.60+git20161116.90da8a0-1 NET-3 networking toolkit
  1705. netbase 5.4 Basic TCP/IP networking system
  1706. netcat-traditional 1.10-41+b1 TCP/IP swiss army knife
  1707. netpbm 2:10.0-15.3+b2 Graphics conversion tools between image formats
  1708. network-manager 1.6.2-3 network management framework (daemon and userspace tools)
  1709. network-manager-gnome 1.4.4-1 network management framework (GNOME frontend)
  1710. notification-daemon 3.20.0-1+b1 daemon for displaying passive pop-up notifications
  1711. ntfs-3g 1:2016.2.22AR.1+dfsg-1 read/write NTFS driver for FUSE
  1712. openjdk-8-jre:i386 8u141-b15-1~deb9u1 OpenJDK Java runtime, using Hotspot JIT
  1713. openjdk-8-jre-headless:i386 8u141-b15-1~deb9u1 OpenJDK Java runtime, using Hotspot JIT (headless)
  1714. openprinting-ppds 20161201-1 OpenPrinting printer support - PostScript PPD files
  1715. openssh-client 1:7.4p1-10+deb9u1 secure shell (SSH) client, for secure access to remote machines
  1716. openssh-server 1:7.4p1-10+deb9u1 secure shell (SSH) server, for secure access from remote machines
  1717. openssh-sftp-server 1:7.4p1-10+deb9u1 secure shell (SSH) sftp server module, for SFTP access from remote machines
  1718. openssl 1.1.0f-3 Secure Sockets Layer toolkit - cryptographic utility
  1719. os-prober 1.75 utility to detect other OSes on a set of drives
  1720. osinfo-db 0.20170225-2 Operating system database files
  1721. p11-kit 0.23.3-2 p11-glue utilities
  1722. p11-kit-modules:i386 0.23.3-2 p11-glue proxy and trust modules
  1723. p7zip 16.02+dfsg-3 7zr file archiver with high compression ratio
  1724. p7zip-full 16.02+dfsg-3 7z and 7za file archivers with high compression ratio
  1725. packagekit 1.1.5-2 Provides a package management service
  1726. packagekit-tools 1.1.5-2 Provides PackageKit command-line tools
  1727. parted 3.2-17 disk partition manipulator
  1728. passwd 1:4.4-4.1 change and administer password and group data
  1729. patch 2.7.5-1+b2 Apply a diff file to an original
  1730. pciutils 1:3.5.2-1 Linux PCI Utilities
  1731. perl 5.24.1-3 Larry Wall's Practical Extraction and Report Language
  1732. perl-base 5.24.1-3 minimal Perl system
  1733. perl-modules-5.24 5.24.1-3 Core Perl modules
  1734. perl-openssl-defaults:i386 3 version compatibility baseline for Perl OpenSSL packages
  1735. pinentry-curses 1.0.0-2 curses-based PIN or pass-phrase entry dialog for GnuPG
  1736. pinentry-gnome3 1.0.0-2 GNOME 3 PIN or pass-phrase entry dialog for GnuPG
  1737. polari 3.22.2-1 Internet Relay Chat (IRC) client
  1738. policykit-1 0.105-18 framework for managing administrative policies and privileges
  1739. poppler-data 0.4.7-8 encoding data for the poppler PDF rendering library
  1740. poppler-utils 0.48.0-2 PDF utilities (based on Poppler)
  1741. powermgmt-base 1.31+nmu1 Common utils and configs for power management
  1742. ppp 2.4.7-1+4 Point-to-Point Protocol (PPP) - daemon
  1743. printer-driver-all 0.20170123 printer drivers metapackage
  1744. printer-driver-brlaser 3-5+b1 printer driver for (some) Brother laser printers
  1745. printer-driver-c2050 0.3b-7 printer driver for Lexmark 2050 Color Jetprinter
  1746. printer-driver-c2esp 27-3+b1 printer driver for Kodak ESP AiO color inkjet Series
  1747. printer-driver-cjet 0.8.9-6+b2 printer driver for Canon LBP laser printers
  1748. printer-driver-dymo 1.4.0-6+b1 printer driver for DYMO label printers
  1749. printer-driver-escpr 1.6.11-1 printer driver for Epson Inkjet that use ESC/P-R
  1750. printer-driver-foo2zjs 20160902dfsg0-2+b1 printer driver for ZjStream-based printers
  1751. printer-driver-foo2zjs-common 20160902dfsg0-2 printer driver for ZjStream-based printers - common files
  1752. printer-driver-gutenprint 5.2.11-1+b2 printer drivers for CUPS
  1753. printer-driver-hpcups 3.16.11+repack0-3 HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
  1754. printer-driver-hpijs 3.16.11+repack0-3 HP Linux Printing and Imaging - printer driver (hpijs)
  1755. printer-driver-m2300w 0.51-12+b1 printer driver for Minolta magicolor 2300W/2400W color laser printers
  1756. printer-driver-min12xxw 0.0.9-9+b1 printer driver for KonicaMinolta PagePro 1[234]xxW
  1757. printer-driver-pnm2ppa 1.13-8 printer driver for HP-GDI printers
  1758. printer-driver-postscript-hp 3.16.11+repack0-3 HP Printers PostScript Descriptions
  1759. printer-driver-ptouch 1.4.2-2+b1 printer driver Brother P-touch label printers
  1760. printer-driver-pxljr 1.4+repack0-4+b2 printer driver for HP Color LaserJet 35xx/36xx
  1761. printer-driver-sag-gdi 0.1-4 printer driver for Ricoh Aficio SP 1000s/SP 1100s
  1762. printer-driver-splix 2.0.0+svn315-6 Driver for Samsung and Xerox SPL2 and SPLc laser printers
  1763. procps 2:3.3.12-3 /proc file system utilities
  1764. psmisc 22.21-2.1+b2 utilities that use the proc file system
  1765. pulseaudio 10.0-1 PulseAudio sound server
  1766. pulseaudio-module-bluetooth 10.0-1 Bluetooth module for PulseAudio sound server
  1767. pulseaudio-utils 10.0-1 Command line tools for the PulseAudio sound server
  1768. python 2.7.13-2 interactive high-level object-oriented language (default version)
  1769. python-apt-common 1.4.0~beta3 Python interface to libapt-pkg (locales)
  1770. python-bs4 4.5.3-1 error-tolerant HTML parser for Python
  1771. python-cairo 1.8.8-2.2 Python bindings for the Cairo vector graphics library
  1772. python-cffi-backend 1.9.1-2 Foreign Function Interface for Python calling C code - backend
  1773. python-chardet 2.3.0-2 universal character encoding detector for Python2
  1774. python-cryptography 1.7.1-3 Python library exposing cryptographic recipes and primitives (Python 2)
  1775. python-enum34 1.1.6-1 backport of Python 3.4's enum package
  1776. python-gi 3.22.0-2 Python 2.x bindings for gobject-introspection libraries
  1777. python-gobject-2 2.28.6-13 deprecated static Python bindings for the GObject library
  1778. python-gtk2 2.24.0-5.1 Python bindings for the GTK+ widget set
  1779. python-html5lib 0.999999999-1 HTML parser/tokenizer based on the WHATWG HTML5 specification
  1780. python-idna 2.2-1 Python IDNA2008 (RFC 5891) handling (Python 2)
  1781. python-ipaddress 1.0.17-1 Backport of Python 3 ipaddress module (Python 2)
  1782. python-lxml 3.7.1-1 pythonic binding for the libxml2 and libxslt libraries
  1783. python-minimal 2.7.13-2 minimal subset of the Python language (default version)
  1784. python-numpy 1:1.12.1-3 Numerical Python adds a fast array facility to the Python language
  1785. python-openssl 16.2.0-1 Python 2 wrapper around the OpenSSL library
  1786. python-pkg-resources 33.1.1-1 Package Discovery and Resource Access using pkg_resources
  1787. python-pyasn1 0.1.9-2 ASN.1 library for Python (Python 2 module)
  1788. python-requests 2.12.4-1 elegant and simple HTTP library for Python2, built for human beings
  1789. python-setuptools 33.1.1-1 Python Distutils Enhancements
  1790. python-six 1.10.0-3 Python 2 and 3 compatibility library (Python 2 interface)
  1791. python-talloc 2.1.8-1 hierarchical pool based memory allocator - Python bindings
  1792. python-urllib3 1.19.1-1 HTTP library with thread-safe connection pooling for Python
  1793. python-webencodings 0.5-2 Python implementation of the WHATWG Encoding standard
  1794. python2.7 2.7.13-2 Interactive high-level object-oriented language (version 2.7)
  1795. python2.7-minimal 2.7.13-2 Minimal subset of the Python language (version 2.7)
  1796. python3 3.5.3-1 interactive high-level object-oriented language (default python3 version)
  1797. python3-apt 1.4.0~beta3 Python 3 interface to libapt-pkg
  1798. python3-brlapi 5.4-7 Braille display access via BRLTTY - Python3 bindings
  1799. python3-cairo 1.10.0+dfsg-5+b1 Python 3 bindings for the Cairo vector graphics library
  1800. python3-chardet 2.3.0-2 universal character encoding detector for Python3
  1801. python3-cups 1.9.73-1 Python3 bindings for CUPS
  1802. python3-cupshelpers 1.5.7-3 Python utility modules around the CUPS printing system
  1803. python3-dbus 1.2.4-1+b1 simple interprocess messaging system (Python 3 interface)
  1804. python3-debian 0.1.30 Python 3 modules to work with Debian-related data formats
  1805. python3-debianbts 2.6.1 Python interface to Debian's Bug Tracking System
  1806. python3-gi 3.22.0-2 Python 3 bindings for gobject-introspection libraries
  1807. python3-gi-cairo 3.22.0-2 Python 3 Cairo bindings for the GObject library
  1808. python3-httplib2 0.9.2+dfsg-1 comprehensive HTTP client library written for Python3
  1809. python3-louis 3.0.0-3 Python bindings for liblouis
  1810. python3-mako 1.0.6+ds1-2 fast and lightweight templating for the Python 3 platform
  1811. python3-markupsafe 0.23-3 HTML/XHTML/XML string library for Python 3
  1812. python3-minimal 3.5.3-1 minimal subset of the Python language (default python3 version)
  1813. python3-pexpect 4.2.1-1 Python 3 module for automating interactive applications
  1814. python3-pil:i386 4.0.0-4 Python Imaging Library (Python3)
  1815. python3-pkg-resources 33.1.1-1 Package Discovery and Resource Access using pkg_resources
  1816. python3-ptyprocess 0.5.1-1 Run a subprocess in a pseudo terminal from Python 3
  1817. python3-pyatspi 2.20.3+dfsg-1 Assistive Technology Service Provider Interface - Python3 bindings
  1818. python3-pycurl 7.43.0-2 Python bindings to libcurl (Python 3)
  1819. python3-pysimplesoap 1.16-2 simple and lightweight SOAP Library (Python 3)
  1820. python3-reportbug 7.1.7 Python modules for interacting with bug tracking systems
  1821. python3-reportlab 3.3.0-2 ReportLab library to create PDF documents using Python3
  1822. python3-reportlab-accel:i386 3.3.0-2 C coded extension accelerator for the ReportLab Toolkit
  1823. python3-requests 2.12.4-1 elegant and simple HTTP library for Python3, built for human beings
  1824. python3-six 1.10.0-3 Python 2 and 3 compatibility library (Python 3 interface)
  1825. python3-smbc 1.0.15.6-1 Python 3 bindings for the Samba client library
  1826. python3-software-properties 0.96.20.2-1 manage the repositories that you install software from
  1827. python3-speechd 0.8.6-4 Python interface to Speech Dispatcher
  1828. python3-uno 1:5.2.7-1 Python-UNO bridge
  1829. python3-urllib3 1.19.1-1 HTTP library with thread-safe connection pooling for Python3
  1830. python3-xdg 0.25-4 Python 3 library to access freedesktop.org standards
  1831. python3.5 3.5.3-1 Interactive high-level object-oriented language (version 3.5)
  1832. python3.5-minimal 3.5.3-1 Minimal subset of the Python language (version 3.5)
  1833. qpdf 6.0.0-2 tools for transforming and inspecting PDF files
  1834. quadrapassel 1:3.22.0-1.1 popular Russian game, similar to Tetris
  1835. rarian-compat 0.8.1-6+b1 Documentation meta-data library (compatibility tools)
  1836. readline-common 7.0-3 GNU readline and history libraries, common files
  1837. realmd 0.16.3-1 DBus service for configuring kerberos and other online identities
  1838. rename 0.20-4 Perl extension for renaming multiple files
  1839. reportbug 7.1.7 reports bugs in the Debian distribution
  1840. rhythmbox 3.4.1-2+b1 music player and organizer for GNOME
  1841. rhythmbox-data 3.4.1-2 data files for rhythmbox
  1842. rhythmbox-plugin-cdrecorder 3.4.1-2+b1 burning plugin for rhythmbox music player
  1843. rhythmbox-plugins 3.4.1-2+b1 plugins for rhythmbox music player
  1844. rsync 3.1.2-1 fast, versatile, remote (and local) file-copying tool
  1845. rsyslog 8.24.0-1 reliable system and kernel logging daemon
  1846. rtkit 0.11-4+b1 Realtime Policy and Watchdog Daemon
  1847. rygel 0.32.1-3 GNOME UPnP/DLNA services
  1848. rygel-playbin 0.32.1-3 GNOME UPnP/DLNA services - GStreamer Media Renderer plugin
  1849. rygel-tracker 0.32.1-3 GNOME UPnP/DLNA services - Tracker plugin
  1850. samba-libs:i386 2:4.5.8+dfsg-2+deb9u1+b1 Samba core libraries
  1851. sane-utils 1.0.25-4.1 API library for scanners -- utilities
  1852. seahorse 3.20.0-3.1 GNOME front end for GnuPG
  1853. seahorse-daemon 3.12.2-3 Seahorse pass phrase caching agent
  1854. sed 4.4-1 GNU stream editor for filtering/transforming text
  1855. sensible-utils 0.0.9 Utilities for sensible alternative selection
  1856. sgml-base 1.29 SGML infrastructure and SGML catalog file support
  1857. sgml-data 2.0.10 common SGML and XML data
  1858. shared-mime-info 1.8-1 FreeDesktop.org shared MIME database and spec
  1859. shotwell 0.25.4+really0.24.5-0.1 digital photo organizer
  1860. shotwell-common 0.25.4+really0.24.5-0.1 digital photo organizer - common files
  1861. simple-scan 3.23.2-1 Simple Scanning Utility
  1862. software-properties-common 0.96.20.2-1 manage the repositories that you install software from (common)
  1863. software-properties-gtk 0.96.20.2-1 manage the repositories that you install software from (gtk)
  1864. sound-theme-freedesktop 0.8-1 freedesktop.org sound theme
  1865. speech-dispatcher 0.8.6-4 Common interface to speech synthesizers
  1866. speech-dispatcher-audio-plugins:i386 0.8.6-4 Speech Dispatcher: Audio output plugins
  1867. spice-client-glib-usb-acl-helper 0.33-3.3 Helper tool to validate usb ACLs
  1868. ssl-cert 1.0.39 simple debconf wrapper for OpenSSL
  1869. swell-foop 1:3.22.2-1 Colored ball puzzle game
  1870. synaptic 0.84.2 Graphical package manager
  1871. system-config-printer-common 1.5.7-3 backend and the translation files for system-config-printer
  1872. system-config-printer-udev 1.5.7-3 Utilities to detect and configure printers automatically
  1873. systemd 232-25 system and service manager
  1874. systemd-sysv 232-25 system and service manager - SysV links
  1875. sysvinit-utils 2.88dsf-59.9 System-V-like utilities
  1876. tali 1:3.22.0-1 sort of poker with dice and less money
  1877. tar 1.29b-1.1 GNU version of the tar archiving utility
  1878. task-desktop 3.39 Debian desktop environment
  1879. task-english 3.39 General English environment
  1880. task-gnome-desktop 3.39 GNOME
  1881. task-print-server 3.39 print server
  1882. tasksel 3.39 tool for selecting tasks for installation on Debian systems
  1883. tasksel-data 3.39 official tasks used for installation of Debian systems
  1884. tcl 8.6.0+9 Tool Command Language (default version) - shell
  1885. tcl8.6 8.6.6+dfsg-1+b1 Tcl (the Tool Command Language) v8.6 - shell
  1886. tcpd 7.6.q-26 Wietse Venema's TCP wrapper utilities
  1887. telepathy-idle 0.2.0-2+b1 IRC connection manager for Telepathy
  1888. telepathy-logger 0.8.2-2 Telepathy logger service - Daemon
  1889. telepathy-mission-control-5 1:5.16.3-2.1 management daemon for Telepathy real-time communication framework
  1890. telnet 0.17-41 basic telnet client
  1891. tk 8.6.0+9 Toolkit for Tcl and X11 (default version) - windowing shell
  1892. tk8.6 8.6.6-1+b1 Tk toolkit for Tcl and X11 v8.6 - windowing shell
  1893. totem 3.22.1-1 Simple media player for the GNOME desktop based on GStreamer
  1894. totem-common 3.22.1-1 Data files for the Totem media player
  1895. totem-plugins 3.22.1-1 Plugins for the Totem media player
  1896. traceroute 1:2.1.0-2 Traces the route taken by packets over an IPv4/IPv6 network
  1897. tracker 1.10.5-1 metadata database, indexer and search tool
  1898. tracker-extract 1.10.5-1 metadata database, indexer and search tool - metadata extractors
  1899. tracker-gui 1.10.5-1 metadata database, indexer and search tool - GNOME frontends
  1900. tracker-miner-fs 1.10.5-1 metadata database, indexer and search tool - filesystem indexer
  1901. transfig 1:3.2.6a-2 transitional dummy package for fig2dev
  1902. transmission-common 2.92-2 lightweight BitTorrent client (common files)
  1903. transmission-gtk 2.92-2 lightweight BitTorrent client (GTK+ interface)
  1904. tzdata 2017b-1 time zone and daylight-saving time data
  1905. ucf 3.0036 Update Configuration File(s): preserve user changes to config files
  1906. udev 232-25 /dev/ and hotplug management daemon
  1907. udisks2 2.1.8-1 D-Bus service to access and manipulate storage devices
  1908. unattended-upgrades 0.93.1+nmu1 automatic installation of security upgrades
  1909. uno-libs3 5.2.7-1 LibreOffice UNO runtime environment -- public shared libraries
  1910. unoconv 0.7-1.1 converter between LibreOffice document formats
  1911. unzip 6.0-21 De-archiver for .zip files
  1912. update-inetd 4.44 inetd configuration file updater
  1913. upower 0.99.4-4+b1 abstraction for power management
  1914. ure 5.2.7-1 LibreOffice UNO runtime environment
  1915. usb-modeswitch 2.5.0+repack0-1 mode switching tool for controlling "flip flop" USB devices
  1916. usb-modeswitch-data 20170120-1 mode switching data for usb-modeswitch
  1917. usbmuxd 1.1.0-2+b2 USB multiplexor daemon for iPhone and iPod Touch devices
  1918. usbutils 1:007-4+b1 Linux USB utilities
  1919. util-linux 2.29.2-1 miscellaneous system utilities
  1920. util-linux-locales 2.29.2-1 locales files for util-linux
  1921. va-driver-all:i386 1.7.3-2 Video Acceleration (VA) API -- driver metapackage
  1922. vdpau-driver-all:i386 1.1.1-6 Video Decode and Presentation API for Unix (driver metapackage)
  1923. vim-common 2:8.0.0197-4 Vi IMproved - Common files
  1924. vim-tiny 2:8.0.0197-4 Vi IMproved - enhanced vi editor - compact version
  1925. vinagre 3.22.0-1+b1 remote desktop client for the GNOME Desktop
  1926. vino 3.22.0-1 VNC server for GNOME
  1927. wamerican 7.1-1 American English dictionary words for /usr/share/dict
  1928. wget 1.18-5 retrieves files from the web
  1929. whiptail 0.52.19-1+b1 Displays user-friendly dialog boxes from shell scripts
  1930. wireless-regdb 2016.06.10-1 wireless regulatory database
  1931. wodim 9:1.1.11-3+b2 command line CD/DVD writing tool
  1932. wpasupplicant 2:2.4-1 client support for WPA and WPA2 (IEEE 802.11i)
  1933. x11-apps 7.7+6+b1 X applications
  1934. x11-common 1:7.7+19 X Window System (X.Org) infrastructure
  1935. x11-session-utils 7.7+2+b1 X session utilities
  1936. x11-utils 7.7+3+b1 X11 utilities
  1937. x11-xkb-utils 7.7+3+b1 X11 XKB utilities
  1938. x11-xserver-utils 7.7+7+b1 X server utilities
  1939. xauth 1:1.0.9-1+b2 X authentication utility
  1940. xbitmaps 1.1.1-2 Base X bitmaps
  1941. xbrlapi 5.4-7 Access software for a blind person using a braille display - xbrlapi
  1942. xdg-user-dirs 0.15-2+b1 tool to manage well known user directories
  1943. xdg-user-dirs-gtk 0.10-1+b1 tool to manage well known user directories (Gtk extension)
  1944. xdg-utils 1.1.1-1 desktop integration utilities from freedesktop.org
  1945. xfonts-100dpi 1:1.0.4+nmu1 100 dpi fonts for X
  1946. xfonts-75dpi 1:1.0.4+nmu1 75 dpi fonts for X
  1947. xfonts-base 1:1.0.4+nmu1 standard fonts for X
  1948. xfonts-encodings 1:1.0.4-2 Encodings for X.Org fonts
  1949. xfonts-scalable 1:1.0.3-1.1 scalable fonts for X
  1950. xfonts-utils 1:7.7+4 X Window System font utility programs
  1951. xinit 1.3.4-3+b1 X server initialisation tool
  1952. xkb-data 2.19-1 X Keyboard Extension (XKB) configuration data
  1953. xml-core 0.17 XML infrastructure and XML catalog file support
  1954. xorg 1:7.7+19 X.Org X Window System
  1955. xorg-docs-core 1:1.7.1-1 Core documentation for the X.org X Window System
  1956. xserver-common 2:1.19.2-1+deb9u1 common files used by various X servers
  1957. xserver-xephyr 2:1.19.2-1+deb9u1 nested X server
  1958. xserver-xorg 1:7.7+19 X.Org X server
  1959. xserver-xorg-core 2:1.19.2-1+deb9u1 Xorg X server - core server
  1960. xserver-xorg-input-all 1:7.7+19 X.Org X server -- input driver metapackage
  1961. xserver-xorg-input-libinput 0.23.0-2 X.Org X server -- libinput input driver
  1962. xserver-xorg-input-wacom 0.34.0-1 X.Org X server -- Wacom input driver
  1963. xserver-xorg-legacy 2:1.19.2-1+deb9u1 setuid root Xorg server wrapper
  1964. xserver-xorg-video-all 1:7.7+19 X.Org X server -- output driver metapackage
  1965. xserver-xorg-video-amdgpu 1.2.0-1+b1 X.Org X server -- AMDGPU display driver
  1966. xserver-xorg-video-ati 1:7.8.0-1+b1 X.Org X server -- AMD/ATI display driver wrapper
  1967. xserver-xorg-video-fbdev 1:0.4.4-1+b5 X.Org X server -- fbdev display driver
  1968. xserver-xorg-video-intel 2:2.99.917+git20161206-1 X.Org X server -- Intel i8xx, i9xx display driver
  1969. xserver-xorg-video-nouveau 1:1.0.13-3 X.Org X server -- Nouveau display driver
  1970. xserver-xorg-video-qxl 0.1.4+20161126git4d7160c-1 X.Org X server -- QXL display driver
  1971. xserver-xorg-video-radeon 1:7.8.0-1+b1 X.Org X server -- AMD/ATI Radeon display driver
  1972. xserver-xorg-video-vesa 1:2.3.4-1+b2 X.Org X server -- VESA display driver
  1973. xserver-xorg-video-vmware 1:13.2.1-1+b1 X.Org X server -- VMware display driver
  1974. xterm 327-2 X terminal emulator
  1975. xwayland 2:1.19.2-1+deb9u1 Xwayland X server
  1976. xxd 2:8.0.0197-4 tool to make (or reverse) a hex dump
  1977. xz-utils 5.2.2-1.2+b1 XZ-format compression utilities
  1978. yelp 3.22.0-1 Help browser for GNOME
  1979. yelp-xsl 3.20.1-2 XSL stylesheets for the yelp help browser
  1980. zeitgeist-core 0.9.16-0.2+b1 event logging framework - engine
  1981. zenity 3.22.0-1+b1 Display graphical dialog boxes from shell scripts
  1982. zenity-common 3.22.0-1 Display graphical dialog boxes from shell scripts (common files)
  1983. zlib1g:i386 1:1.2.8.dfsg-5 compression library - runtime
  1984.  
  1985. [+] Current processes
  1986. USER PID START TIME COMMAND
  1987. root 1 09:56 0:01 /sbin/init
  1988. root 2 09:56 0:00 [kthreadd]
  1989. root 3 09:56 0:00 [ksoftirqd/0]
  1990. root 5 09:56 0:00 [kworker/0:0H]
  1991. root 6 09:56 0:00 [kworker/u2:0]
  1992. root 7 09:56 0:01 [rcu_sched]
  1993. root 8 09:56 0:00 [rcu_bh]
  1994. root 9 09:56 0:00 [migration/0]
  1995. root 10 09:56 0:00 [lru-add-drain]
  1996. root 11 09:56 0:00 [watchdog/0]
  1997. root 12 09:56 0:00 [cpuhp/0]
  1998. root 13 09:56 0:00 [kdevtmpfs]
  1999. root 14 09:56 0:00 [netns]
  2000. root 15 09:56 0:00 [khungtaskd]
  2001. root 16 09:56 0:00 [oom_reaper]
  2002. root 17 09:56 0:00 [writeback]
  2003. root 18 09:56 0:00 [kcompactd0]
  2004. root 19 09:56 0:00 [ksmd]
  2005. root 21 09:56 0:00 [crypto]
  2006. root 22 09:56 0:00 [kintegrityd]
  2007. root 23 09:56 0:00 [bioset]
  2008. root 24 09:56 0:00 [kblockd]
  2009. root 25 09:56 0:00 [devfreq_wq]
  2010. root 26 09:56 0:00 [watchdogd]
  2011. root 27 09:56 0:00 [kswapd0]
  2012. root 28 09:56 0:00 [vmstat]
  2013. root 40 09:56 0:00 [kthrotld]
  2014. root 42 09:56 0:00 [ipv6_addrconf]
  2015. root 67 09:56 0:00 [ata_sff]
  2016. root 76 09:56 0:00 [scsi_eh_0]
  2017. root 77 09:56 0:00 [scsi_tmf_0]
  2018. root 78 09:56 0:00 [scsi_eh_1]
  2019. root 79 09:56 0:00 [scsi_tmf_1]
  2020. root 81 09:56 0:00 [kworker/u2:1]
  2021. root 82 09:56 0:00 [mpt_poll_0]
  2022. root 83 09:56 0:00 [mpt/0]
  2023. root 110 09:56 0:00 [bioset]
  2024. root 111 09:56 0:00 [scsi_eh_2]
  2025. root 112 09:56 0:00 [scsi_tmf_2]
  2026. root 113 09:56 0:00 [bioset]
  2027. root 132 09:56 0:00 [kworker/0:1H]
  2028. root 167 09:56 0:00 [jbd2/sda1-8]
  2029. root 168 09:56 0:00 [ext4-rsv-conver]
  2030. root 197 09:56 0:00 /lib/systemd/systemd-journald
  2031. root 201 09:56 0:00 [kauditd]
  2032. root 228 09:56 0:00 /lib/systemd/systemd-udevd
  2033. systemd+ 240 09:56 0:00 /lib/systemd/systemd-timesyncd
  2034. root 257 09:56 0:00 [ttm_swap]
  2035. root 263 09:56 0:00 [nfit]
  2036. message+ 358 09:56 0:00 /usr/bin/dbus-daemon
  2037. root 366 09:56 0:00 /usr/lib/accountsservice/accounts-daemon
  2038. root 367 09:56 0:00 /usr/sbin/NetworkManager
  2039. avahi 369 09:56 0:00 avahi-daemon:
  2040. rtkit 371 09:56 0:00 /usr/lib/rtkit/rtkit-daemon
  2041. root 372 09:56 0:00 /usr/sbin/ModemManager
  2042. root 374 09:56 0:00 /lib/systemd/systemd-logind
  2043. root 375 09:56 0:00 /usr/sbin/rsyslogd
  2044. root 377 09:56 0:00 /usr/sbin/cron
  2045. root 378 09:56 0:00 /bin/sh
  2046. root 399 09:56 0:04 /usr/lib/jvm/java-8-openjdk-i386//bin/java
  2047. avahi 414 09:56 0:00 avahi-daemon:
  2048. root 418 09:56 0:01 /usr/lib/policykit-1/polkitd
  2049. root 479 09:56 0:00 /usr/sbin/sshd
  2050. root 491 09:56 0:00 /usr/sbin/gdm3
  2051. root 499 09:56 0:00 gdm-session-worker
  2052. root 509 09:56 0:00 /usr/sbin/apache2
  2053. www-data 510 09:56 0:17 /usr/sbin/apache2
  2054. www-data 511 09:56 0:16 /usr/sbin/apache2
  2055. root 580 09:56 0:00 /usr/sbin/minissdpd
  2056. Debian-+ 602 09:57 0:00 /lib/systemd/systemd
  2057. Debian-+ 603 09:57 0:00 (sd-pam)
  2058. Debian-+ 609 09:57 0:00 /usr/lib/gdm3/gdm-wayland-session
  2059. Debian-+ 611 09:57 0:00 /usr/bin/dbus-daemon
  2060. Debian-+ 616 09:57 0:00 /usr/lib/gnome-session/gnome-session-binary
  2061. Debian-+ 651 09:57 0:08 /usr/bin/gnome-shell
  2062. root 657 09:57 0:00 /usr/lib/upower/upowerd
  2063. Debian-+ 747 09:57 0:00 /usr/bin/Xwayland
  2064. Debian-+ 753 09:57 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
  2065. Debian-+ 758 09:57 0:00 /usr/bin/dbus-daemon
  2066. Debian-+ 761 09:57 0:00 /usr/lib/at-spi2-core/at-spi2-registryd
  2067. Debian-+ 768 09:57 0:00 /usr/bin/pulseaudio
  2068. Debian-+ 804 09:57 0:00 /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  2069. root 808 09:57 0:00 /usr/lib/packagekit/packagekitd
  2070. root 809 09:57 0:00 /sbin/wpa_supplicant
  2071. colord 820 09:57 0:00 /usr/lib/colord/colord
  2072. root 1032 10:01 0:00 /usr/sbin/cupsd
  2073. root 1034 10:01 0:00 /usr/sbin/cups-browsed
  2074. mindy 1183 10:10 0:00 /lib/systemd/systemd
  2075. mindy 1184 10:10 0:00 (sd-pam)
  2076. root 1258 10:14 0:00 [kworker/0:0]
  2077. root 1350 10:19 0:00 [kworker/0:2]
  2078. root 1666 10:24 0:00 sshd:
  2079. mindy 1733 10:24 0:00 sshd:
  2080. mindy 1734 10:24 0:00 -rbash
  2081. mindy 1874 10:27 0:00 vi
  2082. mindy 1875 10:27 0:00 sh
  2083. root 2360 10:33 0:00 [kworker/0:1]
  2084. root 2407 10:33 0:00 sshd:
  2085. mindy 2413 10:33 0:00 sshd:
  2086. mindy 2414 10:33 0:00 -rbash
  2087. root 2468 10:33 0:00 sshd:
  2088. mindy 2474 10:33 0:00 sshd:
  2089. mindy 2475 10:33 0:00 -rbash
  2090. mindy 2579 10:34 0:00 bash
  2091. mindy 2580 10:34 0:00 sh
  2092. mindy 2636 10:36 0:00 sh
  2093. mindy 2637 10:36 0:00 python
  2094. mindy 2638 10:36 0:00 /bin/sh
  2095. mindy 2658 10:38 0:00 python
  2096. mindy 2850 10:38 0:00 /bin/sh
  2097. mindy 2851 10:38 0:00 ps
  2098. mindy 2852 10:38 0:00 awk
  2099.  
  2100. [+] Apache Version and Modules
  2101.  
  2102. [+] Apache Config File
  2103. # This is the main Apache server configuration file. It contains the
  2104. # configuration directives that give the server its instructions.
  2105. # See http://httpd.apache.org/docs/2.4/ for detailed information about
  2106. # the directives and /usr/share/doc/apache2/README.Debian about Debian specific
  2107. # hints.
  2108. #
  2109. #
  2110. # Summary of how the Apache 2 configuration works in Debian:
  2111. # The Apache 2 web server configuration in Debian is quite different to
  2112. # upstream's suggested way to configure the web server. This is because Debian's
  2113. # default Apache2 installation attempts to make adding and removing modules,
  2114. # virtual hosts, and extra configuration directives as flexible as possible, in
  2115. # order to make automating the changes and administering the server as easy as
  2116. # possible.
  2117. # It is split into several files forming the configuration hierarchy outlined
  2118. # below, all located in the /etc/apache2/ directory:
  2119. #
  2120. # /etc/apache2/
  2121. # |-- apache2.conf
  2122. # | `-- ports.conf
  2123. # |-- mods-enabled
  2124. # | |-- *.load
  2125. # | `-- *.conf
  2126. # |-- conf-enabled
  2127. # | `-- *.conf
  2128. # `-- sites-enabled
  2129. # `-- *.conf
  2130. #
  2131. #
  2132. # * apache2.conf is the main configuration file (this file). It puts the pieces
  2133. # together by including all remaining configuration files when starting up the
  2134. # web server.
  2135. #
  2136. # * ports.conf is always included from the main configuration file. It is
  2137. # supposed to determine listening ports for incoming connections which can be
  2138. # customized anytime.
  2139. #
  2140. # * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
  2141. # directories contain particular configuration snippets which manage modules,
  2142. # global configuration fragments, or virtual host configurations,
  2143. # respectively.
  2144. #
  2145. # They are activated by symlinking available configuration files from their
  2146. # respective *-available/ counterparts. These should be managed by using our
  2147. # helpers a2enmod/a2dismod, a2ensite/a2dissite and a2enconf/a2disconf. See
  2148. # their respective man pages for detailed information.
  2149. #
  2150. # * The binary is called apache2. Due to the use of environment variables, in
  2151. # the default configuration, apache2 needs to be started/stopped with
  2152. # /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not
  2153. # work with the default configuration.
  2154. # Global configuration
  2155. #
  2156. #
  2157. # ServerRoot: The top of the directory tree under which the server's
  2158. # configuration, error, and log files are kept.
  2159. #
  2160. # NOTE! If you intend to place this on an NFS (or otherwise network)
  2161. # mounted filesystem then please read the Mutex documentation (available
  2162. # at <URL:http://httpd.apache.org/docs/2.4/mod/core.html#mutex>);
  2163. # you will save yourself a lot of trouble.
  2164. #
  2165. # Do NOT add a slash at the end of the directory path.
  2166. #
  2167. #ServerRoot "/etc/apache2"
  2168. #
  2169. # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
  2170. #
  2171. #Mutex file:${APACHE_LOCK_DIR} default
  2172. #
  2173. # The directory where shm and other runtime files will be stored.
  2174. #
  2175. DefaultRuntimeDir ${APACHE_RUN_DIR}
  2176. #
  2177. # PidFile: The file in which the server should record its process
  2178. # identification number when it starts.
  2179. # This needs to be set in /etc/apache2/envvars
  2180. #
  2181. PidFile ${APACHE_PID_FILE}
  2182. #
  2183. # Timeout: The number of seconds before receives and sends time out.
  2184. #
  2185. Timeout 300
  2186. #
  2187. # KeepAlive: Whether or not to allow persistent connections (more than
  2188. # one request per connection). Set to "Off" to deactivate.
  2189. #
  2190. KeepAlive On
  2191. #
  2192. # MaxKeepAliveRequests: The maximum number of requests to allow
  2193. # during a persistent connection. Set to 0 to allow an unlimited amount.
  2194. # We recommend you leave this number high, for maximum performance.
  2195. #
  2196. MaxKeepAliveRequests 100
  2197. #
  2198. # KeepAliveTimeout: Number of seconds to wait for the next request from the
  2199. # same client on the same connection.
  2200. #
  2201. KeepAliveTimeout 5
  2202. # These need to be set in /etc/apache2/envvars
  2203. User ${APACHE_RUN_USER}
  2204. Group ${APACHE_RUN_GROUP}
  2205. #
  2206. # HostnameLookups: Log the names of clients or just their IP addresses
  2207. # e.g., www.apache.org (on) or 204.62.129.132 (off).
  2208. # The default is off because it'd be overall better for the net if people
  2209. # had to knowingly turn this feature on, since enabling it means that
  2210. # each client request will result in AT LEAST one lookup request to the
  2211. # nameserver.
  2212. #
  2213. HostnameLookups Off
  2214. # ErrorLog: The location of the error log file.
  2215. # If you do not specify an ErrorLog directive within a <VirtualHost>
  2216. # container, error messages relating to that virtual host will be
  2217. # logged here. If you *do* define an error logfile for a <VirtualHost>
  2218. # container, that host's errors will be logged there and not here.
  2219. #
  2220. ErrorLog ${APACHE_LOG_DIR}/error.log
  2221. #
  2222. # LogLevel: Control the severity of messages logged to the error_log.
  2223. # Available values: trace8, ..., trace1, debug, info, notice, warn,
  2224. # error, crit, alert, emerg.
  2225. # It is also possible to configure the log level for particular modules, e.g.
  2226. # "LogLevel info ssl:warn"
  2227. #
  2228. LogLevel warn
  2229. # Include module configuration:
  2230. IncludeOptional mods-enabled/*.load
  2231. IncludeOptional mods-enabled/*.conf
  2232. # Include list of ports to listen on
  2233. Include ports.conf
  2234. # Sets the default security model of the Apache2 HTTPD server. It does
  2235. # not allow access to the root filesystem outside of /usr/share and /var/www.
  2236. # The former is used by web applications packaged in Debian,
  2237. # the latter may be used for local directories served by the web server. If
  2238. # your system is serving content from a sub-directory in /srv you must allow
  2239. # access here, or in any related virtual host.
  2240. <Directory />
  2241. Options FollowSymLinks
  2242. AllowOverride None
  2243. Require all denied
  2244. </Directory>
  2245. <Directory /usr/share>
  2246. AllowOverride None
  2247. Require all granted
  2248. </Directory>
  2249. <Directory /var/www/>
  2250. Options Indexes FollowSymLinks
  2251. AllowOverride None
  2252. Require all granted
  2253. </Directory>
  2254. #<Directory /srv/>
  2255. # Options Indexes FollowSymLinks
  2256. # AllowOverride None
  2257. # Require all granted
  2258. #</Directory>
  2259. # AccessFileName: The name of the file to look for in each directory
  2260. # for additional configuration directives. See also the AllowOverride
  2261. # directive.
  2262. #
  2263. AccessFileName .htaccess
  2264. #
  2265. # The following lines prevent .htaccess and .htpasswd files from being
  2266. # viewed by Web clients.
  2267. #
  2268. <FilesMatch "^\.ht">
  2269. Require all denied
  2270. </FilesMatch>
  2271. #
  2272. # The following directives define some format nicknames for use with
  2273. # a CustomLog directive.
  2274. #
  2275. # These deviate from the Common Log Format definitions in that they use %O
  2276. # (the actual bytes sent including headers) instead of %b (the size of the
  2277. # requested file), because the latter makes it impossible to detect partial
  2278. # requests.
  2279. #
  2280. # Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
  2281. # Use mod_remoteip instead.
  2282. #
  2283. LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
  2284. LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
  2285. LogFormat "%h %l %u %t \"%r\" %>s %O" common
  2286. LogFormat "%{Referer}i -> %U" referer
  2287. LogFormat "%{User-agent}i" agent
  2288. # Include of directories ignores editors' and dpkg's backup files,
  2289. # see README.Debian for details.
  2290. # Include generic snippets of statements
  2291. IncludeOptional conf-enabled/*.conf
  2292. # Include the virtual host configurations:
  2293. IncludeOptional sites-enabled/*.conf
  2294. # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
  2295.  
  2296. [+] Sudo Version (Check out http://www.exploit-db.com/search/?action=search&filter_page=1&filter_description=sudo)
  2297.  
  2298. [*] IDENTIFYING PROCESSES AND PACKAGES RUNNING AS ROOT OR OTHER SUPERUSER...
  2299.  
  2300. root 1350 10:19 0:00 [kworker/0:2]
  2301. root 374 09:56 0:00 /lib/systemd/systemd-logind
  2302. root 110 09:56 0:00 [bioset]
  2303. root 1034 10:01 0:00 /usr/sbin/cups-browsed
  2304. Possible Related Packages:
  2305. cups-browsed 1.11.6-3 OpenPrinting CUPS Filters - cups-browsed
  2306. root 2 09:56 0:00 [kthreadd]
  2307. root 167 09:56 0:00 [jbd2/sda1-8]
  2308. root 42 09:56 0:00 [ipv6_addrconf]
  2309. root 132 09:56 0:00 [kworker/0:1H]
  2310. root 418 09:56 0:01 /usr/lib/policykit-1/polkitd
  2311. root 509 09:56 0:00 /usr/sbin/apache2
  2312. Possible Related Packages:
  2313. apache2 2.4.25-3+deb9u2 Apache HTTP Server
  2314. apache2-bin 2.4.25-3+deb9u2 Apache HTTP Server (modules and other binary files)
  2315. apache2-data 2.4.25-3+deb9u2 Apache HTTP Server (common files)
  2316. apache2-utils 2.4.25-3+deb9u2 Apache HTTP Server (utility programs for web servers)
  2317. libapache2-mod-dnssd 0.6-3.1 Zeroconf support for Apache 2 via avahi
  2318. root 40 09:56 0:00 [kthrotld]
  2319. root 2360 10:33 0:00 [kworker/0:1]
  2320. root 67 09:56 0:00 [ata_sff]
  2321. root 377 09:56 0:00 /usr/sbin/cron
  2322. Possible Related Packages:
  2323. anacron 2.3-24 cron-like program that doesn't go by time
  2324. cron 3.0pl1-128+b1 process scheduling daemon
  2325. root 77 09:56 0:00 [scsi_tmf_0]
  2326. root 12 09:56 0:00 [cpuhp/0]
  2327. root 378 09:56 0:00 /bin/sh
  2328. root 2407 10:33 0:00 sshd:
  2329. root 366 09:56 0:00 /usr/lib/accountsservice/accounts-daemon
  2330. root 113 09:56 0:00 [bioset]
  2331. root 24 09:56 0:00 [kblockd]
  2332. root 19 09:56 0:00 [ksmd]
  2333. root 1258 10:14 0:00 [kworker/0:0]
  2334. root 15 09:56 0:00 [khungtaskd]
  2335. root 18 09:56 0:00 [kcompactd0]
  2336. root 3 09:56 0:00 [ksoftirqd/0]
  2337. root 10 09:56 0:00 [lru-add-drain]
  2338. root 22 09:56 0:00 [kintegrityd]
  2339. root 111 09:56 0:00 [scsi_eh_2]
  2340. root 491 09:56 0:00 /usr/sbin/gdm3
  2341. Possible Related Packages:
  2342. gdm3 3.22.3-3 GNOME Display Manager
  2343. root 197 09:56 0:00 /lib/systemd/systemd-journald
  2344. root 657 09:57 0:00 /usr/lib/upower/upowerd
  2345. root 809 09:57 0:00 /sbin/wpa_supplicant
  2346. root 257 09:56 0:00 [ttm_swap]
  2347. root 399 09:56 0:04 /usr/lib/jvm/java-8-openjdk-i386//bin/java
  2348. Possible Related Packages:
  2349. ca-certificates-java 20170531+nmu1 Common CA certificates (JKS keystore)
  2350. default-java-plugin 2:1.8-58 Default Java Plugin for running applets and Java Web Start applications
  2351. gir1.2-javascriptcoregtk-4.0:i386 2.16.3-2 JavaScript engine library from WebKitGTK+ - GObject introspection data
  2352. gjs 1.46.0-1+b2 Mozilla-based javascript bindings for the GNOME platform
  2353. java-common 0.58 Base package for Java runtimes
  2354. libatk-wrapper-java 0.33.3-13 ATK implementation for Java using JNI
  2355. libatk-wrapper-java-jni:i386 0.33.3-13 ATK implementation for Java using JNI (JNI bindings)
  2356. libgjs0e 1.46.0-1+b2 Mozilla-based javascript bindings for the GNOME platform
  2357. libhsqldb1.8.0-java 1.8.0.10+dfsg-7 Java SQL database engine
  2358. libjavascriptcoregtk-4.0-18:i386 2.16.3-2 JavaScript engine library from WebKitGTK+
  2359. libreoffice-java-common 1:5.2.7-1 office productivity suite -- arch-independent Java support files
  2360. libservlet3.1-java 8.5.14-1+deb9u1 Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API classes
  2361. root 1666 10:24 0:00 sshd:
  2362. root 7 09:56 0:01 [rcu_sched]
  2363. root 17 09:56 0:00 [writeback]
  2364. root 9 09:56 0:00 [migration/0]
  2365. root 78 09:56 0:00 [scsi_eh_1]
  2366. root 23 09:56 0:00 [bioset]
  2367. root 79 09:56 0:00 [scsi_tmf_1]
  2368. root 28 09:56 0:00 [vmstat]
  2369. root 112 09:56 0:00 [scsi_tmf_2]
  2370. root 808 09:57 0:00 /usr/lib/packagekit/packagekitd
  2371. root 372 09:56 0:00 /usr/sbin/ModemManager
  2372. root 580 09:56 0:00 /usr/sbin/minissdpd
  2373. Possible Related Packages:
  2374. minissdpd 1.2.20130907-4.1 keep memory of all UPnP devices that announced themselves
  2375. root 13 09:56 0:00 [kdevtmpfs]
  2376. root 8 09:56 0:00 [rcu_bh]
  2377. root 83 09:56 0:00 [mpt/0]
  2378. root 479 09:56 0:00 /usr/sbin/sshd
  2379. root 2468 10:33 0:00 sshd:
  2380. root 81 09:56 0:00 [kworker/u2:1]
  2381. root 27 09:56 0:00 [kswapd0]
  2382. root 11 09:56 0:00 [watchdog/0]
  2383. root 82 09:56 0:00 [mpt_poll_0]
  2384. root 168 09:56 0:00 [ext4-rsv-conver]
  2385. root 1032 10:01 0:00 /usr/sbin/cupsd
  2386. root 76 09:56 0:00 [scsi_eh_0]
  2387. root 375 09:56 0:00 /usr/sbin/rsyslogd
  2388. root 6 09:56 0:00 [kworker/u2:0]
  2389. root 263 09:56 0:00 [nfit]
  2390. root 26 09:56 0:00 [watchdogd]
  2391. root 25 09:56 0:00 [devfreq_wq]
  2392. root 1 09:56 0:01 /sbin/init
  2393. Possible Related Packages:
  2394. hp-ppd 0.9-0.3 HP Postscript Printer Definition (PPD) files
  2395. init 1.48 metapackage ensuring an init system is installed
  2396. init-system-helpers 1.48 helper tools for all init systems
  2397. initramfs-tools 0.130 generic modular initramfs generator (automation)
  2398. initramfs-tools-core 0.130 generic modular initramfs generator (core tools)
  2399. libklibc 2.0.4-9 minimal libc subset for use with initramfs
  2400. lsb-base 9.20161125 Linux Standard Base init script functionality
  2401. ncurses-base 6.0+20161126-1 basic terminal type definitions
  2402. ncurses-term 6.0+20161126-1 additional terminal type definitions
  2403. sysvinit-utils 2.88dsf-59.9 System-V-like utilities
  2404. xinit 1.3.4-3+b1 X server initialisation tool
  2405. root 228 09:56 0:00 /lib/systemd/systemd-udevd
  2406. root 367 09:56 0:00 /usr/sbin/NetworkManager
  2407. Possible Related Packages:
  2408. gir1.2-networkmanager-1.0:i386 1.6.2-3 GObject introspection data for NetworkManager
  2409. libnm0:i386 1.6.2-3 GObject-based client library for NetworkManager
  2410. root 16 09:56 0:00 [oom_reaper]
  2411. root 499 09:56 0:00 gdm-session-worker
  2412. root 14 09:56 0:00 [netns]
  2413. root 201 09:56 0:00 [kauditd]
  2414. root 5 09:56 0:00 [kworker/0:0H]
  2415. root 21 09:56 0:00 [crypto]
  2416.  
  2417. [*] ENUMERATING INSTALLED LANGUAGES/TOOLS FOR SPLOIT BUILDING...
  2418.  
  2419. [+] Installed Tools
  2420. /usr/bin/awk
  2421. /usr/bin/perl
  2422. /usr/bin/python
  2423. /usr/bin/vi
  2424. /usr/bin/find
  2425. /bin/netcat
  2426. /bin/nc
  2427. /usr/bin/wget
  2428.  
  2429. [+] Related Shell Escape Sequences...
  2430.  
  2431. vi--> :!bash
  2432. vi--> :set shell=/bin/bash:shell
  2433. awk--> awk 'BEGIN {system("/bin/bash")}'
  2434. find--> find / -exec /usr/bin/awk 'BEGIN {system("/bin/bash")}' \;
  2435. perl--> perl -e 'exec "/bin/bash";'
  2436.  
  2437. [*] FINDING RELEVENT PRIVILEGE ESCALATION EXPLOITS...
  2438.  
  2439. Note: Exploits relying on a compile/scripting language not detected on this system are marked with a '**' but should still be tested!
  2440.  
  2441. The following exploits are ranked higher in probability of success because this script detected a related running process, OS, or mounted file system
  2442. - Debian OpenSSL Predictable PRNG Bruteforce SSH Exploit || http://www.exploit-db.com/exploits/5720 || Language=python
  2443. - Ubuntu/Debian Apache 1.3.33/1.3.34 (CGI TTY) Local Root Exploit || http://www.exploit-db.com/exploits/3384 || Language=c
  2444.  
  2445. The following exploits are applicable to this kernel version and should be investigated as well
  2446. - Kernel ia32syscall Emulation Privilege Escalation || http://www.exploit-db.com/exploits/15023 || Language=c
  2447. - Sendpage Local Privilege Escalation || http://www.exploit-db.com/exploits/19933 || Language=ruby**
  2448. - CAP_SYS_ADMIN to Root Exploit 2 (32 and 64-bit) || http://www.exploit-db.com/exploits/15944 || Language=c
  2449. - CAP_SYS_ADMIN to root Exploit || http://www.exploit-db.com/exploits/15916 || Language=c
  2450. - MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c
  2451. - open-time Capability file_ns_capable() Privilege Escalation || http://www.exploit-db.com/exploits/25450 || Language=c
  2452. - open-time Capability file_ns_capable() - Privilege Escalation Vulnerability || http://www.exploit-db.com/exploits/25307 || Language=c
  2453.  
  2454. Finished
  2455. =================================================================================================
Add Comment
Please, Sign In to add comment