Advertisement
Guest User

Untitled

a guest
Feb 27th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 218.00 KB | None | 0 0
  1. =================================================================================================
  2. LINUX PRIVILEGE ESCALATION CHECKER
  3. =================================================================================================
  4.  
  5. [*] GETTING BASIC SYSTEM INFO...
  6.  
  7. [+] Kernel
  8. Linux version 4.4.0-112-generic (buildd@lgw01-amd64-010) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) ) #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 2018
  9.  
  10. [+] Hostname
  11. cns
  12.  
  13. [+] Operating System
  14. Ubuntu 16.04 LTS \n \l
  15.  
  16. [*] GETTING NETWORKING INFO...
  17.  
  18. [+] Netstat
  19. Active Internet connections (servers and established)
  20. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  21.  
  22. [+] Route
  23. Kernel IP routing table
  24. Destination Gateway Genmask Flags Metric Ref Use Iface
  25. default 128.143.137.1 0.0.0.0 UG 100 0 0 enp6s0
  26. 128.143.0.0 * 255.255.0.0 U 100 0 0 enp6s0
  27. link-local * 255.255.0.0 U 1000 0 0 enp6s0
  28.  
  29. [*] GETTING FILESYSTEM INFO...
  30.  
  31. [+] Mount results
  32. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  33. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  34. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4019648k,nr_inodes=1004912,mode=755)
  35. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  36. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=807860k,mode=755)
  37. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  38. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  39. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  40. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  41. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  42. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  43. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  44. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  45. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  46. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  47. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  48. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  49. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  50. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  51. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  52. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  53. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  54. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  55. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  56. mqueue on /dev/mqueue type mqueue (rw,relatime)
  57. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  58. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  59. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  60. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  61. none on /tmp/guest-9ga0tp type tmpfs (rw,relatime,mode=700,uid=998)
  62. tmpfs on /run/user/998 type tmpfs (rw,nosuid,nodev,relatime,size=807860k,mode=700,uid=998,gid=998)
  63. /dev/sdg2 on /media/guest-9ga0tp/Firmware type vfat (rw,nosuid,nodev,relatime,uid=998,gid=998,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
  64.  
  65. [+] fstab entries
  66. # /etc/fstab: static file system information.
  67. #
  68. # Use 'blkid' to print the universally unique identifier for a
  69. # device; this may be used with UUID= as a more robust way to name devices
  70. # that works even if disks are added and removed. See fstab(5).
  71. #
  72. # <file system> <mount point> <type> <options> <dump> <pass>
  73. # / was on /dev/sda2 during installation
  74. UUID=84de9954-d3b2-4098-95df-f54d2fd4b689 / ext4 errors=remount-ro 0 1
  75. # /boot/efi was on /dev/sda1 during installation
  76. UUID=3CF6-22A5 /boot/efi vfat umask=0077 0 1
  77. # swap was on /dev/sda3 during installation
  78. UUID=5c00c4ec-499a-4f80-97f3-869c8cff1814 none swap sw 0 0
  79.  
  80. [+] Scheduled cron jobs
  81. -rw-r--r-- 1 root root 722 Apr 5 2016 /etc/crontab
  82. /etc/cron.d:
  83. total 28
  84. drwxr-xr-x 2 root root 4096 Apr 20 2016 .
  85. drwxr-xr-x 138 root root 12288 Feb 27 09:31 ..
  86. -rw-r--r-- 1 root root 244 Dec 28 2014 anacron
  87. -rw-r--r-- 1 root root 102 Apr 5 2016 .placeholder
  88. -rw-r--r-- 1 root root 190 Feb 15 2017 popularity-contest
  89. /etc/cron.daily:
  90. total 76
  91. drwxr-xr-x 2 root root 4096 Feb 14 09:47 .
  92. drwxr-xr-x 138 root root 12288 Feb 27 09:31 ..
  93. -rwxr-xr-x 1 root root 311 Dec 28 2014 0anacron
  94. -rwxr-xr-x 1 root root 539 Apr 5 2016 apache2
  95. -rwxr-xr-x 1 root root 376 Mar 31 2016 apport
  96. -rwxr-xr-x 1 root root 1474 Oct 31 2016 apt-compat
  97. -rwxr-xr-x 1 root root 355 May 22 2012 bsdmainutils
  98. -rwxr-xr-x 1 root root 384 Oct 5 2014 cracklib-runtime
  99. -rwxr-xr-x 1 root root 1597 Nov 26 2015 dpkg
  100. -rwxr-xr-x 1 root root 372 May 6 2015 logrotate
  101. -rwxr-xr-x 1 root root 1293 Nov 6 2015 man-db
  102. -rwxr-xr-x 1 root root 435 Nov 18 2014 mlocate
  103. -rwxr-xr-x 1 root root 249 Nov 12 2015 passwd
  104. -rw-r--r-- 1 root root 102 Apr 5 2016 .placeholder
  105. -rwxr-xr-x 1 root root 3449 Feb 26 2016 popularity-contest
  106. -rwxr-xr-x 1 root root 214 Apr 12 2016 update-notifier-common
  107. -rwxr-xr-x 1 root root 1046 Feb 29 2016 upstart
  108. /etc/cron.hourly:
  109. total 20
  110. drwxr-xr-x 2 root root 4096 Apr 20 2016 .
  111. drwxr-xr-x 138 root root 12288 Feb 27 09:31 ..
  112. -rw-r--r-- 1 root root 102 Apr 5 2016 .placeholder
  113. /etc/cron.monthly:
  114. total 24
  115. drwxr-xr-x 2 root root 4096 Apr 20 2016 .
  116. drwxr-xr-x 138 root root 12288 Feb 27 09:31 ..
  117. -rwxr-xr-x 1 root root 313 Dec 28 2014 0anacron
  118. -rw-r--r-- 1 root root 102 Apr 5 2016 .placeholder
  119. /etc/cron.weekly:
  120. total 36
  121. drwxr-xr-x 2 root root 4096 Feb 14 09:47 .
  122. drwxr-xr-x 138 root root 12288 Feb 27 09:31 ..
  123. -rwxr-xr-x 1 root root 312 Dec 28 2014 0anacron
  124. -rwxr-xr-x 1 root root 86 Apr 13 2016 fstrim
  125. -rwxr-xr-x 1 root root 771 Nov 6 2015 man-db
  126. -rw-r--r-- 1 root root 102 Apr 5 2016 .placeholder
  127. -rwxr-xr-x 1 root root 211 Apr 12 2016 update-notifier-common
  128.  
  129. [+] Writable cron dirs
  130.  
  131.  
  132. [*] ENUMERATING USER AND ENVIRONMENTAL INFO...
  133.  
  134. [+] Logged in User Activity
  135. 09:52:02 up 13 days, 21:43, 1 user, load average: 0.24, 0.23, 0.11
  136. USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
  137. guest-9g tty7 :0 09:31 13days 40.64s 0.18s /sbin/upstart --user
  138.  
  139. [+] Super Users Found:
  140. root
  141.  
  142. [+] Environment
  143. LESSOPEN=| /usr/bin/lesspipe %s
  144. GNOME_KEYRING_PID=
  145. USER=guest-9ga0tp
  146. UPSTART_INSTANCE=
  147. DIALOG_SLEEP=4
  148. XDG_SEAT=seat0
  149. SSH_AGENT_PID=18225
  150. SESSION=ubuntu
  151. XDG_SESSION_TYPE=x11
  152. COMPIZ_CONFIG_PROFILE=ubuntu
  153. SHLVL=1
  154. HOME=/tmp/guest-9ga0tp
  155. QT4_IM_MODULE=xim
  156. OLDPWD=/tmp/guest-9ga0tp
  157. DESKTOP_SESSION=ubuntu
  158. QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
  159. GTK_MODULES=gail:atk-bridge:unity-gtk-module
  160. XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
  161. INSTANCE=
  162. DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-5qpu7WvayY
  163. GNOME_KEYRING_CONTROL=
  164. QT_QPA_PLATFORMTHEME=appmenu-qt5
  165. MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path
  166. IM_CONFIG_PHASE=1
  167. SESSIONTYPE=gnome-session
  168. UPSTART_JOB=unity7
  169. LOGNAME=guest-9ga0tp
  170. GTK_IM_MODULE=ibus
  171. WINDOWID=62914570
  172. _=/usr/bin/python
  173. DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path
  174. XDG_SESSION_ID=c3
  175. TERM=xterm-256color
  176. GNOME_DESKTOP_SESSION_ID=this-is-deprecated
  177. GTK2_MODULES=overlay-scrollbar
  178. PATH=/tmp/guest-9ga0tp/bin:/tmp/guest-9ga0tp/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
  179. XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
  180. XDG_RUNTIME_DIR=/run/user/998
  181. COMPIZ_BIN_PATH=/usr/bin/
  182. DISPLAY=:0
  183. LANG=en_US.UTF-8
  184. XDG_CURRENT_DESKTOP=Unity
  185. XMODIFIERS=@im=ibus
  186. XDG_SESSION_DESKTOP=ubuntu
  187. XAUTHORITY=/tmp/guest-9ga0tp/.Xauthority
  188. XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/guest-9ga0tp
  189. SSH_AGENT_LAUNCHER=upstart
  190. SSH_AUTH_SOCK=/tmp/ssh-Zo8blf6rmBkx/agent.18185
  191. SHELL=/bin/bash
  192. QT_ACCESSIBILITY=1
  193. GDMSESSION=ubuntu
  194. LESSCLOSE=/usr/bin/lesspipe %s %s
  195. UPSTART_EVENTS=xsession started
  196. UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/998/18045
  197. XDG_VTNR=7
  198. QT_IM_MODULE=ibus
  199. PWD=/tmp/guest-9ga0tp/Downloads
  200. CLUTTER_IM_MODULE=xim
  201. XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
  202. XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop
  203. VTE_VERSION=4205
  204. JOB=unity-settings-daemon
  205.  
  206. [+] Root and current user history (depends on privs)
  207. -rw------- 1 guest-9ga0tp guest-9ga0tp 28 Feb 27 09:41 /tmp/guest-9ga0tp/.bash_history
  208.  
  209. [+] Sudoers (privileged)
  210.  
  211. [+] All users
  212. root:x:0:0:root:/root:/bin/bash
  213. daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
  214. bin:x:2:2:bin:/bin:/usr/sbin/nologin
  215. sys:x:3:3:sys:/dev:/usr/sbin/nologin
  216. sync:x:4:65534:sync:/bin:/bin/sync
  217. games:x:5:60:games:/usr/games:/usr/sbin/nologin
  218. man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
  219. lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
  220. mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
  221. news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
  222. uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
  223. proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
  224. www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
  225. backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
  226. list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
  227. irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
  228. gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
  229. nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
  230. systemd-timesync:x:100:102:systemd Time Synchronization,,,:/run/systemd:/bin/false
  231. systemd-network:x:101:103:systemd Network Management,,,:/run/systemd/netif:/bin/false
  232. systemd-resolve:x:102:104:systemd Resolver,,,:/run/systemd/resolve:/bin/false
  233. systemd-bus-proxy:x:103:105:systemd Bus Proxy,,,:/run/systemd:/bin/false
  234. syslog:x:104:108::/home/syslog:/bin/false
  235. _apt:x:105:65534::/nonexistent:/bin/false
  236. messagebus:x:106:110::/var/run/dbus:/bin/false
  237. uuidd:x:107:111::/run/uuidd:/bin/false
  238. lightdm:x:108:114:Light Display Manager:/var/lib/lightdm:/bin/false
  239. whoopsie:x:109:116::/nonexistent:/bin/false
  240. avahi-autoipd:x:110:119:Avahi autoip daemon,,,:/var/lib/avahi-autoipd:/bin/false
  241. avahi:x:111:120:Avahi mDNS daemon,,,:/var/run/avahi-daemon:/bin/false
  242. dnsmasq:x:112:65534:dnsmasq,,,:/var/lib/misc:/bin/false
  243. colord:x:113:123:colord colour management daemon,,,:/var/lib/colord:/bin/false
  244. speech-dispatcher:x:114:29:Speech Dispatcher,,,:/var/run/speech-dispatcher:/bin/false
  245. hplip:x:115:7:HPLIP system user,,,:/var/run/hplip:/bin/false
  246. kernoops:x:116:65534:Kernel Oops Tracking Daemon,,,:/:/bin/false
  247. pulse:x:117:124:PulseAudio daemon,,,:/var/run/pulse:/bin/false
  248. rtkit:x:118:126:RealtimeKit,,,:/proc:/bin/false
  249. saned:x:119:127::/var/lib/saned:/bin/false
  250. usbmux:x:120:46:usbmux daemon,,,:/var/lib/usbmux:/bin/false
  251. kharkarag:x:1000:1000:kharkarag,,,:/home/kharkarag:/bin/bash
  252. guest-pg1bqp:x:999:999:Guest:/tmp/guest-pg1bqp:/bin/bash
  253. sshd:x:121:65534::/var/run/sshd:/usr/sbin/nologin
  254. ircd:x:1002:1002:,,,:/home/ircd:/bin/bash
  255. guest-9ga0tp:x:998:998:Guest:/tmp/guest-9ga0tp:/bin/bash
  256.  
  257. [+] Current User
  258. guest-9ga0tp
  259.  
  260. [+] Current User ID
  261. uid=998(guest-9ga0tp) gid=998(guest-9ga0tp) groups=998(guest-9ga0tp)
  262.  
  263. [*] ENUMERATING FILE AND DIRECTORY PERMISSIONS/CONTENTS...
  264.  
  265. [+] World Writeable Directories for User/Group 'Root'
  266. drwxrwxrwt 13 root root 4096 Feb 27 09:50 /tmp
  267. drwxrwxrwt 2 root root 4096 Feb 13 12:08 /tmp/.XIM-unix
  268. drwxrwxrwt 2 root root 4096 Feb 27 09:31 /tmp/.ICE-unix
  269. drwxrwxrwt 2 root root 4096 Feb 13 12:08 /tmp/.X11-unix
  270. drwxrwxrwt 2 root root 4096 Feb 13 12:08 /tmp/.font-unix
  271. drwxrwxrwt 2 root root 4096 Feb 13 12:08 /tmp/.Test-unix
  272. drwxrwxrwt 5 root root 120 Feb 13 12:08 /run/lock
  273. drwxrwxrwt 2 root root 40 Feb 13 12:08 /dev/mqueue
  274. drwxrwxrwt 2 root root 300 Feb 27 09:50 /dev/shm
  275. drwxrwxrwt 39 root root 4096 Feb 27 09:32 /var/tmp
  276. drwxrwsrwt 2 root whoopsie 4096 Apr 20 2016 /var/metrics
  277. drwxrwsrwt 2 root whoopsie 4096 Feb 27 09:33 /var/crash
  278.  
  279. [+] World Writeable Directories for Users other than Root
  280.  
  281. [+] World Writable Files
  282. --w--w--w- 1 root root 0 Feb 27 09:50 /sys/fs/cgroup/memory/cgroup.event_control
  283. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/policy/.remove
  284. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/policy/.replace
  285. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/policy/.load
  286. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/.remove
  287. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/.replace
  288. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/.load
  289. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/.ns_name
  290. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/.ns_level
  291. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/.ns_stacked
  292. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/.stacked
  293. -rw-rw-rw- 1 root root 0 Feb 13 12:08 /sys/kernel/security/apparmor/.access
  294. -rwxrwxrwx 1 root whoopsie 0 Feb 27 09:33 /var/crash/.lock
  295.  
  296. [+] Checking if root's home folder is accessible
  297.  
  298. [+] SUID/SGID Files and Directories
  299. -rwsr-xr-x 1 root root 44680 May 7 2014 /bin/ping6
  300. -rwsr-xr-x 1 root root 30800 Mar 11 2016 /bin/fusermount
  301. -rwsr-xr-x 1 root root 27608 Apr 13 2016 /bin/umount
  302. -rwsr-xr-x 1 root root 40128 May 16 2017 /bin/su
  303. -rwsr-xr-x 1 root root 40152 Apr 13 2016 /bin/mount
  304. -rwsr-xr-x 1 root root 142032 Jan 28 2017 /bin/ntfs-3g
  305. -rwsr-xr-x 1 root root 44168 May 7 2014 /bin/ping
  306. drwxr-s--- 2 root dip 4096 Apr 20 2016 /etc/chatscripts
  307. drwxr-s--- 2 root dip 4096 Apr 20 2016 /etc/ppp/peers
  308. -rwSr--r-- 1 root root 45456 Jan 10 2016 /lib/uncompress.so
  309. -rwxr-sr-x 1 root shadow 35600 Mar 16 2016 /sbin/unix_chkpwd
  310. -rwxr-sr-x 1 root shadow 35632 Mar 16 2016 /sbin/pam_extrausers_chkpwd
  311. drwxr-sr-x 3 root systemd-journal 60 Feb 13 12:08 /run/log/journal
  312. drwxr-s---+ 2 root systemd-journal 240 Feb 27 09:52 /run/log/journal/dd17f85cddcc4c0b985e3b4f09527112
  313. drwxrwsr-x 6 root staff 4096 Apr 20 2016 /usr/local/share/xml
  314. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/xml/declaration
  315. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/xml/misc
  316. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/xml/schema
  317. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/xml/entities
  318. drwxrwsr-x 7 root staff 4096 Apr 20 2016 /usr/local/share/sgml
  319. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/sgml/declaration
  320. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/sgml/misc
  321. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/sgml/dtd
  322. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/sgml/stylesheet
  323. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/sgml/entities
  324. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/fonts
  325. drwxrwsr-x 3 root staff 4096 Apr 20 2016 /usr/local/share/emacs
  326. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/share/emacs/site-lisp
  327. drwxrwsr-x 3 root staff 4096 Apr 20 2016 /usr/local/lib/python3.5
  328. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/lib/python3.5/dist-packages
  329. drwxrwsr-x 4 root staff 4096 Nov 28 17:22 /usr/local/lib/python2.7
  330. drwxrwsr-x 2 root staff 4096 Apr 20 2016 /usr/local/lib/python2.7/dist-packages
  331. drwxrwsr-x 2 root staff 4096 Nov 28 17:22 /usr/local/lib/python2.7/site-packages
  332. -rwxr-sr-x 1 root crontab 36080 Apr 5 2016 /usr/bin/crontab
  333. -rwsr-xr-x 1 root root 136808 May 29 2017 /usr/bin/sudo
  334. -rwxr-sr-x 1 root shadow 22768 May 16 2017 /usr/bin/expiry
  335. -rwxr-sr-x 1 root tty 27368 Apr 13 2016 /usr/bin/wall
  336. -rwsr-xr-x 1 root root 75304 May 16 2017 /usr/bin/gpasswd
  337. -rwsr-xr-x 1 root root 40432 May 16 2017 /usr/bin/chsh
  338. -rwxr-sr-x 1 root utmp 434216 Feb 7 2016 /usr/bin/screen
  339. -rwsr-xr-x 1 root root 23376 Jan 17 2016 /usr/bin/pkexec
  340. -rwxr-sr-x 1 root tty 14752 Mar 1 2016 /usr/bin/bsd-write
  341. -rwsr-xr-x 1 root root 49584 May 16 2017 /usr/bin/chfn
  342. -rwsr-xr-x 1 root root 54256 May 16 2017 /usr/bin/passwd
  343. -rwsr-xr-x 1 root root 39904 May 16 2017 /usr/bin/newgrp
  344. -rwsr-xr-x 1 root root 23288 Apr 29 2016 /usr/bin/ubuntu-core-launcher
  345. -rwxr-sr-x 1 root shadow 62336 May 16 2017 /usr/bin/chage
  346. -rwxr-sr-x 1 root ssh 358624 Jan 18 09:16 /usr/bin/ssh-agent
  347. -rwxr-sr-x 1 root mlocate 39520 Nov 18 2014 /usr/bin/mlocate
  348. drwxrwsr-t 2 root lpadmin 4096 Mar 25 2016 /usr/share/ppd/custom
  349. -r-s--x--x 1 root root 35296 Jan 16 2017 /usr/lib/virtualbox/VBoxSDL
  350. -r-s--x--x 1 root root 35296 Jan 16 2017 /usr/lib/virtualbox/VirtualBox
  351. -r-s--x--x 1 root root 35304 Jan 16 2017 /usr/lib/virtualbox/VBoxHeadless
  352. -r-s--x--x 1 root root 35296 Jan 16 2017 /usr/lib/virtualbox/VBoxNetDHCP
  353. -r-s--x--x 1 root root 14712 Jan 16 2017 /usr/lib/virtualbox/VBoxNetAdpCtl
  354. -r-s--x--x 1 root root 35296 Jan 16 2017 /usr/lib/virtualbox/VBoxNetNAT
  355. -r-s--x--x 1 root root 10488 Jan 16 2017 /usr/lib/virtualbox/VBoxVolInfo
  356. -rwxr-sr-x 1 root mail 14336 Feb 23 2016 /usr/lib/evolution/camel-lock-helper-1.2
  357. -rwsr-xr-- 1 root messagebus 42992 Oct 12 2016 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
  358. -rwsr-xr-x 1 root root 428240 Jan 18 09:16 /usr/lib/openssh/ssh-keysign
  359. -rwsr-xr-x 1 root root 14864 Jan 17 2016 /usr/lib/policykit-1/polkit-agent-helper-1
  360. -rwsr-xr-x 1 root root 10232 Mar 27 2017 /usr/lib/eject/dmcrypt-get-device
  361. -rwxr-sr-x 1 root utmp 10232 Mar 11 2016 /usr/lib/x86_64-linux-gnu/utempter/utempter
  362. -rwsr-xr-x 1 root root 18664 Mar 18 2017 /usr/lib/x86_64-linux-gnu/oxide-qt/chrome-sandbox
  363. -rwsr-xr-- 1 root dip 390888 Jan 29 2016 /usr/sbin/pppd
  364. drwxrwsrwt 2 root whoopsie 4096 Apr 20 2016 /var/metrics
  365. drwxrwsr-x 2 root staff 4096 Apr 12 2016 /var/local
  366. drwxrwsr-x 2 root mail 4096 Apr 20 2016 /var/mail
  367. drwxrwsrwt 2 root whoopsie 4096 Feb 27 09:33 /var/crash
  368. drwxr-sr-x 85 man root 4096 Feb 27 07:35 /var/cache/man
  369. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/pl
  370. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/tr
  371. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/fr.UTF-8
  372. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/sl
  373. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/sk
  374. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/et
  375. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ar
  376. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/io
  377. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/id
  378. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/gd
  379. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/hi
  380. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ast
  381. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/he
  382. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/en_GB
  383. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/oc
  384. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ms
  385. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/sq
  386. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/cy
  387. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/bn
  388. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/lv
  389. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/te
  390. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/sv
  391. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ta
  392. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/zh_CN
  393. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/shn
  394. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/se
  395. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ce
  396. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/it
  397. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/fy
  398. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/en_AU
  399. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ro
  400. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ug
  401. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ru
  402. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/km
  403. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/kk
  404. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/si
  405. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/nb
  406. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/fr
  407. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/da
  408. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/bs
  409. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/hy
  410. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/fa
  411. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/fr.ISO8859-1
  412. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/en_CA
  413. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/nl
  414. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/pa
  415. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/hu
  416. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/gl
  417. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/my
  418. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/es
  419. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/lt
  420. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ca@valencia
  421. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/be
  422. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ne
  423. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/bo
  424. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/vi
  425. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/hr
  426. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/el
  427. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/az
  428. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ku
  429. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/uk
  430. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/bg
  431. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ja
  432. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/eo
  433. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/fi
  434. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/uz
  435. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/th
  436. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/eu
  437. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/pt_BR
  438. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/nn
  439. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/fo
  440. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/cs
  441. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/fr_CA
  442. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/de
  443. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ca
  444. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/sr
  445. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ml
  446. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/zh_HK
  447. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/zh_TW
  448. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ko
  449. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/ps
  450. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/mhr
  451. drwxr-sr-x 2 man root 4096 Feb 27 07:35 /var/cache/man/pt
  452.  
  453. [+] Logs containing keyword 'password'
  454. /var/log/bootstrap.log:Shadow passwords are now on.
  455.  
  456. [+] Config files containing keyword 'password'
  457. /etc/debconf.conf:# World-readable, and accepts everything but passwords.
  458. /etc/debconf.conf:Reject-Type: password
  459. /etc/debconf.conf:# Not world readable (the default), and accepts only passwords.
  460. /etc/debconf.conf:Name: passwords
  461. /etc/debconf.conf:Accept-Type: password
  462. /etc/debconf.conf:Filename: /var/cache/debconf/passwords.dat
  463. /etc/debconf.conf:# databases, one to hold passwords and one for everything else.
  464. /etc/debconf.conf:Stack: config, passwords
  465. /etc/debconf.conf:# A remote LDAP database. It is also read-only. The password is really
  466. /etc/ltrace.conf:; pwd.h
  467. /etc/apache2/sites-available/default-ssl.conf: # Note that no password is obtained from the user. Every entry in the user
  468. /etc/apache2/sites-available/default-ssl.conf: # file needs this password: `xxj31ZMTZzkVA'.
  469. /etc/ssl/openssl.cnf:# input_password = secret
  470. /etc/ssl/openssl.cnf:# output_password = secret
  471. /etc/ssl/openssl.cnf:challengePassword = A challenge password
  472. /etc/security/pwquality.conf:# Configuration for systemwide password quality limits
  473. /etc/security/pwquality.conf:# Number of characters in the new password that must not be present in the
  474. /etc/security/pwquality.conf:# old password.
  475. /etc/security/pwquality.conf:# Minimum acceptable size for the new password (plus one if
  476. /etc/security/pwquality.conf:# The maximum credit for having digits in the new password. If less than 0
  477. /etc/security/pwquality.conf:# it is the minimum number of digits in the new password.
  478. /etc/security/pwquality.conf:# The maximum credit for having uppercase characters in the new password.
  479. /etc/security/pwquality.conf:# password.
  480. /etc/security/pwquality.conf:# The maximum credit for having lowercase characters in the new password.
  481. /etc/security/pwquality.conf:# password.
  482. /etc/security/pwquality.conf:# The maximum credit for having other characters in the new password.
  483. /etc/security/pwquality.conf:# password.
  484. /etc/security/pwquality.conf:# password (digits, uppercase, lowercase, others).
  485. /etc/security/pwquality.conf:# The maximum number of allowed consecutive same characters in the new password.
  486. /etc/security/pwquality.conf:# new password.
  487. /etc/cracklib/cracklib.conf:# passwords should not match. The files may optionally be compressed
  488. /etc/hdparm.conf:# --security-set-pass Set security password
  489. /etc/hdparm.conf:# security_pass = password
  490. /etc/hdparm.conf:# --user-master Select password to use
  491.  
  492. [+] Shadow File (Privileged)
  493.  
  494. [*] ENUMERATING PROCESSES AND APPLICATIONS...
  495.  
  496. [+] Installed Packages
  497. Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  498. Err?=(none)/Reinst-required (Status,Err:
  499. Name Version Description
  500. a11y-profile-manager-indicator 0.1.10-0ubuntu3 Accessibility Profile Manager - Unity desktop indicator
  501. account-plugin-facebook 0.12+16.04.20160126-0ubuntu1 GNOME Control Center account plugin for single signon - facebook
  502. account-plugin-flickr 0.12+16.04.20160126-0ubuntu1 GNOME Control Center account plugin for single signon - flickr
  503. account-plugin-google 0.12+16.04.20160126-0ubuntu1 GNOME Control Center account plugin for single signon
  504. accountsservice 0.6.40-2ubuntu10 query and manipulate user account information
  505. acl 2.2.52-3 Access control list utilities
  506. acpi-support 0.142 scripts for handling many ACPI events
  507. acpid 1:2.0.26-1ubuntu2 Advanced Configuration and Power Interface event daemon
  508. activity-log-manager 0.9.7-0ubuntu23 blacklist configuration user interface for Zeitgeist
  509. adduser 3.113+nmu3ubuntu4 add and remove users and groups
  510. adium-theme-ubuntu 0.3.4-0ubuntu1 Adium message style for Ubuntu
  511. adwaita-icon-theme 3.18.0-2ubuntu3 default icon theme of GNOME (small subset)
  512. aisleriot 1:3.18.2-1ubuntu1 GNOME solitaire card game collection
  513. alsa-base 1.0.25+dfsg-0ubuntu5 ALSA driver configuration files
  514. alsa-utils 1.1.0-0ubuntu5 Utilities for configuring and using ALSA
  515. anacron 2.3-23 cron-like program that doesn't go by time
  516. apache2 2.4.18-2ubuntu3.5 Apache HTTP Server
  517. apache2-bin 2.4.18-2ubuntu3.5 Apache HTTP Server (modules and other binary files)
  518. apache2-data 2.4.18-2ubuntu3.5 Apache HTTP Server (common files)
  519. apache2-doc 2.4.18-2ubuntu3.5 Apache HTTP Server (on-site documentation)
  520. apache2-utils 2.4.18-2ubuntu3.5 Apache HTTP Server (utility programs for web servers)
  521. apg 2.2.3.dfsg.1-2ubuntu1 Automated Password Generator - Standalone version
  522. app-install-data 15.10 Ubuntu applications (data files)
  523. app-install-data-partner 16.04 Application Installer (data files for partner applications/repositories)
  524. apparmor 2.10.95-0ubuntu2.6 user-space parser utility for AppArmor
  525. appmenu-qt:amd64 0.2.7+14.04.20140305-0ubuntu2 application menu for Qt
  526. appmenu-qt5 0.3.0+16.04.20151130-0ubuntu1 application menu for Qt5
  527. apport 2.20.1-0ubuntu2.15 automatically generate crash reports for debugging
  528. apport-gtk 2.20.1-0ubuntu2.15 GTK+ frontend for the apport crash report system
  529. apport-symptoms 0.20 symptom scripts for apport
  530. appstream 0.9.4-1 Software component index
  531. apt 1.2.15ubuntu0.2 commandline package manager
  532. apt-transport-https 1.2.15ubuntu0.2 https download transport for APT
  533. apt-utils 1.2.15ubuntu0.2 package management related utility programs
  534. aptdaemon 1.1.1+bzr982-0ubuntu14 transaction based package management service
  535. aptdaemon-data 1.1.1+bzr982-0ubuntu14 data files for clients
  536. apturl 0.5.2ubuntu11 install packages using the apt protocol - GTK+ frontend
  537. apturl-common 0.5.2ubuntu11 install packages using the apt protocol - common data
  538. aspell 0.60.7~20110707-3build1 GNU Aspell spell-checker
  539. aspell-en 7.1-0-1.1 English dictionary for GNU Aspell
  540. at-spi2-core 2.18.3-4ubuntu1 Assistive Technology Service Provider Interface (dbus core)
  541. avahi-autoipd 0.6.32~rc+dfsg-1ubuntu2 Avahi IPv4LL network address configuration daemon
  542. avahi-daemon 0.6.32~rc+dfsg-1ubuntu2 Avahi mDNS/DNS-SD daemon
  543. avahi-utils 0.6.32~rc+dfsg-1ubuntu2 Avahi browsing, publishing and discovery utilities
  544. bamfdaemon 0.5.3~bzr0+16.04.20160415-0ubuntu1 Window matching library - daemon
  545. baobab 3.18.1-1ubuntu1 GNOME disk usage analyzer
  546. base-files 9.4ubuntu4 Debian base system miscellaneous files
  547. base-passwd 3.5.39 Debian base system master password and group files
  548. bash 4.3-14ubuntu1.2 GNU Bourne Again SHell
  549. bash-completion 1:2.1-4.2ubuntu1 programmable completion for the bash shell
  550. bc 1.06.95-9build1 GNU bc arbitrary precision calculator language
  551. bind9-host 1:9.10.3.dfsg.P4-8ubuntu1.10 Version of 'host' bundled with BIND 9.X
  552. binutils 2.26.1-1ubuntu1~16.04.6 GNU assembler, linker and binary utilities
  553. bluez 5.37-0ubuntu5.1 Bluetooth tools and daemons
  554. bluez-cups 5.37-0ubuntu5.1 Bluetooth printer driver for CUPS
  555. bluez-obexd 5.37-0ubuntu5.1 bluez obex daemon
  556. bmon 1:3.8-2build1 portable bandwidth monitor and rate estimator
  557. branding-ubuntu 0.8 Replacement artwork with Ubuntu branding
  558. brltty 5.3.1-2ubuntu2 Access software for a blind person using a braille display
  559. bsdmainutils 9.0.6ubuntu3 collection of more utilities from FreeBSD
  560. bsdutils 1:2.27.1-6ubuntu3 basic utilities from 4.4BSD-Lite
  561. build-essential 12.1ubuntu2 Informational list of build-essential packages
  562. busybox-initramfs 1:1.22.0-15ubuntu1 Standalone shell setup for initramfs
  563. busybox-static 1:1.22.0-15ubuntu1 Standalone rescue shell with tons of builtin utilities
  564. byobu 5.106-0ubuntu1 text window manager, shell multiplexer, integrated DevOps environment
  565. bzip2 1.0.6-8 high-quality block-sorting file compressor - utilities
  566. ca-certificates 20170717~16.04.1 Common CA certificates
  567. ccze 0.2.1-2ubuntu3 A robust, modular log coloriser
  568. checkbox-converged 1.2.4-0ubuntu1 testing tool for all Ubuntu devices
  569. checkbox-gui 1.2.4-0ubuntu1 QML based interface for checkbox (transitional package)
  570. cheese 3.18.1-2ubuntu3 tool to take pictures and videos from your webcam
  571. cheese-common 3.18.1-2ubuntu3 Common files for the Cheese tool to take pictures and videos
  572. chromium-codecs-ffmpeg-extra 64.0.3282.167-0ubuntu0.16.04.1 Extra ffmpeg codecs for the Chromium Browser
  573. cmatrix 1.2a-5build2 simulates the display from "The Matrix"
  574. colord 1.2.12-1ubuntu1 system service to manage device colour profiles -- system daemon
  575. colord-data 1.2.12-1ubuntu1 system service to manage device colour profiles -- data files
  576. command-not-found 0.3ubuntu16.04 Suggest installation of packages in interactive bash sessions
  577. command-not-found-data 0.3ubuntu16.04 Set of data files for command-not-found.
  578. compiz 1:0.9.12.2+16.04.20160415-0ubuntu1 OpenGL window and compositing manager
  579. compiz-core 1:0.9.12.2+16.04.20160415-0ubuntu1 OpenGL window and compositing manager
  580. compiz-gnome 1:0.9.12.2+16.04.20160415-0ubuntu1 OpenGL window and compositing manager - GNOME window decorator
  581. compiz-plugins-default:amd64 1:0.9.12.2+16.04.20160415-0ubuntu1 OpenGL window and compositing manager - default plugins
  582. console-setup 1.108ubuntu15 console font and keymap setup program
  583. console-setup-linux 1.108ubuntu15 Linux specific part of console-setup
  584. coreutils 8.25-2ubuntu2 GNU core utilities
  585. cpio 2.11+dfsg-5ubuntu1 GNU cpio -- a program to manage archives of files
  586. cpp 4:5.3.1-1ubuntu1 GNU C preprocessor (cpp)
  587. cpp-5 5.4.0-6ubuntu1~16.04.9 GNU C preprocessor
  588. cracklib-runtime 2.9.2-1build2 runtime support for password checker library cracklib2
  589. crda 3.13-1 wireless Central Regulatory Domain Agent
  590. cron 3.0pl1-128ubuntu2 process scheduling daemon
  591. cups 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - PPD/driver support, web interface
  592. cups-browsed 1.8.3-2ubuntu3 OpenPrinting CUPS Filters - cups-browsed
  593. cups-bsd 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - BSD commands
  594. cups-client 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - client programs (SysV)
  595. cups-common 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - common files
  596. cups-core-drivers 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - PPD-less printing
  597. cups-daemon 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - daemon
  598. cups-filters 1.8.3-2ubuntu3 OpenPrinting CUPS Filters - Main Package
  599. cups-filters-core-drivers 1.8.3-2ubuntu3 OpenPrinting CUPS Filters - PPD-less printing
  600. cups-pk-helper 0.2.5-2ubuntu2 PolicyKit helper to configure cups with fine-grained privileges
  601. cups-ppdc 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - PPD manipulation utilities
  602. cups-server-common 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - server common files
  603. curl 7.47.0-1ubuntu2.6 command line tool for transferring data with URL syntax
  604. dash 0.5.8-2.1ubuntu2 POSIX-compliant shell
  605. dbus 1.10.6-1ubuntu3.1 simple interprocess messaging system (daemon and utilities)
  606. dbus-x11 1.10.6-1ubuntu3.1 simple interprocess messaging system (X11 deps)
  607. dc 1.06.95-9build1 GNU dc arbitrary precision reverse-polish calculator
  608. dconf-cli 0.24.0-2 simple configuration storage system - utilities
  609. dconf-gsettings-backend:amd64 0.24.0-2 simple configuration storage system - GSettings back-end
  610. dconf-service 0.24.0-2 simple configuration storage system - D-Bus service
  611. debconf 1.5.58ubuntu1 Debian configuration management system
  612. debconf-i18n 1.5.58ubuntu1 full internationalization support for debconf
  613. debianutils 4.7 Miscellaneous utilities specific to Debian
  614. deja-dup 34.2-0ubuntu1 Back up your files
  615. desktop-file-utils 0.22-1ubuntu5 Utilities for .desktop files
  616. dh-python 2.20151103ubuntu1 Debian helper tools for packaging Python libraries and applications
  617. dictionaries-common 1.26.3 spelling dictionaries - common utilities
  618. diffstat 1.61-1 produces graph of changes introduced by a diff file
  619. diffutils 1:3.3-3 File comparison utilities
  620. dirmngr 2.1.11-6ubuntu2 server for managing certificate revocation lists
  621. distro-info-data 0.28ubuntu0.3 information about the distributions' releases (data files)
  622. dmidecode 3.0-2 SMBIOS/DMI table decoder
  623. dmz-cursor-theme 0.4.4ubuntu1 Style neutral, scalable cursor theme
  624. dns-root-data 2015052300+h+1 DNS root data including root zone and DNSSEC key
  625. dnsmasq-base 2.75-1ubuntu0.16.04.3 Small caching DNS proxy and DHCP/TFTP server
  626. dnsutils 1:9.10.3.dfsg.P4-8ubuntu1.10 Clients provided with BIND
  627. doc-base 0.10.7 utilities to manage online documentation
  628. dosfstools 3.0.28-2ubuntu0.1 utilities for making and checking MS-DOS FAT filesystems
  629. dpkg 1.18.4ubuntu1 Debian package management system
  630. dpkg-dev 1.18.4ubuntu1 Debian package development tools
  631. e2fslibs:amd64 1.42.13-1ubuntu1 ext2/ext3/ext4 file system libraries
  632. e2fsprogs 1.42.13-1ubuntu1 ext2/ext3/ext4 file system utilities
  633. ed 1.10-2 classic UNIX line editor
  634. efibootmgr 0.12-4 Interact with the EFI Boot Manager
  635. eject 2.1.5+deb1+cvs20081104-13.1ubuntu0.16.04.1 ejects CDs and operates CD-Changers under Linux
  636. emacsen-common 2.0.8 Common facilities for all emacsen
  637. enchant 1.6.0-10.1build2 Wrapper for various spell checker engines (binary programs)
  638. eog 3.18.2-1ubuntu2.1 Eye of GNOME graphics viewer program
  639. esound-common 0.2.41-11 Enlightened Sound Daemon - Common files
  640. espeak-data:amd64 1.48.04+dfsg-2 Multi-lingual software speech synthesizer: speech data files
  641. ethtool 1:4.5-1 display or change Ethernet device settings
  642. evince 3.18.2-1ubuntu4.3 Document (PostScript, PDF) viewer
  643. evince-common 3.18.2-1ubuntu4.3 Document (PostScript, PDF) viewer - common files
  644. evolution-data-server 3.18.5-1ubuntu1 evolution database backend server
  645. evolution-data-server-common 3.18.5-1ubuntu1 architecture independent files for Evolution Data Server
  646. evolution-data-server-online-accounts 3.18.5-1ubuntu1 evolution data server integration with Ubuntu Online Accounts
  647. example-content 49 Ubuntu example content
  648. fakeroot 1.20.2-1ubuntu1 tool for simulating superuser privileges
  649. figlet 2.2.5-2 Make large character ASCII banners out of ordinary text
  650. file 1:5.25-2ubuntu1 Determines file type using "magic" numbers
  651. file-roller 3.16.5-0ubuntu1.2 archive manager for GNOME
  652. findutils 4.6.0+git+20160126-2 utilities for finding files--find, xargs
  653. firefox 58.0.2+build1-0ubuntu0.16.04.1 Safe and easy web browser from Mozilla
  654. firefox-locale-en 58.0.2+build1-0ubuntu0.16.04.1 English language pack for Firefox
  655. flashplugin-installer 28.0.0.161ubuntu0.16.04.1 Adobe Flash Player plugin installer
  656. fontconfig 2.11.94-0ubuntu1.1 generic font configuration library - support binaries
  657. fontconfig-config 2.11.94-0ubuntu1.1 generic font configuration library - configuration
  658. fonts-dejavu-core 2.35-1 Vera font family derivate with additional characters
  659. fonts-freefont-ttf 20120503-4 Freefont Serif, Sans and Mono Truetype fonts
  660. fonts-guru 2:1.2 Meta package to install all Punjabi fonts
  661. fonts-guru-extra 2.0-3 Free fonts for Punjabi language
  662. fonts-kacst 2.01+mry-12 KACST free TrueType Arabic fonts
  663. fonts-kacst-one 5.0+svn11846-7 TrueType font designed for Arabic language
  664. fonts-khmeros-core 5.0-7ubuntu1 KhmerOS Unicode fonts for the Khmer language of Cambodia
  665. fonts-lao 0.0.20060226-9 TrueType font for Lao language
  666. fonts-liberation 1.07.4-1 Fonts with the same metrics as Times, Arial and Courier
  667. fonts-lklug-sinhala 0.6-3 Unicode Sinhala font by Lanka Linux User Group
  668. fonts-lohit-guru 2.5.3-2 Lohit TrueType font for Punjabi Language
  669. fonts-nanum 20140930-1 Nanum Korean fonts
  670. fonts-noto-cjk 1:1.004+repack1-1 "No Tofu" font families with large Unicode coverage (CJK)
  671. fonts-opensymbol 2:102.7+LibO5.1.6~rc2-0ubuntu1~xenial3 OpenSymbol TrueType font
  672. fonts-sil-abyssinica 1.500-1 smart Unicode font for Ethiopian and Erythrean scripts (Amharic et al.)
  673. fonts-sil-padauk 2.80-2 smart Unicode font for languages in Myanmar
  674. fonts-stix 1.1.1-4 Scientific and Technical Information eXchange fonts
  675. fonts-symbola 2.59-1 symbolic font providing emoji characters from Unicode 7.0
  676. fonts-takao-pgothic 003.02.01-9ubuntu3 Japanese TrueType font set, Takao P Gothic Fonts
  677. fonts-thai-tlwg 1:0.6.2-2.1 Thai fonts maintained by TLWG (metapackage)
  678. fonts-tibetan-machine 1.901b-5 font for Tibetan, Dzongkha and Ladakhi (OpenType Unicode)
  679. fonts-tlwg-garuda 1:0.6.2-2.1 Thai Garuda font (dependency package)
  680. fonts-tlwg-garuda-ttf 1:0.6.2-2.1 Thai Garuda TrueType font
  681. fonts-tlwg-kinnari 1:0.6.2-2.1 Thai Kinnari font (dependency package)
  682. fonts-tlwg-kinnari-ttf 1:0.6.2-2.1 Thai Kinnari TrueType font
  683. fonts-tlwg-laksaman 1:0.6.2-2.1 Thai Laksaman font (dependency package)
  684. fonts-tlwg-laksaman-ttf 1:0.6.2-2.1 Thai Laksaman TrueType font
  685. fonts-tlwg-loma 1:0.6.2-2.1 Thai Loma font (dependency package)
  686. fonts-tlwg-loma-ttf 1:0.6.2-2.1 Thai Loma TrueType font
  687. fonts-tlwg-mono 1:0.6.2-2.1 Thai TlwgMono font (dependency package)
  688. fonts-tlwg-mono-ttf 1:0.6.2-2.1 Thai TlwgMono TrueType font
  689. fonts-tlwg-norasi 1:0.6.2-2.1 Thai Norasi font (dependency package)
  690. fonts-tlwg-norasi-ttf 1:0.6.2-2.1 Thai Norasi TrueType font
  691. fonts-tlwg-purisa 1:0.6.2-2.1 Thai Purisa font (dependency package)
  692. fonts-tlwg-purisa-ttf 1:0.6.2-2.1 Thai Purisa TrueType font
  693. fonts-tlwg-sawasdee 1:0.6.2-2.1 Thai Sawasdee font (dependency package)
  694. fonts-tlwg-sawasdee-ttf 1:0.6.2-2.1 Thai Sawasdee TrueType font
  695. fonts-tlwg-typewriter 1:0.6.2-2.1 Thai TlwgTypewriter font (dependency package)
  696. fonts-tlwg-typewriter-ttf 1:0.6.2-2.1 Thai TlwgTypewriter TrueType font
  697. fonts-tlwg-typist 1:0.6.2-2.1 Thai TlwgTypist font (dependency package)
  698. fonts-tlwg-typist-ttf 1:0.6.2-2.1 Thai TlwgTypist TrueType font
  699. fonts-tlwg-typo 1:0.6.2-2.1 Thai TlwgTypo font (dependency package)
  700. fonts-tlwg-typo-ttf 1:0.6.2-2.1 Thai TlwgTypo TrueType font
  701. fonts-tlwg-umpush 1:0.6.2-2.1 Thai Umpush font (dependency package)
  702. fonts-tlwg-umpush-ttf 1:0.6.2-2.1 Thai Umpush TrueType font
  703. fonts-tlwg-waree 1:0.6.2-2.1 Thai Waree font (dependency package)
  704. fonts-tlwg-waree-ttf 1:0.6.2-2.1 Thai Waree TrueType font
  705. foomatic-db-compressed-ppds 20160212-0ubuntu1 OpenPrinting printer support - Compressed PPDs derived from the database
  706. freepats 20060219-1 Free patch set for MIDI audio synthesis
  707. friendly-recovery 0.2.31 Make recovery more user-friendly
  708. ftp 0.17-33 classical file transfer client
  709. fuse 2.9.4-1ubuntu3 Filesystem in Userspace
  710. fwupd 0.7.0-0ubuntu4 Firmware update daemon
  711. fwupdate 0.5-2ubuntu4 Tools to manage UEFI firmware updates
  712. fwupdate-signed 1.11+0.5-2ubuntu4 Linux Firmware Updater EFI signed binary
  713. g++ 4:5.3.1-1ubuntu1 GNU C++ compiler
  714. g++-5 5.4.0-6ubuntu1~16.04.9 GNU C++ compiler
  715. gawk 1:4.1.3+dfsg-0.1 GNU awk, a pattern scanning and processing language
  716. gcc 4:5.3.1-1ubuntu1 GNU C compiler
  717. gcc-5 5.4.0-6ubuntu1~16.04.9 GNU C compiler
  718. gcc-5-base:amd64 5.4.0-6ubuntu1~16.04.9 GCC, the GNU Compiler Collection (base package)
  719. gcc-6-base:amd64 6.0.1-0ubuntu1 GCC, the GNU Compiler Collection (base package)
  720. gconf-service 3.2.6-3ubuntu6 GNOME configuration database system (D-Bus service)
  721. gconf-service-backend 3.2.6-3ubuntu6 GNOME configuration database system (D-Bus service)
  722. gconf2 3.2.6-3ubuntu6 GNOME configuration database system (support tools)
  723. gconf2-common 3.2.6-3ubuntu6 GNOME configuration database system (common files)
  724. gcr 3.18.0-1ubuntu1 GNOME crypto services (daemon and tools)
  725. gdb 7.11.1-0ubuntu1~16.5 GNU Debugger
  726. gdbserver 7.11.1-0ubuntu1~16.5 GNU Debugger (remote server)
  727. gdisk 1.0.1-1build1 GPT fdisk text-mode partitioning tool
  728. gedit 3.18.3-0ubuntu4 official text editor of the GNOME desktop environment
  729. gedit-common 3.18.3-0ubuntu4 official text editor of the GNOME desktop environment (support files)
  730. genisoimage 9:1.1.11-3ubuntu1 Creates ISO-9660 CD-ROM filesystem images
  731. geoclue 0.12.99-4ubuntu1 Geographic information framework
  732. geoclue-ubuntu-geoip 1.0.2+14.04.20131125-0ubuntu2 Provide positioning for GeoClue via Ubuntu GeoIP services
  733. geoip-database 20160408-1 IP lookup command line tools that use the GeoIP library (country database)
  734. gettext 0.19.7-2ubuntu3 GNU Internationalization utilities
  735. gettext-base 0.19.7-2ubuntu3 GNU Internationalization utilities for the base system
  736. ghostscript 9.18~dfsg~0-0ubuntu2.7 interpreter for the PostScript language and for PDF
  737. ghostscript-x 9.18~dfsg~0-0ubuntu2.7 interpreter for the PostScript language and for PDF - X11 support
  738. gir1.2-accounts-1.0:amd64 1.21+16.04.20160222-0ubuntu1 typelib file for libaccounts-glib0
  739. gir1.2-appindicator3-0.1 12.10.1+15.04.20141110-0ubuntu1 Typelib files for libappindicator3-1.
  740. gir1.2-atk-1.0 2.18.0-1 ATK accessibility toolkit (GObject introspection)
  741. gir1.2-atspi-2.0 2.18.3-4ubuntu1 Assistive Technology Service Provider (GObject introspection)
  742. gir1.2-dbusmenu-glib-0.4:amd64 12.10.3+16.04.20160223.1-0ubuntu1 typelib file for libdbusmenu-glib4
  743. gir1.2-dee-1.0 1.2.7+15.04.20150304-0ubuntu2 GObject introspection data for the Dee library
  744. gir1.2-freedesktop:amd64 1.46.0-3ubuntu1 Introspection data for some FreeDesktop components
  745. gir1.2-gdata-0.0:amd64 0.17.4-1 GObject introspection data for the GData webservices library
  746. gir1.2-gdkpixbuf-2.0:amd64 2.32.2-1ubuntu1.4 GDK Pixbuf library - GObject-Introspection
  747. gir1.2-glib-2.0:amd64 1.46.0-3ubuntu1 Introspection data for GLib, GObject, Gio and GModule
  748. gir1.2-gnomekeyring-1.0 3.12.0-1build1 GNOME keyring services library - introspection data
  749. gir1.2-goa-1.0:amd64 3.18.3-1ubuntu2 Introspection data for GNOME Online Accounts
  750. gir1.2-gst-plugins-base-1.0 1.8.3-1ubuntu0.2 GObject introspection data for the GStreamer Plugins Base library
  751. gir1.2-gstreamer-1.0 1.8.0-1 Description: GObject introspection data for the GStreamer library
  752. gir1.2-gtk-3.0:amd64 3.18.9-1ubuntu3 GTK+ graphical user interface library -- gir bindings
  753. gir1.2-gtksource-3.0:amd64 3.18.2-1 gir files for the GTK+ syntax highlighting widget
  754. gir1.2-gudev-1.0:amd64 1:230-2 libgudev-1.0 introspection data
  755. gir1.2-ibus-1.0:amd64 1.5.11-1ubuntu2 Intelligent Input Bus - introspection data
  756. gir1.2-javascriptcoregtk-4.0:amd64 2.18.6-0ubuntu0.16.04.1 JavaScript engine library from WebKitGTK+ - GObject introspection data
  757. gir1.2-json-1.0:amd64 1.1.2-0ubuntu1 GLib JSON manipulation library (introspection data)
  758. gir1.2-notify-0.7 0.7.6-2svn1 sends desktop notifications to a notification daemon (Introspection files)
  759. gir1.2-packagekitglib-1.0 0.8.17-4ubuntu6~gcc5.4ubuntu1 GObject introspection data for the PackageKit GLib library
  760. gir1.2-pango-1.0:amd64 1.38.1-1 Layout and rendering of internationalized text - gir bindings
  761. gir1.2-peas-1.0:amd64 1.16.0-1ubuntu2 Application plugin library (introspection files)
  762. gir1.2-rb-3.0:amd64 3.3-1ubuntu7 GObject introspection data for the rhythmbox music player
  763. gir1.2-secret-1:amd64 0.18.4-1ubuntu2 Secret store (GObject-Introspection)
  764. gir1.2-signon-1.0 1.13+16.04.20151209.1-0ubuntu1 GObject introspection data for the Signon library
  765. gir1.2-soup-2.4 2.52.2-1ubuntu0.2 GObject introspection data for the libsoup HTTP library
  766. gir1.2-totem-1.0:amd64 3.18.1-1ubuntu4 GObject introspection data for Totem media player
  767. gir1.2-totem-plparser-1.0:amd64 3.10.6-1ubuntu1 GObject introspection data for the Totem Playlist Parser library
  768. gir1.2-udisks-2.0:amd64 2.1.7-1ubuntu1 GObject based library to access udisks2 - introspection data
  769. gir1.2-unity-5.0:amd64 7.1.4+15.10.20151002-0ubuntu2 GObject introspection data for the Unity library
  770. gir1.2-vte-2.91:amd64 0.42.5-1ubuntu1 GObject introspection data for the VTE library
  771. gir1.2-webkit2-4.0:amd64 2.18.6-0ubuntu0.16.04.1 Web content engine library for GTK+ - GObject introspection data
  772. gir1.2-wnck-3.0:amd64 3.14.1-2 GObject introspection data for the WNCK library
  773. gkbd-capplet 3.6.0-1ubuntu2 GNOME control center tools for libgnomekbd
  774. glib-networking:amd64 2.48.0-1 network-related giomodules for GLib
  775. glib-networking-common 2.48.0-1 network-related giomodules for GLib - data files
  776. glib-networking-services 2.48.0-1 network-related giomodules for GLib - D-Bus services
  777. gnome-accessibility-themes 3.18.0-2ubuntu1 Accessibility themes for the GNOME desktop
  778. gnome-bluetooth 3.18.2-1ubuntu2 GNOME Bluetooth tools
  779. gnome-calculator 1:3.18.3-0ubuntu1 GNOME desktop calculator
  780. gnome-calendar 3.20.1-1ubuntu1 Calendar application for GNOME
  781. gnome-desktop3-data 3.18.2-1ubuntu1 Common files for GNOME desktop apps
  782. gnome-disk-utility 3.18.3.1-1ubuntu1 manage and configure disk drives and media
  783. gnome-font-viewer 3.16.2-1build1 font viewer for GNOME
  784. gnome-keyring 3.18.3-0ubuntu2 GNOME keyring services (daemon and tools)
  785. gnome-mahjongg 1:3.18.0-1 classic Eastern tile game for GNOME
  786. gnome-menus 3.13.3-6ubuntu3 GNOME implementation of the freedesktop menu specification
  787. gnome-mines 1:3.18.2-2 popular minesweeper puzzle game for GNOME
  788. gnome-orca 3.18.2-1ubuntu3 Scriptable screen reader
  789. gnome-power-manager 3.18.0-1ubuntu1 power management tool for the GNOME desktop
  790. gnome-screensaver 3.6.1-7ubuntu4 GNOME screen saver and locker
  791. gnome-screenshot 3.18.0-1ubuntu2 screenshot application for GNOME
  792. gnome-session-bin 3.18.1.2-1ubuntu1 GNOME Session Manager - Minimal runtime
  793. gnome-session-canberra 0.30-2.1ubuntu1 GNOME session log in and log out sound events
  794. gnome-session-common 3.18.1.2-1ubuntu1 GNOME Session Manager - common files
  795. gnome-settings-daemon-schemas 3.18.2-0ubuntu3 gnome-settings-daemon schemas
  796. gnome-software 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 Software Center for GNOME
  797. gnome-software-common 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 Software Center for GNOME (common files)
  798. gnome-sudoku 1:3.18.2-1 Sudoku puzzle game for GNOME
  799. gnome-system-log 3.9.90-4 system log viewer for GNOME
  800. gnome-system-monitor 3.18.2-1 Process viewer and system resource monitor for GNOME
  801. gnome-terminal 3.18.3-1ubuntu1 GNOME terminal emulator application
  802. gnome-terminal-data 3.18.3-1ubuntu1 Data files for the GNOME terminal emulator
  803. gnome-user-guide 3.18.1-1 GNOME user's guide
  804. gnome-user-share 3.14.2-2ubuntu4 User level public file sharing via WebDAV or ObexFTP
  805. gnome-video-effects 0.4.1-3ubuntu1 Collection of GStreamer effects
  806. gnupg 1.4.20-1ubuntu3.1 GNU privacy guard - a free PGP replacement
  807. gnupg-agent 2.1.11-6ubuntu2 GNU privacy guard - cryptographic agent
  808. gnupg2 2.1.11-6ubuntu2 GNU privacy guard - a free PGP replacement (new v2.x)
  809. gpgv 1.4.20-1ubuntu3.1 GNU privacy guard - signature verification tool
  810. grep 2.24-1 GNU grep, egrep and fgrep
  811. grilo-plugins-0.2-base:amd64 0.2.17-0ubuntu2 Framework for discovering and browsing media - Base Plugins
  812. groff-base 1.22.3-7 GNU troff text-formatting system (base system components)
  813. grub-common 2.02~beta2-36ubuntu3.7 GRand Unified Bootloader (common files)
  814. grub-efi-amd64 2.02~beta2-36ubuntu3.7 GRand Unified Bootloader, version 2 (EFI-AMD64 version)
  815. grub-efi-amd64-bin 2.02~beta2-36ubuntu3.7 GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
  816. grub-efi-amd64-signed 1.66.7+2.02~beta2-36ubuntu3.7 GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
  817. grub2-common 2.02~beta2-36ubuntu3.7 GRand Unified Bootloader (common files for version 2)
  818. gsettings-desktop-schemas 3.18.1-1ubuntu1 GSettings desktop-wide schemas
  819. gsettings-ubuntu-schemas 0.0.5+16.04.20160307-0ubuntu1 GSettings deskop-wide schemas for Ubuntu
  820. gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 Fonts for the Ghostscript interpreter(s)
  821. gstreamer1.0-alsa:amd64 1.8.3-1ubuntu0.2 GStreamer plugin for ALSA
  822. gstreamer1.0-clutter-3.0 3.0.18-1 Clutter PLugin for GStreamer 1.0
  823. gstreamer1.0-fluendo-mp3:amd64 0.10.32.debian-1 Fluendo mp3 decoder GStreamer 1.0 plugin
  824. gstreamer1.0-libav:amd64 1.8.3-1ubuntu0.1 libav plugin for GStreamer
  825. gstreamer1.0-plugins-bad:amd64 1.8.3-1ubuntu0.2 GStreamer plugins from the "bad" set
  826. gstreamer1.0-plugins-bad-faad:amd64 1.8.3-1ubuntu0.2 GStreamer faad plugin from the "bad" set
  827. gstreamer1.0-plugins-bad-videoparsers:amd64 1.8.3-1ubuntu0.2 GStreamer videoparsers plugin from the "bad" set
  828. gstreamer1.0-plugins-base:amd64 1.8.3-1ubuntu0.2 GStreamer plugins from the "base" set
  829. gstreamer1.0-plugins-base-apps 1.8.3-1ubuntu0.2 GStreamer helper programs from the "base" set
  830. gstreamer1.0-plugins-good:amd64 1.8.3-1ubuntu0.4 GStreamer plugins from the "good" set
  831. gstreamer1.0-plugins-ugly:amd64 1.8.3-1ubuntu0.1 GStreamer plugins from the "ugly" set
  832. gstreamer1.0-plugins-ugly-amr:amd64 1.8.3-1ubuntu0.1 GStreamer plugins from the "ugly" set
  833. gstreamer1.0-pulseaudio:amd64 1.8.3-1ubuntu0.4 GStreamer plugin for PulseAudio
  834. gstreamer1.0-tools 1.8.0-1 Tools for use with GStreamer
  835. gstreamer1.0-x:amd64 1.8.3-1ubuntu0.2 GStreamer plugins for X11 and Pango
  836. gtk2-engines-murrine:amd64 0.98.2-0ubuntu2 cairo-based gtk+-2.0 theme engine
  837. gucharmap 1:3.18.2-1ubuntu1 Unicode character picker and font browser
  838. guile-2.0-libs:amd64 2.0.11+1-10 Core Guile libraries
  839. gvfs:amd64 1.28.1-1ubuntu1 userspace virtual filesystem - GIO module
  840. gvfs-backends 1.28.1-1ubuntu1 userspace virtual filesystem - backends
  841. gvfs-bin 1.28.1-1ubuntu1 userspace virtual filesystem - binaries
  842. gvfs-common 1.28.1-1ubuntu1 userspace virtual filesystem - common data files
  843. gvfs-daemons 1.28.1-1ubuntu1 userspace virtual filesystem - servers
  844. gvfs-fuse 1.28.1-1ubuntu1 userspace virtual filesystem - fuse server
  845. gvfs-libs:amd64 1.28.1-1ubuntu1 userspace virtual filesystem - private libraries
  846. gzip 1.6-4ubuntu1 GNU compression utilities
  847. hardening-includes 2.7ubuntu2 Makefile for enabling compiler flags for security hardening
  848. hdparm 9.48+ds-1 tune hard disk parameters for high performance
  849. hicolor-icon-theme 0.15-0ubuntu1 default fallback theme for FreeDesktop.org icon themes
  850. hollywood 1.8-0ubuntu1~16.04 fill your console with Hollywood melodrama technobabble
  851. hostname 3.16ubuntu2 utility to set/show the host name or domain name
  852. hplip 3.16.3+repack0-1 HP Linux Printing and Imaging System (HPLIP)
  853. hplip-data 3.16.3+repack0-1 HP Linux Printing and Imaging - data files
  854. htop 2.0.1-1ubuntu1 interactive processes viewer
  855. hud 14.10+16.04.20160415-0ubuntu1 Backend for the Unity HUD
  856. humanity-icon-theme 0.6.10 Humanity Icon theme
  857. hunspell-en-us 20070829-6ubuntu3 English_american dictionary for hunspell
  858. hwdata 0.267-1 hardware identification / configuration data
  859. hyphen-en-us 2.8.8-2ubuntu1 US English hyphenation patterns for LibreOffice/OpenOffice.org
  860. i965-va-driver:amd64 1.7.0-1 VAAPI driver for Intel G45 & HD Graphics family
  861. ibus 1.5.11-1ubuntu2 Intelligent Input Bus - core
  862. ibus-gtk:amd64 1.5.11-1ubuntu2 Intelligent Input Bus - GTK+2 support
  863. ibus-gtk3:amd64 1.5.11-1ubuntu2 Intelligent Input Bus - GTK+3 support
  864. ibus-table 1.9.1-3ubuntu2 table engine for IBus
  865. ifupdown 0.8.10ubuntu1 high level tools to configure network interfaces
  866. im-config 0.29-1ubuntu12 Input method configuration framework
  867. imagemagick 8:6.8.9.9-7ubuntu5.9 image manipulation programs -- binaries
  868. imagemagick-6.q16 8:6.8.9.9-7ubuntu5.9 image manipulation programs -- quantum depth Q16
  869. imagemagick-common 8:6.8.9.9-7ubuntu5.9 image manipulation programs -- infrastructure
  870. indicator-application 12.10.1+15.04.20150128-0ubuntu1 Application Indicators
  871. indicator-appmenu 15.02.0+16.04.20151104-0ubuntu1 Indicator for application menus.
  872. indicator-bluetooth 0.0.6+16.04.20160214-0ubuntu1 System bluetooth indicator.
  873. indicator-datetime 15.10+16.04.20160406-0ubuntu1 Simple clock
  874. indicator-keyboard 0.0.0+16.04.20151125-0ubuntu1 Keyboard indicator
  875. indicator-messages 13.10.1+15.10.20150505-0ubuntu1 indicator that collects messages that need a response
  876. indicator-power 12.10.6+16.04.20160105-0ubuntu1 Indicator showing power state.
  877. indicator-printers 0.1.7+15.04.20150220-0ubuntu2 indicator showing active print jobs
  878. indicator-session 12.10.5+16.04.20160412-0ubuntu1 indicator showing session management, status and user switching
  879. indicator-sound 12.10.2+16.04.20160406-0ubuntu1 System sound indicator.
  880. info 6.1.0.dfsg.1-5 Standalone GNU Info documentation browser
  881. init 1.29ubuntu1 System-V-like init utilities - metapackage
  882. init-system-helpers 1.29ubuntu1 helper tools for all init systems
  883. initramfs-tools 0.122ubuntu8 generic modular initramfs generator (automation)
  884. initramfs-tools-bin 0.122ubuntu8 binaries used by initramfs-tools
  885. initramfs-tools-core 0.122ubuntu8 generic modular initramfs generator (core tools)
  886. initscripts 2.88dsf-59.3ubuntu2 scripts for initializing and shutting down the system
  887. inputattach 1:1.4.9-1 utility to connect serial-attached peripherals to the input subsystem
  888. insserv 1.14.0-5ubuntu3 boot sequence organizer using LSB init.d script dependency information
  889. install-info 6.1.0.dfsg.1-5 Manage installed documentation in info format
  890. intel-gpu-tools 1.14-1 tools for debugging the Intel graphics driver
  891. intel-microcode 3.20180108.0+really20170707ubuntu16.04.1 Processor microcode firmware for Intel CPUs
  892. intltool-debian 0.35.0+20060710.4 Help i18n of RFC822 compliant config files
  893. ippusbxd 1.23-1 Daemon for IPP USB printer support
  894. iproute2 4.3.0-1ubuntu3 networking and traffic control tools
  895. iptables 1.6.0-2ubuntu3 administration tools for packet filtering and NAT
  896. iptraf 3.0.0-8.1build1 Interactive Colorful IP LAN Monitor
  897. iputils-arping 3:20121221-5ubuntu2 Tool to send ICMP echo requests to an ARP address
  898. iputils-ping 3:20121221-5ubuntu2 Tools to test the reachability of network hosts
  899. iputils-tracepath 3:20121221-5ubuntu2 Tools to trace the network path to a remote host
  900. irqbalance 1.1.0-2ubuntu1 Daemon to balance interrupts for SMP systems
  901. isc-dhcp-client 4.3.3-5ubuntu12 DHCP client for automatically obtaining an IP address
  902. isc-dhcp-common 4.3.3-5ubuntu12 common files used by all of the isc-dhcp packages
  903. iso-codes 3.65-1 ISO language, territory, currency, script codes and their translations
  904. iucode-tool 1.5.1-1ubuntu0.1 Intel processor microcode tool
  905. iw 3.17-1 tool for configuring Linux wireless devices
  906. jayatana 2.7-0ubuntu5 Java Native Library for ayatana project
  907. jp2a 1.0.6-6build1 converts jpg images to ascii
  908. kbd 1.15.5-1ubuntu4 Linux console font and keytable utilities
  909. kerneloops-daemon 0.12+git20140509-2ubuntu1 kernel oops tracker
  910. keyboard-configuration 1.108ubuntu15 system-wide keyboard preferences
  911. klibc-utils 2.0.4-8ubuntu1 small utilities built with klibc for early boot
  912. kmod 22-1ubuntu4 tools for managing Linux kernel modules
  913. krb5-locales 1.13.2+dfsg-5 Internationalization support for MIT Kerberos
  914. language-pack-en 1:16.04+20161009 translation updates for language English
  915. language-pack-en-base 1:16.04+20160627 translations for language English
  916. language-pack-gnome-en 1:16.04+20161009 GNOME translation updates for language English
  917. language-pack-gnome-en-base 1:16.04+20160627 GNOME translations for language English
  918. language-selector-common 0.165 Language selector for Ubuntu
  919. language-selector-gnome 0.165 Language selector for Ubuntu
  920. laptop-detect 0.13.7ubuntu2 attempt to detect a laptop
  921. less 481-2.1 pager program similar to more
  922. liba11y-profile-manager-0.1-0:amd64 0.1.10-0ubuntu3 Accessibility profile manager - Shared library
  923. liba11y-profile-manager-data 0.1.10-0ubuntu3 Accessibility Profile Manager - GSettings data
  924. liba52-0.7.4:amd64 0.7.4-18 library for decoding ATSC A/52 streams
  925. libaa1:amd64 1.4p5-44build1 ASCII art library
  926. libaacs0:amd64 0.8.1-1 free-and-libre implementation of AACS
  927. libabw-0.1-1v5:amd64 0.1.1-2ubuntu2 library for reading and writing AbiWord(tm) documents
  928. libaccount-plugin-1.0-0:amd64 0.1.8+16.04.20160201-0ubuntu1 libaccount-plugin for Unity Control Center
  929. libaccount-plugin-generic-oauth 0.12+16.04.20160126-0ubuntu1 GNOME Control Center account plugin for single signon - generic OAuth
  930. libaccount-plugin-google 0.12+16.04.20160126-0ubuntu1 GNOME Control Center account plugin for single signon - Google Auth
  931. libaccounts-glib0:amd64 1.21+16.04.20160222-0ubuntu1 library for single signon
  932. libaccounts-qt5-1:amd64 1.14+16.04.20151106.1-0ubuntu1 QT library for single sign on
  933. libaccountsservice0:amd64 0.6.40-2ubuntu10 query and manipulate user account information - shared libraries
  934. libacl1:amd64 2.2.52-3 Access control list shared library
  935. libalgorithm-diff-perl 1.19.03-1 module to find differences between files
  936. libalgorithm-diff-xs-perl 0.04-4build1 module to find differences between files (XS accelerated)
  937. libalgorithm-merge-perl 0.08-3 Perl module for three-way merge of textual data
  938. libandroid-properties1 0.1.0+git20151016+6d424c9-0ubuntu7 Library to provide access to get, set and list Android properties
  939. libao-common 1.1.0-3ubuntu1 Cross Platform Audio Output Library (Common files)
  940. libao4:amd64 1.1.0-3ubuntu1 Cross Platform Audio Output Library
  941. libapparmor-perl 2.10.95-0ubuntu2.6 AppArmor library Perl bindings
  942. libapparmor1:amd64 2.10.95-0ubuntu2.6 changehat AppArmor library
  943. libappindicator3-1 12.10.1+15.04.20141110-0ubuntu1 Application Indicators
  944. libappstream-glib8:amd64 0.5.13-1 GNOME library to access AppStream services
  945. libappstream3:amd64 0.9.4-1 Library to access AppStream services
  946. libapr1:amd64 1.5.2-3 Apache Portable Runtime Library
  947. libaprutil1:amd64 1.5.4-1build1 Apache Portable Runtime Utility Library
  948. libaprutil1-dbd-sqlite3:amd64 1.5.4-1build1 Apache Portable Runtime Utility Library - SQLite3 Driver
  949. libaprutil1-ldap:amd64 1.5.4-1build1 Apache Portable Runtime Utility Library - LDAP Driver
  950. libapt-inst2.0:amd64 1.2.15ubuntu0.2 deb package format runtime library
  951. libapt-pkg-perl 0.1.29build7 Perl interface to libapt-pkg
  952. libapt-pkg5.0:amd64 1.2.15ubuntu0.2 package management runtime library
  953. libarchive-zip-perl 1.56-2 Perl module for manipulation of ZIP archives
  954. libarchive13:amd64 3.1.2-11ubuntu0.16.04.3 Multi-format archive and compression library (shared library)
  955. libart-2.0-2:amd64 2.3.21-2 Library of functions for 2D graphics - runtime files
  956. libasan2:amd64 5.4.0-6ubuntu1~16.04.9 AddressSanitizer -- a fast memory error detector
  957. libasn1-8-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - ASN.1 library
  958. libasound2:amd64 1.1.0-0ubuntu1 shared library for ALSA applications
  959. libasound2-data 1.1.0-0ubuntu1 Configuration files and profiles for ALSA drivers
  960. libasound2-plugins:amd64 1.1.0-0ubuntu1 ALSA library additional plugins
  961. libaspell15:amd64 0.60.7~20110707-3build1 GNU Aspell spell-checker runtime library
  962. libasprintf-dev:amd64 0.19.7-2ubuntu3 GNU Internationalization library development files
  963. libasprintf0v5:amd64 0.19.7-2ubuntu3 GNU library to use fprintf and friends in C++
  964. libass5:amd64 0.13.1-1 library for SSA/ASS subtitles rendering
  965. libassuan0:amd64 2.4.2-2 IPC library for the GnuPG components
  966. libasyncns0:amd64 0.8-5build1 Asynchronous name service query library
  967. libatasmart4:amd64 0.19-3 ATA S.M.A.R.T. reading and parsing library
  968. libatk-adaptor:amd64 2.18.1-2ubuntu1 AT-SPI 2 toolkit bridge
  969. libatk-bridge2.0-0:amd64 2.18.1-2ubuntu1 AT-SPI 2 toolkit bridge - shared library
  970. libatk1.0-0:amd64 2.18.0-1 ATK accessibility toolkit
  971. libatk1.0-data 2.18.0-1 Common files for the ATK accessibility toolkit
  972. libatkmm-1.6-1v5:amd64 2.24.2-1 C++ wrappers for ATK accessibility toolkit (shared libraries)
  973. libatm1:amd64 1:2.5.1-1.5 shared library for ATM (Asynchronous Transfer Mode)
  974. libatomic1:amd64 5.4.0-6ubuntu1~16.04.9 support library providing __atomic built-in functions
  975. libatspi2.0-0:amd64 2.18.3-4ubuntu1 Assistive Technology Service Provider Interface - shared library
  976. libattr1:amd64 1:2.4.47-2 Extended attribute shared library
  977. libaudio2:amd64 1.9.4-4 Network Audio System - shared libraries
  978. libaudiofile1:amd64 0.3.6-2ubuntu0.16.04.1 Open-source version of SGI's audiofile library
  979. libaudit-common 1:2.4.5-1ubuntu2 Dynamic library for security auditing - common files
  980. libaudit1:amd64 1:2.4.5-1ubuntu2 Dynamic library for security auditing
  981. libauthen-sasl-perl 2.1600-1 Authen::SASL - SASL Authentication framework
  982. libavahi-client3:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi client library
  983. libavahi-common-data:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi common data files
  984. libavahi-common3:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi common library
  985. libavahi-core7:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi's embeddable mDNS/DNS-SD library
  986. libavahi-glib1:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi GLib integration library
  987. libavahi-ui-gtk3-0:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi GTK+ User interface library for GTK3
  988. libavc1394-0:amd64 0.5.4-4 control IEEE 1394 audio/video devices
  989. libavcodec-ffmpeg56:amd64 7:2.8.11-0ubuntu0.16.04.1 FFmpeg library with de/encoders for audio/video codecs - runtime files
  990. libavfilter-ffmpeg5:amd64 7:2.8.11-0ubuntu0.16.04.1 FFmpeg library containing media filters - runtime files
  991. libavformat-ffmpeg56:amd64 7:2.8.11-0ubuntu0.16.04.1 FFmpeg library with (de)muxers for multimedia containers - runtime files
  992. libavresample-ffmpeg2:amd64 7:2.8.11-0ubuntu0.16.04.1 FFmpeg compatibility library for resampling - runtime files
  993. libavutil-ffmpeg54:amd64 7:2.8.11-0ubuntu0.16.04.1 FFmpeg library with functions for simplifying programming - runtime files
  994. libbabeltrace-ctf1:amd64 1.3.2-1 Common Trace Format (CTF) library
  995. libbabeltrace1:amd64 1.3.2-1 Babeltrace conversion libraries
  996. libbamf3-2:amd64 0.5.3~bzr0+16.04.20160415-0ubuntu1 Window matching library - shared library
  997. libbdplus0:amd64 0.1.2-1 implementation of BD+ for reading Blu-ray Discs
  998. libbind9-140:amd64 1:9.10.3.dfsg.P4-8ubuntu1.10 BIND9 Shared Library used by BIND
  999. libblkid1:amd64 2.27.1-6ubuntu3 block device ID library
  1000. libbluetooth3:amd64 5.37-0ubuntu5.1 Library to use the BlueZ Linux Bluetooth stack
  1001. libbluray1:amd64 1:0.9.2-2 Blu-ray disc playback support library (shared library)
  1002. libboost-date-time1.58.0:amd64 1.58.0+dfsg-5ubuntu3 set of date-time libraries based on generic programming concepts
  1003. libboost-filesystem1.58.0:amd64 1.58.0+dfsg-5ubuntu3 filesystem operations (portable paths, iteration over directories, etc) in C++
  1004. libboost-iostreams1.58.0:amd64 1.58.0+dfsg-5ubuntu3 Boost.Iostreams Library
  1005. libboost-system1.58.0:amd64 1.58.0+dfsg-5ubuntu3 Operating system (e.g. diagnostics support) library
  1006. libbrlapi0.6:amd64 5.3.1-2ubuntu2 braille display access via BRLTTY - shared library
  1007. libbs2b0:amd64 3.1.0+dfsg-2.2 Bauer stereophonic-to-binaural DSP library
  1008. libbsd0:amd64 0.8.2-1 utility functions from BSD systems - shared library
  1009. libbz2-1.0:amd64 1.0.6-8 high-quality block-sorting file compressor library - runtime
  1010. libc-bin 2.23-0ubuntu10 GNU C Library: Binaries
  1011. libc-dev-bin 2.23-0ubuntu10 GNU C Library: Development binaries
  1012. libc6:amd64 2.23-0ubuntu10 GNU C Library: Shared libraries
  1013. libc6-dbg:amd64 2.23-0ubuntu10 GNU C Library: detached debugging symbols
  1014. libc6-dev:amd64 2.23-0ubuntu10 GNU C Library: Development Libraries and Header Files
  1015. libcaca0:amd64 0.99.beta19-2build2~gcc5.2 colour ASCII art library
  1016. libcairo-gobject2:amd64 1.14.6-1 Cairo 2D vector graphics library (GObject library)
  1017. libcairo-perl 1.106-1build1 Perl interface to the Cairo graphics library
  1018. libcairo2:amd64 1.14.6-1 Cairo 2D vector graphics library
  1019. libcairomm-1.0-1v5:amd64 1.12.0-1 C++ wrappers for Cairo (shared libraries)
  1020. libcamel-1.2-54:amd64 3.18.5-1ubuntu1 Evolution MIME message handling library
  1021. libcanberra-gtk-module:amd64 0.30-2.1ubuntu1 translates GTK+ widgets signals to event sounds
  1022. libcanberra-gtk0:amd64 0.30-2.1ubuntu1 GTK+ helper for playing widget event sounds with libcanberra
  1023. libcanberra-gtk3-0:amd64 0.30-2.1ubuntu1 GTK+ 3.0 helper for playing widget event sounds with libcanberra
  1024. libcanberra-gtk3-module:amd64 0.30-2.1ubuntu1 translates GTK3 widgets signals to event sounds
  1025. libcanberra-pulse:amd64 0.30-2.1ubuntu1 PulseAudio backend for libcanberra
  1026. libcanberra0:amd64 0.30-2.1ubuntu1 simple abstract interface for playing event sounds
  1027. libcap-ng0:amd64 0.7.7-1 An alternate POSIX capabilities library
  1028. libcap2:amd64 1:2.24-12 POSIX 1003.1e capabilities (library)
  1029. libcap2-bin 1:2.24-12 POSIX 1003.1e capabilities (utilities)
  1030. libcapnp-0.5.3:amd64 0.5.3-2ubuntu1 Cap'n Proto C++ library
  1031. libcc1-0:amd64 5.4.0-6ubuntu1~16.04.9 GCC cc1 plugin for GDB
  1032. libcdio-cdda1:amd64 0.83-4.2ubuntu1 library to read and control digital audio CDs
  1033. libcdio-paranoia1:amd64 0.83-4.2ubuntu1 library to read digital audio CDs with error correction
  1034. libcdio13:amd64 0.83-4.2ubuntu1 library to read and control CD-ROM
  1035. libcdparanoia0:amd64 3.10.2+debian-11 audio extraction tool for sampling CDs (library)
  1036. libcdr-0.1-1:amd64 0.1.2-2ubuntu2 library for reading and converting Corel DRAW files
  1037. libcgi-fast-perl 1:2.10-1 CGI subclass for work with FCGI
  1038. libcgi-pm-perl 4.26-1 module for Common Gateway Interface applications
  1039. libcgmanager0:amd64 0.39-2ubuntu5 Central cgroup manager daemon (client library)
  1040. libcheese-gtk25:amd64 3.18.1-2ubuntu3 tool to take pictures and videos from your webcam - widgets
  1041. libcheese8:amd64 3.18.1-2ubuntu3 tool to take pictures and videos from your webcam - base library
  1042. libchromaprint0:amd64 1.3-1 audio fingerprint library
  1043. libcilkrts5:amd64 5.4.0-6ubuntu1~16.04.9 Intel Cilk Plus language extensions (runtime)
  1044. libclass-accessor-perl 0.34-1 Perl module that automatically generates accessors
  1045. libclone-perl 0.38-1build1 module for recursively copying Perl datatypes
  1046. libclucene-contribs1v5:amd64 2.3.3.4-4.1 language specific text analyzers (runtime)
  1047. libclucene-core1v5:amd64 2.3.3.4-4.1 core library for full-featured text search engine (runtime)
  1048. libclutter-1.0-0:amd64 1.24.2-1 Open GL based interactive canvas library
  1049. libclutter-1.0-common 1.24.2-1 Open GL based interactive canvas library (common files)
  1050. libclutter-gst-3.0-0:amd64 3.0.18-1 Open GL based interactive canvas library GStreamer elements
  1051. libclutter-gtk-1.0-0:amd64 1.6.6-1 Open GL based interactive canvas library GTK+ widget
  1052. libcmis-0.5-5v5:amd64 0.5.1-2ubuntu2 CMIS protocol client library
  1053. libcogl-common 1.22.0-2 Object oriented GL/GLES Abstraction/Utility Layer (common files)
  1054. libcogl-pango20:amd64 1.22.0-2 Object oriented GL/GLES Abstraction/Utility Layer
  1055. libcogl-path20:amd64 1.22.0-2 Object oriented GL/GLES Abstraction/Utility Layer
  1056. libcogl20:amd64 1.22.0-2 Object oriented GL/GLES Abstraction/Utility Layer
  1057. libcolamd2.9.1:amd64 1:4.4.6-1 column approximate minimum degree ordering library for sparse matrices
  1058. libcolord2:amd64 1.2.12-1ubuntu1 system service to manage device colour profiles -- runtime
  1059. libcolorhug2:amd64 1.2.12-1ubuntu1 library to access the ColorHug colourimeter -- runtime
  1060. libcolumbus1-common 1.1.0+15.10.20150806-0ubuntu4 error tolerant matching engine - common files
  1061. libcolumbus1v5:amd64 1.1.0+15.10.20150806-0ubuntu4 error tolerant matching engine - shared library
  1062. libcomerr2:amd64 1.42.13-1ubuntu1 common error description library
  1063. libcompizconfig0:amd64 1:0.9.12.2+16.04.20160415-0ubuntu1 Settings library for plugins - OpenCompositing Project
  1064. libconfuse-common 2.7-5 Common files for libConfuse
  1065. libconfuse0:amd64 2.7-5 Library for parsing configuration files
  1066. libcrack2:amd64 2.9.2-1build2 pro-active password checker library
  1067. libcroco3:amd64 0.6.11-1 Cascading Style Sheet (CSS) parsing and manipulation toolkit
  1068. libcryptsetup4:amd64 2:1.6.6-5ubuntu2 disk encryption support - shared library
  1069. libcrystalhd3:amd64 1:0.0~git20110715.fdd2f19-11build1 Crystal HD Video Decoder (shared library)
  1070. libcups2:amd64 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - Core library
  1071. libcupscgi1:amd64 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - CGI library
  1072. libcupsfilters1:amd64 1.8.3-2ubuntu3 OpenPrinting CUPS Filters - Shared library
  1073. libcupsimage2:amd64 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - Raster image library
  1074. libcupsmime1:amd64 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - MIME library
  1075. libcupsppdc1:amd64 2.1.3-4ubuntu0.4 Common UNIX Printing System(tm) - PPD manipulation library
  1076. libcurl3:amd64 7.47.0-1ubuntu2.6 easy-to-use client-side URL transfer library (OpenSSL flavour)
  1077. libcurl3-gnutls:amd64 7.47.0-1ubuntu2.6 easy-to-use client-side URL transfer library (GnuTLS flavour)
  1078. libcurl4-openssl-dev:amd64 7.47.0-1ubuntu2.6 development files and documentation for libcurl (OpenSSL flavour)
  1079. libdaemon0:amd64 0.14-6 lightweight C library for daemons - runtime library
  1080. libdata-alias-perl 1.20-1build1 module to create aliases instead of copies
  1081. libdatrie1:amd64 0.2.10-2 Double-array trie library
  1082. libdb5.3:amd64 5.3.28-11ubuntu0.1 Berkeley v5.3 Database Libraries [runtime]
  1083. libdbus-1-3:amd64 1.10.6-1ubuntu3.1 simple interprocess messaging system (library)
  1084. libdbus-glib-1-2:amd64 0.106-1 simple interprocess messaging system (GLib-based shared library)
  1085. libdbusmenu-glib4:amd64 12.10.3+16.04.20160223.1-0ubuntu1 library for passing menus over DBus
  1086. libdbusmenu-gtk3-4:amd64 12.10.3+16.04.20160223.1-0ubuntu1 library for passing menus over DBus - GTK+ version
  1087. libdbusmenu-gtk4:amd64 12.10.3+16.04.20160223.1-0ubuntu1 library for passing menus over DBus - GTK+ version
  1088. libdbusmenu-qt2:amd64 0.9.3+16.04.20160218-0ubuntu1 Qt implementation of the DBusMenu protocol
  1089. libdbusmenu-qt5:amd64 0.9.3+16.04.20160218-0ubuntu1 Qt5 implementation of the DBusMenu protocol
  1090. libdc1394-22:amd64 2.2.4-1 high level programming interface for IEEE 1394 digital cameras
  1091. libdca0:amd64 0.0.5-7build1 decoding library for DTS Coherent Acoustics streams
  1092. libdconf1:amd64 0.24.0-2 simple configuration storage system - runtime library
  1093. libde265-0:amd64 1.0.2-2 Open H.265 video codec implementation
  1094. libdebconfclient0:amd64 0.198ubuntu1 Debian Configuration Management System (C-implementation library)
  1095. libdecoration0:amd64 1:0.9.12.2+16.04.20160415-0ubuntu1 Compiz window decoration library
  1096. libdee-1.0-4:amd64 1.2.7+15.04.20150304-0ubuntu2 model to synchronize multiple instances over DBus - shared lib
  1097. libdevmapper1.02.1:amd64 2:1.02.110-1ubuntu10 Linux Kernel Device Mapper userspace library
  1098. libdfu1:amd64 0.7.0-0ubuntu4 Firmware update daemon library for DFU support
  1099. libdigest-hmac-perl 1.03+dfsg-1 module for creating standard message integrity checks
  1100. libdirectfb-1.2-9:amd64 1.2.10.0-5.1 direct frame buffer graphics - shared libraries
  1101. libdjvulibre-text 3.5.27.1-5 Linguistic support files for libdjvulibre
  1102. libdjvulibre21:amd64 3.5.27.1-5 Runtime support for the DjVu image format
  1103. libdmapsharing-3.0-2:amd64 2.9.34-1 DMAP client and server library - runtime
  1104. libdns-export162 1:9.10.3.dfsg.P4-8ubuntu1.10 Exported DNS Shared Library
  1105. libdns162:amd64 1:9.10.3.dfsg.P4-8ubuntu1.10 DNS Shared Library used by BIND
  1106. libdotconf0:amd64 1.3-0.2 Configuration file parser library - runtime files
  1107. libdouble-conversion1v5:amd64 2.0.1-3ubuntu2 routines to convert IEEE floats to and from strings
  1108. libdpkg-perl 1.18.4ubuntu1 Dpkg perl modules
  1109. libdrm-amdgpu1:amd64 2.4.67-1 Userspace interface to amdgpu-specific kernel DRM services -- runtime
  1110. libdrm-intel1:amd64 2.4.67-1 Userspace interface to intel-specific kernel DRM services -- runtime
  1111. libdrm-nouveau2:amd64 2.4.67-1 Userspace interface to nouveau-specific kernel DRM services -- runtime
  1112. libdrm-radeon1:amd64 2.4.67-1 Userspace interface to radeon-specific kernel DRM services -- runtime
  1113. libdrm2:amd64 2.4.67-1 Userspace interface to kernel DRM services -- runtime
  1114. libdv4:amd64 1.0.0-7 software library for DV format digital video (runtime lib)
  1115. libdvdnav4:amd64 5.0.3-1 DVD navigation library
  1116. libdvdread4:amd64 5.0.3-1 library for reading DVDs
  1117. libe-book-0.1-1:amd64 0.1.2-2ubuntu1 library for reading and converting various e-book formats
  1118. libebackend-1.2-10:amd64 3.18.5-1ubuntu1 Utility library for evolution data servers
  1119. libebook-1.2-16:amd64 3.18.5-1ubuntu1 Client library for evolution address books
  1120. libebook-contacts-1.2-2:amd64 3.18.5-1ubuntu1 Client library for evolution contacts books
  1121. libecal-1.2-19:amd64 3.18.5-1ubuntu1 Client library for evolution calendars
  1122. libedata-book-1.2-25:amd64 3.18.5-1ubuntu1 Backend library for evolution address books
  1123. libedata-cal-1.2-28:amd64 3.18.5-1ubuntu1 Backend library for evolution calendars
  1124. libedataserver-1.2-21:amd64 3.18.5-1ubuntu1 Utility library for evolution data servers
  1125. libedataserverui-1.2-1:amd64 3.18.5-1ubuntu1 Utility library for evolution data servers
  1126. libedit2:amd64 3.1-20150325-1ubuntu2 BSD editline and history libraries
  1127. libefivar0:amd64 0.23-2 Library to manage UEFI variables
  1128. libegl1-mesa:amd64 11.2.0-1ubuntu2 free implementation of the EGL API -- runtime
  1129. libelf1:amd64 0.165-3ubuntu1 library to read and write ELF files
  1130. libemail-valid-perl 1.198-1 Perl module for checking the validity of Internet email addresses
  1131. libenca0:amd64 1.18-1 Extremely Naive Charset Analyser - shared library files
  1132. libenchant1c2a:amd64 1.6.0-10.1build2 Wrapper library for various spell checker engines (runtime libs)
  1133. libencode-locale-perl 1.05-1 utility to determine the locale encoding
  1134. libeot0:amd64 0.01-3ubuntu1 Library for parsing/converting Embedded OpenType files
  1135. libepoxy0:amd64 1.3.1-1 OpenGL function pointer management library
  1136. libesd0:amd64 0.2.41-11 Enlightened Sound Daemon - Shared libraries
  1137. libespeak1:amd64 1.48.04+dfsg-2 Multi-lingual software speech synthesizer: shared library
  1138. libestr0 0.1.10-1 Helper functions for handling strings (lib)
  1139. libetonyek-0.1-1:amd64 0.1.6-1ubuntu1 library for reading and converting Apple Keynote presentations
  1140. libevdev2:amd64 1.4.6+dfsg-1 wrapper library for evdev devices
  1141. libevdocument3-4:amd64 3.18.2-1ubuntu4.3 Document (PostScript, PDF) rendering library
  1142. libevent-2.0-5:amd64 2.0.21-stable-2ubuntu0.16.04.1 Asynchronous event notification library
  1143. libevview3-3:amd64 3.18.2-1ubuntu4.3 Document (PostScript, PDF) rendering library - Gtk+ widgets
  1144. libexempi3:amd64 2.2.2-2 library to parse XMP metadata (Library)
  1145. libexif12:amd64 0.6.21-2 library to parse EXIF files
  1146. libexiv2-14:amd64 0.25-2.1 EXIF/IPTC metadata manipulation library
  1147. libexpat1:amd64 2.1.0-7ubuntu0.16.04.3 XML parsing C library - runtime library
  1148. libexporter-tiny-perl 0.042-1 tiny exporter similar to Sub::Exporter
  1149. libexttextcat-2.0-0:amd64 3.4.4-1ubuntu3 Language detection library
  1150. libexttextcat-data 3.4.4-1ubuntu3 Language detection library - data files
  1151. libfaad2:amd64 2.8.0~cvs20150510-1 freeware Advanced Audio Decoder - runtime files
  1152. libfakeroot:amd64 1.20.2-1ubuntu1 tool for simulating superuser privileges - shared libraries
  1153. libfcgi-perl 0.77-1build1 helper module for FastCGI
  1154. libfcitx-config4:amd64 1:4.2.9.1-1ubuntu1 Flexible Input Method Framework - configuration support library
  1155. libfcitx-gclient0:amd64 1:4.2.9.1-1ubuntu1 Flexible Input Method Framework - D-Bus client library for Glib
  1156. libfcitx-utils0:amd64 1:4.2.9.1-1ubuntu1 Flexible Input Method Framework - utility support library
  1157. libfdisk1:amd64 2.27.1-6ubuntu3 fdisk partitioning library
  1158. libffi6:amd64 3.2.1-4 Foreign Function Interface library runtime
  1159. libfftw3-double3:amd64 3.3.4-2ubuntu1 Library for computing Fast Fourier Transforms - Double precision
  1160. libfftw3-single3:amd64 3.3.4-2ubuntu1 Library for computing Fast Fourier Transforms - Single precision
  1161. libfile-basedir-perl 0.07-1 Perl module to use the freedesktop basedir specification
  1162. libfile-copy-recursive-perl 0.38-1 Perl extension for recursively copying files and directories
  1163. libfile-desktopentry-perl 0.22-1 Perl module to handle freedesktop .desktop files
  1164. libfile-fcntllock-perl 0.22-3 Perl module for file locking with fcntl(2)
  1165. libfile-listing-perl 6.04-1 module to parse directory listings
  1166. libfile-mimeinfo-perl 0.27-1 Perl module to determine file types
  1167. libflac8:amd64 1.3.1-4 Free Lossless Audio Codec - runtime C library
  1168. libflite1:amd64 2.0.0-release-1 Small run-time speech synthesis engine - shared libraries
  1169. libfluidsynth1:amd64 1.1.6-3 Real-time MIDI software synthesizer (runtime library)
  1170. libfont-afm-perl 1.20-1 Font::AFM - Interface to Adobe Font Metrics files
  1171. libfontconfig1:amd64 2.11.94-0ubuntu1.1 generic font configuration library - runtime
  1172. libfontembed1:amd64 1.8.3-2ubuntu3 OpenPrinting CUPS Filters - Font Embed Shared library
  1173. libfontenc1:amd64 1:1.1.3-1 X11 font encoding library
  1174. libframe6:amd64 2.5.0daily13.06.05-0ubuntu1 Touch Frame Library
  1175. libfreehand-0.1-1:amd64 0.1.1-1ubuntu1 Library for parsing the FreeHand file format structure
  1176. libfreerdp-cache1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (cache library)
  1177. libfreerdp-client1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (client library)
  1178. libfreerdp-codec1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (codec library)
  1179. libfreerdp-common1.1.0:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (common library)
  1180. libfreerdp-core1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (core library)
  1181. libfreerdp-crypto1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (freerdp-crypto library)
  1182. libfreerdp-gdi1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (GDI library)
  1183. libfreerdp-locale1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (locale library)
  1184. libfreerdp-plugins-standard:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 RDP client for Windows Terminal Services (plugins)
  1185. libfreerdp-primitives1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (primitives library)
  1186. libfreerdp-utils1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (freerdp-utils library)
  1187. libfreetype6:amd64 2.6.1-0.1ubuntu2.3 FreeType 2 font engine, shared library files
  1188. libfribidi0:amd64 0.19.7-1 Free Implementation of the Unicode BiDi algorithm
  1189. libfuse2:amd64 2.9.4-1ubuntu3 Filesystem in Userspace (library)
  1190. libfwup0:amd64 0.5-2ubuntu4 Library to manage UEFI firmware updates
  1191. libfwupd1:amd64 0.7.0-0ubuntu4 Firmware update daemon library
  1192. libgail-3-0:amd64 3.18.9-1ubuntu3 GNOME Accessibility Implementation Library -- shared libraries
  1193. libgail-common:amd64 2.24.30-1ubuntu1 GNOME Accessibility Implementation Library -- common modules
  1194. libgail18:amd64 2.24.30-1ubuntu1 GNOME Accessibility Implementation Library -- shared libraries
  1195. libgbm1:amd64 11.2.0-1ubuntu2 generic buffer management API -- runtime
  1196. libgc1c2:amd64 1:7.4.2-7.3ubuntu0.1 conservative garbage collector for C and C++
  1197. libgcab-1.0-0:amd64 0.7-1ubuntu0.1 Microsoft Cabinet file manipulation library
  1198. libgcc-5-dev:amd64 5.4.0-6ubuntu1~16.04.9 GCC support library (development files)
  1199. libgcc1:amd64 1:6.0.1-0ubuntu1 GCC support library
  1200. libgck-1-0:amd64 3.18.0-1ubuntu1 Glib wrapper library for PKCS#11 - runtime
  1201. libgconf-2-4:amd64 3.2.6-3ubuntu6 GNOME configuration database system (shared libraries)
  1202. libgcr-3-common 3.18.0-1ubuntu1 Library for Crypto UI related tasks - common files
  1203. libgcr-base-3-1:amd64 3.18.0-1ubuntu1 Library for Crypto related tasks
  1204. libgcr-ui-3-1:amd64 3.18.0-1ubuntu1 Library for Crypto UI related tasks
  1205. libgcrypt11-dev 1.5.4-3+really1.6.5-2ubuntu0.3 transitional libgcrypt11-dev package
  1206. libgcrypt20:amd64 1.6.5-2ubuntu0.3 LGPL Crypto library - runtime library
  1207. libgcrypt20-dev 1.6.5-2ubuntu0.3 LGPL Crypto library - development files
  1208. libgd3:amd64 2.1.1-4ubuntu0.16.04.8 GD Graphics Library
  1209. libgdata-common 0.17.4-1 Library for accessing GData webservices - common data files
  1210. libgdata22:amd64 0.17.4-1 Library for accessing GData webservices - shared libraries
  1211. libgdbm3:amd64 1.8.3-13.1 GNU dbm database routines (runtime version)
  1212. libgdk-pixbuf2.0-0:amd64 2.32.2-1ubuntu1.4 GDK Pixbuf library
  1213. libgdk-pixbuf2.0-common 2.32.2-1ubuntu1.4 GDK Pixbuf library - data files
  1214. libgee-0.8-2:amd64 0.18.0-1 GObject based collection and utility library
  1215. libgeis1:amd64 2.2.17+16.04.20160126-0ubuntu1 Gesture engine interface support
  1216. libgeoclue0:amd64 0.12.99-4ubuntu1 C API for GeoClue
  1217. libgeocode-glib0:amd64 3.18.2-1 geocoding and reverse geocoding GLib library using Nominatim
  1218. libgeoip1:amd64 1.6.9-1 non-DNS IP-to-country resolver library
  1219. libgeonames0:amd64 0.2+16.04.20160321-0ubuntu1 Parse and query the geonames database dump
  1220. libgettextpo-dev:amd64 0.19.7-2ubuntu3 GNU Internationalization library development files
  1221. libgettextpo0:amd64 0.19.7-2ubuntu3 GNU Internationalization library
  1222. libgexiv2-2:amd64 0.10.3-2 GObject-based wrapper around the Exiv2 library
  1223. libgif7:amd64 5.1.4-0.3~16.04 library for GIF images (library)
  1224. libgirepository-1.0-1:amd64 1.46.0-3ubuntu1 Library for handling GObject introspection data (runtime library)
  1225. libgl1-mesa-dri:amd64 11.2.0-1ubuntu2 free implementation of the OpenGL API -- DRI modules
  1226. libgl1-mesa-glx:amd64 11.2.0-1ubuntu2 free implementation of the OpenGL API -- GLX runtime
  1227. libglapi-mesa:amd64 11.2.0-1ubuntu2 free implementation of the GL API -- shared library
  1228. libglew1.13:amd64 1.13.0-2 OpenGL Extension Wrangler - runtime environment
  1229. libglewmx1.13:amd64 1.13.0-2 OpenGL Extension Wrangler (Multiple Rendering Contexts)
  1230. libglib-perl 3:1.320-2 interface to the GLib and GObject libraries
  1231. libglib2.0-0:amd64 2.48.0-1ubuntu4 GLib library of C routines
  1232. libglib2.0-bin 2.48.0-1ubuntu4 Programs for the GLib library
  1233. libglib2.0-data 2.48.0-1ubuntu4 Common files for GLib library
  1234. libglibmm-2.4-1v5:amd64 2.46.3-1 C++ wrapper for the GLib toolkit (shared libraries)
  1235. libglu1-mesa:amd64 9.0.0-2.1 Mesa OpenGL utility library (GLU)
  1236. libgme0:amd64 0.6.0-3ubuntu0.16.04.1 Playback library for video game music files - shared library
  1237. libgmime-2.6-0:amd64 2.6.20-1 MIME message parser and creator library - runtime
  1238. libgmp10:amd64 2:6.1.0+dfsg-2 Multiprecision arithmetic library
  1239. libgnome-bluetooth13:amd64 3.18.2-1ubuntu2 GNOME Bluetooth tools - support library
  1240. libgnome-desktop-3-12:amd64 3.18.2-1ubuntu1 Utility library for loading .desktop files - runtime files
  1241. libgnome-keyring-common 3.12.0-1build1 GNOME keyring services library - data files
  1242. libgnome-keyring0:amd64 3.12.0-1build1 GNOME keyring services library
  1243. libgnome-menu-3-0:amd64 3.13.3-6ubuntu3 GNOME implementation of the freedesktop menu specification
  1244. libgnomekbd-common 3.6.0-1ubuntu2 GNOME library to manage keyboard configuration - common files
  1245. libgnomekbd8:amd64 3.6.0-1ubuntu2 GNOME library to manage keyboard configuration - shared library
  1246. libgnutls-openssl27:amd64 3.4.10-4ubuntu1.3 GNU TLS library - OpenSSL wrapper
  1247. libgnutls30:amd64 3.4.10-4ubuntu1.3 GNU TLS library - main runtime library
  1248. libgoa-1.0-0b:amd64 3.18.3-1ubuntu2 library for GNOME Online Accounts
  1249. libgoa-1.0-common 3.18.3-1ubuntu2 library for GNOME Online Accounts - common files
  1250. libgom-1.0-0:amd64 0.3.1-1 Object mapper from GObjects to SQLite
  1251. libgom-1.0-common 0.3.1-1 libgom architecture-independent files
  1252. libgomp1:amd64 5.4.0-6ubuntu1~16.04.9 GCC OpenMP (GOMP) support library
  1253. libgpg-error-dev 1.21-2ubuntu1 library for common error values and messages in GnuPG components (development)
  1254. libgpg-error0:amd64 1.21-2ubuntu1 library for common error values and messages in GnuPG components
  1255. libgpgme11:amd64 1.6.0-1 GPGME - GnuPG Made Easy (library)
  1256. libgphoto2-6:amd64 2.5.9-3 gphoto2 digital camera library
  1257. libgphoto2-l10n 2.5.9-3 gphoto2 digital camera library - localized messages
  1258. libgphoto2-port12:amd64 2.5.9-3 gphoto2 digital camera port library
  1259. libgpm2:amd64 1.20.4-6.1 General Purpose Mouse - shared library
  1260. libgpod-common 0.8.3-6ubuntu2 common files for libgpod
  1261. libgpod4:amd64 0.8.3-6ubuntu2 library to read and write songs and artwork to an iPod
  1262. libgrail6 3.1.0+16.04.20160125-0ubuntu1 Gesture Recognition And Instantiation Library
  1263. libgraphite2-3:amd64 1.3.10-0ubuntu0.16.04.1 Font rendering engine for Complex Scripts -- library
  1264. libgrilo-0.2-1:amd64 0.2.15-1 Framework for discovering and browsing media - Shared libraries
  1265. libgs9:amd64 9.18~dfsg~0-0ubuntu2.7 interpreter for the PostScript language and for PDF - Library
  1266. libgs9-common 9.18~dfsg~0-0ubuntu2.7 interpreter for the PostScript language and for PDF - common files
  1267. libgsettings-qt1:amd64 0.1+16.04.20160329-0ubuntu1 Library to access GSettings from Qt
  1268. libgsm1:amd64 1.0.13-4 Shared libraries for GSM speech compressor
  1269. libgssapi-krb5-2:amd64 1.13.2+dfsg-5 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
  1270. libgssapi3-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - GSSAPI support library
  1271. libgstreamer-plugins-bad1.0-0:amd64 1.8.3-1ubuntu0.2 GStreamer development files for libraries from the "bad" set
  1272. libgstreamer-plugins-base1.0-0:amd64 1.8.3-1ubuntu0.2 GStreamer libraries from the "base" set
  1273. libgstreamer-plugins-good1.0-0:amd64 1.8.3-1ubuntu0.4 GStreamer development files for libraries from the "good" set
  1274. libgstreamer1.0-0:amd64 1.8.0-1 Core GStreamer libraries and elements
  1275. libgtk-3-0:amd64 3.18.9-1ubuntu3 GTK+ graphical user interface library
  1276. libgtk-3-bin 3.18.9-1ubuntu3 programs for the GTK+ graphical user interface library
  1277. libgtk-3-common 3.18.9-1ubuntu3 common files for the GTK+ graphical user interface library
  1278. libgtk2-perl 2:1.2498-1 Perl interface to the 2.x series of the Gimp Toolkit library
  1279. libgtk2.0-0:amd64 2.24.30-1ubuntu1 GTK+ graphical user interface library
  1280. libgtk2.0-bin 2.24.30-1ubuntu1 programs for the GTK+ graphical user interface library
  1281. libgtk2.0-common 2.24.30-1ubuntu1 common files for the GTK+ graphical user interface library
  1282. libgtkglext1:amd64 1.2.0-3.2fakesync1ubuntu1 OpenGL Extension to GTK+ (shared libraries)
  1283. libgtkmm-3.0-1v5:amd64 3.18.0-1 C++ wrappers for GTK+ (shared libraries)
  1284. libgtksourceview-3.0-1:amd64 3.18.2-1 shared libraries for the GTK+ syntax highlighting widget
  1285. libgtksourceview-3.0-common 3.18.2-1 common files for the GTK+ syntax highlighting widget
  1286. libgtkspell3-3-0:amd64 3.0.7-2 spell-checking addon for GTK+'s TextView widget
  1287. libgtop-2.0-10:amd64 2.32.0-1 gtop system monitoring library (shared)
  1288. libgtop2-common 2.32.0-1 gtop system monitoring library (common)
  1289. libgucharmap-2-90-7:amd64 1:3.18.2-1ubuntu1 Unicode browser widget library (shared library)
  1290. libgudev-1.0-0:amd64 1:230-2 GObject-based wrapper library for libudev
  1291. libgusb2:amd64 0.2.9-0ubuntu1 GLib wrapper around libusb1
  1292. libgutenprint2 5.2.11-1 runtime for the Gutenprint printer driver library
  1293. libgweather-3-6:amd64 3.18.1-1ubuntu1 GWeather shared library
  1294. libgweather-common 3.18.1-1ubuntu1 GWeather common files
  1295. libgxps2:amd64 0.2.3.2-1 handling and rendering XPS documents (library)
  1296. libhardware2 0.1.0+git20151016+6d424c9-0ubuntu7 Library to provide access to the Android libhardware HAL
  1297. libharfbuzz-icu0:amd64 1.0.1-1ubuntu0.1 OpenType text shaping engine ICU backend
  1298. libharfbuzz0b:amd64 1.0.1-1ubuntu0.1 OpenType text shaping engine (shared library)
  1299. libhcrypto4-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - crypto library
  1300. libheimbase1-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - Base library
  1301. libheimntlm0-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - NTLM support library
  1302. libhogweed4:amd64 3.2-1ubuntu0.16.04.1 low level cryptographic library (public-key cryptos)
  1303. libhpmud0:amd64 3.16.3+repack0-1 HP Multi-Point Transport Driver (hpmud) run-time libraries
  1304. libhtml-form-perl 6.03-1 module that represents an HTML form element
  1305. libhtml-format-perl 2.11-2 module for transforming HTML into various formats
  1306. libhtml-parser-perl 3.72-1 collection of modules that parse HTML text documents
  1307. libhtml-tagset-perl 3.20-2 Data tables pertaining to HTML
  1308. libhtml-tree-perl 5.03-2 Perl module to represent and create HTML syntax trees
  1309. libhttp-cookies-perl 6.01-1 HTTP cookie jars
  1310. libhttp-daemon-perl 6.01-1 simple http server class
  1311. libhttp-date-perl 6.02-1 module of date conversion routines
  1312. libhttp-message-perl 6.11-1 perl interface to HTTP style messages
  1313. libhttp-negotiate-perl 6.00-2 implementation of content negotiation
  1314. libhud2:amd64 14.10+16.04.20160415-0ubuntu1 library for exporting items to the Unity HUD
  1315. libhunspell-1.3-0:amd64 1.3.3-4ubuntu1 spell checker and morphological analyzer (shared library)
  1316. libhx509-5-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - X509 support library
  1317. libhybris 0.1.0+git20151016+6d424c9-0ubuntu7 Allows to run bionic-based HW adaptations in glibc systems - libs
  1318. libhybris-common1 0.1.0+git20151016+6d424c9-0ubuntu7 Common library that contains the Android linker and custom hooks
  1319. libhyphen0:amd64 2.8.8-2ubuntu1 ALTLinux hyphenation library - shared library
  1320. libibus-1.0-5:amd64 1.5.11-1ubuntu2 Intelligent Input Bus - shared library
  1321. libical1a:amd64 1.0.1-0ubuntu2 iCalendar library implementation in C (runtime)
  1322. libice6:amd64 2:1.0.9-1 X11 Inter-Client Exchange library
  1323. libicu55:amd64 55.1-7ubuntu0.3 International Components for Unicode
  1324. libidn11:amd64 1.32-3ubuntu1.2 GNU Libidn library, implementation of IETF IDN specifications
  1325. libido3-0.1-0:amd64 13.10.0+15.10.20151002-0ubuntu1 Shared library providing extra gtk menu items for display in
  1326. libiec61883-0:amd64 1.2.0-0.2 an partial implementation of IEC 61883
  1327. libieee1284-3:amd64 0.2.11-12 cross-platform library for parallel port access
  1328. libijs-0.35:amd64 0.35-12 IJS raster image transport protocol: shared library
  1329. libilmbase12:amd64 2.2.0-11ubuntu2 several utility libraries from ILM used by OpenEXR
  1330. libimobiledevice6:amd64 1.2.0+dfsg-3~ubuntu0.2 Library for communicating with the iPhone and iPod Touch
  1331. libindicator3-7 12.10.2+16.04.20151208-0ubuntu1 panel indicator applet - shared library
  1332. libinput10:amd64 1.2.3-1ubuntu1 input device management and event handling library - shared library
  1333. libio-html-perl 1.001-1 open an HTML file with automatic charset detection
  1334. libio-pty-perl 1:1.08-1.1build1 Perl module for pseudo tty IO
  1335. libio-socket-inet6-perl 2.72-2 object interface for AF_INET6 domain sockets
  1336. libio-socket-ssl-perl 2.024-1 Perl module implementing object oriented interface to SSL sockets
  1337. libio-string-perl 1.08-3 Emulate IO::File interface for in-core strings
  1338. libipc-run-perl 0.94-1 Perl module for running processes
  1339. libipc-system-simple-perl 1.25-3 Perl module to run commands simply, with detailed diagnostics
  1340. libisc-export160 1:9.10.3.dfsg.P4-8ubuntu1.10 Exported ISC Shared Library
  1341. libisc160:amd64 1:9.10.3.dfsg.P4-8ubuntu1.10 ISC Shared Library used by BIND
  1342. libisccc140:amd64 1:9.10.3.dfsg.P4-8ubuntu1.10 Command Channel Library used by BIND
  1343. libisccfg140:amd64 1:9.10.3.dfsg.P4-8ubuntu1.10 Config File Handling Library used by BIND
  1344. libisl15:amd64 0.16.1-1 manipulating sets and relations of integer points bounded by linear constraints
  1345. libitm1:amd64 5.4.0-6ubuntu1~16.04.9 GNU Transactional Memory Library
  1346. libiw30:amd64 30~pre9-8ubuntu1 Wireless tools - library
  1347. libjack-jackd2-0:amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 JACK Audio Connection Kit (libraries)
  1348. libjasper1:amd64 1.900.1-debian1-2.4ubuntu1.1 JasPer JPEG-2000 runtime library
  1349. libjavascriptcoregtk-4.0-18:amd64 2.18.6-0ubuntu0.16.04.1 JavaScript engine library from WebKitGTK+
  1350. libjbig0:amd64 2.1-3.1 JBIGkit libraries
  1351. libjbig2dec0 0.12+20150918-1ubuntu0.1 JBIG2 decoder library - shared libraries
  1352. libjpeg-turbo8:amd64 1.4.2-0ubuntu3 IJG JPEG compliant runtime library.
  1353. libjpeg8:amd64 8c-2ubuntu8 Independent JPEG Group's JPEG runtime library (dependency package)
  1354. libjson-c2:amd64 0.11-4ubuntu2 JSON manipulation library - shared library
  1355. libjson-glib-1.0-0:amd64 1.1.2-0ubuntu1 GLib JSON manipulation library
  1356. libjson-glib-1.0-common 1.1.2-0ubuntu1 GLib JSON manipulation library (common files)
  1357. libk5crypto3:amd64 1.13.2+dfsg-5 MIT Kerberos runtime libraries - Crypto Library
  1358. libkate1:amd64 0.4.1-7 Codec for karaoke and text encapsulation
  1359. libkeyutils1:amd64 1.5.9-8ubuntu1 Linux Key Management Utilities (library)
  1360. libklibc 2.0.4-8ubuntu1 minimal libc subset for use with initramfs
  1361. libkmod2:amd64 22-1ubuntu4 libkmod shared library
  1362. libkpathsea6:amd64 2015.20160222.37495-1 TeX Live: path search library for TeX (runtime part)
  1363. libkrb5-26-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - libraries
  1364. libkrb5-3:amd64 1.13.2+dfsg-5 MIT Kerberos runtime libraries
  1365. libkrb5support0:amd64 1.13.2+dfsg-5 MIT Kerberos runtime libraries - Support library
  1366. libksba8:amd64 1.3.3-1ubuntu0.16.04.1 X.509 and CMS support library
  1367. liblangtag-common 0.5.7-2ubuntu1 library to access tags for identifying languages -- data
  1368. liblangtag1:amd64 0.5.7-2ubuntu1 library to access tags for identifying languages
  1369. liblcms2-2:amd64 2.6-3ubuntu2 Little CMS 2 color management library
  1370. liblcms2-utils 2.6-3ubuntu2 Little CMS 2 color management library (utilities)
  1371. libldap-2.4-2:amd64 2.4.42+dfsg-2ubuntu3.2 OpenLDAP libraries
  1372. libldb1:amd64 2:1.1.24-1ubuntu3 LDAP-like embedded database - shared library
  1373. liblightdm-gobject-1-0:amd64 1.18.3-0ubuntu1.1 LightDM GObject client library
  1374. liblircclient0:amd64 0.9.0-0ubuntu6 infra-red remote control support - client library
  1375. liblist-moreutils-perl 0.413-1build1 Perl module with additional list functions not found in List::Util
  1376. libllvm3.8:amd64 1:3.8-2ubuntu1 Modular compiler and toolchain technologies, runtime library
  1377. liblocale-gettext-perl 1.07-1build1 module using libc functions for internationalization in Perl
  1378. liblouis-data 2.6.4-2ubuntu0.1 Braille translation library - data
  1379. liblouis9:amd64 2.6.4-2ubuntu0.1 Braille translation library - shared libs
  1380. liblouisutdml-bin 2.5.0-3 Braille UTDML translation utilities
  1381. liblouisutdml-data 2.5.0-3 Braille UTDML translation library - data
  1382. liblouisutdml6:amd64 2.5.0-3 Braille UTDML translation library - shared libs
  1383. liblqr-1-0:amd64 0.4.2-2 converts plain array images into multi-size representation
  1384. liblsan0:amd64 5.4.0-6ubuntu1~16.04.9 LeakSanitizer -- a memory leak detector (runtime)
  1385. libltdl7:amd64 2.4.6-0.1 System independent dlopen wrapper for GNU libtool
  1386. liblua5.1-0:amd64 5.1.5-8ubuntu1 Shared library for the Lua interpreter version 5.1
  1387. liblua5.2-0:amd64 5.2.4-1ubuntu1 Shared library for the Lua interpreter version 5.2
  1388. liblwp-mediatypes-perl 6.02-1 module to guess media type for a file or a URL
  1389. liblwp-protocol-https-perl 6.06-2 HTTPS driver for LWP::UserAgent
  1390. liblwres141:amd64 1:9.10.3.dfsg.P4-8ubuntu1.10 Lightweight Resolver Library used by BIND
  1391. liblz4-1:amd64 0.0~r131-2ubuntu2 Fast LZ compression algorithm library - runtime
  1392. liblzma5:amd64 5.1.1alpha+20120614-2ubuntu2 XZ-format compression library
  1393. liblzo2-2:amd64 2.08-1.2 data compression library
  1394. libmad0:amd64 0.15.1b-8ubuntu1 MPEG audio decoder library
  1395. libmagic1:amd64 1:5.25-2ubuntu1 File type determination library using "magic" numbers
  1396. libmagickcore-6.q16-2:amd64 8:6.8.9.9-7ubuntu5.9 low-level image manipulation library -- quantum depth Q16
  1397. libmagickcore-6.q16-2-extra:amd64 8:6.8.9.9-7ubuntu5.9 low-level image manipulation library - extra codecs (Q16)
  1398. libmagickwand-6.q16-2:amd64 8:6.8.9.9-7ubuntu5.9 image manipulation library
  1399. libmailtools-perl 2.13-1 Manipulate email in perl programs
  1400. libmbim-glib4:amd64 1.12.2-2ubuntu1 Support library to use the MBIM protocol
  1401. libmbim-proxy 1.12.2-2ubuntu1 Proxy to communicate with MBIM ports
  1402. libmedia1 0.1.0+git20151016+6d424c9-0ubuntu7 Library to provide access to the Android Media HAL
  1403. libmediaart-2.0-0:amd64 1.9.0-2 media art extraction and cache management library
  1404. libmessaging-menu0:amd64 13.10.1+15.10.20150505-0ubuntu1 Messaging Menu - shared library
  1405. libmetacity-private3a:amd64 1:3.18.3-1ubuntu3 library for the Metacity window manager
  1406. libmhash2:amd64 0.9.9.9-7 Library for cryptographic hashing and message authentication
  1407. libmimic0:amd64 1.0.4-2.3 A video codec for Mimic V2.x content
  1408. libminiupnpc10:amd64 1.9.20140610-2ubuntu2.16.04.2 UPnP IGD client lightweight library
  1409. libmirclient9:amd64 0.26.3+16.04.20170605-0ubuntu1.1 Display server for Ubuntu - client library
  1410. libmircommon7:amd64 0.26.3+16.04.20170605-0ubuntu1.1 Display server for Ubuntu - shared library
  1411. libmircore1:amd64 0.26.3+16.04.20170605-0ubuntu1.1 Display server for Ubuntu - shared library
  1412. libmirprotobuf3:amd64 0.26.3+16.04.20170605-0ubuntu1.1 Display server for Ubuntu - RPC definitions
  1413. libmjpegutils-2.1-0 1:2.1.0+debian-4 MJPEG capture/editing/replay and MPEG encoding toolset (library)
  1414. libmm-glib0:amd64 1.4.12-1ubuntu1 D-Bus service for managing modems - shared libraries
  1415. libmms0:amd64 0.6.4-1 MMS stream protocol library - shared library
  1416. libmng2:amd64 2.0.2-0ubuntu3 Multiple-image Network Graphics library
  1417. libmnl0:amd64 1.0.3-5 minimalistic Netlink communication library
  1418. libmodplug1:amd64 1:0.8.8.5-2 shared libraries for mod music based on ModPlug
  1419. libmount1:amd64 2.27.1-6ubuntu3 device mounting library
  1420. libmp3lame0:amd64 3.99.5+repack1-9build1 MP3 encoding library
  1421. libmpc3:amd64 1.0.3-1 multiple precision complex floating-point library
  1422. libmpdec2:amd64 2.4.2-1 library for decimal floating point arithmetic (runtime library)
  1423. libmpeg2-4:amd64 0.5.1-7 MPEG1 and MPEG2 video decoder library
  1424. libmpeg2encpp-2.1-0 1:2.1.0+debian-4 MJPEG capture/editing/replay and MPEG encoding toolset (library)
  1425. libmpfr4:amd64 3.1.4-1 multiple precision floating-point computation
  1426. libmpg123-0:amd64 1.22.4-1 MPEG layer 1/2/3 audio decoder (shared library)
  1427. libmplex2-2.1-0 1:2.1.0+debian-4 MJPEG capture/editing/replay and MPEG encoding toolset (library)
  1428. libmpx0:amd64 5.4.0-6ubuntu1~16.04.9 Intel memory protection extensions (runtime)
  1429. libmspub-0.1-1:amd64 0.1.2-2ubuntu1 library for parsing the mspub file structure
  1430. libmtdev1:amd64 1.1.5-1ubuntu2 Multitouch Protocol Translation Library - shared library
  1431. libmtp-common 1.1.10-2ubuntu1 Media Transfer Protocol (MTP) common files
  1432. libmtp-runtime 1.1.10-2ubuntu1 Media Transfer Protocol (MTP) runtime tools
  1433. libmtp9:amd64 1.1.10-2ubuntu1 Media Transfer Protocol (MTP) library
  1434. libmwaw-0.3-3:amd64 0.3.7-1ubuntu2.1 import library for some old Mac text documents
  1435. libmythes-1.2-0:amd64 2:1.2.4-1ubuntu3 simple thesaurus library
  1436. libnatpmp1:amd64 20110808-4 portable and fully compliant implementation of NAT-PMP
  1437. libnautilus-extension1a:amd64 1:3.18.4.is.3.14.3-0ubuntu4 libraries for nautilus components - runtime version
  1438. libncurses5:amd64 6.0+20160213-1ubuntu1 shared libraries for terminal handling
  1439. libncursesw5:amd64 6.0+20160213-1ubuntu1 shared libraries for terminal handling (wide character support)
  1440. libndp0:amd64 1.4-2ubuntu0.16.04.1 Library for Neighbor Discovery Protocol
  1441. libneon27-gnutls:amd64 0.30.1-3build1 HTTP and WebDAV client library (GnuTLS enabled)
  1442. libnet-dbus-perl 1.1.0-3build1 Perl extension for the DBus bindings
  1443. libnet-dns-perl 0.81-2build1 Perform DNS queries from a Perl script
  1444. libnet-domain-tld-perl 1.73-1 list of currently available Top-level Domains (TLDs)
  1445. libnet-http-perl 6.09-1 module providing low-level HTTP connection client
  1446. libnet-ip-perl 1.26-1 Perl extension for manipulating IPv4/IPv6 addresses
  1447. libnet-libidn-perl 0.12.ds-2build2 Perl bindings for GNU Libidn
  1448. libnet-smtp-ssl-perl 1.03-1 Perl module providing SSL support to Net::SMTP
  1449. libnet-ssleay-perl 1.72-1build1 Perl module for Secure Sockets Layer (SSL)
  1450. libnetfilter-conntrack3:amd64 1.0.5-1 Netfilter netlink-conntrack library
  1451. libnetpbm10 2:10.0-15.3 Graphics conversion tools shared libraries
  1452. libnettle6:amd64 3.2-1ubuntu0.16.04.1 low level cryptographic library (symmetric and one-way cryptos)
  1453. libnewt0.52:amd64 0.52.18-1ubuntu2 Not Erik's Windowing Toolkit - text mode windowing with slang
  1454. libnfnetlink0:amd64 1.0.1-3 Netfilter netlink library
  1455. libnih-dbus1:amd64 1.0.3-4.3ubuntu1 NIH D-Bus Bindings Library
  1456. libnih1:amd64 1.0.3-4.3ubuntu1 NIH Utility Library
  1457. libnl-3-200:amd64 3.2.27-1ubuntu0.16.04.1 library for dealing with netlink sockets
  1458. libnl-genl-3-200:amd64 3.2.27-1ubuntu0.16.04.1 library for dealing with netlink sockets - generic netlink
  1459. libnl-route-3-200:amd64 3.2.27-1ubuntu0.16.04.1 library for dealing with netlink sockets - route interface
  1460. libnm-glib-vpn1:amd64 1.2.2-0ubuntu0.16.04.4 network management framework (GLib VPN shared library)
  1461. libnm-glib4:amd64 1.2.2-0ubuntu0.16.04.4 network management framework (GLib shared library)
  1462. libnm-gtk-common 1.2.6-0ubuntu0.16.04.2 library for wireless and mobile dialogs - common files
  1463. libnm-gtk0:amd64 1.2.6-0ubuntu0.16.04.2 library for wireless and mobile dialogs (libnm-glib version)
  1464. libnm-util2:amd64 1.2.2-0ubuntu0.16.04.4 network management framework (shared library)
  1465. libnm0:amd64 1.2.2-0ubuntu0.16.04.4 GObject-based client library for NetworkManager
  1466. libnma-common 1.2.6-0ubuntu0.16.04.2 library for wireless and mobile dialogs - common files
  1467. libnma0:amd64 1.2.6-0ubuntu0.16.04.2 library for wireless and mobile dialogs (libnm version)
  1468. libnotify-bin 0.7.6-2svn1 sends desktop notifications to a notification daemon (Utilities)
  1469. libnotify4:amd64 0.7.6-2svn1 sends desktop notifications to a notification daemon
  1470. libnpth0:amd64 1.2-3 replacement for GNU Pth using system threads
  1471. libnspr4:amd64 2:4.13.1-0ubuntu0.16.04.1 NetScape Portable Runtime Library
  1472. libnss-mdns:amd64 0.10-7 NSS module for Multicast DNS name resolution
  1473. libnss3:amd64 2:3.28.4-0ubuntu0.16.04.3 Network Security Service libraries
  1474. libnss3-nssdb 2:3.28.4-0ubuntu0.16.04.3 Network Security Security libraries - shared databases
  1475. libnuma1:amd64 2.0.11-1ubuntu1 Libraries for controlling NUMA policy
  1476. libnux-4.0-0 4.0.8+16.04.20160209-0ubuntu2 Visual rendering toolkit for real-time applications - shared lib
  1477. libnux-4.0-common 4.0.8+16.04.20160209-0ubuntu2 Visual rendering toolkit for real-time applications - common files
  1478. liboauth0:amd64 1.0.3-0ubuntu2 C library for implementing OAuth 1.0
  1479. libodfgen-0.1-1 0.1.6-1ubuntu2 library to generate ODF documents
  1480. libofa0:amd64 0.9.3-10ubuntu1 library for acoustic fingerprinting
  1481. libogg0:amd64 1.3.2-1 Ogg bitstream library
  1482. libopenal-data 1:1.16.0-3 Software implementation of the OpenAL audio API (data files)
  1483. libopenal1:amd64 1:1.16.0-3 Software implementation of the OpenAL audio API (shared library)
  1484. libopencore-amrnb0:amd64 0.1.3-2.1 Adaptive Multi Rate speech codec - shared library
  1485. libopencore-amrwb0:amd64 0.1.3-2.1 Adaptive Multi-Rate - Wideband speech codec - shared library
  1486. libopencv-calib3d2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision Camera Calibration library
  1487. libopencv-contrib2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision contrib library
  1488. libopencv-core2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision core library
  1489. libopencv-features2d2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision Feature Detection and Descriptor Extraction library
  1490. libopencv-flann2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision Clustering and Search in Multi-Dimensional spaces library
  1491. libopencv-highgui2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision High-level GUI and Media I/O library
  1492. libopencv-imgproc2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision Image Processing library
  1493. libopencv-legacy2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision legacy library
  1494. libopencv-ml2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision Machine Learning library
  1495. libopencv-objdetect2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision Object Detection library
  1496. libopencv-video2.4v5:amd64 2.4.9.1+dfsg-1.5ubuntu1 computer vision Video analysis library
  1497. libopenexr22:amd64 2.2.0-10ubuntu2 runtime files for the OpenEXR image library
  1498. libopenjpeg5:amd64 1:1.5.2-3.1 JPEG 2000 image compression/decompression library - runtime
  1499. libopus0:amd64 1.1.2-1ubuntu1 Opus codec runtime library
  1500. liborc-0.4-0:amd64 1:0.4.25-1 Library of Optimized Inner Loops Runtime Compiler
  1501. liborcus-0.10-0v5:amd64 0.9.2-4ubuntu2 library for processing spreadsheet documents
  1502. liboxideqt-qmlplugin:amd64 1.21.5-0ubuntu0.16.04.1 Web browser engine for Qt (QML plugin)
  1503. liboxideqtcore0:amd64 1.21.5-0ubuntu0.16.04.1 Web browser engine for Qt (core library and components)
  1504. liboxideqtquick0:amd64 1.21.5-0ubuntu0.16.04.1 Web browser engine for Qt (QtQuick library)
  1505. libp11-kit-gnome-keyring:amd64 3.18.3-0ubuntu2 GNOME keyring module for the PKCS#11 module loading library
  1506. libp11-kit0:amd64 0.23.2-3 Library for loading and coordinating access to PKCS#11 modules - runtime
  1507. libpackagekit-glib2-16:amd64 0.8.17-4ubuntu6~gcc5.4ubuntu1 Library for accessing PackageKit using GLib
  1508. libpagemaker-0.0-0:amd64 0.0.3-1ubuntu1 Library for importing and converting PageMaker Documents
  1509. libpam-gnome-keyring:amd64 3.18.3-0ubuntu2 PAM module to unlock the GNOME keyring upon login
  1510. libpam-modules:amd64 1.1.8-3.2ubuntu2 Pluggable Authentication Modules for PAM
  1511. libpam-modules-bin 1.1.8-3.2ubuntu2 Pluggable Authentication Modules for PAM - helper binaries
  1512. libpam-runtime 1.1.8-3.2ubuntu2 Runtime support for the PAM library
  1513. libpam-systemd:amd64 229-4ubuntu21.1 system and service manager - PAM module
  1514. libpam0g:amd64 1.1.8-3.2ubuntu2 Pluggable Authentication Modules library
  1515. libpango-1.0-0:amd64 1.38.1-1 Layout and rendering of internationalized text
  1516. libpango-perl 1.227-1 Perl module to layout and render international text
  1517. libpango1.0-0:amd64 1.38.1-1 Layout and rendering of internationalized text (transitional package)
  1518. libpangocairo-1.0-0:amd64 1.38.1-1 Layout and rendering of internationalized text
  1519. libpangoft2-1.0-0:amd64 1.38.1-1 Layout and rendering of internationalized text
  1520. libpangomm-1.4-1v5:amd64 2.38.1-1 C++ Wrapper for pango (shared libraries)
  1521. libpangox-1.0-0:amd64 0.0.2-5 pango library X backend
  1522. libpangoxft-1.0-0:amd64 1.38.1-1 Layout and rendering of internationalized text
  1523. libpaper-utils 1.1.24+nmu4ubuntu1 library for handling paper characteristics (utilities)
  1524. libpaper1:amd64 1.1.24+nmu4ubuntu1 library for handling paper characteristics
  1525. libparse-debianchangelog-perl 1.2.0-8 parse Debian changelogs and output them in other formats
  1526. libparted2:amd64 3.2-15 disk partition manipulator - shared library
  1527. libpcap0.8:amd64 1.7.4-2 system interface for user-level packet capture
  1528. libpci3:amd64 1:3.3.1-1.1ubuntu1 Linux PCI Utilities (shared library)
  1529. libpciaccess0:amd64 0.13.4-1 Generic PCI access library for X
  1530. libpcre16-3:amd64 2:8.38-3.1 Perl 5 Compatible Regular Expression Library - 16 bit runtime files
  1531. libpcre3:amd64 2:8.38-3.1 Perl 5 Compatible Regular Expression Library - runtime files
  1532. libpcsclite1:amd64 1.8.14-1ubuntu1.16.04.1 Middleware to access a smart card using PC/SC (library)
  1533. libpeas-1.0-0:amd64 1.16.0-1ubuntu2 Application plugin library
  1534. libpeas-1.0-0-python3loader 1.16.0-1ubuntu2 Application plugin library
  1535. libpeas-common 1.16.0-1ubuntu2 Application plugin library (common files)
  1536. libperl5.22:amd64 5.22.1-9ubuntu0.2 shared Perl library
  1537. libperlio-gzip-perl 0.19-1build1 module providing a PerlIO layer to gzip/gunzip
  1538. libpipeline1:amd64 1.4.1-2 pipeline manipulation library
  1539. libpixman-1-0:amd64 0.33.6-1 pixel-manipulation library for X and cairo
  1540. libplist3:amd64 1.12-3.1ubuntu0.16.04.1 Library for handling Apple binary and XML property lists
  1541. libplymouth4:amd64 0.9.2-3ubuntu13 graphical boot animation and logger - shared libraries
  1542. libpng12-0:amd64 1.2.54-1ubuntu1 PNG library - runtime
  1543. libpolkit-agent-1-0:amd64 0.105-14.1 PolicyKit Authentication Agent API
  1544. libpolkit-backend-1-0:amd64 0.105-14.1 PolicyKit backend API
  1545. libpolkit-gobject-1-0:amd64 0.105-14.1 PolicyKit Authorization API
  1546. libpoppler-glib8:amd64 0.41.0-0ubuntu1.6 PDF rendering library (GLib-based shared library)
  1547. libpoppler58:amd64 0.41.0-0ubuntu1.6 PDF rendering library
  1548. libpopt0:amd64 1.16-10 lib for parsing cmdline parameters
  1549. libportaudio2:amd64 19+svn20140130-1build1 Portable audio I/O - shared library
  1550. libpostproc-ffmpeg53:amd64 7:2.8.11-0ubuntu0.16.04.1 FFmpeg library for post processing - runtime files
  1551. libprocps4:amd64 2:3.3.10-4ubuntu2 library for accessing process information from /proc
  1552. libprotobuf-lite9v5:amd64 2.6.1-1.3 protocol buffers C++ library (lite version)
  1553. libprotobuf9v5:amd64 2.6.1-1.3 protocol buffers C++ library
  1554. libproxy1-plugin-gsettings:amd64 0.4.11-5ubuntu1 automatic proxy configuration management library (GSettings plugin)
  1555. libproxy1-plugin-networkmanager:amd64 0.4.11-5ubuntu1 automatic proxy configuration management library (Network Manager plugin)
  1556. libproxy1v5:amd64 0.4.11-5ubuntu1 automatic proxy configuration management library (shared)
  1557. libpulse-mainloop-glib0:amd64 1:8.0-0ubuntu3 PulseAudio client libraries (glib support)
  1558. libpulse0:amd64 1:8.0-0ubuntu3 PulseAudio client libraries
  1559. libpulsedsp:amd64 1:8.0-0ubuntu3 PulseAudio OSS pre-load library
  1560. libpwquality-common 1.3.0-0ubuntu1 library for password quality checking and generation (data files)
  1561. libpwquality1:amd64 1.3.0-0ubuntu1 library for password quality checking and generation
  1562. libpython-stdlib:amd64 2.7.11-1 interactive high-level object-oriented language (default python version)
  1563. libpython2.7:amd64 2.7.12-1ubuntu0~16.04.2 Shared Python runtime library (version 2.7)
  1564. libpython2.7-minimal:amd64 2.7.12-1ubuntu0~16.04.2 Minimal subset of the Python language (version 2.7)
  1565. libpython2.7-stdlib:amd64 2.7.12-1ubuntu0~16.04.2 Interactive high-level object-oriented language (standard library, version 2.7)
  1566. libpython3-stdlib:amd64 3.5.1-3 interactive high-level object-oriented language (default python3 version)
  1567. libpython3.5:amd64 3.5.2-2ubuntu0~16.04.4 Shared Python runtime library (version 3.5)
  1568. libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.4 Minimal subset of the Python language (version 3.5)
  1569. libpython3.5-stdlib:amd64 3.5.2-2ubuntu0~16.04.4 Interactive high-level object-oriented language (standard library, version 3.5)
  1570. libqmi-glib1:amd64 1.12.6-1 Support library to use the Qualcomm MSM Interface (QMI) protocol
  1571. libqmi-proxy 1.12.6-1 Proxy to communicate with QMI ports
  1572. libqpdf17:amd64 6.0.0-2 runtime library for PDF transformation/inspection software
  1573. libqqwing2v5:amd64 1.3.4-1 tool for generating and solving Sudoku puzzles (library)
  1574. libqt4-dbus:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 D-Bus module
  1575. libqt4-declarative:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 Declarative module
  1576. libqt4-network:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 network module
  1577. libqt4-script:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 script module
  1578. libqt4-sql:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 SQL module
  1579. libqt4-sql-sqlite:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 SQLite 3 database driver
  1580. libqt4-xml:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 XML module
  1581. libqt4-xmlpatterns:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 XML patterns module
  1582. libqt5core5a:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 core module
  1583. libqt5dbus5:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 D-Bus module
  1584. libqt5feedback5:amd64 5.0~git20130529-0ubuntu13 Qt Feedback module
  1585. libqt5gui5:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 GUI module
  1586. libqt5multimedia5:amd64 5.5.1-4ubuntu2 Qt 5 Multimedia module
  1587. libqt5network5:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 network module
  1588. libqt5opengl5:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 OpenGL module
  1589. libqt5organizer5:amd64 5.0~git20140515~29475884-0ubuntu20 Qt PIM module, Organizer library
  1590. libqt5positioning5:amd64 5.5.1-3ubuntu1 Qt Positioning module
  1591. libqt5printsupport5:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 print support module
  1592. libqt5qml5:amd64 5.5.1-2ubuntu6 Qt 5 QML module
  1593. libqt5quick5:amd64 5.5.1-2ubuntu6 Qt 5 Quick library
  1594. libqt5quicktest5:amd64 5.5.1-2ubuntu6 Qt 5 Quick Test library
  1595. libqt5sql5:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 SQL module
  1596. libqt5sql5-sqlite:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 SQLite 3 database driver
  1597. libqt5svg5:amd64 5.5.1-2build1 Qt 5 SVG module
  1598. libqt5test5:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 test module
  1599. libqt5webkit5:amd64 5.5.1+dfsg-2ubuntu1 Web content engine library for Qt
  1600. libqt5widgets5:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 widgets module
  1601. libqt5x11extras5:amd64 5.5.1-3build1 Qt 5 X11 extras
  1602. libqt5xml5:amd64 5.5.1+dfsg-16ubuntu7 Qt 5 XML module
  1603. libqtcore4:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 core module
  1604. libqtdbus4:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 D-Bus module library
  1605. libqtgui4:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 GUI module
  1606. libquadmath0:amd64 5.4.0-6ubuntu1~16.04.9 GCC Quad-Precision Math Library
  1607. libquvi-scripts 0.4.21-2 library for parsing video download links (Lua scripts)
  1608. libquvi7:amd64 0.4.1-3 library for parsing video download links (runtime libraries)
  1609. libraptor2-0:amd64 2.0.14-1 Raptor 2 RDF syntax library
  1610. librasqal3:amd64 0.9.32-1 Rasqal RDF query library
  1611. libraw1394-11:amd64 2.1.1-2 library for direct access to IEEE 1394 bus (aka FireWire)
  1612. libraw15:amd64 0.17.1-1ubuntu0.1 raw image decoder library
  1613. librdf0:amd64 1.0.17-1build1 Redland Resource Description Framework (RDF) library
  1614. libreadline6:amd64 6.3-8ubuntu2 GNU readline and history libraries, run-time libraries
  1615. libreoffice-avmedia-backend-gstreamer 1:5.1.6~rc2-0ubuntu1~xenial3 GStreamer backend for LibreOffice
  1616. libreoffice-base-core 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- shared library
  1617. libreoffice-calc 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- spreadsheet
  1618. libreoffice-common 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- arch-independent files
  1619. libreoffice-core 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- arch-dependent files
  1620. libreoffice-draw 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- drawing
  1621. libreoffice-gnome 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- GNOME integration
  1622. libreoffice-gtk 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- GTK+ integration
  1623. libreoffice-help-en-us 1:5.1.4-0ubuntu1 office productivity suite -- English_american help
  1624. libreoffice-impress 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- presentation
  1625. libreoffice-math 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- equation editor
  1626. libreoffice-ogltrans 1:5.1.6~rc2-0ubuntu1~xenial3 LibreOffice Impress extension for slide transitions using OpenGL
  1627. libreoffice-pdfimport 1:5.1.6~rc2-0ubuntu1~xenial3 PDF Import component for LibreOffice
  1628. libreoffice-style-breeze 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- Breeze symbol style
  1629. libreoffice-style-galaxy 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- Galaxy (Default) symbol style
  1630. libreoffice-writer 1:5.1.6~rc2-0ubuntu1~xenial3 office productivity suite -- word processor
  1631. librest-0.7-0:amd64 0.7.93-1 REST service access library
  1632. librevenge-0.0-0:amd64 0.0.4-4ubuntu1 Base Library for writing document interface filters
  1633. librhythmbox-core9:amd64 3.3-1ubuntu7 support library for the rhythmbox music player
  1634. libroken18-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - roken support library
  1635. librsvg2-2:amd64 2.40.13-3 SAX-based renderer library for SVG files (runtime)
  1636. librsvg2-common:amd64 2.40.13-3 SAX-based renderer library for SVG files (extra runtime)
  1637. librtmp1:amd64 2.4+20151223.gitfa8646d-1ubuntu0.1 toolkit for RTMP streams (shared library)
  1638. libsamplerate0:amd64 0.1.8-8 Audio sample rate conversion library
  1639. libsane:amd64 1.0.25+git20150528-1ubuntu2 API library for scanners
  1640. libsane-common 1.0.25+git20150528-1ubuntu2 API library for scanners -- documentation and support files
  1641. libsane-hpaio:amd64 3.16.3+repack0-1 HP SANE backend for multi-function peripherals
  1642. libsasl2-2:amd64 2.1.26.dfsg1-14build1 Cyrus SASL - authentication abstraction library
  1643. libsasl2-modules:amd64 2.1.26.dfsg1-14build1 Cyrus SASL - pluggable authentication modules
  1644. libsasl2-modules-db:amd64 2.1.26.dfsg1-14build1 Cyrus SASL - pluggable authentication modules (DB)
  1645. libsbc1:amd64 1.3-1 Sub Band CODEC library - runtime
  1646. libschroedinger-1.0-0:amd64 1.0.11-2.1build1 library for encoding/decoding of Dirac video streams
  1647. libsdl1.2debian:amd64 1.2.15+dfsg1-3 Simple DirectMedia Layer
  1648. libseccomp2:amd64 2.2.3-3ubuntu3 high level interface to Linux seccomp filter
  1649. libsecret-1-0:amd64 0.18.4-1ubuntu2 Secret store
  1650. libsecret-common 0.18.4-1ubuntu2 Secret store (common files)
  1651. libselinux1:amd64 2.4-3build2 SELinux runtime shared libraries
  1652. libsemanage-common 2.3-1build3 Common files for SELinux policy management libraries
  1653. libsemanage1:amd64 2.3-1build3 SELinux policy management library
  1654. libsensors4:amd64 1:3.4.0-2 library to read temperature/voltage/fan sensors
  1655. libsepol1:amd64 2.4-2 SELinux library for manipulating binary security policies
  1656. libsgutils2-2 1.40-0ubuntu1 utilities for devices using the SCSI command set (shared libraries)
  1657. libshine3:amd64 3.1.0-4 Fixed-point MP3 encoding library - runtime files
  1658. libshout3:amd64 2.3.1-3 MP3/Ogg Vorbis broadcast streaming library
  1659. libsidplay1v5 1.36.59-8 SID (MOS 6581) emulation library
  1660. libsigc++-2.0-0v5:amd64 2.6.2-1 type-safe Signal Framework for C++ - runtime
  1661. libsignon-extension1:amd64 8.58+16.04.20151106-0ubuntu1 Single Sign On framework
  1662. libsignon-glib1:amd64 1.13+16.04.20151209.1-0ubuntu1 library for signond
  1663. libsignon-plugins-common1:amd64 8.58+16.04.20151106-0ubuntu1 Single Sign On framework
  1664. libsignon-qt5-1:amd64 8.58+16.04.20151106-0ubuntu1 Single Sign On framework
  1665. libsigsegv2:amd64 2.10-4 Library for handling page faults in a portable way
  1666. libslang2:amd64 2.3.0-2ubuntu1 S-Lang programming library - runtime version
  1667. libsm6:amd64 2:1.2.2-1 X11 Session Management library
  1668. libsmartcols1:amd64 2.27.1-6ubuntu3 smart column output alignment library
  1669. libsmbclient:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.12 shared library for communication with SMB/CIFS servers
  1670. libsnappy1v5:amd64 1.1.3-2 fast compression/decompression library
  1671. libsndfile1:amd64 1.0.25-10ubuntu0.16.04.1 Library for reading/writing audio files
  1672. libsnmp-base 5.7.3+dfsg-1ubuntu4 SNMP configuration script, MIBs and documentation
  1673. libsnmp30:amd64 5.7.3+dfsg-1ubuntu4 SNMP (Simple Network Management Protocol) library
  1674. libsocket6-perl 0.25-1build2 Perl extensions for IPv6
  1675. libsodium18:amd64 1.0.8-5 Network communication, cryptography and signaturing library
  1676. libsonic0:amd64 0.2.0-3 Simple library to speed up or slow down speech
  1677. libsoundtouch1:amd64 1.9.2-2 Sound stretching library
  1678. libsoup-gnome2.4-1:amd64 2.52.2-1ubuntu0.2 HTTP library implementation in C -- GNOME support library
  1679. libsoup2.4-1:amd64 2.52.2-1ubuntu0.2 HTTP library implementation in C -- Shared library
  1680. libsoxr0:amd64 0.1.2-1 High quality 1D sample-rate conversion library
  1681. libspandsp2:amd64 0.0.6-2.1 Telephony signal processing library
  1682. libspectre1:amd64 0.2.7-3ubuntu2 Library for rendering PostScript documents
  1683. libspeechd2:amd64 0.8.3-1ubuntu3 Speech Dispatcher: Shared libraries
  1684. libspeex1:amd64 1.2~rc1.2-1ubuntu1 The Speex codec runtime library
  1685. libspeexdsp1:amd64 1.2~rc1.2-1ubuntu1 The Speex extended runtime library
  1686. libsqlite3-0:amd64 3.11.0-1ubuntu1 SQLite 3 shared library
  1687. libsrtp0 1.4.5~20130609~dfsg-1.1ubuntu1 Secure RTP (SRTP) and UST Reference Implementations - shared library
  1688. libss2:amd64 1.42.13-1ubuntu1 command-line interface parsing library
  1689. libssh-4:amd64 0.6.3-4.3 tiny C SSH library (OpenSSL flavor)
  1690. libssh-gcrypt-4:amd64 0.6.3-4.3 tiny C SSH library (gcrypt flavor)
  1691. libssl-dev:amd64 1.0.2g-1ubuntu4.10 Secure Sockets Layer toolkit - development files
  1692. libssl-doc 1.0.2g-1ubuntu4.10 Secure Sockets Layer toolkit - development documentation
  1693. libssl1.0.0:amd64 1.0.2g-1ubuntu4.10 Secure Sockets Layer toolkit - shared libraries
  1694. libstartup-notification0:amd64 0.12-4build1 library for program launch feedback (shared library)
  1695. libstdc++-5-dev:amd64 5.4.0-6ubuntu1~16.04.9 GNU Standard C++ Library v3 (development files)
  1696. libstdc++6:amd64 5.4.0-6ubuntu1~16.04.9 GNU Standard C++ Library v3
  1697. libsub-name-perl 0.14-1build1 module for assigning a new name to referenced sub
  1698. libsuitesparseconfig4.4.6:amd64 1:4.4.6-1 configuration routines for all SuiteSparse modules
  1699. libswresample-ffmpeg1:amd64 7:2.8.11-0ubuntu0.16.04.1 FFmpeg library for audio resampling, rematrixing etc. - runtime files
  1700. libswscale-ffmpeg3:amd64 7:2.8.11-0ubuntu0.16.04.1 FFmpeg library for image scaling and various conversions - runtime files
  1701. libsystemd0:amd64 229-4ubuntu21.1 systemd utility library
  1702. libtag1v5:amd64 1.9.1-2.4ubuntu1 audio meta-data library
  1703. libtag1v5-vanilla:amd64 1.9.1-2.4ubuntu1 audio meta-data library - vanilla flavour
  1704. libtalloc2:amd64 2.1.5-2 hierarchical pool based memory allocator
  1705. libtasn1-6:amd64 4.7-3ubuntu0.16.04.3 Manage ASN.1 structures (runtime)
  1706. libtbb2:amd64 4.4~20151115-0ubuntu3 parallelism library for C++ - runtime files
  1707. libtcl8.6:amd64 8.6.5+dfsg-2 Tcl (the Tool Command Language) v8.6 - run-time library files
  1708. libtdb1:amd64 1.3.8-2 Trivial Database - shared library
  1709. libtelepathy-glib0:amd64 0.24.1-1.1 Telepathy framework - GLib library
  1710. libtevent0:amd64 0.9.28-0ubuntu0.16.04.1 talloc-based event loop library - shared library
  1711. libtext-charwidth-perl 0.04-7build5 get display widths of characters on the terminal
  1712. libtext-iconv-perl 1.7-5build4 converts between character sets in Perl
  1713. libtext-levenshtein-perl 0.13-1 implementation of the Levenshtein edit distance
  1714. libtext-wrapi18n-perl 0.06-7.1 internationalized substitute of Text::Wrap
  1715. libthai-data 0.1.24-2 Data files for Thai language support library
  1716. libthai0:amd64 0.1.24-2 Thai language support library
  1717. libtheora0:amd64 1.1.1+dfsg.1-8 Theora Video Compression Codec
  1718. libtie-ixhash-perl 1.23-2 Perl module to order associative arrays
  1719. libtiff5:amd64 4.0.6-1ubuntu0.2 Tag Image File Format (TIFF) library
  1720. libtimedate-perl 2.3000-2 collection of modules to manipulate date/time information
  1721. libtimezonemap-data 0.4.5 GTK+3 timezone map widget - data files
  1722. libtimezonemap1:amd64 0.4.5 GTK+3 timezone map widget
  1723. libtinfo5:amd64 6.0+20160213-1ubuntu1 shared low-level terminfo library for terminal handling
  1724. libtk8.6:amd64 8.6.5-1 Tk toolkit for Tcl and X11 v8.6 - run-time files
  1725. libtotem-plparser-common 3.10.6-1ubuntu1 Totem Playlist Parser library - common files
  1726. libtotem-plparser18:amd64 3.10.6-1ubuntu1 Totem Playlist Parser library - runtime files
  1727. libtotem0:amd64 3.18.1-1ubuntu4 Main library for the Totem media player
  1728. libtracker-sparql-1.0-0:amd64 1.6.2-0ubuntu1.1 metadata database, indexer and search tool - library
  1729. libtsan0:amd64 5.4.0-6ubuntu1~16.04.9 ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
  1730. libtwolame0:amd64 0.3.13-1.2 MPEG Audio Layer 2 encoding library
  1731. libtxc-dxtn-s2tc0:amd64 0~git20131104-1.1 Texture compression library for Mesa
  1732. libubsan0:amd64 5.4.0-6ubuntu1~16.04.9 UBSan -- undefined behaviour sanitizer (runtime)
  1733. libubuntugestures5:amd64 1.3.1918+16.04.20160404-0ubuntu1 Ubuntu gestures library for Ubuntu UI Toolkit
  1734. libubuntutoolkit5:amd64 1.3.1918+16.04.20160404-0ubuntu1 Ubuntu toolkit common library for Ubuntu UI Toolkit
  1735. libudev1:amd64 229-4ubuntu21.1 libudev shared library
  1736. libudisks2-0:amd64 2.1.7-1ubuntu1 GObject based library to access udisks2
  1737. libunistring0:amd64 0.9.3-5.2ubuntu1 Unicode string library for C
  1738. libunity-action-qt1:amd64 1.1.0+14.04.20140304-0ubuntu2~gcc5.1 Unity Action Qt API
  1739. libunity-control-center1 15.04.0+16.04.20160413-0ubuntu1 utilities to configure the GNOME desktop
  1740. libunity-core-6.0-9:amd64 7.4.0+16.04.20160415-0ubuntu1 core library for the Unity interface
  1741. libunity-gtk2-parser0:amd64 0.0.0+15.04.20150118-0ubuntu2 GtkMenuShell to GMenuModel parser
  1742. libunity-gtk3-parser0:amd64 0.0.0+15.04.20150118-0ubuntu2 GtkMenuShell to GMenuModel parser
  1743. libunity-misc4 4.0.5+14.04.20140115-0ubuntu1 Miscellaneous functions for Unity - shared library
  1744. libunity-protocol-private0:amd64 7.1.4+15.10.20151002-0ubuntu2 binding to get places into the launcher - private library
  1745. libunity-scopes-json-def-desktop 7.1.4+15.10.20151002-0ubuntu2 binding to get places into the launcher - desktop def file
  1746. libunity-settings-daemon1:amd64 15.04.1+16.04.20160209-0ubuntu1 Helper library for accessing settings
  1747. libunity-webapps0:amd64 2.5.0~+16.04.20160201-0ubuntu1 Web Apps integration with the Unity desktop
  1748. libunity9:amd64 7.1.4+15.10.20151002-0ubuntu2 binding to get places into the launcher - shared library
  1749. libunwind8 1.1-4.1 library to determine the call-chain of a program - runtime
  1750. libupower-glib3:amd64 0.99.4-2 abstraction for power management - shared library
  1751. liburi-perl 1.71-1 module to manipulate and access URI strings
  1752. liburl-dispatcher1:amd64 0.1+16.04.20151110-0ubuntu2 library for sending requests to the url dispatcher
  1753. libusb-0.1-4:amd64 2:0.1.12-28 userspace USB programming library
  1754. libusb-1.0-0:amd64 2:1.0.20-1 userspace USB programming library
  1755. libusbmuxd4:amd64 1.0.10-2ubuntu0.1 USB multiplexor daemon for iPhone and iPod Touch devices - library
  1756. libustr-1.0-1:amd64 1.0.4-5 Micro string library: shared library
  1757. libutempter0:amd64 1.1.6-3 privileged helper for utmp/wtmp updates (runtime)
  1758. libuuid-perl 0.24-1build1 Perl extension for using UUID interfaces as defined in e2fsprogs
  1759. libuuid1:amd64 2.27.1-6ubuntu3 Universally Unique ID library
  1760. libv4l-0:amd64 1.10.0-1 Collection of video4linux support libraries
  1761. libv4lconvert0:amd64 1.10.0-1 Video4linux frame format conversion library
  1762. libva1:amd64 1.7.0-1 Video Acceleration (VA) API for Linux -- runtime
  1763. libvdpau1:amd64 1.1.1-3ubuntu1 Video Decode and Presentation API for Unix (libraries)
  1764. libvisio-0.1-1:amd64 0.1.5-1ubuntu1 library for parsing the visio file structure
  1765. libvisual-0.4-0:amd64 0.4.0-8 audio visualization framework
  1766. libvncclient1:amd64 0.9.10+dfsg-3ubuntu0.16.04.1 API to write one's own VNC server - client library
  1767. libvo-aacenc0:amd64 0.1.3-1 VisualOn AAC encoder library
  1768. libvo-amrwbenc0:amd64 0.1.3-1 VisualOn AMR-WB encoder library
  1769. libvorbis0a:amd64 1.3.5-3ubuntu0.1 decoder library for Vorbis General Audio Compression Codec
  1770. libvorbisenc2:amd64 1.3.5-3ubuntu0.1 encoder library for Vorbis General Audio Compression Codec
  1771. libvorbisfile3:amd64 1.3.5-3ubuntu0.1 high-level API for Vorbis General Audio Compression Codec
  1772. libvorbisidec1 1.0.2+svn18153-0.2 Integer-only Ogg Vorbis decoder, AKA "tremor"
  1773. libvpx3:amd64 1.5.0-2ubuntu1 VP8 and VP9 video codec (shared library)
  1774. libvte-2.91-0:amd64 0.42.5-1ubuntu1 Terminal emulator widget for GTK+ 3.0 - runtime files
  1775. libvte-2.91-common 0.42.5-1ubuntu1 Terminal emulator widget for GTK+ 3.0 - common files
  1776. libwacom-bin 0.18-1 Wacom model feature query library -- binaries
  1777. libwacom-common 0.18-1 Wacom model feature query library (common files)
  1778. libwacom2:amd64 0.18-1 Wacom model feature query library
  1779. libwavpack1:amd64 4.75.2-2ubuntu0.1 audio codec (lossy and lossless) - library
  1780. libwayland-client0:amd64 1.12.0-1~ubuntu16.04.2 wayland compositor infrastructure - client library
  1781. libwayland-cursor0:amd64 1.12.0-1~ubuntu16.04.2 wayland compositor infrastructure - cursor library
  1782. libwayland-egl1-mesa:amd64 11.2.0-1ubuntu2 implementation of the Wayland EGL platform -- runtime
  1783. libwayland-server0:amd64 1.12.0-1~ubuntu16.04.2 wayland compositor infrastructure - server library
  1784. libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.12 Samba winbind client library
  1785. libwebkit2gtk-4.0-37:amd64 2.18.6-0ubuntu0.16.04.1 Web content engine library for GTK+
  1786. libwebkit2gtk-4.0-37-gtk2:amd64 2.18.6-0ubuntu0.16.04.1 Web content engine library for GTK+ - GTK+2 plugin process
  1787. libwebp5:amd64 0.4.4-1 Lossy compression of digital photographic images.
  1788. libwebpmux1:amd64 0.4.4-1 Lossy compression of digital photographic images.
  1789. libwebrtc-audio-processing-0:amd64 0.1-3ubuntu1~gcc5.1 AudioProcessing module from the WebRTC project.
  1790. libwhoopsie-preferences0 0.18 Ubuntu error tracker submission settings - shared library
  1791. libwhoopsie0:amd64 0.2.52 Ubuntu error tracker submission - shared library
  1792. libwildmidi-config 0.3.8-2 software MIDI player configuration
  1793. libwildmidi1:amd64 0.3.8-2 software MIDI player library
  1794. libwind0-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - stringprep implementation
  1795. libwinpr-crt0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (crt library)
  1796. libwinpr-dsparse0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (dsparse library)
  1797. libwinpr-environment0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (environment library)
  1798. libwinpr-file0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (file library)
  1799. libwinpr-handle0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (handle library)
  1800. libwinpr-heap0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (heap library)
  1801. libwinpr-input0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (input library)
  1802. libwinpr-interlocked0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (interlocked library)
  1803. libwinpr-library0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (library)
  1804. libwinpr-path0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (path library)
  1805. libwinpr-pool0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (pool library)
  1806. libwinpr-registry0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (registry library)
  1807. libwinpr-rpc0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (RPC library)
  1808. libwinpr-sspi0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (sspi library)
  1809. libwinpr-synch0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (synch library)
  1810. libwinpr-sysinfo0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (sysinfo library)
  1811. libwinpr-thread0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (thread library)
  1812. libwinpr-utils0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (utils library)
  1813. libwmf0.2-7:amd64 0.2.8.4-10.5ubuntu1 Windows metafile conversion library
  1814. libwmf0.2-7-gtk 0.2.8.4-10.5ubuntu1 Windows metafile conversion library
  1815. libwnck-3-0:amd64 3.14.1-2 Window Navigator Construction Kit - runtime files
  1816. libwnck-3-common 3.14.1-2 Window Navigator Construction Kit - common files
  1817. libwpd-0.10-10:amd64 0.10.1-1ubuntu1 Library for handling WordPerfect documents (shared library)
  1818. libwpg-0.3-3:amd64 0.3.1-1ubuntu1 WordPerfect graphics import/convert library (shared library)
  1819. libwps-0.4-4:amd64 0.4.3-1ubuntu1 Works text file format import filter library (shared library)
  1820. libwrap0:amd64 7.6.q-25 Wietse Venema's TCP wrappers library
  1821. libwww-perl 6.15-1 simple and consistent interface to the world-wide web
  1822. libwww-robotrules-perl 6.01-1 database of robots.txt-derived permissions
  1823. libx11-6:amd64 2:1.6.3-1ubuntu2 X11 client-side library
  1824. libx11-data 2:1.6.3-1ubuntu2 X11 client-side library
  1825. libx11-protocol-perl 0.56-7 Perl module for the X Window System Protocol, version 11
  1826. libx11-xcb1:amd64 2:1.6.3-1ubuntu2 Xlib/XCB interface library
  1827. libx264-148:amd64 2:0.148.2643+git5c65704-1 x264 video coding library
  1828. libx265-79:amd64 1.9-3 H.265/HEVC video stream encoder (shared library)
  1829. libx86-1:amd64 1.1+ds1-10 x86 real-mode library
  1830. libxapian22v5:amd64 1.2.22-2 Search engine library
  1831. libxatracker2:amd64 11.2.0-1ubuntu2 X acceleration library -- runtime
  1832. libxau6:amd64 1:1.0.8-1 X11 authorisation library
  1833. libxaw7:amd64 2:1.0.13-1 X11 Athena Widget library
  1834. libxcb-dri2-0:amd64 1.11.1-1ubuntu1 X C Binding, dri2 extension
  1835. libxcb-dri3-0:amd64 1.11.1-1ubuntu1 X C Binding, dri3 extension
  1836. libxcb-glx0:amd64 1.11.1-1ubuntu1 X C Binding, glx extension
  1837. libxcb-icccm4:amd64 0.4.1-1ubuntu1 utility libraries for X C Binding -- icccm
  1838. libxcb-image0:amd64 0.4.0-1build1 utility libraries for X C Binding -- image
  1839. libxcb-keysyms1:amd64 0.4.0-1 utility libraries for X C Binding -- keysyms
  1840. libxcb-present0:amd64 1.11.1-1ubuntu1 X C Binding, present extension
  1841. libxcb-randr0:amd64 1.11.1-1ubuntu1 X C Binding, randr extension
  1842. libxcb-render-util0:amd64 0.3.9-1 utility libraries for X C Binding -- render-util
  1843. libxcb-render0:amd64 1.11.1-1ubuntu1 X C Binding, render extension
  1844. libxcb-shape0:amd64 1.11.1-1ubuntu1 X C Binding, shape extension
  1845. libxcb-shm0:amd64 1.11.1-1ubuntu1 X C Binding, shm extension
  1846. libxcb-sync1:amd64 1.11.1-1ubuntu1 X C Binding, sync extension
  1847. libxcb-util1:amd64 0.4.0-0ubuntu3 utility libraries for X C Binding -- atom, aux and event
  1848. libxcb-xfixes0:amd64 1.11.1-1ubuntu1 X C Binding, xfixes extension
  1849. libxcb-xkb1:amd64 1.11.1-1ubuntu1 X C Binding, XKEYBOARD extension
  1850. libxcb1:amd64 1.11.1-1ubuntu1 X C Binding
  1851. libxcomposite1:amd64 1:0.4.4-1 X11 Composite extension library
  1852. libxcursor1:amd64 1:1.1.14-1ubuntu0.16.04.1 X cursor management library
  1853. libxdamage1:amd64 1:1.1.4-2 X11 damaged region extension library
  1854. libxdmcp6:amd64 1:1.1.2-1.1 X11 Display Manager Control Protocol library
  1855. libxext6:amd64 2:1.3.3-1 X11 miscellaneous extension library
  1856. libxfixes3:amd64 1:5.0.1-2 X11 miscellaneous 'fixes' extension library
  1857. libxfont1:amd64 1:1.5.1-1ubuntu0.16.04.4 X11 font rasterisation library
  1858. libxft2:amd64 2.3.2-1 FreeType-based font drawing library for X
  1859. libxi6:amd64 2:1.7.6-1 X11 Input extension library
  1860. libxinerama1:amd64 2:1.1.3-1 X11 Xinerama extension library
  1861. libxkbcommon-x11-0:amd64 0.5.0-1ubuntu2 library to create keymaps with the XKB X11 protocol
  1862. libxkbcommon0:amd64 0.5.0-1ubuntu2 library interface to the XKB compiler - shared library
  1863. libxkbfile1:amd64 1:1.0.9-0ubuntu1 X11 keyboard file manipulation library
  1864. libxklavier16:amd64 5.4-0ubuntu2 X Keyboard Extension high-level API
  1865. libxml-parser-perl 2.44-1build1 Perl module for parsing XML files
  1866. libxml-twig-perl 1:3.48-1 Perl module for processing huge XML documents in tree mode
  1867. libxml-xpathengine-perl 0.13-1 re-usable XPath engine for DOM-like trees
  1868. libxml2:amd64 2.9.3+dfsg1-1ubuntu0.5 GNOME XML library
  1869. libxmu6:amd64 2:1.1.2-2 X11 miscellaneous utility library
  1870. libxmuu1:amd64 2:1.1.2-2 X11 miscellaneous micro-utility library
  1871. libxpm4:amd64 1:3.5.11-1ubuntu0.16.04.1 X11 pixmap library
  1872. libxrandr2:amd64 2:1.5.0-1 X11 RandR extension library
  1873. libxrender1:amd64 1:0.9.9-0ubuntu1 X Rendering Extension client library
  1874. libxres1:amd64 2:1.0.7-1 X11 Resource extension library
  1875. libxshmfence1:amd64 1.2-1 X shared memory fences - shared library
  1876. libxslt1.1:amd64 1.1.28-2.1ubuntu0.1 XSLT 1.0 processing library - runtime library
  1877. libxss1:amd64 1:1.2.2-1 X11 Screen Saver extension library
  1878. libxt6:amd64 1:1.1.5-0ubuntu1 X11 toolkit intrinsics library
  1879. libxtables11:amd64 1.6.0-2ubuntu3 netfilter xtables library
  1880. libxtst6:amd64 2:1.2.2-1 X11 Testing -- Record extension library
  1881. libxv1:amd64 2:1.0.10-1 X11 Video extension library
  1882. libxvidcore4:amd64 2:1.3.4-1 Open source MPEG-4 video codec (library)
  1883. libxvmc1:amd64 2:1.0.9-1ubuntu1 X11 Video extension library
  1884. libxxf86dga1:amd64 2:1.1.4-1 X11 Direct Graphics Access extension library
  1885. libxxf86vm1:amd64 1:1.1.4-1 X11 XFree86 video mode extension library
  1886. libyajl2:amd64 2.1.0-2 Yet Another JSON Library
  1887. libyaml-0-2:amd64 0.1.6-3 Fast YAML 1.1 parser and emitter library
  1888. libyaml-libyaml-perl 0.41-6build1 Perl interface to libyaml, a YAML implementation
  1889. libyaml-tiny-perl 1.69-1 Perl module for reading and writing YAML files
  1890. libyelp0:amd64 3.18.1-1ubuntu4 Library for the GNOME help browser
  1891. libzbar0:amd64 0.10+doc-10ubuntu1 bar code scanner and decoder (library)
  1892. libzeitgeist-1.0-1:amd64 0.3.18-1ubuntu3 library to access Zeitgeist - shared library
  1893. libzeitgeist-2.0-0:amd64 0.9.16-0ubuntu4 library to access Zeitgeist - shared library
  1894. libzmq5:amd64 4.1.4-7 lightweight messaging kernel (shared library)
  1895. libzvbi-common 0.2.35-10 Vertical Blanking Interval decoder (VBI) - common files
  1896. libzvbi0:amd64 0.2.35-10 Vertical Blanking Interval decoder (VBI) - runtime files
  1897. light-themes 14.04+16.04.20160415-0ubuntu1 Light Themes (Ambiance and Radiance)
  1898. lightdm 1.18.3-0ubuntu1.1 Display Manager
  1899. lintian 2.5.43ubuntu0.1 Debian package checker
  1900. linux-base 4.0ubuntu1 Linux image base package
  1901. linux-firmware 1.157.16 Firmware for Linux kernel drivers
  1902. linux-generic 4.4.0.116.122 Complete Generic Linux kernel and headers
  1903. linux-headers-4.4.0-109 4.4.0-109.132 Header files related to Linux kernel version 4.4.0
  1904. linux-headers-4.4.0-109-generic 4.4.0-109.132 Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
  1905. linux-headers-4.4.0-112 4.4.0-112.135 Header files related to Linux kernel version 4.4.0
  1906. linux-headers-4.4.0-112-generic 4.4.0-112.135 Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
  1907. linux-headers-4.4.0-116 4.4.0-116.140 Header files related to Linux kernel version 4.4.0
  1908. linux-headers-4.4.0-116-generic 4.4.0-116.140 Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
  1909. linux-headers-4.4.0-97 4.4.0-97.120 Header files related to Linux kernel version 4.4.0
  1910. linux-headers-4.4.0-97-generic 4.4.0-97.120 Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
  1911. linux-headers-generic 4.4.0.116.122 Generic Linux kernel headers
  1912. linux-image-4.4.0-101-generic 4.4.0-101.124 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1913. linux-image-4.4.0-103-generic 4.4.0-103.126 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1914. linux-image-4.4.0-104-generic 4.4.0-104.127 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1915. linux-image-4.4.0-108-generic 4.4.0-108.131 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1916. linux-image-4.4.0-109-generic 4.4.0-109.132 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1917. linux-image-4.4.0-112-generic 4.4.0-112.135 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1918. linux-image-4.4.0-116-generic 4.4.0-116.140 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1919. linux-image-4.4.0-21-generic 4.4.0-21.37 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1920. linux-image-4.4.0-62-generic 4.4.0-62.83 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1921. linux-image-4.4.0-63-generic 4.4.0-63.84 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1922. linux-image-4.4.0-64-generic 4.4.0-64.85 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1923. linux-image-4.4.0-65-generic 4.4.0-65.86 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1924. linux-image-4.4.0-66-generic 4.4.0-66.87 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1925. linux-image-4.4.0-70-generic 4.4.0-70.91 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1926. linux-image-4.4.0-71-generic 4.4.0-71.92 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1927. linux-image-4.4.0-72-generic 4.4.0-72.93 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1928. linux-image-4.4.0-75-generic 4.4.0-75.96 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1929. linux-image-4.4.0-78-generic 4.4.0-78.99 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1930. linux-image-4.4.0-79-generic 4.4.0-79.100 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1931. linux-image-4.4.0-93-generic 4.4.0-93.116 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1932. linux-image-4.4.0-96-generic 4.4.0-96.119 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1933. linux-image-4.4.0-97-generic 4.4.0-97.120 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1934. linux-image-4.4.0-98-generic 4.4.0-98.121 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
  1935. linux-image-extra-4.4.0-101-generic 4.4.0-101.124 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1936. linux-image-extra-4.4.0-103-generic 4.4.0-103.126 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1937. linux-image-extra-4.4.0-104-generic 4.4.0-104.127 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1938. linux-image-extra-4.4.0-108-generic 4.4.0-108.131 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1939. linux-image-extra-4.4.0-109-generic 4.4.0-109.132 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1940. linux-image-extra-4.4.0-112-generic 4.4.0-112.135 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1941. linux-image-extra-4.4.0-116-generic 4.4.0-116.140 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1942. linux-image-extra-4.4.0-21-generic 4.4.0-21.37 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1943. linux-image-extra-4.4.0-62-generic 4.4.0-62.83 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1944. linux-image-extra-4.4.0-63-generic 4.4.0-63.84 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1945. linux-image-extra-4.4.0-64-generic 4.4.0-64.85 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1946. linux-image-extra-4.4.0-65-generic 4.4.0-65.86 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1947. linux-image-extra-4.4.0-66-generic 4.4.0-66.87 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1948. linux-image-extra-4.4.0-70-generic 4.4.0-70.91 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1949. linux-image-extra-4.4.0-71-generic 4.4.0-71.92 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1950. linux-image-extra-4.4.0-72-generic 4.4.0-72.93 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1951. linux-image-extra-4.4.0-75-generic 4.4.0-75.96 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1952. linux-image-extra-4.4.0-78-generic 4.4.0-78.99 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1953. linux-image-extra-4.4.0-79-generic 4.4.0-79.100 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1954. linux-image-extra-4.4.0-93-generic 4.4.0-93.116 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1955. linux-image-extra-4.4.0-96-generic 4.4.0-96.119 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1956. linux-image-extra-4.4.0-97-generic 4.4.0-97.120 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1957. linux-image-extra-4.4.0-98-generic 4.4.0-98.121 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
  1958. linux-image-generic 4.4.0.116.122 Generic Linux kernel image
  1959. linux-libc-dev:amd64 4.4.0-116.140 Linux Kernel Headers for development
  1960. linux-signed-generic 4.4.0.116.122 Complete Signed Generic Linux kernel and headers
  1961. linux-signed-image-4.4.0-101-generic 4.4.0-101.124 Signed kernel image generic
  1962. linux-signed-image-4.4.0-103-generic 4.4.0-103.126 Signed kernel image generic
  1963. linux-signed-image-4.4.0-104-generic 4.4.0-104.127 Signed kernel image generic
  1964. linux-signed-image-4.4.0-108-generic 4.4.0-108.131 Signed kernel image generic
  1965. linux-signed-image-4.4.0-109-generic 4.4.0-109.132 Signed kernel image generic
  1966. linux-signed-image-4.4.0-112-generic 4.4.0-112.135 Signed kernel image generic
  1967. linux-signed-image-4.4.0-116-generic 4.4.0-116.140 Signed kernel image generic
  1968. linux-signed-image-4.4.0-62-generic 4.4.0-62.83 Signed kernel image generic
  1969. linux-signed-image-4.4.0-63-generic 4.4.0-63.84 Signed kernel image generic
  1970. linux-signed-image-4.4.0-64-generic 4.4.0-64.85 Signed kernel image generic
  1971. linux-signed-image-4.4.0-65-generic 4.4.0-65.86 Signed kernel image generic
  1972. linux-signed-image-4.4.0-66-generic 4.4.0-66.87 Signed kernel image generic
  1973. linux-signed-image-4.4.0-70-generic 4.4.0-70.91 Signed kernel image generic
  1974. linux-signed-image-4.4.0-71-generic 4.4.0-71.92 Signed kernel image generic
  1975. linux-signed-image-4.4.0-72-generic 4.4.0-72.93 Signed kernel image generic
  1976. linux-signed-image-4.4.0-75-generic 4.4.0-75.96 Signed kernel image generic
  1977. linux-signed-image-4.4.0-78-generic 4.4.0-78.99 Signed kernel image generic
  1978. linux-signed-image-4.4.0-79-generic 4.4.0-79.100 Signed kernel image generic
  1979. linux-signed-image-4.4.0-93-generic 4.4.0-93.116 Signed kernel image generic
  1980. linux-signed-image-4.4.0-96-generic 4.4.0-96.119 Signed kernel image generic
  1981. linux-signed-image-4.4.0-97-generic 4.4.0-97.120 Signed kernel image generic
  1982. linux-signed-image-4.4.0-98-generic 4.4.0-98.121 Signed kernel image generic
  1983. linux-signed-image-generic 4.4.0.116.122 Signed Generic Linux kernel image
  1984. linux-sound-base 1.0.25+dfsg-0ubuntu5 base package for ALSA and OSS sound systems
  1985. locales 2.23-0ubuntu10 GNU C Library: National Language (locale) data [support]
  1986. login 1:4.2-3.1ubuntu5.3 system login tools
  1987. logrotate 3.8.7-2ubuntu2 Log rotation utility
  1988. lp-solve 5.5.0.13-7build2 Solve (mixed integer) linear programming problems
  1989. lsb-base 9.20160110 Linux Standard Base init script functionality
  1990. lsb-release 9.20160110 Linux Standard Base version reporting utility
  1991. lshw 02.17-1.1ubuntu3 information about hardware configuration
  1992. lsof 4.89+dfsg-0.1 Utility to list open files
  1993. ltrace 0.7.3-5.1ubuntu4 Tracks runtime library calls in dynamically linked programs
  1994. make 4.1-6 utility for directing compilation
  1995. makedev 2.3.1-93ubuntu1 creates device files in /dev
  1996. man-db 2.7.5-1 on-line manual pager
  1997. manpages 4.04-2 Manual pages about using a GNU/Linux system
  1998. manpages-dev 4.04-2 Manual pages about using GNU/Linux for development
  1999. mawk 1.3.3-17ubuntu2 a pattern scanning and text processing language
  2000. media-player-info 22-2 Media player identification files
  2001. memtest86+ 5.01-3ubuntu2 thorough real-mode memory tester
  2002. mesa-vdpau-drivers:amd64 12.0.6-0ubuntu0.16.04.1 Mesa VDPAU video acceleration drivers
  2003. metacity-common 1:3.18.3-1ubuntu3 shared files for the Metacity window manager
  2004. mime-support 3.59ubuntu1 MIME files 'mime.types' & 'mailcap', and support programs
  2005. mlocate 0.26-1ubuntu2 quickly find files on the filesystem based on their name
  2006. mobile-broadband-provider-info 20140317-1 database of mobile broadband service providers
  2007. modemmanager 1.4.12-1ubuntu1 D-Bus service for managing modems
  2008. mokutil 0.3.0-0ubuntu3 tools for manipulating machine owner keys
  2009. moreutils 0.57-1 additional Unix utilities
  2010. mount 2.27.1-6ubuntu3 tools for mounting and manipulating filesystems
  2011. mountall 2.54ubuntu1 filesystem mounting tool
  2012. mousetweaks 3.12.0-1ubuntu2 mouse accessibility enhancements for the GNOME desktop
  2013. mplayer 2:1.2.1-1ubuntu1 movie player for Unix-like systems
  2014. mscompress 0.4-3 Microsoft "compress.exe/expand.exe" compatible (de)compressor
  2015. mtools 4.0.18-2 Tools for manipulating MSDOS files
  2016. mtr-tiny 0.86-1 Full screen ncurses traceroute tool
  2017. multiarch-support 2.23-0ubuntu10 Transitional package to ensure multiarch compatibility
  2018. mythes-en-us 1:5.1.0-1ubuntu2.2 English (USA) Thesaurus for LibreOffice
  2019. nano 2.5.3-2 small, friendly text editor inspired by Pico
  2020. nautilus 1:3.18.4.is.3.14.3-0ubuntu4 file manager and graphical shell for GNOME
  2021. nautilus-data 1:3.18.4.is.3.14.3-0ubuntu4 data files for nautilus
  2022. nautilus-sendto 3.8.2-1ubuntu1 integrates Evolution and Pidgin into the Nautilus file manager
  2023. nautilus-share 0.7.3-2ubuntu1 Nautilus extension to share folder using Samba
  2024. ncurses-base 6.0+20160213-1ubuntu1 basic terminal type definitions
  2025. ncurses-bin 6.0+20160213-1ubuntu1 terminal-related programs and man pages
  2026. ncurses-term 6.0+20160213-1ubuntu1 additional terminal type definitions
  2027. net-tools 1.60-26ubuntu1 NET-3 networking toolkit
  2028. netbase 5.3 Basic TCP/IP networking system
  2029. netcat-openbsd 1.105-7ubuntu1 TCP/IP swiss army knife
  2030. netpbm 2:10.0-15.3 Graphics conversion tools between image formats
  2031. network-manager 1.2.2-0ubuntu0.16.04.4 network management framework (daemon and userspace tools)
  2032. network-manager-gnome 1.2.6-0ubuntu0.16.04.2 network management framework (GNOME frontend)
  2033. network-manager-pptp 1.1.93-1ubuntu1 network management framework (PPTP plugin core)
  2034. network-manager-pptp-gnome 1.1.93-1ubuntu1 network management framework (PPTP plugin GNOME GUI)
  2035. notify-osd 0.9.35+16.04.20160415-0ubuntu1 daemon that displays passive pop-up notifications
  2036. notify-osd-icons 0.8+15.10.20151016.2-0ubuntu1 Notify-OSD icons
  2037. ntfs-3g 1:2015.3.14AR.1-1ubuntu0.1 read/write NTFS driver for FUSE
  2038. nux-tools 4.0.8+16.04.20160209-0ubuntu2 Visual rendering toolkit for real-time applications - tools
  2039. onboard 1.2.0-0ubuntu5 Simple On-screen Keyboard
  2040. onboard-data 1.2.0-0ubuntu5 Language model files for the word suggestion feature of Onboard
  2041. openoffice.org-hyphenation 0.9 Hyphenation patterns for OpenOffice.org
  2042. openprinting-ppds 20160212-0ubuntu1 OpenPrinting printer support - PostScript PPD files
  2043. openssh-client 1:7.2p2-4ubuntu2.4 secure shell (SSH) client, for secure access to remote machines
  2044. openssh-server 1:7.2p2-4ubuntu2.4 secure shell (SSH) server, for secure access from remote machines
  2045. openssh-sftp-server 1:7.2p2-4ubuntu2.4 secure shell (SSH) sftp server module, for SFTP access from remote machines
  2046. openssl 1.0.2g-1ubuntu4.10 Secure Sockets Layer toolkit - cryptographic utility
  2047. os-prober 1.70ubuntu3 utility to detect other OSes on a set of drives
  2048. overlay-scrollbar 0.2.17.1+16.04.20151117-0ubuntu1 Scrollbar overlay - configuration
  2049. overlay-scrollbar-gtk2:amd64 0.2.17.1+16.04.20151117-0ubuntu1 GTK 2 module for overlay scrollbars
  2050. oxideqt-codecs-extra:amd64 1.21.5-0ubuntu0.16.04.1 Web browser engine for Qt (codecs)
  2051. p11-kit 0.23.2-3 p11-glue utilities
  2052. p11-kit-modules:amd64 0.23.2-3 p11-glue proxy and trust modules
  2053. parted 3.2-15 disk partition manipulator
  2054. passwd 1:4.2-3.1ubuntu5.3 change and administer password and group data
  2055. pastebinit 1.5-1 command-line pastebin client
  2056. patch 2.7.5-1 Apply a diff file to an original
  2057. patchutils 0.3.4-1 Utilities to work with patches
  2058. pciutils 1:3.3.1-1.1ubuntu1 Linux PCI Utilities
  2059. pcmciautils 018-8 PCMCIA utilities for Linux 2.6
  2060. perl 5.22.1-9ubuntu0.2 Larry Wall's Practical Extraction and Report Language
  2061. perl-base 5.22.1-9ubuntu0.2 minimal Perl system
  2062. perl-modules-5.22 5.22.1-9ubuntu0.2 Core Perl modules
  2063. pinentry-gnome3 0.9.7-3 GNOME 3 PIN or pass-phrase entry dialog for GnuPG
  2064. pkg-config 0.29.1-0ubuntu1 manage compile and link flags for libraries
  2065. plainbox-provider-checkbox 0.25-1 CheckBox provider for PlainBox
  2066. plainbox-provider-resource-generic 0.23-1 CheckBox generic resource jobs provider
  2067. plainbox-secure-policy 0.25-1 policykit policy required to use plainbox (secure version)
  2068. plymouth 0.9.2-3ubuntu13 boot animation, logger and I/O multiplexer
  2069. plymouth-label 0.9.2-3ubuntu13 boot animation, logger and I/O multiplexer - label control
  2070. plymouth-theme-ubuntu-logo 0.9.2-3ubuntu13 boot animation, logger and I/O multiplexer - ubuntu theme
  2071. plymouth-theme-ubuntu-text 0.9.2-3ubuntu13 boot animation, logger and I/O multiplexer - ubuntu text theme
  2072. pm-utils 1.4.1-16 utilities and scripts for power management
  2073. policykit-1 0.105-14.1 framework for managing administrative policies and privileges
  2074. policykit-1-gnome 0.105-2ubuntu2 GNOME authentication agent for PolicyKit-1
  2075. policykit-desktop-privileges 0.20 run common desktop actions without password
  2076. poppler-data 0.4.7-7 encoding data for the poppler PDF rendering library
  2077. poppler-utils 0.41.0-0ubuntu1.6 PDF utilities (based on Poppler)
  2078. popularity-contest 1.64ubuntu2 Vote for your favourite packages automatically
  2079. powermgmt-base 1.31+nmu1 Common utils and configs for power management
  2080. ppp 2.4.7-1+2ubuntu1 Point-to-Point Protocol (PPP) - daemon
  2081. pppconfig 2.3.22 Text menu based utility for configuring ppp
  2082. pppoeconf 1.21ubuntu1 configures PPPoE/ADSL connections
  2083. pptp-linux 1.8.0-1 Point-to-Point Tunneling Protocol (PPTP) Client
  2084. printer-driver-brlaser 3-3build1 printer driver for (some) Brother laser printers
  2085. printer-driver-c2esp 27-2 printer driver for Kodak ESP AiO color inkjet Series
  2086. printer-driver-foo2zjs 20151024dfsg0-1ubuntu1 printer driver for ZjStream-based printers
  2087. printer-driver-foo2zjs-common 20151024dfsg0-1ubuntu1 printer driver for ZjStream-based printers - common files
  2088. printer-driver-gutenprint 5.2.11-1 printer drivers for CUPS
  2089. printer-driver-hpcups 3.16.3+repack0-1 HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
  2090. printer-driver-min12xxw 0.0.9-9 printer driver for KonicaMinolta PagePro 1[234]xxW
  2091. printer-driver-pnm2ppa 1.13+nondbs-0ubuntu5 printer driver for HP-GDI printers
  2092. printer-driver-postscript-hp 3.16.3+repack0-1 HP Printers PostScript Descriptions
  2093. printer-driver-ptouch 1.4-1 printer driver Brother P-touch label printers
  2094. printer-driver-pxljr 1.4+repack0-4 printer driver for HP Color LaserJet 35xx/36xx
  2095. printer-driver-sag-gdi 0.1-4ubuntu1 printer driver for Ricoh Aficio SP 1000s/SP 1100s
  2096. printer-driver-splix 2.0.0+svn315-4fakesync1 Driver for Samsung and Xerox SPL2 and SPLc laser printers
  2097. procps 2:3.3.10-4ubuntu2 /proc file system utilities
  2098. psmisc 22.21-2.1build1 utilities that use the proc file system
  2099. pulseaudio 1:8.0-0ubuntu3 PulseAudio sound server
  2100. pulseaudio-module-bluetooth 1:8.0-0ubuntu3 Bluetooth module for PulseAudio sound server
  2101. pulseaudio-module-x11 1:8.0-0ubuntu3 X11 module for PulseAudio sound server
  2102. pulseaudio-utils 1:8.0-0ubuntu3 Command line tools for the PulseAudio sound server
  2103. pyotherside 1.4.0-2 transitional dummy package
  2104. python 2.7.11-1 interactive high-level object-oriented language (default version)
  2105. python-apt-common 1.1.0~beta1build1 Python interface to libapt-pkg (locales)
  2106. python-minimal 2.7.11-1 minimal subset of the Python language (default version)
  2107. python-talloc 2.1.5-2 hierarchical pool based memory allocator - Python bindings
  2108. python-urwid 1.3.1-2build1 curses-based UI/widget library for Python 2
  2109. python2.7 2.7.12-1ubuntu0~16.04.2 Interactive high-level object-oriented language (version 2.7)
  2110. python2.7-minimal 2.7.12-1ubuntu0~16.04.2 Minimal subset of the Python language (version 2.7)
  2111. python3 3.5.1-3 interactive high-level object-oriented language (default python3 version)
  2112. python3-apport 2.20.1-0ubuntu2.15 Python 3 library for Apport crash report handling
  2113. python3-apt 1.1.0~beta1build1 Python 3 interface to libapt-pkg
  2114. python3-aptdaemon 1.1.1+bzr982-0ubuntu14 Python 3 module for the server and client of aptdaemon
  2115. python3-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubuntu14 Python 3 GTK+ 3 widgets to run an aptdaemon client
  2116. python3-aptdaemon.pkcompat 1.1.1+bzr982-0ubuntu14 PackageKit compatibilty for AptDaemon
  2117. python3-blinker 1.3.dfsg2-1build1 fast, simple object-to-object and broadcast signaling library
  2118. python3-brlapi 5.3.1-2ubuntu2 Braille display access via BRLTTY - Python3 bindings
  2119. python3-bs4 4.4.1-1 error-tolerant HTML parser for Python 3
  2120. python3-cairo 1.10.0+dfsg-5build1 Python 3 bindings for the Cairo vector graphics library
  2121. python3-cffi-backend 1.5.2-1ubuntu1 Foreign Function Interface for Python 3 calling C code - runtime
  2122. python3-chardet 2.3.0-2 universal character encoding detector for Python3
  2123. python3-checkbox-support 0.22-1 collection of Python modules used by PlainBox providers
  2124. python3-commandnotfound 0.3ubuntu16.04 Python 3 bindings for command-not-found.
  2125. python3-cryptography 1.2.3-1ubuntu0.1 Python library exposing cryptographic recipes and primitives (Python 3)
  2126. python3-cups 1.9.73-0ubuntu2 Python3 bindings for CUPS
  2127. python3-cupshelpers 1.5.7+20160212-0ubuntu2 Python modules for printer configuration with CUPS
  2128. python3-dbus 1.2.0-3 simple interprocess messaging system (Python 3 interface)
  2129. python3-debian 0.1.27ubuntu2 Python 3 modules to work with Debian-related data formats
  2130. python3-defer 1.0.6-2build1 Small framework for asynchronous programming (Python 3)
  2131. python3-distupgrade 1:16.04.12 manage release upgrades
  2132. python3-feedparser 5.1.3-3build1 Universal Feed Parser for Python 3
  2133. python3-gdbm:amd64 3.5.1-1 GNU dbm database support for Python 3.x
  2134. python3-gi 3.20.0-0ubuntu1 Python 3 bindings for gobject-introspection libraries
  2135. python3-gi-cairo 3.20.0-0ubuntu1 Python 3 Cairo bindings for the GObject library
  2136. python3-guacamole 0.9.2-1 framework for creating command line applications (Python 3)
  2137. python3-html5lib 0.999-4 HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 3)
  2138. python3-httplib2 0.9.1+dfsg-1 comprehensive HTTP client library written for Python3
  2139. python3-idna 2.0-3 Python IDNA2008 (RFC 5891) handling (Python 3)
  2140. python3-jinja2 2.8-1 small but fast and easy to use stand-alone template engine
  2141. python3-jwt 1.3.0-1ubuntu0.1 Python 3 implementation of JSON Web Token
  2142. python3-louis 2.6.4-2ubuntu0.1 Python bindings for liblouis
  2143. python3-lxml 3.5.0-1build1 pythonic binding for the libxml2 and libxslt libraries
  2144. python3-mako 1.0.3+ds1-1ubuntu1 fast and lightweight templating for the Python 3 platform
  2145. python3-markupsafe 0.23-2build2 HTML/XHTML/XML string library for Python 3
  2146. python3-minimal 3.5.1-3 minimal subset of the Python language (default python3 version)
  2147. python3-newt 0.52.18-1ubuntu2 NEWT module for Python3
  2148. python3-oauthlib 1.0.3-1 generic, spec-compliant implementation of OAuth for Python3
  2149. python3-padme 1.1.1-2 mostly transparent proxy class for Python 3
  2150. python3-pexpect 4.0.1-1 Python 3 module for automating interactive applications
  2151. python3-pil:amd64 3.1.2-0ubuntu1.1 Python Imaging Library (Python3)
  2152. python3-pkg-resources 20.7.0-1 Package Discovery and Resource Access using pkg_resources
  2153. python3-plainbox 0.25-1 toolkit for software and hardware testing (python3 module)
  2154. python3-problem-report 2.20.1-0ubuntu2.15 Python 3 library to handle problem reports
  2155. python3-ptyprocess 0.5-1 Run a subprocess in a pseudo terminal from Python 3
  2156. python3-pyasn1 0.1.9-1 ASN.1 library for Python (Python 3 module)
  2157. python3-pyatspi 2.18.0+dfsg-3 Assistive Technology Service Provider Interface - Python3 bindings
  2158. python3-pycurl 7.43.0-1ubuntu1 Python bindings to libcurl (Python 3)
  2159. python3-pyparsing 2.0.3+dfsg1-1 Python parsing module, Python3 package
  2160. python3-renderpm:amd64 3.3.0-1 python low level render interface
  2161. python3-reportlab 3.3.0-1 ReportLab library to create PDF documents using Python3
  2162. python3-reportlab-accel:amd64 3.3.0-1 C coded extension accelerator for the ReportLab Toolkit
  2163. python3-requests 2.9.1-3 elegant and simple HTTP library for Python3, built for human beings
  2164. python3-six 1.10.0-3 Python 2 and 3 compatibility library (Python 3 interface)
  2165. python3-software-properties 0.96.20 manage the repositories that you install software from
  2166. python3-speechd 0.8.3-1ubuntu3 Python interface to Speech Dispatcher
  2167. python3-systemd 231-2build1 Python 3 bindings for systemd
  2168. python3-uno 1:5.1.6~rc2-0ubuntu1~xenial3 Python-UNO bridge
  2169. python3-update-manager 1:16.04.12 python 3.x module for update-manager
  2170. python3-urllib3 1.13.1-2 HTTP library with thread-safe connection pooling for Python3
  2171. python3-xdg 0.25-4 Python 3 library to access freedesktop.org standards
  2172. python3-xkit 0.5.0ubuntu2 library for the manipulation of xorg.conf files (Python 3)
  2173. python3-xlsxwriter 0.7.3-1 Python 3 module for creating Excel XLSX files
  2174. python3.5 3.5.2-2ubuntu0~16.04.4 Interactive high-level object-oriented language (version 3.5)
  2175. python3.5-minimal 3.5.2-2ubuntu0~16.04.4 Minimal subset of the Python language (version 3.5)
  2176. qdbus 4:4.8.7+dfsg-5ubuntu2 Qt 4 D-Bus tool
  2177. qml-module-io-thp-pyotherside:amd64 1.4.0-2 asynchronous Python 3 Bindings for Qt 5 (QML plugin)
  2178. qml-module-qt-labs-folderlistmodel:amd64 5.5.1-2ubuntu6 Qt 5 folderlistmodel QML module
  2179. qml-module-qt-labs-settings:amd64 5.5.1-2ubuntu6 Qt 5 settings QML module
  2180. qml-module-qtfeedback:amd64 5.0~git20130529-0ubuntu13 Qt 5 Feedback QML module
  2181. qml-module-qtgraphicaleffects:amd64 5.5.1-1ubuntu1 Qt 5 Graphical Effects module
  2182. qml-module-qtquick-layouts:amd64 5.5.1-1ubuntu1 Qt 5 Quick Layouts QML module
  2183. qml-module-qtquick-window2:amd64 5.5.1-2ubuntu6 Qt 5 window 2 QML module
  2184. qml-module-qtquick2:amd64 5.5.1-2ubuntu6 Qt 5 Qt Quick 2 QML module
  2185. qml-module-qttest:amd64 5.5.1-2ubuntu6 Qt 5 test QML module
  2186. qml-module-ubuntu-components:amd64 1.3.1918+16.04.20160404-0ubuntu1 Qt Components for Ubuntu - Components QML plugin
  2187. qml-module-ubuntu-layouts:amd64 1.3.1918+16.04.20160404-0ubuntu1 Qt Components for Ubuntu - Layouts QML plugin
  2188. qml-module-ubuntu-onlineaccounts:amd64 0.6+16.04.20151106-0ubuntu1 Expose the Online Accounts API to QML applications
  2189. qml-module-ubuntu-performancemetrics:amd64 1.3.1918+16.04.20160404-0ubuntu1 Qt Components for Ubuntu - PerformanceMetrics QML plugin
  2190. qml-module-ubuntu-test:amd64 1.3.1918+16.04.20160404-0ubuntu1 Qt Components for Ubuntu - Test QML plugin
  2191. qml-module-ubuntu-web:amd64 0.23+16.04.20160413-0ubuntu1 Ubuntu web QML module
  2192. qmlscene 5.5.1-2ubuntu6 Qt 5 QML scene viewer
  2193. qpdf 6.0.0-2 tools for transforming and inspecting PDF files
  2194. qt-at-spi:amd64 0.4.0-3 at-spi accessibility plugin for Qt
  2195. qtchooser 52-gae5eeef-2build1~gcc5.2 Wrapper to select between Qt development binary versions
  2196. qtcore4-l10n 4:4.8.7+dfsg-5ubuntu2 Qt 4 core module translations
  2197. qtdeclarative5-accounts-plugin:amd64 0.6+16.04.20151106-0ubuntu1 transitional dummy package for Online Accounts QML clients
  2198. qtdeclarative5-dev-tools 5.5.1-2ubuntu6 Qt 5 declarative development programs
  2199. qtdeclarative5-qtquick2-plugin:amd64 5.5.1-2ubuntu6 transitional dummy package Qt 5 Qt Quick 2 QML module
  2200. qtdeclarative5-test-plugin:amd64 5.5.1-2ubuntu6 transitional dummy package for Qt 5 test QML module
  2201. qtdeclarative5-ubuntu-ui-toolkit-plugin 1.3.1918+16.04.20160404-0ubuntu1 Transitional dummy package for Ubuntu UI Toolkit QML plugin
  2202. qtdeclarative5-unity-action-plugin:amd64 1.1.0+14.04.20140304-0ubuntu2~gcc5.1 Unity Action QML Components
  2203. qttranslations5-l10n 5.5.1-2build1 translations for Qt 5
  2204. readline-common 6.3-8ubuntu2 GNU readline and history libraries, common files
  2205. remmina 1.1.2-3ubuntu1 remote desktop client for GNOME desktop environment
  2206. remmina-common 1.1.2-3ubuntu1 common files for remmina remote desktop client
  2207. remmina-plugin-rdp 1.1.2-3ubuntu1 RDP plugin for remmina remote desktop client
  2208. remmina-plugin-vnc 1.1.2-3ubuntu1 VNC plugin for remmina remote desktop client
  2209. rename 0.20-4 Perl extension for renaming multiple files
  2210. resolvconf 1.78ubuntu2 name server information handler
  2211. rfkill 0.5-1ubuntu3 tool for enabling and disabling wireless devices
  2212. rhythmbox 3.3-1ubuntu7 music player and organizer for GNOME
  2213. rhythmbox-data 3.3-1ubuntu7 data files for rhythmbox
  2214. rhythmbox-plugin-zeitgeist 3.3-1ubuntu7 zeitgeist plugin for rhythmbox music player
  2215. rhythmbox-plugins 3.3-1ubuntu7 plugins for rhythmbox music player
  2216. rsync 3.1.1-3ubuntu1.2 fast, versatile, remote (and local) file-copying tool
  2217. rsyslog 8.16.0-1ubuntu3 reliable system and kernel logging daemon
  2218. rtkit 0.11-4 Realtime Policy and Watchdog Daemon
  2219. run-one 1.17-0ubuntu1 run just one instance of a command and its args at a time
  2220. samba-libs:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.12 Samba core libraries
  2221. sane-utils 1.0.25+git20150528-1ubuntu2 API library for scanners -- utilities
  2222. sbsigntool 0.6-0ubuntu10 utility for signing and verifying files for UEFI Secure Boot
  2223. screen 4.3.1-2build1 terminal multiplexer with VT100/ANSI terminal emulation
  2224. seahorse 3.18.0-2ubuntu1 GNOME front end for GnuPG
  2225. secureboot-db 1.1 Secure Boot updates for DB and DBX
  2226. sed 4.2.2-7 The GNU sed stream editor
  2227. sensible-utils 0.0.9ubuntu0.16.04.1 Utilities for sensible alternative selection
  2228. session-migration 0.2.3 Tool to migrate in user session settings
  2229. session-shortcuts 1.2 Allows you to shutdown, logout, and reboot from dash
  2230. sessioninstaller 0.20+bzr150-0ubuntu4.1 APT based installer using PackageKit's session DBus API
  2231. sgml-base 1.26+nmu4ubuntu1 SGML infrastructure and SGML catalog file support
  2232. shared-mime-info 1.5-2 FreeDesktop.org shared MIME database and spec
  2233. shim 0.8-0ubuntu2 boot loader to chain-load signed boot loaders under Secure Boot
  2234. shim-signed 1.19~16.04.1+0.8-0ubuntu2 Secure Boot chain-loading bootloader (Microsoft-signed binary)
  2235. shotwell 0.22.0+git20160108.r1.f2fb1f7-0ubuntu1.1 digital photo organizer
  2236. shotwell-common 0.22.0+git20160108.r1.f2fb1f7-0ubuntu1.1 digital photo organizer - common files
  2237. signon-keyring-extension 0.6+14.10.20140513-0ubuntu2 GNOME keyring extension for signond
  2238. signon-plugin-oauth2 0.23+16.04.20151209-0ubuntu1 Single Signon oauth2 plugin
  2239. signon-plugin-password 8.58+16.04.20151106-0ubuntu1 Plain Password plugin for Single Sign On
  2240. signon-ui 0.17+16.04.20151125-0ubuntu1 Dummy transitional package for signon-ui
  2241. signon-ui-service 0.17+16.04.20151125-0ubuntu1 D-Bus service file for signon-ui
  2242. signon-ui-x11 0.17+16.04.20151125-0ubuntu1 Single Sign-on UI
  2243. signond 8.58+16.04.20151106-0ubuntu1 Single Sign On framework
  2244. simple-scan 3.20.0-0ubuntu1 Simple Scanning Utility
  2245. snapd 2.0.2 Tool to interact with Ubuntu Core Snappy.
  2246. sni-qt:amd64 0.2.7+15.10.20150729-0ubuntu1 indicator support for Qt
  2247. software-properties-common 0.96.20 manage the repositories that you install software from (common)
  2248. software-properties-gtk 0.96.20 manage the repositories that you install software from (gtk)
  2249. sound-theme-freedesktop 0.8-1 freedesktop.org sound theme
  2250. speech-dispatcher 0.8.3-1ubuntu3 Common interface to speech synthesizers
  2251. speech-dispatcher-audio-plugins:amd64 0.8.3-1ubuntu3 Speech Dispatcher: Audio output plugins
  2252. speedometer 2.8-1 measure and display the rate of data across a network connection
  2253. squashfs-tools 1:4.3-3ubuntu2 Tool to create and append to squashfs filesystems
  2254. ssh-import-id 5.5-0ubuntu1 securely retrieve an SSH public key and install it locally
  2255. ssl-cert 1.0.37 simple debconf wrapper for OpenSSL
  2256. strace 4.11-1ubuntu3 System call tracer
  2257. sudo 1.8.16-0ubuntu1.4 Provide limited super user privileges to specific users
  2258. suru-icon-theme 14.04+16.04.20160415-0ubuntu1 Ubuntu Suru Icon theme
  2259. syslinux 3:6.03+dfsg-11ubuntu1 collection of bootloaders (DOS FAT and NTFS bootloader)
  2260. syslinux-common 3:6.03+dfsg-11ubuntu1 collection of bootloaders (common)
  2261. syslinux-legacy 2:3.63+dfsg-2ubuntu8 Bootloader for Linux/i386 using MS-DOS floppies
  2262. system-config-printer-common 1.5.7+20160212-0ubuntu2 Printer configuration GUI
  2263. system-config-printer-gnome 1.5.7+20160212-0ubuntu2 Printer configuration GUI
  2264. system-config-printer-udev 1.5.7+20160212-0ubuntu2 Printer auto-configuration facility based on udev
  2265. systemd 229-4ubuntu21.1 system and service manager
  2266. systemd-sysv 229-4ubuntu21.1 system and service manager - SysV links
  2267. sysv-rc 2.88dsf-59.3ubuntu2 System-V-like runlevel change mechanism
  2268. sysvinit-utils 2.88dsf-59.3ubuntu2 System-V-like utilities
  2269. t1utils 1.39-2 Collection of simple Type 1 font manipulation programs
  2270. tar 1.28-2.1ubuntu0.1 GNU version of the tar archiving utility
  2271. tcl 8.6.0+9 Tool Command Language (default version) - shell
  2272. tcl8.6 8.6.5+dfsg-2 Tcl (the Tool Command Language) v8.6 - shell
  2273. tcpd 7.6.q-25 Wietse Venema's TCP wrapper utilities
  2274. tcpdump 4.9.2-0ubuntu0.16.04.1 command-line network traffic analyzer
  2275. telnet 0.17-40 basic telnet client
  2276. thermald 1.5-2 Thermal monitoring and controlling daemon
  2277. thunderbird 1:52.6.0+build1-0ubuntu0.16.04.1 Email, RSS and newsgroup client with integrated spam filter
  2278. thunderbird-gnome-support 1:52.6.0+build1-0ubuntu0.16.04.1 Email, RSS and newsgroup client - GNOME support
  2279. thunderbird-locale-en 1:52.6.0+build1-0ubuntu0.16.04.1 English language pack for Thunderbird
  2280. thunderbird-locale-en-us 1:52.6.0+build1-0ubuntu0.16.04.1 Transitional English language pack for Thunderbird
  2281. time 1.7-25.1 GNU time program for measuring CPU resource usage
  2282. tk 8.6.0+9 Toolkit for Tcl and X11 (default version) - windowing shell
  2283. tk8.6 8.6.5-1 Tk toolkit for Tcl and X11 v8.6 - windowing shell
  2284. tmux 2.1-3build1 terminal multiplexer
  2285. toshset 1.76-4 Access much of the Toshiba laptop hardware interface
  2286. totem 3.18.1-1ubuntu4 Simple media player for the GNOME desktop based on GStreamer
  2287. totem-common 3.18.1-1ubuntu4 Data files for the Totem media player
  2288. totem-plugins 3.18.1-1ubuntu4 Plugins for the Totem media player
  2289. transmission-common 2.84-3ubuntu3.1 lightweight BitTorrent client (common files)
  2290. transmission-gtk 2.84-3ubuntu3.1 lightweight BitTorrent client (GTK+ interface)
  2291. tree 1.7.0-3 displays an indented directory tree, in color
  2292. ttf-ancient-fonts-symbola 2.59-1 symbolic font providing emoji characters from Unicode 7.0 (transitional package)
  2293. ttf-ubuntu-font-family 1:0.83-0ubuntu2 Ubuntu Font Family, sans-serif typeface hinted for clarity
  2294. tzdata 2017c-0ubuntu0.16.04 time zone and daylight-saving time data
  2295. ubuntu-artwork 1:14.04+16.04.20160415-0ubuntu1 Ubuntu themes and artwork
  2296. ubuntu-core-launcher 1.0.27.1 Launcher for ubuntu-core (snappy) apps
  2297. ubuntu-desktop 1.361 The Ubuntu desktop system
  2298. ubuntu-docs 16.04.3 Ubuntu Desktop Guide
  2299. ubuntu-drivers-common 1:0.4.17 Detect and install additional Ubuntu driver packages
  2300. ubuntu-keyring 2012.05.19 GnuPG keys of the Ubuntu archive
  2301. ubuntu-minimal 1.361 Minimal core of Ubuntu
  2302. ubuntu-mobile-icons 14.04+16.04.20160415-0ubuntu1 Ubuntu Mobile Icon theme
  2303. ubuntu-mono 14.04+16.04.20160415-0ubuntu1 Ubuntu Mono Icon theme
  2304. ubuntu-release-upgrader-core 1:16.04.12 manage release upgrades
  2305. ubuntu-release-upgrader-gtk 1:16.04.12 manage release upgrades
  2306. ubuntu-restricted-addons 23 Commonly used restricted packages for Ubuntu
  2307. ubuntu-session 3.18.1.2-1ubuntu1 Ubuntu session
  2308. ubuntu-settings 15.10.8 default settings for the Ubuntu desktop
  2309. ubuntu-software 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 Utility for browsing, installing, and removing software
  2310. ubuntu-sounds 0.13 Ubuntu's GNOME audio theme
  2311. ubuntu-standard 1.361 The Ubuntu standard system
  2312. ubuntu-system-service 0.3 Dbus service to set various system-wide configurations
  2313. ubuntu-touch-sounds 15.08 sounds for the Ubuntu Touch image
  2314. ubuntu-ui-toolkit-theme 1.3.1918+16.04.20160404-0ubuntu1 Qt Components for Ubuntu - Ubuntu Theme
  2315. ubuntu-wallpapers 16.04.1-0ubuntu1 Ubuntu Wallpapers
  2316. ubuntu-wallpapers-xenial 16.04.1-0ubuntu1 Ubuntu 16.04 Wallpapers
  2317. ucf 3.0036 Update Configuration File(s): preserve user changes to config files
  2318. udev 229-4ubuntu21.1 /dev/ and hotplug management daemon
  2319. udisks2 2.1.7-1ubuntu1 D-Bus service to access and manipulate storage devices
  2320. ufw 0.35-0ubuntu2 program for managing a Netfilter firewall
  2321. unattended-upgrades 0.90ubuntu0.1 automatic installation of security upgrades
  2322. unity 7.4.0+16.04.20160415-0ubuntu1 Interface designed for efficiency of space and interaction.
  2323. unity-accessibility-profiles 0.1.10-0ubuntu3 Accessibility Profile Manager - Unity profile data
  2324. unity-asset-pool 0.8.24+15.04.20141217-0ubuntu2 Unity Assets Pool
  2325. unity-control-center 15.04.0+16.04.20160413-0ubuntu1 utilities to configure the GNOME desktop
  2326. unity-control-center-faces 15.04.0+16.04.20160413-0ubuntu1 utilities to configure the GNOME desktop - faces images
  2327. unity-control-center-signon 0.1.8+16.04.20160201-0ubuntu1 Unity Control Center extension for single signon
  2328. unity-greeter 16.04.2-0ubuntu1 Unity Greeter
  2329. unity-gtk-module-common 0.0.0+15.04.20150118-0ubuntu2 Common files for GtkMenuShell D-Bus exporter
  2330. unity-gtk2-module:amd64 0.0.0+15.04.20150118-0ubuntu2 GtkMenuShell D-Bus exporter
  2331. unity-gtk3-module:amd64 0.0.0+15.04.20150118-0ubuntu2 GtkMenuShell D-Bus exporter
  2332. unity-lens-applications 7.1.0+16.04.20160217.2-0ubuntu1 Application lens for unity
  2333. unity-lens-files 7.1.0+16.04.20151217-0ubuntu1 File lens for unity
  2334. unity-lens-music 6.9.1+16.04-0ubuntu1 Music lens for unity
  2335. unity-lens-photos 1.0+14.04.20140318-0ubuntu1 Photos lens for Unity
  2336. unity-lens-video 0.3.15+16.04.20160212.1-0ubuntu1 Unity Video lens
  2337. unity-schemas 7.4.0+16.04.20160415-0ubuntu1 Interface designed for efficiency of space and interaction.
  2338. unity-scope-calculator 0.1+14.04.20140328-0ubuntu1 Calculator scope for Unity
  2339. unity-scope-chromiumbookmarks 0.1+13.10.20130723-0ubuntu1 Chromium bookmarks scope for Unity
  2340. unity-scope-colourlovers 0.1+13.10.20130723-0ubuntu1 COLOURlovers scope for Unity
  2341. unity-scope-devhelp 0.1+14.04.20140328-0ubuntu1 devhelp scope for Unity
  2342. unity-scope-firefoxbookmarks 0.1+13.10.20130809.1-0ubuntu1 Firefox bookmarks scope for Unity
  2343. unity-scope-gdrive 0.9+16.04.20151125-0ubuntu1 Google Drive scope for Unity
  2344. unity-scope-home 6.8.2+16.04.20160212.1-0ubuntu1 Home scope that aggregates results from multiple scopes
  2345. unity-scope-manpages 3.0+14.04.20140324-0ubuntu1 Manual pages scope for Unity
  2346. unity-scope-openclipart 0.1+13.10.20130723-0ubuntu1 OpenClipArt scope for Unity
  2347. unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 Texdoc scope for Unity
  2348. unity-scope-tomboy 0.1+13.10.20130723-0ubuntu1 Tomboy scope for Unity
  2349. unity-scope-video-remote 0.3.15+16.04.20160212.1-0ubuntu1 Remote videos engine
  2350. unity-scope-virtualbox 0.1+13.10.20130723-0ubuntu1 VirtualBox scope for Unity
  2351. unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 Help scope for Unity
  2352. unity-scope-zotero 0.1+13.10.20130723-0ubuntu1 Zotero scope for Unity
  2353. unity-scopes-master-default 6.8.2+16.04.20160212.1-0ubuntu1 Home scope that aggregates results from multiple scopes
  2354. unity-scopes-runner 7.1.4+15.10.20151002-0ubuntu2 desktop runner for misceallenous scopes
  2355. unity-services 7.4.0+16.04.20160415-0ubuntu1 Services for the Unity interface
  2356. unity-settings-daemon 15.04.1+16.04.20160209-0ubuntu1 daemon handling the Unity session settings
  2357. unity-webapps-common 2.4.17+15.10.20150616-0ubuntu2 Unity WebApp integration scripts
  2358. unity-webapps-qml 0.1+16.04.20160114-0ubuntu1 Unity Webapps QML component
  2359. unity-webapps-service 2.5.0~+16.04.20160201-0ubuntu1 Service for Web Apps integration with the Unity desktop
  2360. uno-libs3 5.1.6~rc2-0ubuntu1~xenial3 LibreOffice UNO runtime environment -- public shared libraries
  2361. unzip 6.0-20ubuntu1 De-archiver for .zip files
  2362. update-inetd 4.43 inetd configuration file updater
  2363. update-manager 1:16.04.12 GNOME application that manages apt updates
  2364. update-manager-core 1:16.04.12 manage release upgrades
  2365. update-notifier 3.168.7 Daemon which notifies about package updates
  2366. update-notifier-common 3.168.7 Files shared between update-notifier and other packages
  2367. upower 0.99.4-2 abstraction for power management
  2368. upstart 1.13.2-0ubuntu21 event-based init daemon - essential binaries
  2369. ure 5.1.6~rc2-0ubuntu1~xenial3 LibreOffice UNO runtime environment
  2370. ureadahead 0.100.0-19 Read required files in advance
  2371. usb-creator-common 0.3.2 create a startup disk using a CD or disc image (common files)
  2372. usb-creator-gtk 0.3.2 create a startup disk using a CD or disc image (for GNOME)
  2373. usb-modeswitch 2.2.5+repack0-1ubuntu1 mode switching tool for controlling "flip flop" USB devices
  2374. usb-modeswitch-data 20151101-1 mode switching data for usb-modeswitch
  2375. usbmuxd 1.1.0-2 USB multiplexor daemon for iPhone and iPod Touch devices
  2376. usbutils 1:007-4 Linux USB utilities
  2377. util-linux 2.27.1-6ubuntu3 miscellaneous system utilities
  2378. uuid-runtime 2.27.1-6ubuntu3 runtime components for the Universally Unique ID library
  2379. va-driver-all:amd64 1.7.0-1 Video Acceleration (VA) API -- driver metapackage
  2380. vbetool 1.1-3 run real-mode video BIOS code to alter hardware state
  2381. vdpau-driver-all:amd64 1.1.1-3ubuntu1 Video Decode and Presentation API for Unix (driver metapackage)
  2382. vdpau-va-driver:amd64 0.7.4-5 VDPAU-based backend for VA API
  2383. vim 2:7.4.1689-3ubuntu1.2 Vi IMproved - enhanced vi editor
  2384. vim-common 2:7.4.1689-3ubuntu1.2 Vi IMproved - Common files
  2385. vim-runtime 2:7.4.1689-3ubuntu1.2 Vi IMproved - Runtime files
  2386. vim-tiny 2:7.4.1689-3ubuntu1.2 Vi IMproved - enhanced vi editor - compact version
  2387. vino 3.8.1-0ubuntu9 VNC server for GNOME
  2388. virtualbox-5.1 5.1.14-112924~Ubuntu~xenial Oracle VM VirtualBox
  2389. wamerican 7.1-1 American English dictionary words for /usr/share/dict
  2390. wbritish 7.1-1 British English dictionary words for /usr/share/dict
  2391. webapp-container 0.23+16.04.20160413-0ubuntu1 Ubuntu web applications container
  2392. webbrowser-app 0.23+16.04.20160413-0ubuntu1 Ubuntu web browser
  2393. wget 1.17.1-1ubuntu1.3 retrieves files from the web
  2394. whiptail 0.52.18-1ubuntu2 Displays user-friendly dialog boxes from shell scripts
  2395. whoopsie 0.2.52 Ubuntu error tracker submission
  2396. whoopsie-preferences 0.18 System preferences for error reporting
  2397. wireless-regdb 2015.07.20-1ubuntu1 wireless regulatory database
  2398. wireless-tools 30~pre9-8ubuntu1 Tools for manipulating Linux Wireless Extensions
  2399. wpasupplicant 2.4-0ubuntu6.2 client support for WPA and WPA2 (IEEE 802.11i)
  2400. x11-apps 7.7+5+nmu1ubuntu1 X applications
  2401. x11-common 1:7.7+13ubuntu3 X Window System (X.Org) infrastructure
  2402. x11-session-utils 7.7+2 X session utilities
  2403. x11-utils 7.7+3 X11 utilities
  2404. x11-xkb-utils 7.7+2 X11 XKB utilities
  2405. x11-xserver-utils 7.7+7 X server utilities
  2406. xauth 1:1.0.9-1ubuntu2 X authentication utility
  2407. xbitmaps 1.1.1-2 Base X bitmaps
  2408. xbrlapi 5.3.1-2ubuntu2 Access software for a blind person using a braille display - xbrlapi
  2409. xcursor-themes 1.0.4-1 Base X cursor themes
  2410. xdg-user-dirs 0.15-2ubuntu6 tool to manage well known user directories
  2411. xdg-user-dirs-gtk 0.10-1ubuntu1 tool to manage well known user directories (Gtk extension)
  2412. xdg-utils 1.1.1-1ubuntu1 desktop integration utilities from freedesktop.org
  2413. xdiagnose 3.8.4 X.org diagnosis tool
  2414. xfonts-base 1:1.0.4+nmu1 standard fonts for X
  2415. xfonts-encodings 1:1.0.4-2 Encodings for X.Org fonts
  2416. xfonts-scalable 1:1.0.3-1.1 scalable fonts for X
  2417. xfonts-utils 1:7.7+3 X Window System font utility programs
  2418. xinit 1.3.4-3 X server initialisation tool
  2419. xinput 1.6.2-1 Runtime configuration and test of XInput devices
  2420. xkb-data 2.16-1ubuntu1 X Keyboard Extension (XKB) configuration data
  2421. xml-core 0.13+nmu2 XML infrastructure and XML catalog file support
  2422. xorg 1:7.7+13ubuntu3 X.Org X Window System
  2423. xorg-docs-core 1:1.7.1-1ubuntu1 Core documentation for the X.org X Window System
  2424. xserver-common 2:1.18.4-0ubuntu0.7 common files used by various X servers
  2425. xserver-xorg 1:7.7+13ubuntu3 X.Org X server
  2426. xserver-xorg-core 2:1.18.4-0ubuntu0.7 Xorg X server - core server
  2427. xserver-xorg-input-all 1:7.7+13ubuntu3 X.Org X server -- input driver metapackage
  2428. xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 X.Org X server -- evdev input driver
  2429. xserver-xorg-input-synaptics 1.8.2-1ubuntu3 Synaptics TouchPad driver for X.Org server
  2430. xserver-xorg-input-vmmouse 1:13.1.0-1ubuntu2 X.Org X server -- VMMouse input driver to use with VMWare
  2431. xserver-xorg-input-wacom 1:0.32.0-0ubuntu3 X.Org X server -- Wacom input driver
  2432. xserver-xorg-video-all 1:7.7+13ubuntu3 X.Org X server -- output driver metapackage
  2433. xserver-xorg-video-amdgpu 1.1.0-1 X.Org X server -- AMDGPU display driver
  2434. xserver-xorg-video-ati 1:7.7.0-1 X.Org X server -- AMD/ATI display driver wrapper
  2435. xserver-xorg-video-fbdev 1:0.4.4-1build5 X.Org X server -- fbdev display driver
  2436. xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1 X.Org X server -- Intel i8xx, i9xx display driver
  2437. xserver-xorg-video-nouveau 1:1.0.12-1build2 X.Org X server -- Nouveau display driver
  2438. xserver-xorg-video-qxl 0.1.4-3ubuntu3 X.Org X server -- QXL display driver
  2439. xserver-xorg-video-radeon 1:7.7.0-1 X.Org X server -- AMD/ATI Radeon display driver
  2440. xserver-xorg-video-vesa 1:2.3.4-1build2 X.Org X server -- VESA display driver
  2441. xserver-xorg-video-vmware 1:13.1.0-2ubuntu3 X.Org X server -- VMware display driver
  2442. xterm 322-1ubuntu1 X terminal emulator
  2443. xul-ext-ubufox 3.4-0ubuntu0.16.04.2 Ubuntu modifications for Firefox
  2444. xz-utils 5.1.1alpha+20120614-2ubuntu2 XZ-format compression utilities
  2445. yelp 3.18.1-1ubuntu4 Help browser for GNOME
  2446. yelp-xsl 3.18.1-1 XSL stylesheets for the yelp help browser
  2447. zeitgeist-core 0.9.16-0ubuntu4 event logging framework - engine
  2448. zeitgeist-datahub 0.9.16-0ubuntu4 event logging framework - passive logging daemon
  2449. zenity 3.18.1.1-1ubuntu2 Display graphical dialog boxes from shell scripts
  2450. zenity-common 3.18.1.1-1ubuntu2 Display graphical dialog boxes from shell scripts (common files)
  2451. zip 3.0-11 Archiver for .zip files
  2452. zlib1g:amd64 1:1.2.8.dfsg-2ubuntu4 compression library - runtime
  2453. zlib1g-dev:amd64 1:1.2.8.dfsg-2ubuntu4 compression library - development
  2454. zlibc 0.9k-4.3 An on-fly auto-uncompressing C library
  2455.  
  2456. [+] Current processes
  2457. USER PID START TIME COMMAND
  2458. root 1 Feb13 0:21 [systemd]
  2459. root 2 Feb13 0:00 [kthreadd]
  2460. root 3 Feb13 0:00 [ksoftirqd/0]
  2461. root 5 Feb13 0:00 [kworker/0:0H]
  2462. root 7 Feb13 36:46 [rcu_sched]
  2463. root 8 Feb13 0:00 [rcu_bh]
  2464. root 9 Feb13 0:00 [migration/0]
  2465. root 10 Feb13 0:02 [watchdog/0]
  2466. root 11 Feb13 0:03 [watchdog/1]
  2467. root 12 Feb13 0:00 [migration/1]
  2468. root 13 Feb13 0:29 [ksoftirqd/1]
  2469. root 15 Feb13 0:00 [kworker/1:0H]
  2470. root 16 Feb13 0:02 [watchdog/2]
  2471. root 17 Feb13 0:00 [migration/2]
  2472. root 18 Feb13 0:01 [ksoftirqd/2]
  2473. root 20 Feb13 0:00 [kworker/2:0H]
  2474. root 21 Feb13 0:03 [watchdog/3]
  2475. root 22 Feb13 0:00 [migration/3]
  2476. root 23 Feb13 0:00 [ksoftirqd/3]
  2477. root 25 Feb13 0:00 [kworker/3:0H]
  2478. root 26 Feb13 0:02 [watchdog/4]
  2479. root 27 Feb13 0:00 [migration/4]
  2480. root 28 Feb13 0:21 [ksoftirqd/4]
  2481. root 30 Feb13 0:00 [kworker/4:0H]
  2482. root 31 Feb13 0:02 [watchdog/5]
  2483. root 32 Feb13 0:00 [migration/5]
  2484. root 33 Feb13 0:00 [ksoftirqd/5]
  2485. root 35 Feb13 0:00 [kworker/5:0H]
  2486. root 36 Feb13 0:02 [watchdog/6]
  2487. root 37 Feb13 0:00 [migration/6]
  2488. root 38 Feb13 0:00 [ksoftirqd/6]
  2489. root 40 Feb13 0:00 [kworker/6:0H]
  2490. root 41 Feb13 0:02 [watchdog/7]
  2491. root 42 Feb13 0:00 [migration/7]
  2492. root 43 Feb13 0:00 [ksoftirqd/7]
  2493. root 45 Feb13 0:00 [kworker/7:0H]
  2494. root 46 Feb13 0:00 [kdevtmpfs]
  2495. root 47 Feb13 0:00 [netns]
  2496. root 48 Feb13 0:00 [perf]
  2497. root 49 Feb13 0:00 [khungtaskd]
  2498. root 50 Feb13 0:00 [writeback]
  2499. root 51 Feb13 0:00 [ksmd]
  2500. root 52 Feb13 0:04 [khugepaged]
  2501. root 53 Feb13 0:00 [crypto]
  2502. root 54 Feb13 0:00 [kintegrityd]
  2503. root 55 Feb13 0:00 [bioset]
  2504. root 56 Feb13 0:00 [kblockd]
  2505. root 57 Feb13 0:00 [ata_sff]
  2506. root 58 Feb13 0:00 [md]
  2507. root 59 Feb13 0:00 [devfreq_wq]
  2508. root 63 Feb13 0:00 [kswapd0]
  2509. root 64 Feb13 0:00 [vmstat]
  2510. root 65 Feb13 0:00 [fsnotify_mark]
  2511. root 66 Feb13 0:00 [ecryptfs-kthrea]
  2512. root 82 Feb13 0:00 [kthrotld]
  2513. root 84 Feb13 0:00 [acpi_thermal_pm]
  2514. root 85 Feb13 0:00 [bioset]
  2515. root 86 Feb13 0:00 [bioset]
  2516. root 87 Feb13 0:00 [bioset]
  2517. root 88 Feb13 0:00 [bioset]
  2518. root 89 Feb13 0:00 [bioset]
  2519. root 90 Feb13 0:00 [bioset]
  2520. root 91 Feb13 0:00 [bioset]
  2521. root 92 Feb13 0:00 [bioset]
  2522. root 97 Feb13 0:00 [ipv6_addrconf]
  2523. root 111 Feb13 0:00 [deferwq]
  2524. root 112 Feb13 0:00 [charger_manager]
  2525. root 152 Feb13 0:00 [kpsmoused]
  2526. root 159 Feb13 0:00 [scsi_eh_0]
  2527. root 160 Feb13 0:00 [scsi_tmf_0]
  2528. root 161 Feb13 0:00 [scsi_eh_1]
  2529. root 162 Feb13 0:00 [scsi_tmf_1]
  2530. root 163 Feb13 0:00 [scsi_eh_2]
  2531. root 164 Feb13 0:00 [scsi_tmf_2]
  2532. root 165 Feb13 0:00 [scsi_eh_3]
  2533. root 166 Feb13 0:00 [scsi_tmf_3]
  2534. root 167 Feb13 0:00 [scsi_eh_4]
  2535. root 168 Feb13 0:00 [scsi_tmf_4]
  2536. root 169 Feb13 0:00 [scsi_eh_5]
  2537. root 170 Feb13 0:00 [scsi_tmf_5]
  2538. root 178 Feb13 0:00 [kfd_process_wq]
  2539. root 182 Feb13 0:00 [ttm_swap]
  2540. root 183 Feb13 0:00 [bioset]
  2541. root 188 Feb13 0:00 [bioset]
  2542. root 203 Feb13 0:00 [radeon-crtc]
  2543. root 204 Feb13 0:00 [radeon-crtc]
  2544. root 205 Feb13 0:00 [radeon-crtc]
  2545. root 206 Feb13 0:00 [radeon-crtc]
  2546. root 207 Feb13 0:00 [radeon-crtc]
  2547. root 208 Feb13 0:00 [radeon-crtc]
  2548. root 210 Feb13 0:00 [scsi_eh_6]
  2549. root 211 Feb13 0:00 [scsi_tmf_6]
  2550. root 212 Feb13 2:22 [usb-storage]
  2551. root 237 Feb13 0:10 [kworker/2:1H]
  2552. root 238 Feb13 0:06 [kworker/0:1H]
  2553. root 240 Feb13 0:00 [bioset]
  2554. root 241 Feb13 0:00 [bioset]
  2555. root 242 Feb13 0:00 [bioset]
  2556. root 243 Feb13 0:00 [bioset]
  2557. root 246 Feb13 0:00 [kworker/5:1H]
  2558. root 263 Feb13 0:00 [kworker/4:1H]
  2559. root 264 Feb13 0:08 [kworker/1:1H]
  2560. root 265 Feb13 0:18 [kworker/3:1H]
  2561. root 266 Feb13 0:00 [kworker/6:1H]
  2562. root 268 Feb13 0:13 [jbd2/sda2-8]
  2563. root 269 Feb13 0:00 [ext4-rsv-conver]
  2564. root 297 Feb13 0:00 [kauditd]
  2565. root 309 Feb13 2:40 [systemd-journal]
  2566. root 376 Feb13 0:00 [kworker/7:1H]
  2567. root 424 Feb13 0:00 [irq/29-mei_me]
  2568. root 503 Feb13 0:00 [cfg80211]
  2569. root 542 Feb13 0:00 [kvm-irqfd-clean]
  2570. root 777 Feb13 0:01 [cron]
  2571. syslog 782 Feb13 1:01 [rsyslogd]
  2572. root 789 Feb13 0:01 [systemd-logind]
  2573. root 792 Feb13 0:41 [thermald]
  2574. avahi 795 Feb13 23:38 [avahi-daemon]
  2575. message+ 797 Feb13 7:36 [dbus-daemon]
  2576. avahi 819 Feb13 0:00 [avahi-daemon]
  2577. root 838 Feb13 14:32 [NetworkManager]
  2578. root 840 Feb13 1:00 [accounts-daemon]
  2579. root 841 Feb13 0:00 [ModemManager]
  2580. root 844 Feb13 6:03 [cups-browsed]
  2581. root 852 Feb13 0:00 [acpid]
  2582. whoopsie 860 Feb13 0:00 [whoopsie]
  2583. root 930 Feb13 0:00 [iprt-VBoxWQueue]
  2584. root 934 Feb13 0:00 [iprt-VBoxTscThr]
  2585. root 940 Feb13 0:00 [polkitd]
  2586. root 957 Feb13 0:00 [lightdm]
  2587. colord 1021 Feb13 0:00 [colord]
  2588. root 1076 Feb13 0:40 [Xorg]
  2589. root 1090 Feb13 0:29 [sshd]
  2590. root 1101 Feb13 0:37 [irqbalance]
  2591. root 1113 Feb13 1:47 [wpa_supplicant]
  2592. root 1123 Feb13 0:05 [dhclient]
  2593. nobody 1136 Feb13 0:00 [dnsmasq]
  2594. root 1236 Feb13 0:00 [agetty]
  2595. root 1326 Feb13 0:27 [apache2]
  2596. rtkit 1509 Feb13 0:14 [rtkit-daemon]
  2597. root 1528 Feb13 0:00 [upowerd]
  2598. root 2112 Feb14 0:00 [xfsalloc]
  2599. root 2117 Feb14 0:00 [xfs_mru_cache]
  2600. root 2122 Feb14 0:00 [jfsIO]
  2601. root 2123 Feb14 0:00 [jfsCommit]
  2602. root 2124 Feb14 0:00 [jfsCommit]
  2603. root 2125 Feb14 0:00 [jfsCommit]
  2604. root 2126 Feb14 0:00 [jfsCommit]
  2605. root 2127 Feb14 0:00 [jfsCommit]
  2606. root 2128 Feb14 0:00 [jfsCommit]
  2607. root 2129 Feb14 0:00 [jfsCommit]
  2608. root 2130 Feb14 0:00 [jfsCommit]
  2609. root 2131 Feb14 0:00 [jfsSync]
  2610. root 2168 Feb14 0:00 [bioset]
  2611. root 4493 Feb26 0:02 [kworker/0:0]
  2612. root 7919 Feb25 0:00 [kworker/4:1]
  2613. root 13493 Feb21 0:00 [kworker/5:2]
  2614. root 15308 04:54 0:00 [kworker/6:1]
  2615. www-data 16786 07:35 0:01 [apache2]
  2616. www-data 16787 07:35 0:01 [apache2]
  2617. root 16844 07:35 0:00 [kworker/1:1]
  2618. root 16872 07:35 0:02 [cupsd]
  2619. root 16874 07:35 0:00 [kworker/3:2]
  2620. lp 16875 07:35 0:00 [dbus]
  2621. root 16948 07:35 0:00 [kworker/7:1]
  2622. root 17122 08:05 0:03 [kworker/u16:2]
  2623. systemd+ 17131 Feb14 0:00 [systemd-timesyn]
  2624. root 17738 09:04 0:01 [kworker/u16:3]
  2625. root 17877 09:21 0:01 [kworker/u16:5]
  2626. root 17921 09:27 0:00 [kworker/u16:1]
  2627. root 18014 09:31 0:00 [kworker/4:2]
  2628. root 18028 09:31 0:00 [lightdm]
  2629. root 18036 09:31 0:00 [kworker/3:1]
  2630. guest-9+ 18039 09:31 0:00 /lib/systemd/systemd
  2631. guest-9+ 18040 09:31 0:00 [(sd-pam)]
  2632. root 18044 09:31 0:00 [kworker/0:2]
  2633. guest-9+ 18045 09:31 0:00 /sbin/upstart
  2634. root 18048 09:31 0:00 [kworker/1:2]
  2635. guest-9+ 18126 09:31 0:00 upstart-udev-bridge
  2636. guest-9+ 18134 09:31 0:00 dbus-daemon
  2637. guest-9+ 18146 09:31 0:00 /usr/lib/x86_64-linux-gnu/hud/window-stack-bridge
  2638. guest-9+ 18177 09:31 0:00 upstart-dbus-bridge
  2639. guest-9+ 18179 09:31 0:00 upstart-dbus-bridge
  2640. guest-9+ 18188 09:31 0:00 upstart-file-bridge
  2641. guest-9+ 18189 09:31 0:00 /usr/bin/ibus-daemon
  2642. guest-9+ 18201 09:31 0:00 /usr/lib/gvfs/gvfsd
  2643. guest-9+ 18214 09:31 0:00 /usr/lib/dconf/dconf-service
  2644. guest-9+ 18225 09:31 0:00 [ssh-agent]
  2645. guest-9+ 18249 09:31 0:00 /usr/lib/x86_64-linux-gnu/bamf/bamfdaemon
  2646. guest-9+ 18276 09:31 0:00 /usr/lib/ibus/ibus-dconf
  2647. guest-9+ 18277 09:31 0:00 /usr/lib/ibus/ibus-ui-gtk3
  2648. guest-9+ 18281 09:31 0:00 /usr/lib/ibus/ibus-x11
  2649. guest-9+ 18294 09:31 0:00 /usr/lib/ibus/ibus-engine-simple
  2650. guest-9+ 18316 09:31 0:00 /usr/lib/x86_64-linux-gnu/hud/hud-service
  2651. guest-9+ 18318 09:31 0:00 /usr/lib/unity-settings-daemon/unity-settings-daemon
  2652. guest-9+ 18322 09:31 0:09 compiz
  2653. guest-9+ 18326 09:31 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
  2654. guest-9+ 18327 09:31 0:00 /usr/lib/gnome-session/gnome-session-binary
  2655. guest-9+ 18330 09:31 0:00 /usr/lib/x86_64-linux-gnu/unity/unity-panel-service
  2656. guest-9+ 18339 09:31 0:00 /usr/bin/dbus-daemon
  2657. guest-9+ 18345 09:31 0:00 /usr/lib/at-spi2-core/at-spi2-registryd
  2658. guest-9+ 18371 09:31 0:00 /usr/lib/x86_64-linux-gnu/indicator-messages/indicator-messages-service
  2659. guest-9+ 18372 09:31 0:00 /usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service
  2660. guest-9+ 18374 09:31 0:00 /usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service
  2661. guest-9+ 18378 09:31 0:00 /usr/lib/x86_64-linux-gnu/indicator-datetime/indicator-datetime-service
  2662. guest-9+ 18379 09:31 0:00 /usr/lib/x86_64-linux-gnu/indicator-keyboard/indicator-keyboard-service
  2663. guest-9+ 18381 09:31 0:00 /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service
  2664. guest-9+ 18385 09:31 0:00 /usr/lib/x86_64-linux-gnu/indicator-printers/indicator-printers-service
  2665. guest-9+ 18386 09:31 0:00 /usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
  2666. guest-9+ 18392 09:31 0:00 /usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service
  2667. guest-9+ 18413 09:31 0:00 /usr/lib/evolution/evolution-source-registry
  2668. guest-9+ 18428 09:31 0:00 /usr/bin/pulseaudio
  2669. root 18446 09:31 0:00 [kworker/2:2]
  2670. guest-9+ 18475 09:32 0:00 /usr/lib/evolution/evolution-calendar-factory
  2671. guest-9+ 18481 09:32 0:02 /usr/bin/gnome-software
  2672. guest-9+ 18483 09:32 0:00 nm-applet
  2673. guest-9+ 18485 09:32 0:01 nautilus
  2674. guest-9+ 18498 09:32 0:00 /usr/lib/unity-settings-daemon/unity-fallback-mount-helper
  2675. guest-9+ 18522 09:32 0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
  2676. root 18525 09:32 0:00 [udisksd]
  2677. guest-9+ 18537 09:32 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
  2678. guest-9+ 18544 09:32 0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor
  2679. guest-9+ 18550 09:32 0:00 /usr/lib/gvfs/gvfs-goa-volume-monitor
  2680. guest-9+ 18555 09:32 0:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor
  2681. root 18561 09:32 0:00 [fwupd]
  2682. guest-9+ 18575 09:32 0:00 /usr/lib/evolution/evolution-calendar-factory-subprocess
  2683. guest-9+ 18586 09:32 0:00 /usr/lib/evolution/evolution-addressbook-factory
  2684. guest-9+ 18588 09:32 0:00 /usr/lib/evolution/evolution-calendar-factory-subprocess
  2685. guest-9+ 18602 09:32 0:00 /usr/lib/gvfs/gvfsd-metadata
  2686. guest-9+ 18612 09:32 0:00 /usr/lib/evolution/evolution-addressbook-factory-subprocess
  2687. guest-9+ 18626 09:32 0:00 /usr/lib/gvfs/gvfsd-trash
  2688. guest-9+ 18666 09:32 0:00 /usr/lib/x86_64-linux-gnu/notify-osd
  2689. guest-9+ 18687 09:32 0:00 /usr/lib/x86_64-linux-gnu/unity-scope-home/unity-scope-home
  2690. guest-9+ 18697 09:32 0:00 /usr/bin/unity-scope-loader
  2691. guest-9+ 18699 09:32 0:00 /usr/lib/x86_64-linux-gnu/unity-lens-files/unity-files-daemon
  2692. guest-9+ 18710 09:32 0:00 /bin/sh
  2693. guest-9+ 18714 09:32 0:00 /usr/bin/zeitgeist-daemon
  2694. guest-9+ 18725 09:32 0:00 /usr/lib/x86_64-linux-gnu/zeitgeist-fts
  2695. guest-9+ 18727 09:32 0:00 zeitgeist-datahub
  2696. guest-9+ 18781 09:32 0:00 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2
  2697. root 18802 09:32 0:00 [kworker/6:2]
  2698. guest-9+ 19048 09:34 0:00 /usr/lib/x86_64-linux-gnu/deja-dup/deja-dup-monitor
  2699. root 19214 09:39 0:00 [kworker/u16:0]
  2700. root 19292 09:45 0:00 [kworker/u16:4]
  2701. root 19315 09:48 0:00 [scsi_eh_7]
  2702. root 19316 09:48 0:00 [scsi_tmf_7]
  2703. root 19318 09:48 0:00 [usb-storage]
  2704. root 19338 09:48 0:00 [bioset]
  2705. guest-9+ 19365 09:48 0:23 /usr/lib/firefox/firefox
  2706. guest-9+ 19428 09:48 0:05 /usr/lib/firefox/firefox
  2707. root 19475 09:48 0:00 [kworker/u16:6]
  2708. guest-9+ 19482 09:48 0:01 /usr/lib/firefox/firefox
  2709. guest-9+ 19537 09:48 0:01 /usr/lib/firefox/firefox
  2710. guest-9+ 19602 09:48 0:20 /usr/lib/firefox/firefox
  2711. guest-9+ 19664 09:49 0:01 /usr/lib/gnome-terminal/gnome-terminal-server
  2712. guest-9+ 19671 09:49 0:00 bash
  2713. root 19694 09:49 0:00 [kworker/u16:7]
  2714. guest-9+ 20075 09:52 0:00 python
  2715. root 20131 09:52 0:00 [sshd]
  2716. sshd 20132 09:52 0:00 [sshd]
  2717. root 20148 09:52 0:00 [sshd]
  2718. sshd 20149 09:52 0:00 [sshd]
  2719. guest-9+ 20401 09:52 0:00 /bin/sh
  2720. guest-9+ 20402 09:52 0:00 ps
  2721. guest-9+ 20403 09:52 0:00 awk
  2722. root 21215 Feb14 0:01 [systemd-udevd]
  2723. root 23727 Feb24 0:03 [kworker/7:2]
  2724. root 26085 Feb17 0:00 [kworker/5:0]
  2725. root 30922 Feb26 0:01 [kworker/2:1]
  2726.  
  2727. [+] Apache Version and Modules
  2728. Server version: Apache/2.4.18 (Ubuntu)
  2729. Server built: 2017-09-18T15:09:02
  2730. Loaded Modules:
  2731. core_module (static)
  2732. so_module (static)
  2733. watchdog_module (static)
  2734. http_module (static)
  2735. log_config_module (static)
  2736. logio_module (static)
  2737. version_module (static)
  2738. unixd_module (static)
  2739. access_compat_module (shared)
  2740. alias_module (shared)
  2741. auth_basic_module (shared)
  2742. authn_core_module (shared)
  2743. authn_file_module (shared)
  2744. authz_core_module (shared)
  2745. authz_host_module (shared)
  2746. authz_user_module (shared)
  2747. autoindex_module (shared)
  2748. deflate_module (shared)
  2749. dir_module (shared)
  2750. env_module (shared)
  2751. filter_module (shared)
  2752. mime_module (shared)
  2753. mpm_event_module (shared)
  2754. negotiation_module (shared)
  2755. setenvif_module (shared)
  2756. status_module (shared)
  2757. Compiled in modules:
  2758. core.c
  2759. mod_so.c
  2760. mod_watchdog.c
  2761. http_core.c
  2762. mod_log_config.c
  2763. mod_logio.c
  2764. mod_version.c
  2765. mod_unixd.c
  2766.  
  2767. [+] Apache Config File
  2768. # This is the main Apache server configuration file. It contains the
  2769. # configuration directives that give the server its instructions.
  2770. # See http://httpd.apache.org/docs/2.4/ for detailed information about
  2771. # the directives and /usr/share/doc/apache2/README.Debian about Debian specific
  2772. # hints.
  2773. #
  2774. #
  2775. # Summary of how the Apache 2 configuration works in Debian:
  2776. # The Apache 2 web server configuration in Debian is quite different to
  2777. # upstream's suggested way to configure the web server. This is because Debian's
  2778. # default Apache2 installation attempts to make adding and removing modules,
  2779. # virtual hosts, and extra configuration directives as flexible as possible, in
  2780. # order to make automating the changes and administering the server as easy as
  2781. # possible.
  2782. # It is split into several files forming the configuration hierarchy outlined
  2783. # below, all located in the /etc/apache2/ directory:
  2784. #
  2785. # /etc/apache2/
  2786. # |-- apache2.conf
  2787. # | `-- ports.conf
  2788. # |-- mods-enabled
  2789. # | |-- *.load
  2790. # | `-- *.conf
  2791. # |-- conf-enabled
  2792. # | `-- *.conf
  2793. # `-- sites-enabled
  2794. # `-- *.conf
  2795. #
  2796. #
  2797. # * apache2.conf is the main configuration file (this file). It puts the pieces
  2798. # together by including all remaining configuration files when starting up the
  2799. # web server.
  2800. #
  2801. # * ports.conf is always included from the main configuration file. It is
  2802. # supposed to determine listening ports for incoming connections which can be
  2803. # customized anytime.
  2804. #
  2805. # * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
  2806. # directories contain particular configuration snippets which manage modules,
  2807. # global configuration fragments, or virtual host configurations,
  2808. # respectively.
  2809. #
  2810. # They are activated by symlinking available configuration files from their
  2811. # respective *-available/ counterparts. These should be managed by using our
  2812. # helpers a2enmod/a2dismod, a2ensite/a2dissite and a2enconf/a2disconf. See
  2813. # their respective man pages for detailed information.
  2814. #
  2815. # * The binary is called apache2. Due to the use of environment variables, in
  2816. # the default configuration, apache2 needs to be started/stopped with
  2817. # /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not
  2818. # work with the default configuration.
  2819. # Global configuration
  2820. #
  2821. #
  2822. # ServerRoot: The top of the directory tree under which the server's
  2823. # configuration, error, and log files are kept.
  2824. #
  2825. # NOTE! If you intend to place this on an NFS (or otherwise network)
  2826. # mounted filesystem then please read the Mutex documentation (available
  2827. # at <URL:http://httpd.apache.org/docs/2.4/mod/core.html#mutex>);
  2828. # you will save yourself a lot of trouble.
  2829. #
  2830. # Do NOT add a slash at the end of the directory path.
  2831. #
  2832. #ServerRoot "/etc/apache2"
  2833. #
  2834. # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
  2835. #
  2836. Mutex file:${APACHE_LOCK_DIR} default
  2837. #
  2838. # PidFile: The file in which the server should record its process
  2839. # identification number when it starts.
  2840. # This needs to be set in /etc/apache2/envvars
  2841. #
  2842. PidFile ${APACHE_PID_FILE}
  2843. #
  2844. # Timeout: The number of seconds before receives and sends time out.
  2845. #
  2846. Timeout 300
  2847. #
  2848. # KeepAlive: Whether or not to allow persistent connections (more than
  2849. # one request per connection). Set to "Off" to deactivate.
  2850. #
  2851. KeepAlive On
  2852. #
  2853. # MaxKeepAliveRequests: The maximum number of requests to allow
  2854. # during a persistent connection. Set to 0 to allow an unlimited amount.
  2855. # We recommend you leave this number high, for maximum performance.
  2856. #
  2857. MaxKeepAliveRequests 100
  2858. #
  2859. # KeepAliveTimeout: Number of seconds to wait for the next request from the
  2860. # same client on the same connection.
  2861. #
  2862. KeepAliveTimeout 5
  2863. # These need to be set in /etc/apache2/envvars
  2864. User ${APACHE_RUN_USER}
  2865. Group ${APACHE_RUN_GROUP}
  2866. #
  2867. # HostnameLookups: Log the names of clients or just their IP addresses
  2868. # e.g., www.apache.org (on) or 204.62.129.132 (off).
  2869. # The default is off because it'd be overall better for the net if people
  2870. # had to knowingly turn this feature on, since enabling it means that
  2871. # each client request will result in AT LEAST one lookup request to the
  2872. # nameserver.
  2873. #
  2874. HostnameLookups Off
  2875. # ErrorLog: The location of the error log file.
  2876. # If you do not specify an ErrorLog directive within a <VirtualHost>
  2877. # container, error messages relating to that virtual host will be
  2878. # logged here. If you *do* define an error logfile for a <VirtualHost>
  2879. # container, that host's errors will be logged there and not here.
  2880. #
  2881. ErrorLog ${APACHE_LOG_DIR}/error.log
  2882. #
  2883. # LogLevel: Control the severity of messages logged to the error_log.
  2884. # Available values: trace8, ..., trace1, debug, info, notice, warn,
  2885. # error, crit, alert, emerg.
  2886. # It is also possible to configure the log level for particular modules, e.g.
  2887. # "LogLevel info ssl:warn"
  2888. #
  2889. LogLevel warn
  2890. # Include module configuration:
  2891. IncludeOptional mods-enabled/*.load
  2892. IncludeOptional mods-enabled/*.conf
  2893. # Include list of ports to listen on
  2894. Include ports.conf
  2895. # Sets the default security model of the Apache2 HTTPD server. It does
  2896. # not allow access to the root filesystem outside of /usr/share and /var/www.
  2897. # The former is used by web applications packaged in Debian,
  2898. # the latter may be used for local directories served by the web server. If
  2899. # your system is serving content from a sub-directory in /srv you must allow
  2900. # access here, or in any related virtual host.
  2901. <Directory />
  2902. Options FollowSymLinks
  2903. AllowOverride None
  2904. Require all denied
  2905. </Directory>
  2906. <Directory /usr/share>
  2907. AllowOverride None
  2908. Require all granted
  2909. </Directory>
  2910. <Directory /var/www/>
  2911. Options Indexes FollowSymLinks
  2912. AllowOverride None
  2913. Require all granted
  2914. </Directory>
  2915. #<Directory /srv/>
  2916. # Options Indexes FollowSymLinks
  2917. # AllowOverride None
  2918. # Require all granted
  2919. #</Directory>
  2920. # AccessFileName: The name of the file to look for in each directory
  2921. # for additional configuration directives. See also the AllowOverride
  2922. # directive.
  2923. #
  2924. AccessFileName .htaccess
  2925. #
  2926. # The following lines prevent .htaccess and .htpasswd files from being
  2927. # viewed by Web clients.
  2928. #
  2929. <FilesMatch "^\.ht">
  2930. Require all denied
  2931. </FilesMatch>
  2932. #
  2933. # The following directives define some format nicknames for use with
  2934. # a CustomLog directive.
  2935. #
  2936. # These deviate from the Common Log Format definitions in that they use %O
  2937. # (the actual bytes sent including headers) instead of %b (the size of the
  2938. # requested file), because the latter makes it impossible to detect partial
  2939. # requests.
  2940. #
  2941. # Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
  2942. # Use mod_remoteip instead.
  2943. #
  2944. LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
  2945. LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
  2946. LogFormat "%h %l %u %t \"%r\" %>s %O" common
  2947. LogFormat "%{Referer}i -> %U" referer
  2948. LogFormat "%{User-agent}i" agent
  2949. # Include of directories ignores editors' and dpkg's backup files,
  2950. # see README.Debian for details.
  2951. # Include generic snippets of statements
  2952. IncludeOptional conf-enabled/*.conf
  2953. # Include the virtual host configurations:
  2954. IncludeOptional sites-enabled/*.conf
  2955. # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
  2956.  
  2957. [+] Sudo Version (Check out http://www.exploit-db.com/search/?action=search&filter_page=1&filter_description=sudo)
  2958. Sudo version 1.8.16
  2959.  
  2960. [*] IDENTIFYING PROCESSES AND PACKAGES RUNNING AS ROOT OR OTHER SUPERUSER...
  2961.  
  2962. root 2129 Feb14 0:00 [jfsCommit]
  2963. root 1113 Feb13 1:47 [wpa_supplicant]
  2964. root 844 Feb13 6:03 [cups-browsed]
  2965. root 49 Feb13 0:00 [khungtaskd]
  2966. root 54 Feb13 0:00 [kintegrityd]
  2967. root 47 Feb13 0:00 [netns]
  2968. root 19338 09:48 0:00 [bioset]
  2969. root 243 Feb13 0:00 [bioset]
  2970. root 30 Feb13 0:00 [kworker/4:0H]
  2971. root 211 Feb13 0:00 [scsi_tmf_6]
  2972. root 17122 08:05 0:03 [kworker/u16:2]
  2973. root 166 Feb13 0:00 [scsi_tmf_3]
  2974. root 212 Feb13 2:22 [usb-storage]
  2975. root 15308 04:54 0:00 [kworker/6:1]
  2976. root 27 Feb13 0:00 [migration/4]
  2977. root 269 Feb13 0:00 [ext4-rsv-conver]
  2978. root 19214 09:39 0:00 [kworker/u16:0]
  2979. root 53 Feb13 0:00 [crypto]
  2980. root 56 Feb13 0:00 [kblockd]
  2981. root 12 Feb13 0:00 [migration/1]
  2982. root 206 Feb13 0:00 [radeon-crtc]
  2983. root 21 Feb13 0:03 [watchdog/3]
  2984. root 542 Feb13 0:00 [kvm-irqfd-clean]
  2985. root 2126 Feb14 0:00 [jfsCommit]
  2986. root 23727 Feb24 0:03 [kworker/7:2]
  2987. root 17877 09:21 0:01 [kworker/u16:5]
  2988. root 188 Feb13 0:00 [bioset]
  2989. root 178 Feb13 0:00 [kfd_process_wq]
  2990. root 88 Feb13 0:00 [bioset]
  2991. root 789 Feb13 0:01 [systemd-logind]
  2992. root 42 Feb13 0:00 [migration/7]
  2993. root 37 Feb13 0:00 [migration/6]
  2994. root 2131 Feb14 0:00 [jfsSync]
  2995. root 210 Feb13 0:00 [scsi_eh_6]
  2996. root 25 Feb13 0:00 [kworker/3:0H]
  2997. root 246 Feb13 0:00 [kworker/5:1H]
  2998. root 2124 Feb14 0:00 [jfsCommit]
  2999. root 112 Feb13 0:00 [charger_manager]
  3000. root 40 Feb13 0:00 [kworker/6:0H]
  3001. root 297 Feb13 0:00 [kauditd]
  3002. root 203 Feb13 0:00 [radeon-crtc]
  3003. root 16872 07:35 0:02 [cupsd]
  3004. root 161 Feb13 0:00 [scsi_eh_1]
  3005. root 238 Feb13 0:06 [kworker/0:1H]
  3006. root 841 Feb13 0:00 [ModemManager]
  3007. root 1090 Feb13 0:29 [sshd]
  3008. root 19315 09:48 0:00 [scsi_eh_7]
  3009. root 18561 09:32 0:00 [fwupd]
  3010. root 7919 Feb25 0:00 [kworker/4:1]
  3011. root 169 Feb13 0:00 [scsi_eh_5]
  3012. root 15 Feb13 0:00 [kworker/1:0H]
  3013. root 8 Feb13 0:00 [rcu_bh]
  3014. root 92 Feb13 0:00 [bioset]
  3015. root 5 Feb13 0:00 [kworker/0:0H]
  3016. root 1236 Feb13 0:00 [agetty]
  3017. root 85 Feb13 0:00 [bioset]
  3018. root 840 Feb13 1:00 [accounts-daemon]
  3019. root 2127 Feb14 0:00 [jfsCommit]
  3020. root 87 Feb13 0:00 [bioset]
  3021. root 424 Feb13 0:00 [irq/29-mei_me]
  3022. root 18525 09:32 0:00 [udisksd]
  3023. root 21215 Feb14 0:01 [systemd-udevd]
  3024. root 241 Feb13 0:00 [bioset]
  3025. root 43 Feb13 0:00 [ksoftirqd/7]
  3026. root 2112 Feb14 0:00 [xfsalloc]
  3027. root 182 Feb13 0:00 [ttm_swap]
  3028. root 207 Feb13 0:00 [radeon-crtc]
  3029. root 18028 09:31 0:00 [lightdm]
  3030. root 18 Feb13 0:01 [ksoftirqd/2]
  3031. root 957 Feb13 0:00 [lightdm]
  3032. root 242 Feb13 0:00 [bioset]
  3033. root 19316 09:48 0:00 [scsi_tmf_7]
  3034. root 11 Feb13 0:03 [watchdog/1]
  3035. root 163 Feb13 0:00 [scsi_eh_2]
  3036. root 1123 Feb13 0:05 [dhclient]
  3037. root 852 Feb13 0:00 [acpid]
  3038. root 164 Feb13 0:00 [scsi_tmf_2]
  3039. root 162 Feb13 0:00 [scsi_tmf_1]
  3040. root 792 Feb13 0:41 [thermald]
  3041. root 2130 Feb14 0:00 [jfsCommit]
  3042. root 52 Feb13 0:04 [khugepaged]
  3043. root 205 Feb13 0:00 [radeon-crtc]
  3044. root 376 Feb13 0:00 [kworker/7:1H]
  3045. root 19475 09:48 0:00 [kworker/u16:6]
  3046. root 168 Feb13 0:00 [scsi_tmf_4]
  3047. root 26 Feb13 0:02 [watchdog/4]
  3048. root 1 Feb13 0:21 [systemd]
  3049. root 13493 Feb21 0:00 [kworker/5:2]
  3050. root 36 Feb13 0:02 [watchdog/6]
  3051. root 10 Feb13 0:02 [watchdog/0]
  3052. root 38 Feb13 0:00 [ksoftirqd/6]
  3053. root 51 Feb13 0:00 [ksmd]
  3054. root 263 Feb13 0:00 [kworker/4:1H]
  3055. root 1076 Feb13 0:40 [Xorg]
  3056. root 934 Feb13 0:00 [iprt-VBoxTscThr]
  3057. root 66 Feb13 0:00 [ecryptfs-kthrea]
  3058. root 268 Feb13 0:13 [jbd2/sda2-8]
  3059. root 160 Feb13 0:00 [scsi_tmf_0]
  3060. root 18802 09:32 0:00 [kworker/6:2]
  3061. root 18044 09:31 0:00 [kworker/0:2]
  3062. root 48 Feb13 0:00 [perf]
  3063. root 237 Feb13 0:10 [kworker/2:1H]
  3064. root 16844 07:35 0:00 [kworker/1:1]
  3065. root 59 Feb13 0:00 [devfreq_wq]
  3066. root 165 Feb13 0:00 [scsi_eh_3]
  3067. root 3 Feb13 0:00 [ksoftirqd/0]
  3068. root 55 Feb13 0:00 [bioset]
  3069. root 31 Feb13 0:02 [watchdog/5]
  3070. root 20 Feb13 0:00 [kworker/2:0H]
  3071. root 41 Feb13 0:02 [watchdog/7]
  3072. root 264 Feb13 0:08 [kworker/1:1H]
  3073. root 2117 Feb14 0:00 [xfs_mru_cache]
  3074. root 16 Feb13 0:02 [watchdog/2]
  3075. root 940 Feb13 0:00 [polkitd]
  3076. root 4493 Feb26 0:02 [kworker/0:0]
  3077. root 2168 Feb14 0:00 [bioset]
  3078. root 57 Feb13 0:00 [ata_sff]
  3079. root 63 Feb13 0:00 [kswapd0]
  3080. root 1326 Feb13 0:27 [apache2]
  3081. root 13 Feb13 0:29 [ksoftirqd/1]
  3082. root 503 Feb13 0:00 [cfg80211]
  3083. root 17 Feb13 0:00 [migration/2]
  3084. root 16874 07:35 0:00 [kworker/3:2]
  3085. root 20148 09:52 0:00 [sshd]
  3086. root 17921 09:27 0:00 [kworker/u16:1]
  3087. root 22 Feb13 0:00 [migration/3]
  3088. root 2 Feb13 0:00 [kthreadd]
  3089. root 65 Feb13 0:00 [fsnotify_mark]
  3090. root 930 Feb13 0:00 [iprt-VBoxWQueue]
  3091. root 159 Feb13 0:00 [scsi_eh_0]
  3092. root 265 Feb13 0:18 [kworker/3:1H]
  3093. root 19292 09:45 0:00 [kworker/u16:4]
  3094. root 23 Feb13 0:00 [ksoftirqd/3]
  3095. root 204 Feb13 0:00 [radeon-crtc]
  3096. root 84 Feb13 0:00 [acpi_thermal_pm]
  3097. root 777 Feb13 0:01 [cron]
  3098. root 7 Feb13 36:46 [rcu_sched]
  3099. root 1101 Feb13 0:37 [irqbalance]
  3100. root 90 Feb13 0:00 [bioset]
  3101. root 266 Feb13 0:00 [kworker/6:1H]
  3102. root 64 Feb13 0:00 [vmstat]
  3103. root 208 Feb13 0:00 [radeon-crtc]
  3104. root 18036 09:31 0:00 [kworker/3:1]
  3105. root 20131 09:52 0:00 [sshd]
  3106. root 28 Feb13 0:21 [ksoftirqd/4]
  3107. root 2123 Feb14 0:00 [jfsCommit]
  3108. root 89 Feb13 0:00 [bioset]
  3109. root 170 Feb13 0:00 [scsi_tmf_5]
  3110. root 309 Feb13 2:40 [systemd-journal]
  3111. root 838 Feb13 14:32 [NetworkManager]
  3112. root 18014 09:31 0:00 [kworker/4:2]
  3113. root 35 Feb13 0:00 [kworker/5:0H]
  3114. root 152 Feb13 0:00 [kpsmoused]
  3115. root 2125 Feb14 0:00 [jfsCommit]
  3116. root 45 Feb13 0:00 [kworker/7:0H]
  3117. root 18048 09:31 0:00 [kworker/1:2]
  3118. root 82 Feb13 0:00 [kthrotld]
  3119. root 46 Feb13 0:00 [kdevtmpfs]
  3120. root 97 Feb13 0:00 [ipv6_addrconf]
  3121. root 19694 09:49 0:00 [kworker/u16:7]
  3122. root 86 Feb13 0:00 [bioset]
  3123. root 167 Feb13 0:00 [scsi_eh_4]
  3124. root 2122 Feb14 0:00 [jfsIO]
  3125. root 58 Feb13 0:00 [md]
  3126. root 30922 Feb26 0:01 [kworker/2:1]
  3127. root 1528 Feb13 0:00 [upowerd]
  3128. root 26085 Feb17 0:00 [kworker/5:0]
  3129. root 111 Feb13 0:00 [deferwq]
  3130. root 17738 09:04 0:01 [kworker/u16:3]
  3131. root 240 Feb13 0:00 [bioset]
  3132. root 19318 09:48 0:00 [usb-storage]
  3133. root 16948 07:35 0:00 [kworker/7:1]
  3134. root 183 Feb13 0:00 [bioset]
  3135. root 18446 09:31 0:00 [kworker/2:2]
  3136. root 32 Feb13 0:00 [migration/5]
  3137. root 9 Feb13 0:00 [migration/0]
  3138. root 33 Feb13 0:00 [ksoftirqd/5]
  3139. root 91 Feb13 0:00 [bioset]
  3140. root 50 Feb13 0:00 [writeback]
  3141. root 2128 Feb14 0:00 [jfsCommit]
  3142.  
  3143. [*] ENUMERATING INSTALLED LANGUAGES/TOOLS FOR SPLOIT BUILDING...
  3144.  
  3145. [+] Installed Tools
  3146. /usr/bin/awk
  3147. /usr/bin/perl
  3148. /usr/bin/python
  3149. /usr/bin/gcc
  3150. /usr/bin/cc
  3151. /usr/bin/vi
  3152. /usr/bin/vim
  3153. /usr/bin/find
  3154. /bin/netcat
  3155. /bin/nc
  3156. /usr/bin/wget
  3157. /usr/bin/ftp
  3158.  
  3159. [+] Related Shell Escape Sequences...
  3160.  
  3161. vi--> :!bash
  3162. vi--> :set shell=/bin/bash:shell
  3163. vi--> :!bash
  3164. vi--> :set shell=/bin/bash:shell
  3165. awk--> awk 'BEGIN {system("/bin/bash")}'
  3166. find--> find / -exec /usr/bin/awk 'BEGIN {system("/bin/bash")}' \;
  3167. perl--> perl -e 'exec "/bin/bash";'
  3168.  
  3169. [*] FINDING RELEVENT PRIVILEGE ESCALATION EXPLOITS...
  3170.  
  3171. Note: Exploits relying on a compile/scripting language not detected on this system are marked with a '**' but should still be tested!
  3172.  
  3173. The following exploits are ranked higher in probability of success because this script detected a related running process, OS, or mounted file system
  3174.  
  3175. The following exploits are applicable to this kernel version and should be investigated as well
  3176. - Kernel ia32syscall Emulation Privilege Escalation || http://www.exploit-db.com/exploits/15023 || Language=c
  3177. - Sendpage Local Privilege Escalation || http://www.exploit-db.com/exploits/19933 || Language=ruby**
  3178. - CAP_SYS_ADMIN to Root Exploit 2 (32 and 64-bit) || http://www.exploit-db.com/exploits/15944 || Language=c
  3179. - CAP_SYS_ADMIN to root Exploit || http://www.exploit-db.com/exploits/15916 || Language=c
  3180. - MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c
  3181. - open-time Capability file_ns_capable() Privilege Escalation || http://www.exploit-db.com/exploits/25450 || Language=c
  3182. - open-time Capability file_ns_capable() - Privilege Escalation Vulnerability || http://www.exploit-db.com/exploits/25307 || Language=c
  3183.  
  3184. Finished
  3185. =================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement