Last active
December 12, 2016 06:39
-
-
Save lucasrangit/728b09b3921e93c3b1ff97a0f16f680f to your computer and use it in GitHub Desktop.
Dell XPS13 9333 grub and apt sources after do-release-upgrade 12.04 -> 14.04 -> 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -e | |
source /usr/lib/grub/grub-mkconfig_lib | |
cat << EOF | |
menuentry "Flash BIOS using DOS" { | |
search --no-floppy --hint '(hd0,msdos1)' --set --fs-uuid 865C-483D | |
chainloader +1 | |
} | |
EOF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -e | |
source /usr/lib/grub/grub-mkconfig_lib | |
cat << EOF | |
menuentry "Restore Ubuntu 12.04 to factory state" { | |
search --no-floppy --hint '(hd0,msdos2)' --set --fs-uuid 52AF-3A2A | |
set uuid_options="uuid=52AF-3A2A" | |
if [ -s /factory/common.cfg ]; then | |
source /factory/common.cfg | |
else | |
set options="boot=casper automatic-ubiquity noprompt quiet splash" | |
fi | |
#Support starting from a loopback mount (Only support ubuntu.iso for filename) | |
if [ -f /ubuntu.iso ]; then | |
loopback loop /ubuntu.iso | |
set root=(loop) | |
set options="\$options iso-scan/filename=/ubuntu.iso" | |
fi | |
if [ -n "\${lang}" ]; then | |
set options="\$options locale=\$lang" | |
fi | |
linux /casper/vmlinuz dell-recovery/recovery_type=hdd \$uuid_options \$options | |
initrd /casper/initrd.lz | |
} | |
EOF | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# deb http://opensource.dell.com/releases/sputnik/archive precise main # disabled on upgrade to trusty | |
# deb-src http://opensource.dell.com/releases/sputnik/archive precise main # disabled on upgrade to trusty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# DO NOT EDIT THIS FILE | |
# | |
# It is automatically generated by grub-mkconfig using templates | |
# from /etc/grub.d and settings from /etc/default/grub | |
# | |
### BEGIN /etc/grub.d/00_header ### | |
if [ -s $prefix/grubenv ]; then | |
set have_grubenv=true | |
load_env | |
fi | |
if [ "${next_entry}" ] ; then | |
set default="${next_entry}" | |
set next_entry= | |
save_env next_entry | |
set boot_once=true | |
else | |
set default="0" | |
fi | |
if [ x"${feature_menuentry_id}" = xy ]; then | |
menuentry_id_option="--id" | |
else | |
menuentry_id_option="" | |
fi | |
export menuentry_id_option | |
if [ "${prev_saved_entry}" ]; then | |
set saved_entry="${prev_saved_entry}" | |
save_env saved_entry | |
set prev_saved_entry= | |
save_env prev_saved_entry | |
set boot_once=true | |
fi | |
function savedefault { | |
if [ -z "${boot_once}" ]; then | |
saved_entry="${chosen}" | |
save_env saved_entry | |
fi | |
} | |
function recordfail { | |
set recordfail=1 | |
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi | |
} | |
function load_video { | |
if [ x$feature_all_video_module = xy ]; then | |
insmod all_video | |
else | |
insmod efi_gop | |
insmod efi_uga | |
insmod ieee1275_fb | |
insmod vbe | |
insmod vga | |
insmod video_bochs | |
insmod video_cirrus | |
fi | |
} | |
if [ x$feature_default_font_path = xy ] ; then | |
font=unicode | |
else | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
font="/usr/share/grub/unicode.pf2" | |
fi | |
if loadfont $font ; then | |
set gfxmode=auto | |
load_video | |
insmod gfxterm | |
fi | |
terminal_output gfxterm | |
if [ "${recordfail}" = 1 ] ; then | |
set timeout=30 | |
else | |
if [ x$feature_timeout_style = xy ] ; then | |
set timeout_style=hidden | |
set timeout=0 | |
# Fallback hidden-timeout code in case the timeout_style feature is | |
# unavailable. | |
elif sleep --interruptible 0 ; then | |
set timeout=0 | |
fi | |
fi | |
### END /etc/grub.d/00_header ### | |
### BEGIN /etc/grub.d/05_debian_theme ### | |
set menu_color_normal=white/black | |
set menu_color_highlight=black/light-gray | |
if background_color 44,0,30,0; then | |
clear | |
fi | |
### END /etc/grub.d/05_debian_theme ### | |
### BEGIN /etc/grub.d/10_linux ### | |
function gfxmode { | |
set gfxpayload="${1}" | |
if [ "${1}" = "keep" ]; then | |
set vt_handoff=vt.handoff=7 | |
else | |
set vt_handoff= | |
fi | |
} | |
if [ "${recordfail}" != 1 ]; then | |
if [ -e ${prefix}/gfxblacklist.txt ]; then | |
if hwmatch ${prefix}/gfxblacklist.txt 3; then | |
if [ ${match} = 0 ]; then | |
set linux_gfx_mode=keep | |
else | |
set linux_gfx_mode=text | |
fi | |
else | |
set linux_gfx_mode=text | |
fi | |
else | |
set linux_gfx_mode=keep | |
fi | |
else | |
set linux_gfx_mode=text | |
fi | |
export linux_gfx_mode | |
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
recordfail | |
load_video | |
gfxmode $linux_gfx_mode | |
insmod gzio | |
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
linux /boot/vmlinuz-4.4.0-51-generic root=UUID=ebc948cb-cfd4-48d1-a05f-c1805bcbce42 ro quiet splash acpi_osi="!Windows 2012" $vt_handoff | |
initrd /boot/initrd.img-4.4.0-51-generic | |
} | |
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
menuentry 'Ubuntu, with Linux 4.4.0-51-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-51-generic-advanced-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
recordfail | |
load_video | |
gfxmode $linux_gfx_mode | |
insmod gzio | |
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
echo 'Loading Linux 4.4.0-51-generic ...' | |
linux /boot/vmlinuz-4.4.0-51-generic root=UUID=ebc948cb-cfd4-48d1-a05f-c1805bcbce42 ro quiet splash acpi_osi="!Windows 2012" $vt_handoff | |
echo 'Loading initial ramdisk ...' | |
initrd /boot/initrd.img-4.4.0-51-generic | |
} | |
menuentry 'Ubuntu, with Linux 4.4.0-51-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-51-generic-init-upstart-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
recordfail | |
load_video | |
gfxmode $linux_gfx_mode | |
insmod gzio | |
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
echo 'Loading Linux 4.4.0-51-generic ...' | |
linux /boot/vmlinuz-4.4.0-51-generic root=UUID=ebc948cb-cfd4-48d1-a05f-c1805bcbce42 ro quiet splash acpi_osi="!Windows 2012" $vt_handoff init=/sbin/upstart | |
echo 'Loading initial ramdisk ...' | |
initrd /boot/initrd.img-4.4.0-51-generic | |
} | |
menuentry 'Ubuntu, with Linux 4.4.0-51-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-51-generic-recovery-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
recordfail | |
load_video | |
insmod gzio | |
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
echo 'Loading Linux 4.4.0-51-generic ...' | |
linux /boot/vmlinuz-4.4.0-51-generic root=UUID=ebc948cb-cfd4-48d1-a05f-c1805bcbce42 ro recovery nomodeset | |
echo 'Loading initial ramdisk ...' | |
initrd /boot/initrd.img-4.4.0-51-generic | |
} | |
menuentry 'Ubuntu, with Linux 3.13.0-103-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-103-generic-advanced-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
recordfail | |
load_video | |
gfxmode $linux_gfx_mode | |
insmod gzio | |
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
echo 'Loading Linux 3.13.0-103-generic ...' | |
linux /boot/vmlinuz-3.13.0-103-generic root=UUID=ebc948cb-cfd4-48d1-a05f-c1805bcbce42 ro quiet splash acpi_osi="!Windows 2012" $vt_handoff | |
echo 'Loading initial ramdisk ...' | |
initrd /boot/initrd.img-3.13.0-103-generic | |
} | |
menuentry 'Ubuntu, with Linux 3.13.0-103-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-103-generic-init-upstart-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
recordfail | |
load_video | |
gfxmode $linux_gfx_mode | |
insmod gzio | |
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
echo 'Loading Linux 3.13.0-103-generic ...' | |
linux /boot/vmlinuz-3.13.0-103-generic root=UUID=ebc948cb-cfd4-48d1-a05f-c1805bcbce42 ro quiet splash acpi_osi="!Windows 2012" $vt_handoff init=/sbin/upstart | |
echo 'Loading initial ramdisk ...' | |
initrd /boot/initrd.img-3.13.0-103-generic | |
} | |
menuentry 'Ubuntu, with Linux 3.13.0-103-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-103-generic-recovery-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
recordfail | |
load_video | |
insmod gzio | |
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
echo 'Loading Linux 3.13.0-103-generic ...' | |
linux /boot/vmlinuz-3.13.0-103-generic root=UUID=ebc948cb-cfd4-48d1-a05f-c1805bcbce42 ro recovery nomodeset | |
echo 'Loading initial ramdisk ...' | |
initrd /boot/initrd.img-3.13.0-103-generic | |
} | |
menuentry 'Ubuntu, with Linux 3.5.0-61-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-61-generic-advanced-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
recordfail | |
load_video | |
gfxmode $linux_gfx_mode | |
insmod gzio | |
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
echo 'Loading Linux 3.5.0-61-generic ...' | |
linux /boot/vmlinuz-3.5.0-61-generic root=UUID=ebc948cb-cfd4-48d1-a05f-c1805bcbce42 ro quiet splash acpi_osi="!Windows 2012" $vt_handoff | |
echo 'Loading initial ramdisk ...' | |
initrd /boot/initrd.img-3.5.0-61-generic | |
} | |
menuentry 'Ubuntu, with Linux 3.5.0-61-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-61-generic-init-upstart-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
recordfail | |
load_video | |
gfxmode $linux_gfx_mode | |
insmod gzio | |
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
echo 'Loading Linux 3.5.0-61-generic ...' | |
linux /boot/vmlinuz-3.5.0-61-generic root=UUID=ebc948cb-cfd4-48d1-a05f-c1805bcbce42 ro quiet splash acpi_osi="!Windows 2012" $vt_handoff init=/sbin/upstart | |
echo 'Loading initial ramdisk ...' | |
initrd /boot/initrd.img-3.5.0-61-generic | |
} | |
menuentry 'Ubuntu, with Linux 3.5.0-61-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-61-generic-recovery-ebc948cb-cfd4-48d1-a05f-c1805bcbce42' { | |
recordfail | |
load_video | |
insmod gzio | |
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
echo 'Loading Linux 3.5.0-61-generic ...' | |
linux /boot/vmlinuz-3.5.0-61-generic root=UUID=ebc948cb-cfd4-48d1-a05f-c1805bcbce42 ro recovery nomodeset | |
echo 'Loading initial ramdisk ...' | |
initrd /boot/initrd.img-3.5.0-61-generic | |
} | |
} | |
### END /etc/grub.d/10_linux ### | |
### BEGIN /etc/grub.d/20_linux_xen ### | |
### END /etc/grub.d/20_linux_xen ### | |
### BEGIN /etc/grub.d/20_memtest86+ ### | |
menuentry 'Memory test (memtest86+)' { | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
knetbsd /boot/memtest86+.elf | |
} | |
menuentry 'Memory test (memtest86+, serial console 115200)' { | |
insmod part_msdos | |
insmod ext2 | |
set root='hd0,msdos3' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
else | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
fi | |
linux16 /boot/memtest86+.bin console=ttyS0,115200n8 | |
} | |
### END /etc/grub.d/20_memtest86+ ### | |
### BEGIN /etc/grub.d/30_os-prober ### | |
### END /etc/grub.d/30_os-prober ### | |
### BEGIN /etc/grub.d/30_uefi-firmware ### | |
### END /etc/grub.d/30_uefi-firmware ### | |
### BEGIN /etc/grub.d/40_custom ### | |
# This file provides an easy way to add custom menu entries. Simply type the | |
# menu entries you want to add after this comment. Be careful not to change | |
# the 'exec tail' line above. | |
### END /etc/grub.d/40_custom ### | |
### BEGIN /etc/grub.d/41_custom ### | |
if [ -f ${config_directory}/custom.cfg ]; then | |
source ${config_directory}/custom.cfg | |
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then | |
source $prefix/custom.cfg; | |
fi | |
### END /etc/grub.d/41_custom ### | |
### BEGIN /etc/grub.d/45_rear ### | |
menuentry 'Relax-and-Recover' --class os { | |
search --no-floppy --fs-uuid --set=root ebc948cb-cfd4-48d1-a05f-c1805bcbce42 | |
echo 'Loading kernel /boot/rear-kernel ...' | |
linux /boot/rear-kernel selinux=0 | |
echo 'Loading initrd /boot/rear-initrd.cgz (may take a while) ...' | |
initrd /boot/rear-initrd.cgz | |
} | |
### END /etc/grub.d/45_rear ### | |
### BEGIN /etc/grub.d/98_dell_bios ### | |
menuentry "Flash BIOS using DOS" { | |
search --no-floppy --hint '(hd0,msdos1)' --set --fs-uuid 865C-483D | |
chainloader +1 | |
} | |
### END /etc/grub.d/98_dell_bios ### | |
### BEGIN /etc/grub.d/99_dell_recovery ### | |
menuentry "Restore Ubuntu 12.04 to factory state" { | |
search --no-floppy --hint '(hd0,msdos2)' --set --fs-uuid 52AF-3A2A | |
set uuid_options="uuid=52AF-3A2A" | |
if [ -s /factory/common.cfg ]; then | |
source /factory/common.cfg | |
else | |
set options="boot=casper automatic-ubiquity noprompt quiet splash" | |
fi | |
#Support starting from a loopback mount (Only support ubuntu.iso for filename) | |
if [ -f /ubuntu.iso ]; then | |
loopback loop /ubuntu.iso | |
set root=(loop) | |
set options="$options iso-scan/filename=/ubuntu.iso" | |
fi | |
if [ -n "${lang}" ]; then | |
set options="$options locale=$lang" | |
fi | |
linux /casper/vmlinuz dell-recovery/recovery_type=hdd $uuid_options $options | |
initrd /casper/initrd.lz | |
} | |
### END /etc/grub.d/99_dell_recovery ### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Desired=Unknown/Install/Remove/Purge/Hold | |
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend | |
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) | |
||/ Name Version Architecture Description | |
+++-==========================================-=============================================-============-================================================================================ | |
ii a11y-profile-manager-indicator 0.1.10-0ubuntu3 amd64 Accessibility Profile Manager - Unity desktop indicator | |
ii account-plugin-aim 3.12.11-0ubuntu3 amd64 Messaging account plugin for AIM | |
ii account-plugin-facebook 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - facebook | |
ii account-plugin-flickr 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - flickr | |
ii account-plugin-google 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon | |
ii account-plugin-identica 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - identica | |
ii account-plugin-jabber 3.12.11-0ubuntu3 amd64 Messaging account plugin for Jabber/XMPP | |
ii account-plugin-salut 3.12.11-0ubuntu3 amd64 Messaging account plugin for Local XMPP (Salut) | |
ii account-plugin-twitter 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - twitter | |
ii account-plugin-yahoo 3.12.11-0ubuntu3 amd64 Messaging account plugin for Yahoo! | |
ii accountsservice 0.6.40-2ubuntu11.3 amd64 query and manipulate user account information | |
ii acl 2.2.52-3 amd64 Access control list utilities | |
ii acpi-support 0.142 amd64 scripts for handling many ACPI events | |
ii acpid 1:2.0.26-1ubuntu2 amd64 Advanced Configuration and Power Interface event daemon | |
ii activity-log-manager 0.9.7-0ubuntu23 amd64 blacklist configuration user interface for Zeitgeist | |
ii activity-log-manager-control-center 0.9.7-0ubuntu23 all blacklist configuration for Zeitgeist (transitional package) | |
ii adduser 3.113+nmu3ubuntu4 all add and remove users and groups | |
ii adium-theme-ubuntu 0.3.4-0ubuntu1.1 all Adium message style for Ubuntu | |
ii adobe-flash-properties-gtk 1:20161108.1-0ubuntu0.16.04.1 amd64 GTK+ control panel for Adobe Flash Player plugin | |
ii adobe-flashplugin 1:20161108.1-0ubuntu0.16.04.1 amd64 Adobe Flash Player plugin | |
ii adwaita-icon-theme 3.18.0-2ubuntu3.1 all default icon theme of GNOME (small subset) | |
ii aisleriot 1:3.18.2-1ubuntu1 amd64 GNOME solitaire card game collection | |
ii alsa-base 1.0.25+dfsg-0ubuntu5 all ALSA driver configuration files | |
ii alsa-utils 1.1.0-0ubuntu5 amd64 Utilities for configuring and using ALSA | |
ii anacron 2.3-23 amd64 cron-like program that doesn't go by time | |
ii apg 2.2.3.dfsg.1-2ubuntu1 amd64 Automated Password Generator - Standalone version | |
ii app-install-data 15.10 all Ubuntu applications (data files) | |
ii app-install-data-partner 16.04 all Application Installer (data files for partner applications/repositories) | |
ii apparmor 2.10.95-0ubuntu2.5 amd64 user-space parser utility for AppArmor | |
rc appmenu-gtk:amd64 0.3.92-0ubuntu1.1 amd64 Export GTK menus over DBus | |
rc appmenu-gtk3:amd64 0.3.92-0ubuntu1.1 amd64 Export GTK menus over DBus | |
ii appmenu-qt:amd64 0.2.7+14.04.20140305-0ubuntu2 amd64 application menu for Qt | |
ii appmenu-qt5 0.3.0+16.04.20151130-0ubuntu1 amd64 application menu for Qt5 | |
ii apport 2.20.1-0ubuntu2.1 all automatically generate crash reports for debugging | |
ii apport-gtk 2.20.1-0ubuntu2.1 all GTK+ frontend for the apport crash report system | |
ii apport-symptoms 0.20 all symptom scripts for apport | |
ii appstream 0.9.4-1ubuntu1 amd64 Software component index | |
ii apt 1.2.15 amd64 commandline package manager | |
ii apt-cacher-ng 0.9.1-1ubuntu1 amd64 caching proxy server for software repositories | |
ii apt-transport-https 1.2.15 amd64 https download transport for APT | |
ii apt-utils 1.2.15 amd64 package management related utility programs | |
ii apt-xapian-index 0.47ubuntu8.3 all maintenance and search tools for a Xapian index of Debian packages | |
ii aptdaemon 1.1.1+bzr982-0ubuntu14 all transaction based package management service | |
ii aptdaemon-data 1.1.1+bzr982-0ubuntu14 all data files for clients | |
ii apturl 0.5.2ubuntu11.1 amd64 install packages using the apt protocol - GTK+ frontend | |
ii apturl-common 0.5.2ubuntu11.1 amd64 install packages using the apt protocol - common data | |
ii aspell 0.60.7~20110707-3build1 amd64 GNU Aspell spell-checker | |
ii aspell-en 7.1-0-1.1 all English dictionary for GNU Aspell | |
ii at 3.1.18-2ubuntu1 amd64 Delayed job execution and batch processing | |
ii at-spi2-core 2.18.3-4ubuntu1 amd64 Assistive Technology Service Provider Interface (dbus core) | |
ii attr 1:2.4.47-2 amd64 Utilities for manipulating filesystem extended attributes | |
ii augeas-lenses 1.4.0-0ubuntu1 all Set of lenses needed by libaugeas0 to parse config files | |
ii autoconf 2.69-9 all automatic configure script builder | |
ii automake 1:1.15-4ubuntu1 all Tool for generating GNU Standards-compliant Makefiles | |
ii autotools-dev 20150820.1 all Update infrastructure for config.{guess,sub} files | |
ii avahi-autoipd 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi IPv4LL network address configuration daemon | |
ii avahi-daemon 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi mDNS/DNS-SD daemon | |
ii avahi-utils 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi browsing, publishing and discovery utilities | |
ii bamfdaemon 0.5.3~bzr0+16.04.20160824-0ubuntu1 amd64 Window matching library - daemon | |
ii baobab 3.18.1-1ubuntu1 amd64 GNOME disk usage analyzer | |
ii base-files 9.4ubuntu4.3 amd64 Debian base system miscellaneous files | |
ii base-passwd 3.5.39 amd64 Debian base system master password and group files | |
ii bash 4.3-14ubuntu1.1 amd64 GNU Bourne Again SHell | |
ii bash-completion 1:2.1-4.2ubuntu1.1 all programmable completion for the bash shell | |
ii bc 1.06.95-9build1 amd64 GNU bc arbitrary precision calculator language | |
ii bind9-host 1:9.10.3.dfsg.P4-8ubuntu1.3 amd64 Version of 'host' bundled with BIND 9.X | |
ii binutils 2.26.1-1ubuntu1~16.04.3 amd64 GNU assembler, linker and binary utilities | |
ii bison 2:3.0.4.dfsg-1 amd64 YACC-compatible parser generator | |
ii bluez 5.37-0ubuntu5 amd64 Bluetooth tools and daemons | |
ii bluez-cups 5.37-0ubuntu5 amd64 Bluetooth printer driver for CUPS | |
ii bluez-obexd 5.37-0ubuntu5 amd64 bluez obex daemon | |
ii branding-ubuntu 0.8 all Replacement artwork with Ubuntu branding | |
ii brasero 3.12.1-1ubuntu3~16.04 amd64 CD/DVD burning application for GNOME | |
ii brasero-cdrkit 3.12.1-1ubuntu3~16.04 amd64 cdrkit extensions for the Brasero burning application | |
ii brasero-common 3.12.1-1ubuntu3~16.04 all Common files for the Brasero CD burning application and library | |
ii bridge-utils 1.5-9ubuntu1 amd64 Utilities for configuring the Linux Ethernet bridge | |
ii brltty 5.3.1-2ubuntu2.1 amd64 Access software for a blind person using a braille display | |
ii bsdmainutils 9.0.6ubuntu3 amd64 collection of more utilities from FreeBSD | |
ii bsdtar 3.1.2-11ubuntu0.16.04.2 amd64 Implementation of the 'tar' program from FreeBSD | |
ii bsdutils 1:2.27.1-6ubuntu3.1 amd64 basic utilities from 4.4BSD-Lite | |
ii btrfs-tools 4.4-1 amd64 Checksumming Copy on Write Filesystem utilities | |
ii build-essential 12.1ubuntu2 amd64 Informational list of build-essential packages | |
ii bundler 1.11.2-1 all Manage Ruby application dependencies | |
ii busybox-initramfs 1:1.22.0-15ubuntu1 amd64 Standalone shell setup for initramfs | |
ii busybox-static 1:1.22.0-15ubuntu1 amd64 Standalone rescue shell with tons of builtin utilities | |
rc byobu 5.77-0ubuntu1.2 all powerful, text based window manager and shell multiplexer | |
ii bzip2 1.0.6-8 amd64 high-quality block-sorting file compressor - utilities | |
ii bzr 2.7.0-2ubuntu3 all easy to use distributed version control system | |
ii ca-certificates 20160104ubuntu1 all Common CA certificates | |
ii ca-certificates-java 20160321 all Common CA certificates (JKS keystore) | |
ii canonical-oem-keyring 2009.07.23+build3 all GnuPG keys of Canoncical OEM archives | |
ii canonical-poke 0.3.6 all send "I am alive" ping to Canonical | |
ii cgmanager 0.39-2ubuntu5 amd64 Central cgroup manager daemon | |
ii cgroup-lite 1.11 all Light-weight package to set up cgroups at system boot | |
ii charm 2.1.1-0ubuntu1 amd64 Tool for publishing and maintaining Juju charms | |
ii charm-tools 2.1.2-0ubuntu4 all Tools for maintaining Juju charms | |
ii checkbox 1.2.4-0ubuntu1 all System testing application (transitional package) | |
ii checkbox-converged 1.2.4-0ubuntu1 all testing tool for all Ubuntu devices | |
ii checkbox-gui 1.2.4-0ubuntu1 all QML based interface for checkbox (transitional package) | |
ii checkbox-qt 1.2.4-0ubuntu1 all QT4 interface for checkbox (transitional package) | |
ii cheese 3.18.1-2ubuntu3 amd64 tool to take pictures and videos from your webcam | |
ii cheese-common 3.18.1-2ubuntu3 all Common files for the Cheese tool to take pictures and videos | |
ii cifs-utils 2:6.4-1ubuntu1 amd64 Common Internet File System utilities | |
ii cloud-guest-utils 0.27-0ubuntu24 all cloud guest utilities | |
ii cloud-image-utils 0.27-0ubuntu24 all cloud image management utilities | |
ii cloud-utils 0.27-0ubuntu24 all metapackage for installation of upstream cloud-utils source | |
ii colord 1.2.12-1ubuntu1 amd64 system service to manage device colour profiles -- system daemon | |
ii colord-data 1.2.12-1ubuntu1 all system service to manage device colour profiles -- data files | |
ii colordiff 1.0.16-1 all tool to colorize 'diff' output | |
ii command-not-found 0.3ubuntu16.04.2 all Suggest installation of packages in interactive bash sessions | |
ii command-not-found-data 0.3ubuntu16.04.2 amd64 Set of data files for command-not-found. | |
ii compiz 1:0.9.12.2+16.04.20160823-0ubuntu1 all OpenGL window and compositing manager | |
ii compiz-core 1:0.9.12.2+16.04.20160823-0ubuntu1 amd64 OpenGL window and compositing manager | |
ii compiz-gnome 1:0.9.12.2+16.04.20160823-0ubuntu1 amd64 OpenGL window and compositing manager - GNOME window decorator | |
ii compiz-plugins:amd64 1:0.9.12.2+16.04.20160823-0ubuntu1 amd64 OpenGL window and compositing manager - plugins | |
ii compiz-plugins-default:amd64 1:0.9.12.2+16.04.20160823-0ubuntu1 amd64 OpenGL window and compositing manager - default plugins | |
ii compiz-plugins-main-default 1:0.9.12.2+16.04.20160823-0ubuntu1 all transitional dummy package | |
ii config-usbhid-synaptics-touchscreen 1 all Customized optional parameter of usbhid for Synaptics touchscreen | |
ii console-setup 1.108ubuntu15.2 all console font and keymap setup program | |
ii console-setup-linux 1.108ubuntu15.2 all Linux specific part of console-setup | |
ii consolekit 0.4.6-5 amd64 framework for defining and tracking users, sessions and seats | |
ii coreutils 8.25-2ubuntu2 amd64 GNU core utilities | |
ii cpio 2.11+dfsg-5ubuntu1 amd64 GNU cpio -- a program to manage archives of files | |
ii cpp 4:5.3.1-1ubuntu1 amd64 GNU C preprocessor (cpp) | |
ii cpp-4.8 4.8.5-4ubuntu2 amd64 GNU C preprocessor | |
ii cpp-5 5.4.0-6ubuntu1~16.04.4 amd64 GNU C preprocessor | |
ii cracklib-runtime 2.9.2-1build2 amd64 runtime support for password checker library cracklib2 | |
ii crda 3.13-1 amd64 wireless Central Regulatory Domain Agent | |
ii cron 3.0pl1-128ubuntu2 amd64 process scheduling daemon | |
ii cryptsetup-bin 2:1.6.6-5ubuntu2 amd64 disk encryption support - command line tools | |
ii csmb-meta 1.7 all meta package for Dell consumer systems. | |
ii cups 2.1.3-4 amd64 Common UNIX Printing System(tm) - PPD/driver support, web interface | |
ii cups-browsed 1.8.3-2ubuntu3.1 amd64 OpenPrinting CUPS Filters - cups-browsed | |
ii cups-bsd 2.1.3-4 amd64 Common UNIX Printing System(tm) - BSD commands | |
ii cups-client 2.1.3-4 amd64 Common UNIX Printing System(tm) - client programs (SysV) | |
ii cups-common 2.1.3-4 all Common UNIX Printing System(tm) - common files | |
ii cups-core-drivers 2.1.3-4 amd64 Common UNIX Printing System(tm) - PPD-less printing | |
ii cups-daemon 2.1.3-4 amd64 Common UNIX Printing System(tm) - daemon | |
ii cups-filters 1.8.3-2ubuntu3.1 amd64 OpenPrinting CUPS Filters - Main Package | |
ii cups-filters-core-drivers 1.8.3-2ubuntu3.1 amd64 OpenPrinting CUPS Filters - PPD-less printing | |
ii cups-pk-helper 0.2.5-2ubuntu2 amd64 PolicyKit helper to configure cups with fine-grained privileges | |
ii cups-ppdc 2.1.3-4 amd64 Common UNIX Printing System(tm) - PPD manipulation utilities | |
ii cups-server-common 2.1.3-4 all Common UNIX Printing System(tm) - server common files | |
ii curl 7.47.0-1ubuntu2.2 amd64 command line tool for transferring data with URL syntax | |
ii dash 0.5.8-2.1ubuntu2 amd64 POSIX-compliant shell | |
ii dbus 1.10.6-1ubuntu3.1 amd64 simple interprocess messaging system (daemon and utilities) | |
ii dbus-x11 1.10.6-1ubuntu3.1 amd64 simple interprocess messaging system (X11 deps) | |
ii dc 1.06.95-9build1 amd64 GNU dc arbitrary precision reverse-polish calculator | |
ii dconf-cli 0.24.0-2 amd64 simple configuration storage system - utilities | |
ii dconf-gsettings-backend:amd64 0.24.0-2 amd64 simple configuration storage system - GSettings back-end | |
ii dconf-service 0.24.0-2 amd64 simple configuration storage system - D-Bus service | |
ii dctrl-tools 2.24-2 amd64 Command-line tools to process Debian package information | |
ii debconf 1.5.58ubuntu1 all Debian configuration management system | |
ii debconf-i18n 1.5.58ubuntu1 all full internationalization support for debconf | |
ii debhelper 9.20160115ubuntu3 all helper programs for debian/rules | |
ii debianutils 4.7 amd64 Miscellaneous utilities specific to Debian | |
ii debootstrap 1.0.78+nmu1ubuntu1.2 all Bootstrap a basic Debian system | |
ii deja-dup 34.2-0ubuntu1 amd64 Back up your files | |
ii deja-dup-backend-gvfs 34.2-0ubuntu1 all Remote server support for Déjà Dup | |
ii dell-developer-profile-meta 1.0 all Meta package for the Dell Developer Profile tool | |
ii dell-e-star 0.02 all Dell Energy Star | |
rc dell-eula 0.15 all Dell End User License Agreement | |
ii dell-laptop-precise-dkms 1.0wataugafour1 all dell-laptop-precise driver in DKMS format. | |
ii dell-lxc-base 2.0-1 amd64 Base package for lxc snapshot | |
ii dell-recovery 1.48 all Dell Recovery Media Creation Package | |
rc dell-recovery-bootloader 1.24.2~precise11 all Bootloader images for Dell's factory process | |
rc dell-sputnik-archive 0.03 all Dell Sputnik Archive keyring | |
ii desktop-file-utils 0.22-1ubuntu5 amd64 Utilities for .desktop files | |
ii devscripts 2.16.2ubuntu3 amd64 scripts to make the life of a Debian Package maintainer easier | |
ii dh-python 2.20151103ubuntu1.1 all Debian helper tools for packaging Python libraries and applications | |
ii dh-strip-nondeterminism 0.015-1 all debhelper add-on to strip non-determinism from files | |
ii dialog 1.3-20160209-1 amd64 Displays user-friendly dialog boxes from shell scripts | |
ii dictionaries-common 1.26.3 all spelling dictionaries - common utilities | |
ii diffstat 1.61-1 amd64 produces graph of changes introduced by a diff file | |
ii diffutils 1:3.3-3 amd64 File comparison utilities | |
ii dirmngr 2.1.11-6ubuntu2 amd64 server for managing certificate revocation lists | |
ii distro-info 0.14build1 amd64 provides information about the distributions' releases | |
ii distro-info-data 0.28ubuntu0.2 all information about the distributions' releases (data files) | |
ii dkms 2.2.0.3-2ubuntu11.3 all Dynamic Kernel Module Support Framework | |
ii dleyna-server 0.4.0-1 amd64 DBus service to interact with DLNA Digital Media Servers | |
ii dmidecode 3.0-2ubuntu0.1 amd64 SMBIOS/DMI table decoder | |
rc dmraid 1.0.0.rc16-4.2ubuntu3 amd64 Device-Mapper Software RAID support tool | |
ii dmsetup 2:1.02.110-1ubuntu10 amd64 Linux Kernel Device Mapper userspace library | |
ii dmz-cursor-theme 0.4.4ubuntu1 all Style neutral, scalable cursor theme | |
ii dns-root-data 2015052300+h+1 all DNS root data including root zone and DNSSEC key | |
ii dnsmasq-base 2.75-1ubuntu0.16.04.1 amd64 Small caching DNS proxy and DHCP/TFTP server | |
ii dnsutils 1:9.10.3.dfsg.P4-8ubuntu1.3 amd64 Clients provided with BIND | |
ii doc-base 0.10.7 all utilities to manage online documentation | |
ii dosfstools 3.0.28-2ubuntu0.1 amd64 utilities for making and checking MS-DOS FAT filesystems | |
ii dpkg 1.18.4ubuntu1.1 amd64 Debian package management system | |
ii dpkg-dev 1.18.4ubuntu1.1 all Debian package development tools | |
ii dpkg-repack 1.41 all Debian package archiving tool | |
ii dput 0.9.6.4ubuntu3 all Debian package upload tool | |
ii duplicity 0.7.06-2ubuntu2 amd64 encrypted bandwidth-efficient backup | |
ii dvd+rw-tools 7.1-11 amd64 DVD+-RW/R tools | |
ii e2fslibs:amd64 1.42.13-1ubuntu1 amd64 ext2/ext3/ext4 file system libraries | |
ii e2fsprogs 1.42.13-1ubuntu1 amd64 ext2/ext3/ext4 file system utilities | |
ii ebtables 2.0.10.4-3.4ubuntu1 amd64 Ethernet bridge frame table administration | |
ii ecryptfs-utils 111-0ubuntu1.1 amd64 ecryptfs cryptographic filesystem (utilities) | |
ii ed 1.10-2 amd64 classic UNIX line editor | |
ii efibootmgr 0.12-4 amd64 Interact with the EFI Boot Manager | |
ii eject 2.1.5+deb1+cvs20081104-13.1 amd64 ejects CDs and operates CD-Changers under Linux | |
ii emacsen-common 2.0.8 all Common facilities for all emacsen | |
ii empathy 3.12.11-0ubuntu3 amd64 GNOME multi-protocol chat and call client | |
ii empathy-common 3.12.11-0ubuntu3 all GNOME multi-protocol chat and call client (common files) | |
ii enchant 1.6.0-10.1build2 amd64 Wrapper for various spell checker engines (binary programs) | |
ii eog 3.18.2-1ubuntu2.1 amd64 Eye of GNOME graphics viewer program | |
ii espeak 1.48.04+dfsg-2 amd64 Multi-lingual software speech synthesizer | |
ii espeak-data:amd64 1.48.04+dfsg-2 amd64 Multi-lingual software speech synthesizer: speech data files | |
ii ethtool 1:4.5-1 amd64 display or change Ethernet device settings | |
ii evince 3.18.2-1ubuntu4 amd64 Document (PostScript, PDF) viewer | |
ii evince-common 3.18.2-1ubuntu4 all Document (PostScript, PDF) viewer - common files | |
ii evolution-data-server 3.18.5-1ubuntu1 amd64 evolution database backend server | |
ii evolution-data-server-common 3.18.5-1ubuntu1 all architecture independent files for Evolution Data Server | |
ii evolution-data-server-online-accounts 3.18.5-1ubuntu1 amd64 evolution data server integration with Ubuntu Online Accounts | |
ii example-content 49 all Ubuntu example content | |
ii extlinux 3:6.03+dfsg-11ubuntu1 amd64 collection of bootloaders (Linux ext2/ext3/ext4, btrfs, and xfs bootloader) | |
ii fakeroot 1.20.2-1ubuntu1 amd64 tool for simulating superuser privileges | |
ii file 1:5.25-2ubuntu1 amd64 Determines file type using "magic" numbers | |
ii file-roller 3.16.5-0ubuntu1.2 amd64 archive manager for GNOME | |
ii findutils 4.6.0+git+20160126-2 amd64 utilities for finding files--find, xargs | |
ii finger 0.17-15 amd64 user information lookup program | |
ii firefox 50.0.2+build1-0ubuntu0.16.04.1 amd64 Safe and easy web browser from Mozilla | |
ii firefox-globalmenu 50.0.2+build1-0ubuntu0.16.04.1 amd64 Safe and easy web browser from Mozilla (transitional package) | |
rc firstboot-video2 1.0 all Plays a video at firstboot. | |
ii flex 2.6.0-11 amd64 fast lexical analyzer generator | |
ii fluendo-eula 0.12 all Display the Fluendo codec EULA | |
ii folks-common 0.11.1-2build2 all library to aggregates people into metacontacts (common files) | |
ii fontconfig 2.11.94-0ubuntu1.1 amd64 generic font configuration library - support binaries | |
ii fontconfig-config 2.11.94-0ubuntu1.1 all generic font configuration library - configuration | |
ii fonts-dejavu-core 2.35-1 all Vera font family derivate with additional characters | |
ii fonts-dejavu-extra 2.35-1 all Vera font family derivate with additional characters (extra variants) | |
rc fonts-droid 1:4.3-3ubuntu1.2 all handheld device font with extensive style and language support | |
ii fonts-freefont-ttf 20120503-4 all Freefont Serif, Sans and Mono Truetype fonts | |
ii fonts-guru 2:1.2 all Meta package to install all Punjabi fonts | |
ii fonts-guru-extra 2.0-3 all Free fonts for Punjabi language | |
ii fonts-kacst 2.01+mry-12 all KACST free TrueType Arabic fonts | |
ii fonts-kacst-one 5.0+svn11846-7 all TrueType font designed for Arabic language | |
ii fonts-khmeros-core 5.0-7ubuntu1 all KhmerOS Unicode fonts for the Khmer language of Cambodia | |
ii fonts-lao 0.0.20060226-9 all TrueType font for Lao language | |
ii fonts-lato 2.0-1 all sans-serif typeface family font | |
ii fonts-liberation 1.07.4-1 all Fonts with the same metrics as Times, Arial and Courier | |
ii fonts-lklug-sinhala 0.6-3 all Unicode Sinhala font by Lanka Linux User Group | |
ii fonts-lohit-guru 2.5.3-2 all Lohit TrueType font for Punjabi Language | |
ii fonts-nanum 20140930-1 all Nanum Korean fonts | |
ii fonts-noto-cjk 1:1.004+repack2-1~ubuntu1 all "No Tofu" font families with large Unicode coverage (CJK) | |
ii fonts-opensymbol 2:102.7+LibO5.1.4-0ubuntu1 all OpenSymbol TrueType font | |
ii fonts-sil-abyssinica 1.500-1 all smart Unicode font for Ethiopian and Erythrean scripts (Amharic et al.) | |
ii fonts-sil-padauk 2.80-2 all smart Unicode font for languages in Myanmar | |
ii fonts-stix 1.1.1-4 all Scientific and Technical Information eXchange fonts | |
ii fonts-symbola 2.59-1 all symbolic font providing emoji characters from Unicode 7.0 | |
ii fonts-takao-pgothic 003.02.01-9ubuntu3 all Japanese TrueType font set, Takao P Gothic Fonts | |
ii fonts-thai-tlwg 1:0.6.2-2.1 all Thai fonts maintained by TLWG (metapackage) | |
ii fonts-tibetan-machine 1.901b-5 all font for Tibetan, Dzongkha and Ladakhi (OpenType Unicode) | |
ii fonts-tlwg-garuda 1:0.6.2-2.1 all Thai Garuda font (dependency package) | |
ii fonts-tlwg-garuda-ttf 1:0.6.2-2.1 all Thai Garuda TrueType font | |
ii fonts-tlwg-kinnari 1:0.6.2-2.1 all Thai Kinnari font (dependency package) | |
ii fonts-tlwg-kinnari-ttf 1:0.6.2-2.1 all Thai Kinnari TrueType font | |
ii fonts-tlwg-laksaman 1:0.6.2-2.1 all Thai Laksaman font (dependency package) | |
ii fonts-tlwg-laksaman-ttf 1:0.6.2-2.1 all Thai Laksaman TrueType font | |
ii fonts-tlwg-loma 1:0.6.2-2.1 all Thai Loma font (dependency package) | |
ii fonts-tlwg-loma-ttf 1:0.6.2-2.1 all Thai Loma TrueType font | |
ii fonts-tlwg-mono 1:0.6.2-2.1 all Thai TlwgMono font (dependency package) | |
ii fonts-tlwg-mono-ttf 1:0.6.2-2.1 all Thai TlwgMono TrueType font | |
ii fonts-tlwg-norasi 1:0.6.2-2.1 all Thai Norasi font (dependency package) | |
ii fonts-tlwg-norasi-ttf 1:0.6.2-2.1 all Thai Norasi TrueType font | |
ii fonts-tlwg-purisa 1:0.6.2-2.1 all Thai Purisa font (dependency package) | |
ii fonts-tlwg-purisa-ttf 1:0.6.2-2.1 all Thai Purisa TrueType font | |
ii fonts-tlwg-sawasdee 1:0.6.2-2.1 all Thai Sawasdee font (dependency package) | |
ii fonts-tlwg-sawasdee-ttf 1:0.6.2-2.1 all Thai Sawasdee TrueType font | |
ii fonts-tlwg-typewriter 1:0.6.2-2.1 all Thai TlwgTypewriter font (dependency package) | |
ii fonts-tlwg-typewriter-ttf 1:0.6.2-2.1 all Thai TlwgTypewriter TrueType font | |
ii fonts-tlwg-typist 1:0.6.2-2.1 all Thai TlwgTypist font (dependency package) | |
ii fonts-tlwg-typist-ttf 1:0.6.2-2.1 all Thai TlwgTypist TrueType font | |
ii fonts-tlwg-typo 1:0.6.2-2.1 all Thai TlwgTypo font (dependency package) | |
ii fonts-tlwg-typo-ttf 1:0.6.2-2.1 all Thai TlwgTypo TrueType font | |
ii fonts-tlwg-umpush 1:0.6.2-2.1 all Thai Umpush font (dependency package) | |
ii fonts-tlwg-umpush-ttf 1:0.6.2-2.1 all Thai Umpush TrueType font | |
ii fonts-tlwg-waree 1:0.6.2-2.1 all Thai Waree font (dependency package) | |
ii fonts-tlwg-waree-ttf 1:0.6.2-2.1 all Thai Waree TrueType font | |
ii fonts-wqy-microhei 0.2.0-beta-2 all Sans-serif style CJK font derived from Droid | |
ii foomatic-db-compressed-ppds 20160212-0ubuntu1 all OpenPrinting printer support - Compressed PPDs derived from the database | |
ii foomatic-db-engine 4.0.12-2 amd64 OpenPrinting printer support - programs | |
rc foomatic-filters 4.0.16-0ubuntu0.4 amd64 OpenPrinting printer support - filters | |
ii friendly-recovery 0.2.31 all Make recovery more user-friendly | |
ii ftp 0.17-33 amd64 classical file transfer client | |
ii fuse 2.9.4-1ubuntu3.1 amd64 Filesystem in Userspace | |
ii fwupd 0.7.0-0ubuntu4.3 amd64 Firmware update daemon | |
ii fwupdate 0.5-2ubuntu4 amd64 Tools to manage UEFI firmware updates | |
ii fwupdate-signed 1.11+0.5-2ubuntu4 amd64 Linux Firmware Updater EFI signed binary | |
ii g++ 4:5.3.1-1ubuntu1 amd64 GNU C++ compiler | |
ii g++-5 5.4.0-6ubuntu1~16.04.4 amd64 GNU C++ compiler | |
ii gawk 1:4.1.3+dfsg-0.1 amd64 GNU awk, a pattern scanning and processing language | |
ii gcalctool 1:3.18.3-0ubuntu1.16.04.1 all GNOME desktop calculator (transitional package) | |
ii gcc 4:5.3.1-1ubuntu1 amd64 GNU C compiler | |
ii gcc-4.8 4.8.5-4ubuntu2 amd64 GNU C compiler | |
ii gcc-4.8-base:amd64 4.8.5-4ubuntu2 amd64 GCC, the GNU Compiler Collection (base package) | |
ii gcc-5 5.4.0-6ubuntu1~16.04.4 amd64 GNU C compiler | |
ii gcc-5-base:amd64 5.4.0-6ubuntu1~16.04.4 amd64 GCC, the GNU Compiler Collection (base package) | |
ii gcc-6-base:amd64 6.0.1-0ubuntu1 amd64 GCC, the GNU Compiler Collection (base package) | |
ii gconf-service 3.2.6-3ubuntu6 amd64 GNOME configuration database system (D-Bus service) | |
ii gconf-service-backend 3.2.6-3ubuntu6 amd64 GNOME configuration database system (D-Bus service) | |
ii gconf2 3.2.6-3ubuntu6 amd64 GNOME configuration database system (support tools) | |
ii gconf2-common 3.2.6-3ubuntu6 all GNOME configuration database system (common files) | |
ii gcr 3.18.0-1ubuntu1 amd64 GNOME crypto services (daemon and tools) | |
ii gdb 7.11.1-0ubuntu1~16.04 amd64 GNU Debugger | |
ii gdbserver 7.11.1-0ubuntu1~16.04 amd64 GNU Debugger (remote server) | |
ii gdisk 1.0.1-1build1 amd64 GPT fdisk text-mode partitioning tool | |
ii gedit 3.18.3-0ubuntu4 amd64 official text editor of the GNOME desktop environment | |
ii gedit-common 3.18.3-0ubuntu4 all official text editor of the GNOME desktop environment (support files) | |
ii genisoimage 9:1.1.11-3ubuntu1 amd64 Creates ISO-9660 CD-ROM filesystem images | |
ii geoclue 0.12.99-4ubuntu1 amd64 Geographic information framework | |
ii geoclue-ubuntu-geoip 1.0.2+14.04.20131125-0ubuntu2 amd64 Provide positioning for GeoClue via Ubuntu GeoIP services | |
ii geoip-database 20160408-1 all IP lookup command line tools that use the GeoIP library (country database) | |
ii gettext 0.19.7-2ubuntu3 amd64 GNU Internationalization utilities | |
ii gettext-base 0.19.7-2ubuntu3 amd64 GNU Internationalization utilities for the base system | |
ii ghostscript 9.18~dfsg~0-0ubuntu2.2 amd64 interpreter for the PostScript language and for PDF | |
ii ghostscript-x 9.18~dfsg~0-0ubuntu2.2 amd64 interpreter for the PostScript language and for PDF - X11 support | |
ii ginn 0.2.6-0ubuntu5 amd64 Gesture Injector: No-GEIS, No-Toolkits | |
ii gir1.2-accounts-1.0:amd64 1.21+16.04.20160222-0ubuntu1 amd64 typelib file for libaccounts-glib0 | |
ii gir1.2-appindicator3-0.1 12.10.1+15.04.20141110-0ubuntu1 amd64 Typelib files for libappindicator3-1. | |
ii gir1.2-atk-1.0 2.18.0-1 amd64 ATK accessibility toolkit (GObject introspection) | |
ii gir1.2-atspi-2.0 2.18.3-4ubuntu1 amd64 Assistive Technology Service Provider (GObject introspection) | |
ii gir1.2-dbusmenu-glib-0.4:amd64 16.04.1+16.04.20160927-0ubuntu1 amd64 typelib file for libdbusmenu-glib4 | |
ii gir1.2-dbusmenu-gtk-0.4:amd64 16.04.1+16.04.20160927-0ubuntu1 amd64 typelib file for libdbusmenu-gtk4 | |
ii gir1.2-dee-1.0 1.2.7+15.04.20150304-0ubuntu2 amd64 GObject introspection data for the Dee library | |
ii gir1.2-ebook-1.2:amd64 3.18.5-1ubuntu1 amd64 GObject introspection for the EBook library | |
ii gir1.2-ebookcontacts-1.2:amd64 3.18.5-1ubuntu1 amd64 GObject introspection for the EBook Contacts library | |
ii gir1.2-edataserver-1.2:amd64 3.18.5-1ubuntu1 amd64 GObject introspection for the EDataServer library | |
ii gir1.2-freedesktop:amd64 1.46.0-3ubuntu1 amd64 Introspection data for some FreeDesktop components | |
ii gir1.2-gdata-0.0:amd64 0.17.4-1 amd64 GObject introspection data for the GData webservices library | |
ii gir1.2-gdkpixbuf-2.0:amd64 2.32.2-1ubuntu1.2 amd64 GDK Pixbuf library - GObject-Introspection | |
ii gir1.2-glib-2.0:amd64 1.46.0-3ubuntu1 amd64 Introspection data for GLib, GObject, Gio and GModule | |
ii gir1.2-gmenu-3.0:amd64 3.13.3-6ubuntu3.1 amd64 GObject introspection data for the GNOME menu library | |
ii gir1.2-gnomebluetooth-1.0:amd64 3.18.2-1ubuntu2 amd64 Introspection data for GnomeBluetooth | |
ii gir1.2-gnomekeyring-1.0 3.12.0-1build1 amd64 GNOME keyring services library - introspection data | |
ii gir1.2-goa-1.0:amd64 3.18.3-1ubuntu2 amd64 Introspection data for GNOME Online Accounts | |
ii gir1.2-gst-plugins-base-0.10 0.10.36-2 amd64 Description: GObject introspection data for the GStreamer Plugins Base library | |
ii gir1.2-gst-plugins-base-1.0 1.8.2-1ubuntu0.2 amd64 GObject introspection data for the GStreamer Plugins Base library | |
ii gir1.2-gstreamer-0.10 0.10.36-1.5ubuntu1 amd64 Description: GObject introspection data for the GStreamer library | |
ii gir1.2-gstreamer-1.0 1.8.2-1~ubuntu1 amd64 GObject introspection data for the GStreamer library | |
ii gir1.2-gtk-2.0 2.24.30-1ubuntu1 amd64 GTK+ graphical user interface library -- gir bindings | |
ii gir1.2-gtk-3.0:amd64 3.18.9-1ubuntu3.1 amd64 GTK+ graphical user interface library -- gir bindings | |
ii gir1.2-gtksource-3.0:amd64 3.18.2-1 amd64 gir files for the GTK+ syntax highlighting widget | |
ii gir1.2-gudev-1.0:amd64 1:230-2 amd64 libgudev-1.0 introspection data | |
ii gir1.2-ibus-1.0:amd64 1.5.11-1ubuntu2 amd64 Intelligent Input Bus - introspection data | |
ii gir1.2-indicate-0.7 12.10.1-0ubuntu5 amd64 Typelib file for libindicate5 | |
ii gir1.2-javascriptcoregtk-3.0:amd64 2.4.11-0ubuntu0.1 amd64 JavaScript engine library from WebKitGTK+ - GObject introspection data | |
ii gir1.2-javascriptcoregtk-4.0:amd64 2.12.5-0ubuntu0.16.04.1 amd64 JavaScript engine library from WebKitGTK+ - GObject introspection data | |
ii gir1.2-json-1.0:amd64 1.1.2-0ubuntu1 amd64 GLib JSON manipulation library (introspection data) | |
ii gir1.2-messagingmenu-1.0 13.10.1+15.10.20150505-0ubuntu1 amd64 Messaging Menu - gir bindings | |
ii gir1.2-networkmanager-1.0:amd64 1.2.2-0ubuntu0.16.04.3 amd64 GObject introspection data for NetworkManager | |
ii gir1.2-notify-0.7 0.7.6-2svn1 amd64 sends desktop notifications to a notification daemon (Introspection files) | |
ii gir1.2-packagekitglib-1.0 0.8.17-4ubuntu6~gcc5.4ubuntu1.1 amd64 GObject introspection data for the PackageKit GLib library | |
ii gir1.2-pango-1.0:amd64 1.38.1-1 amd64 Layout and rendering of internationalized text - gir bindings | |
ii gir1.2-peas-1.0:amd64 1.16.0-1ubuntu2 amd64 Application plugin library (introspection files) | |
ii gir1.2-rb-3.0:amd64 3.3-1ubuntu7 amd64 GObject introspection data for the rhythmbox music player | |
ii gir1.2-secret-1:amd64 0.18.4-1ubuntu2 amd64 Secret store (GObject-Introspection) | |
ii gir1.2-signon-1.0 1.13+16.04.20151209.1-0ubuntu1 amd64 GObject introspection data for the Signon library | |
ii gir1.2-soup-2.4 2.52.2-1ubuntu0.1 amd64 GObject introspection data for the libsoup HTTP library | |
ii gir1.2-totem-1.0:amd64 3.18.1-1ubuntu4 amd64 GObject introspection data for Totem media player | |
ii gir1.2-totem-plparser-1.0:amd64 3.10.6-1ubuntu1 amd64 GObject introspection data for the Totem Playlist Parser library | |
ii gir1.2-udisks-2.0:amd64 2.1.7-1ubuntu1 amd64 GObject based library to access udisks2 - introspection data | |
ii gir1.2-unity-5.0:amd64 7.1.4+16.04.20160701-0ubuntu1 amd64 GObject introspection data for the Unity library | |
ii gir1.2-vte-2.91:amd64 0.42.5-1ubuntu1 amd64 GObject introspection data for the VTE library | |
ii gir1.2-webkit-3.0:amd64 2.4.11-0ubuntu0.1 amd64 Web content engine library for GTK+ - GObject introspection data | |
ii gir1.2-webkit2-4.0:amd64 2.12.5-0ubuntu0.16.04.1 amd64 Web content engine library for GTK+ - GObject introspection data | |
ii gir1.2-wnck-3.0:amd64 3.14.1-2 amd64 GObject introspection data for the WNCK library | |
ii git 1:2.7.4-0ubuntu1 amd64 fast, scalable, distributed revision control system | |
ii git-man 1:2.7.4-0ubuntu1 all fast, scalable, distributed revision control system (manual pages) | |
ii gkbd-capplet 3.6.0-1ubuntu2 amd64 GNOME control center tools for libgnomekbd | |
ii gksu 2.0.2-9ubuntu1 amd64 graphical front-end to su and sudo | |
ii glib-networking:amd64 2.48.2-1~ubuntu16.04.1 amd64 network-related giomodules for GLib | |
ii glib-networking-common 2.48.2-1~ubuntu16.04.1 all network-related giomodules for GLib - data files | |
ii glib-networking-services 2.48.2-1~ubuntu16.04.1 amd64 network-related giomodules for GLib - D-Bus services | |
ii gnome-accessibility-themes 3.18.0-2ubuntu1 all Accessibility themes for the GNOME desktop | |
ii gnome-bluetooth 3.18.2-1ubuntu2 amd64 GNOME Bluetooth tools | |
ii gnome-calculator 1:3.18.3-0ubuntu1.16.04.1 amd64 GNOME desktop calculator | |
ii gnome-calendar 3.20.4-0ubuntu0.1 amd64 Calendar application for GNOME | |
ii gnome-contacts 3.18.1-1ubuntu3 amd64 Contacts manager for GNOME | |
ii gnome-control-center 1:3.18.2-1ubuntu6 amd64 utilities to configure the GNOME desktop | |
ii gnome-control-center-data 1:3.18.2-1ubuntu6 all configuration applets for GNOME - data files | |
ii gnome-desktop3-data 3.18.2-1ubuntu1 all Common files for GNOME desktop apps | |
ii gnome-disk-utility 3.18.3.1-1ubuntu1 amd64 manage and configure disk drives and media | |
ii gnome-font-viewer 3.16.2-1ubuntu1 amd64 font viewer for GNOME | |
ii gnome-icon-theme 3.12.0-1ubuntu3 all GNOME Desktop icon theme | |
ii gnome-icon-theme-symbolic 3.12.0-1 all GNOME desktop icon theme (symbolic icons) | |
ii gnome-keyring 3.18.3-0ubuntu2 amd64 GNOME keyring services (daemon and tools) | |
ii gnome-mahjongg 1:3.18.0-1 amd64 classic Eastern tile game for GNOME | |
rc gnome-media 3.4.0-1ubuntu2 amd64 GNOME media utilities | |
ii gnome-menus 3.13.3-6ubuntu3.1 amd64 GNOME implementation of the freedesktop menu specification | |
ii gnome-mines 1:3.18.2-2 amd64 popular minesweeper puzzle game for GNOME | |
ii gnome-nettool 3.8.1-1build3 amd64 network information tool for GNOME | |
ii gnome-online-accounts 3.18.3-1ubuntu2 amd64 service to manage online accounts for the GNOME desktop | |
ii gnome-orca 3.18.2-1ubuntu3 all Scriptable screen reader | |
ii gnome-power-manager 3.18.0-1ubuntu1 amd64 power management tool for the GNOME desktop | |
ii gnome-screensaver 3.6.1-7ubuntu4 amd64 GNOME screen saver and locker | |
ii gnome-screenshot 3.18.0-1ubuntu2 amd64 screenshot application for GNOME | |
ii gnome-session 3.18.1.2-1ubuntu1.16.04.2 all GNOME Session Manager - GNOME 3 session | |
ii gnome-session-bin 3.18.1.2-1ubuntu1.16.04.2 amd64 GNOME Session Manager - Minimal runtime | |
ii gnome-session-canberra 0.30-2.1ubuntu1 amd64 GNOME session log in and log out sound events | |
ii gnome-session-common 3.18.1.2-1ubuntu1.16.04.2 all GNOME Session Manager - common files | |
ii gnome-settings-daemon 3.18.2-0ubuntu3.1 amd64 daemon handling the GNOME session settings | |
ii gnome-settings-daemon-schemas 3.18.2-0ubuntu3.1 all gnome-settings-daemon schemas | |
ii gnome-software 3.20.1+git20161013.0.d77d6cf-0ubuntu2~xenial1 amd64 Software Center for GNOME | |
ii gnome-software-common 3.20.1+git20161013.0.d77d6cf-0ubuntu2~xenial1 all Software Center for GNOME (common files) | |
ii gnome-sudoku 1:3.18.4-0ubuntu2 amd64 Sudoku puzzle game for GNOME | |
ii gnome-system-log 3.9.90-4 amd64 system log viewer for GNOME | |
ii gnome-system-monitor 3.18.2-1ubuntu1 amd64 Process viewer and system resource monitor for GNOME | |
ii gnome-terminal 3.18.3-1ubuntu1 amd64 GNOME terminal emulator application | |
ii gnome-terminal-data 3.18.3-1ubuntu1 all Data files for the GNOME terminal emulator | |
ii gnome-user-guide 3.18.1-1 all GNOME user's guide | |
ii gnome-user-share 3.14.2-2ubuntu4 amd64 User level public file sharing via WebDAV or ObexFTP | |
ii gnome-video-effects 0.4.1-3ubuntu1 all Collection of GStreamer effects | |
ii gnomine 1:3.18.2-2 all popular minesweeper puzzle game for GNOME (transitional package) | |
ii gnupg 1.4.20-1ubuntu3.1 amd64 GNU privacy guard - a free PGP replacement | |
ii gnupg-agent 2.1.11-6ubuntu2 amd64 GNU privacy guard - cryptographic agent | |
ii gnupg2 2.1.11-6ubuntu2 amd64 GNU privacy guard - a free PGP replacement (new v2.x) | |
ii gource 0.43-1build1 amd64 graphical source control visualisation | |
ii gpgv 1.4.20-1ubuntu3.1 amd64 GNU privacy guard - signature verification tool | |
ii graphviz 2.38.0-12ubuntu2 amd64 rich set of graph drawing tools | |
ii grep 2.25-1~16.04.1 amd64 GNU grep, egrep and fgrep | |
ii grilo-plugins-0.2-base:amd64 0.2.17-0ubuntu2 amd64 Framework for discovering and browsing media - Base Plugins | |
ii groff-base 1.22.3-7 amd64 GNU troff text-formatting system (base system components) | |
ii growisofs 7.1-11 amd64 DVD+-RW/R recorder | |
ii grub-common 2.02~beta2-36ubuntu3.2 amd64 GRand Unified Bootloader (common files) | |
ii grub-gfxpayload-lists 0.7 amd64 GRUB gfxpayload blacklist | |
ii grub-pc 2.02~beta2-36ubuntu3.2 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version) | |
ii grub-pc-bin 2.02~beta2-36ubuntu3.2 amd64 GRand Unified Bootloader, version 2 (PC/BIOS binaries) | |
ii grub2-common 2.02~beta2-36ubuntu3.2 amd64 GRand Unified Bootloader (common files for version 2) | |
rc gs-cjk-resource 1.20100103-3 all Resource files for gs-cjk, ghostscript CJK-TrueType extension | |
ii gsettings-desktop-schemas 3.18.1-1ubuntu1 all GSettings desktop-wide schemas | |
ii gsettings-ubuntu-schemas 0.0.5+16.04.20160307-0ubuntu1 all GSettings deskop-wide schemas for Ubuntu | |
ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 all Fonts for the Ghostscript interpreter(s) | |
ii gstreamer0.10-alsa:amd64 0.10.36-2 amd64 GStreamer plugin for ALSA | |
ii gstreamer0.10-gconf:amd64 0.10.31-3+nmu4ubuntu2.16.04.2 amd64 GStreamer plugin for getting the sink/source information from GConf | |
ii gstreamer0.10-nice:amd64 0.1.13-0ubuntu2 amd64 ICE library (GStreamer 0.10 plugin) | |
ii gstreamer0.10-plugins-base:amd64 0.10.36-2 amd64 GStreamer plugins from the "base" set | |
ii gstreamer0.10-plugins-base-apps 0.10.36-2 amd64 GStreamer helper programs from the "base" set | |
ii gstreamer0.10-plugins-good:amd64 0.10.31-3+nmu4ubuntu2.16.04.2 amd64 GStreamer plugins from the "good" set | |
ii gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.2 amd64 GStreamer plugin for PulseAudio | |
ii gstreamer0.10-tools 0.10.36-1.5ubuntu1 amd64 Tools for use with GStreamer | |
ii gstreamer0.10-x:amd64 0.10.36-2 amd64 GStreamer plugins for X11 and Pango | |
ii gstreamer1.0-alsa:amd64 1.8.2-1ubuntu0.2 amd64 GStreamer plugin for ALSA | |
ii gstreamer1.0-clutter-3.0 3.0.18-1 amd64 Clutter PLugin for GStreamer 1.0 | |
ii gstreamer1.0-nice:amd64 0.1.13-0ubuntu2 amd64 ICE library (GStreamer plugin) | |
ii gstreamer1.0-plugins-base:amd64 1.8.2-1ubuntu0.2 amd64 GStreamer plugins from the "base" set | |
ii gstreamer1.0-plugins-base-apps 1.8.2-1ubuntu0.2 amd64 GStreamer helper programs from the "base" set | |
ii gstreamer1.0-plugins-good:amd64 1.8.2-1ubuntu0.3 amd64 GStreamer plugins from the "good" set | |
ii gstreamer1.0-pulseaudio:amd64 1.8.2-1ubuntu0.3 amd64 GStreamer plugin for PulseAudio | |
ii gstreamer1.0-tools 1.8.2-1~ubuntu1 amd64 Tools for use with GStreamer | |
ii gstreamer1.0-x:amd64 1.8.2-1ubuntu0.2 amd64 GStreamer plugins for X11 and Pango | |
ii gtk2-engines:amd64 1:2.20.2-3ubuntu1 amd64 theme engines for GTK+ 2.x | |
ii gtk2-engines-murrine:amd64 0.98.2-0ubuntu2.2 amd64 cairo-based gtk+-2.0 theme engine | |
ii gtk3-engines-unico:amd64 1.0.3+14.04.20140109-0ubuntu1 amd64 Unico Gtk+ 3 theme engine | |
ii gucharmap 1:3.18.2-1ubuntu1 amd64 Unicode character picker and font browser | |
ii guile-1.8-libs 1.8.8+1-10ubuntu1 amd64 Core Guile libraries | |
ii guile-2.0-libs:amd64 2.0.11+1-10 amd64 Core Guile libraries | |
ii gvfs:amd64 1.28.2-1ubuntu1~16.04.1 amd64 userspace virtual filesystem - GIO module | |
ii gvfs-backends 1.28.2-1ubuntu1~16.04.1 amd64 userspace virtual filesystem - backends | |
ii gvfs-bin 1.28.2-1ubuntu1~16.04.1 amd64 userspace virtual filesystem - binaries | |
ii gvfs-common 1.28.2-1ubuntu1~16.04.1 all userspace virtual filesystem - common data files | |
ii gvfs-daemons 1.28.2-1ubuntu1~16.04.1 amd64 userspace virtual filesystem - servers | |
ii gvfs-fuse 1.28.2-1ubuntu1~16.04.1 amd64 userspace virtual filesystem - fuse server | |
ii gvfs-libs:amd64 1.28.2-1ubuntu1~16.04.1 amd64 userspace virtual filesystem - private libraries | |
rc gwibber 3.4.2-0ubuntu2.4 amd64 Open source social networking client for GNOME | |
ii gzip 1.6-4ubuntu1 amd64 GNU compression utilities | |
ii hardening-includes 2.7ubuntu2 all Makefile for enabling compiler flags for security hardening | |
ii hdparm 9.48+ds-1 amd64 tune hard disk parameters for high performance | |
ii hicolor-icon-theme 0.15-0ubuntu1 all default fallback theme for FreeDesktop.org icon themes | |
ii hostname 3.16ubuntu2 amd64 utility to set/show the host name or domain name | |
ii hplip 3.16.3+repack0-1 amd64 HP Linux Printing and Imaging System (HPLIP) | |
ii hplip-data 3.16.3+repack0-1 all HP Linux Printing and Imaging - data files | |
ii hud 14.10+16.04.20160415-0ubuntu1 amd64 Backend for the Unity HUD | |
ii humanity-icon-theme 0.6.10 all Humanity Icon theme | |
ii hunspell-en-gb 1:5.1.0-1ubuntu2.2 all English (GB) dictionary for hunspell | |
ii hunspell-en-us 20070829-6ubuntu3 all English_american dictionary for hunspell | |
ii hunspell-en-za 1:5.1.0-1ubuntu2.2 all English (South Africa) dictionary for hunspell | |
ii hwdata 0.267-1 all hardware identification / configuration data | |
ii hyphen-en-us 2.8.8-2ubuntu1 all US English hyphenation patterns for LibreOffice/OpenOffice.org | |
ii ibus 1.5.11-1ubuntu2 amd64 Intelligent Input Bus - core | |
ii ibus-gtk:amd64 1.5.11-1ubuntu2 amd64 Intelligent Input Bus - GTK+2 support | |
ii ibus-gtk3:amd64 1.5.11-1ubuntu2 amd64 Intelligent Input Bus - GTK+3 support | |
ii ibus-pinyin 1.5.0-3ubuntu3 amd64 Pinyin engine for IBus | |
ii ibus-table 1.9.1-3ubuntu2 all table engine for IBus | |
rc icedtea-netx-common 1.6.2-3ubuntu1 all NetX - implementation of the Java Network Launching Protocol (JNLP) | |
ii ifupdown 0.8.10ubuntu1.1 amd64 high level tools to configure network interfaces | |
ii iio-sensor-proxy 1.1-1 amd64 IIO sensors to D-Bus proxy | |
ii im-config 0.29-1ubuntu12.3 all Input method configuration framework | |
rc im-switch 1.20ubuntu5.2 all Input method switch framework | |
ii imagemagick 8:6.8.9.9-7ubuntu5.3 amd64 image manipulation programs -- binaries | |
ii imagemagick-6.q16 8:6.8.9.9-7ubuntu5.3 amd64 image manipulation programs -- quantum depth Q16 | |
ii imagemagick-common 8:6.8.9.9-7ubuntu5.3 all image manipulation programs -- infrastructure | |
ii indicator-application 12.10.1+15.04.20150128-0ubuntu1 amd64 Application Indicators | |
ii indicator-appmenu 15.02.0+16.04.20151104-0ubuntu1 amd64 Indicator for application menus. | |
ii indicator-bluetooth 0.0.6+16.04.20160526-0ubuntu1 amd64 System bluetooth indicator. | |
ii indicator-datetime 15.10+16.04.20160406-0ubuntu1 amd64 Simple clock | |
ii indicator-keyboard 0.0.0+16.04.20151125-0ubuntu1 amd64 Keyboard indicator | |
ii indicator-messages 13.10.1+15.10.20150505-0ubuntu1 amd64 indicator that collects messages that need a response | |
ii indicator-power 12.10.6+16.04.20160105-0ubuntu1 amd64 Indicator showing power state. | |
ii indicator-printers 0.1.7+15.04.20150220-0ubuntu2 amd64 indicator showing active print jobs | |
ii indicator-session 12.10.5+16.04.20160412-0ubuntu1 amd64 indicator showing session management, status and user switching | |
ii indicator-sound 12.10.2+16.04.20160406-0ubuntu1 amd64 System sound indicator. | |
ii info 6.1.0.dfsg.1-5 amd64 Standalone GNU Info documentation browser | |
ii init 1.29ubuntu3 amd64 System-V-like init utilities - metapackage | |
ii init-system-helpers 1.29ubuntu3 all helper tools for all init systems | |
ii initramfs-tools 0.122ubuntu8.5 all generic modular initramfs generator (automation) | |
ii initramfs-tools-bin 0.122ubuntu8.5 amd64 binaries used by initramfs-tools | |
ii initramfs-tools-core 0.122ubuntu8.5 all generic modular initramfs generator (core tools) | |
ii initscripts 2.88dsf-59.3ubuntu2 amd64 scripts for initializing and shutting down the system | |
ii inputattach 1:1.4.9-1 amd64 utility to connect serial-attached peripherals to the input subsystem | |
ii insserv 1.14.0-5ubuntu3 amd64 boot sequence organizer using LSB init.d script dependency information | |
ii install-info 6.1.0.dfsg.1-5 amd64 Manage installed documentation in info format | |
ii intel-gpu-tools 1.14-1 amd64 tools for debugging the Intel graphics driver | |
ii intltool 0.51.0-2 all Utility scripts for internationalizing XML | |
ii intltool-debian 0.35.0+20060710.4 all Help i18n of RFC822 compliant config files | |
ii ippusbxd 1.23-1 amd64 Daemon for IPP USB printer support | |
ii iproute 1:4.3.0-1ubuntu3 all transitional dummy package for iproute2 | |
ii iproute2 4.3.0-1ubuntu3 amd64 networking and traffic control tools | |
ii iptables 1.6.0-2ubuntu3 amd64 administration tools for packet filtering and NAT | |
ii iputils-arping 3:20121221-5ubuntu2 amd64 Tool to send ICMP echo requests to an ARP address | |
ii iputils-ping 3:20121221-5ubuntu2 amd64 Tools to test the reachability of network hosts | |
ii iputils-tracepath 3:20121221-5ubuntu2 amd64 Tools to trace the network path to a remote host | |
ii irqbalance 1.1.0-2ubuntu1 amd64 Daemon to balance interrupts for SMP systems | |
ii isc-dhcp-client 4.3.3-5ubuntu12.4 amd64 DHCP client for automatically obtaining an IP address | |
ii isc-dhcp-common 4.3.3-5ubuntu12.4 amd64 common files used by all of the isc-dhcp packages | |
ii iso-codes 3.65-1 all ISO language, territory, currency, script codes and their translations | |
ii iw 3.17-1 amd64 tool for configuring Linux wireless devices | |
ii iwlwifi-dkms 3.15.1.6wataugafour2 all iwlwifi driver in DKMS format. | |
ii iwlwifi-firmware 3.15.1.6wataugafour2 all firmware only | |
ii java-common 0.56ubuntu2 all Base package for Java runtimes | |
ii javascript-common 11 all Base support for JavaScript library packages | |
ii jayatana 2.7-0ubuntu5 amd64 Java Native Library for ayatana project | |
rc jockey-common 0.9.7-0ubuntu7.16 all user interface and desktop integration for driver management | |
rc jockey-gtk 0.9.7-0ubuntu7.16 all GNOME user interface and desktop integration for driver management | |
ii juju 2.0.0-0ubuntu0.16.04.2 all next generation service orchestration system | |
ii juju-1.25 1.25.6-0ubuntu1.16.04.1 amd64 Juju is devops distilled - client | |
ii juju-2.0 2.0.0-0ubuntu0.16.04.2 amd64 Juju is devops distilled - client | |
ii juju-core 1.25.6-0ubuntu1.16.04.1 all transitional package for supporting multiple Juju versions | |
ii kbd 1.15.5-1ubuntu5 amd64 Linux console font and keytable utilities | |
ii kerneloops-daemon 0.12+git20140509-2ubuntu1 amd64 kernel oops tracker | |
ii keyboard-configuration 1.108ubuntu15.2 all system-wide keyboard preferences | |
ii keyutils 1.5.9-8ubuntu1 amd64 Linux Key Management Utilities | |
ii klibc-utils 2.0.4-8ubuntu1.16.04.2 amd64 small utilities built with klibc for early boot | |
ii kmod 22-1ubuntu4 amd64 tools for managing Linux kernel modules | |
rc kpartx-boot 0.4.9-3ubuntu7.15 all Provides kpartx during boot | |
ii krb5-locales 1.13.2+dfsg-5 all Internationalization support for MIT Kerberos | |
ii language-pack-en 1:16.04+20161009 all translation updates for language English | |
ii language-pack-en-base 1:16.04+20160627 all translations for language English | |
ii language-pack-gnome-en 1:16.04+20161009 all GNOME translation updates for language English | |
ii language-pack-gnome-en-base 1:16.04+20160627 all GNOME translations for language English | |
ii language-selector-common 0.165.4 all Language selector for Ubuntu | |
ii language-selector-gnome 0.165.4 all Language selector for Ubuntu | |
ii laptop-detect 0.13.7ubuntu2 amd64 attempt to detect a laptop | |
ii less 481-2.1ubuntu0.1 amd64 pager program similar to more | |
ii liba11y-profile-manager-0.1-0:amd64 0.1.10-0ubuntu3 amd64 Accessibility profile manager - Shared library | |
ii liba11y-profile-manager-data 0.1.10-0ubuntu3 all Accessibility Profile Manager - GSettings data | |
ii libaa1:amd64 1.4p5-44build1 amd64 ASCII art library | |
ii libabw-0.1-1v5:amd64 0.1.1-2ubuntu2 amd64 library for reading and writing AbiWord(tm) documents | |
ii libaccount-plugin-1.0-0:amd64 0.1.8+16.04.20160201-0ubuntu1 amd64 libaccount-plugin for Unity Control Center | |
ii libaccount-plugin-generic-oauth 0.12+16.04.20160126-0ubuntu1 amd64 GNOME Control Center account plugin for single signon - generic OAuth | |
ii libaccount-plugin-google 0.12+16.04.20160126-0ubuntu1 amd64 GNOME Control Center account plugin for single signon - Google Auth | |
ii libaccounts-glib0:amd64 1.21+16.04.20160222-0ubuntu1 amd64 library for single signon | |
ii libaccounts-qt5-1:amd64 1.14+16.04.20151106.1-0ubuntu1 amd64 QT library for single sign on | |
ii libaccountsservice0:amd64 0.6.40-2ubuntu11.3 amd64 query and manipulate user account information - shared libraries | |
ii libacl1:amd64 2.2.52-3 amd64 Access control list shared library | |
ii libaio1:amd64 0.3.110-2 amd64 Linux kernel AIO access library - shared library | |
ii libalgorithm-diff-perl 1.19.03-1 all module to find differences between files | |
ii libalgorithm-diff-xs-perl 0.04-4build1 amd64 module to find differences between files (XS accelerated) | |
ii libalgorithm-merge-perl 0.08-3 all Perl module for three-way merge of textual data | |
ii libandroid-properties1 0.1.0+git20151016+6d424c9-0ubuntu7 amd64 Library to provide access to get, set and list Android properties | |
ii libao-common 1.1.0-3ubuntu1 all Cross Platform Audio Output Library (Common files) | |
ii libao4:amd64 1.1.0-3ubuntu1 amd64 Cross Platform Audio Output Library | |
ii libapparmor-perl 2.10.95-0ubuntu2.5 amd64 AppArmor library Perl bindings | |
ii libapparmor1:amd64 2.10.95-0ubuntu2.5 amd64 changehat AppArmor library | |
ii libappindicator1 12.10.1+15.04.20141110-0ubuntu1 amd64 Application Indicators | |
ii libappindicator3-1 12.10.1+15.04.20141110-0ubuntu1 amd64 Application Indicators | |
ii libappstream-glib8:amd64 0.5.13-1ubuntu4 amd64 GNOME library to access AppStream services | |
ii libappstream3:amd64 0.9.4-1ubuntu1 amd64 Library to access AppStream services | |
rc libapt-inst1.4:amd64 0.8.16~exp12ubuntu10.27 amd64 deb package format runtime library | |
rc libapt-inst1.5:amd64 1.0.1ubuntu2.15 amd64 deb package format runtime library | |
ii libapt-inst2.0:amd64 1.2.15 amd64 deb package format runtime library | |
ii libapt-pkg-perl 0.1.29build7 amd64 Perl interface to libapt-pkg | |
rc libapt-pkg4.12:amd64 1.0.1ubuntu2.15 amd64 package management runtime library | |
ii libapt-pkg5.0:amd64 1.2.15 amd64 package management runtime library | |
ii libarchive-zip-perl 1.56-2 all Perl module for manipulation of ZIP archives | |
rc libarchive12:amd64 3.0.3-6ubuntu1.3 amd64 Multi-format archive and compression library (shared library) | |
ii libarchive13:amd64 3.1.2-11ubuntu0.16.04.2 amd64 Multi-format archive and compression library (shared library) | |
ii libart-2.0-2:amd64 2.3.21-2 amd64 Library of functions for 2D graphics - runtime files | |
ii libasan0:amd64 4.8.5-4ubuntu2 amd64 AddressSanitizer -- a fast memory error detector | |
ii libasan2:amd64 5.4.0-6ubuntu1~16.04.4 amd64 AddressSanitizer -- a fast memory error detector | |
ii libasn1-8-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1 amd64 Heimdal Kerberos - ASN.1 library | |
ii libasound2:amd64 1.1.0-0ubuntu1 amd64 shared library for ALSA applications | |
ii libasound2-data 1.1.0-0ubuntu1 all Configuration files and profiles for ALSA drivers | |
ii libasound2-plugins:amd64 1.1.0-0ubuntu1 amd64 ALSA library additional plugins | |
ii libaspell15:amd64 0.60.7~20110707-3build1 amd64 GNU Aspell spell-checker runtime library | |
ii libasprintf-dev:amd64 0.19.7-2ubuntu3 amd64 GNU Internationalization library development files | |
ii libasprintf0v5:amd64 0.19.7-2ubuntu3 amd64 GNU library to use fprintf and friends in C++ | |
ii libassuan0:amd64 2.4.2-2 amd64 IPC library for the GnuPG components | |
ii libasyncns0:amd64 0.8-5build1 amd64 Asynchronous name service query library | |
ii libatasmart4:amd64 0.19-3 amd64 ATA S.M.A.R.T. reading and parsing library | |
ii libatk-adaptor:amd64 2.18.1-2ubuntu1 amd64 AT-SPI 2 toolkit bridge | |
ii libatk-bridge2.0-0:amd64 2.18.1-2ubuntu1 amd64 AT-SPI 2 toolkit bridge - shared library | |
ii libatk1.0-0:amd64 2.18.0-1 amd64 ATK accessibility toolkit | |
ii libatk1.0-data 2.18.0-1 all Common files for the ATK accessibility toolkit | |
rc libatkmm-1.6-1:amd64 2.22.7-2ubuntu1 amd64 C++ wrappers for ATK accessibility toolkit (shared libraries) | |
ii libatkmm-1.6-1v5:amd64 2.24.2-1 amd64 C++ wrappers for ATK accessibility toolkit (shared libraries) | |
ii libatm1:amd64 1:2.5.1-1.5 amd64 shared library for ATM (Asynchronous Transfer Mode) | |
ii libatomic1:amd64 5.4.0-6ubuntu1~16.04.4 amd64 support library providing __atomic built-in functions | |
ii libatspi2.0-0:amd64 2.18.3-4ubuntu1 amd64 Assistive Technology Service Provider Interface - shared library | |
ii libattr1:amd64 1:2.4.47-2 amd64 Extended attribute shared library | |
ii libaudio2:amd64 1.9.4-4 amd64 Network Audio System - shared libraries | |
ii libaudit-common 1:2.4.5-1ubuntu2 all Dynamic library for security auditing - common files | |
ii libaudit1:amd64 1:2.4.5-1ubuntu2 amd64 Dynamic library for security auditing | |
ii libaugeas0 1.4.0-0ubuntu1 amd64 Augeas configuration editing library and API | |
ii libauthen-sasl-perl 2.1600-1 all Authen::SASL - SASL Authentication framework | |
ii libautodie-perl 2.29-2 all Perl pragma to make certain failures fatal | |
ii libavahi-client3:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi client library | |
ii libavahi-common-data:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi common data files | |
ii libavahi-common3:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi common library | |
ii libavahi-core7:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi's embeddable mDNS/DNS-SD library | |
ii libavahi-glib1:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi GLib integration library | |
ii libavahi-gobject0:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi GObject library | |
ii libavahi-ui-gtk3-0:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi GTK+ User interface library for GTK3 | |
ii libavc1394-0:amd64 0.5.4-4 amd64 control IEEE 1394 audio/video devices | |
ii libbabeltrace-ctf1:amd64 1.3.2-1 amd64 Common Trace Format (CTF) library | |
ii libbabeltrace1:amd64 1.3.2-1 amd64 Babeltrace conversion libraries | |
rc libbamf0:amd64 0.2.126-0ubuntu1 amd64 Window matching library - shared library | |
rc libbamf3-0:amd64 0.2.126-0ubuntu1 amd64 Window matching library - shared library | |
ii libbamf3-2:amd64 0.5.3~bzr0+16.04.20160824-0ubuntu1 amd64 Window matching library - shared library | |
ii libbind9-140:amd64 1:9.10.3.dfsg.P4-8ubuntu1.3 amd64 BIND9 Shared Library used by BIND | |
rc libbind9-80 1:9.8.1.dfsg.P1-4ubuntu0.19 amd64 BIND9 Shared Library used by BIND | |
rc libbind9-90 1:9.9.5.dfsg-3ubuntu0.10 amd64 BIND9 Shared Library used by BIND | |
ii libbison-dev:amd64 2:3.0.4.dfsg-1 amd64 YACC-compatible parser generator - development library | |
ii libblas-common 3.6.0-2ubuntu2 amd64 Dependency package for all BLAS implementations | |
ii libblas3 3.6.0-2ubuntu2 amd64 Basic Linear Algebra Reference implementations, shared library | |
ii libblkid1:amd64 2.27.1-6ubuntu3.1 amd64 block device ID library | |
ii libbluetooth3:amd64 5.37-0ubuntu5 amd64 Library to use the BlueZ Linux Bluetooth stack | |
ii libbonobo2-0:amd64 2.32.1-3 amd64 Bonobo CORBA interfaces library | |
ii libbonobo2-common 2.32.1-3 all Bonobo CORBA interfaces library -- support files | |
rc libboost-date-time1.54.0:amd64 1.54.0-4ubuntu3.1 amd64 set of date-time libraries based on generic programming concepts | |
ii libboost-date-time1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 amd64 set of date-time libraries based on generic programming concepts | |
rc libboost-filesystem1.54.0:amd64 1.54.0-4ubuntu3.1 amd64 filesystem operations (portable paths, iteration over directories, etc) in C++ | |
ii libboost-filesystem1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 amd64 filesystem operations (portable paths, iteration over directories, etc) in C++ | |
ii libboost-iostreams1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 amd64 Boost.Iostreams Library | |
ii libboost-random1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 amd64 Boost Random Number Library | |
rc libboost-serialization1.46.1 1.46.1-7ubuntu3 amd64 serialization library for C++ | |
rc libboost-system1.54.0:amd64 1.54.0-4ubuntu3.1 amd64 Operating system (e.g. diagnostics support) library | |
ii libboost-system1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 amd64 Operating system (e.g. diagnostics support) library | |
rc libboost-thread1.54.0:amd64 1.54.0-4ubuntu3.1 amd64 portable C++ multi-threading | |
ii libboost-thread1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 amd64 portable C++ multi-threading | |
ii libbrasero-media3-1:amd64 3.12.1-1ubuntu3~16.04 amd64 CD/DVD burning library for GNOME - runtime | |
rc libbrlapi0.5 4.3-1ubuntu5 amd64 braille display access via BRLTTY - shared library | |
ii libbrlapi0.6:amd64 5.3.1-2ubuntu2.1 amd64 braille display access via BRLTTY - shared library | |
ii libbsd0:amd64 0.8.2-1 amd64 utility functions from BSD systems - shared library | |
ii libburn4:amd64 1.4.2.pl01-1 amd64 library to provide CD/DVD writing functions | |
ii libbz2-1.0:amd64 1.0.6-8 amd64 high-quality block-sorting file compressor library - runtime | |
ii libc-bin 2.23-0ubuntu4 amd64 GNU C Library: Binaries | |
ii libc-dev-bin 2.23-0ubuntu4 amd64 GNU C Library: Development binaries | |
ii libc6:amd64 2.23-0ubuntu4 amd64 GNU C Library: Shared libraries | |
ii libc6-dbg:amd64 2.23-0ubuntu4 amd64 GNU C Library: detached debugging symbols | |
ii libc6-dev:amd64 2.23-0ubuntu4 amd64 GNU C Library: Development Libraries and Header Files | |
ii libcaca0:amd64 0.99.beta19-2build2~gcc5.2 amd64 colour ASCII art library | |
ii libcairo-gobject2:amd64 1.14.6-1 amd64 Cairo 2D vector graphics library (GObject library) | |
ii libcairo-perl 1.106-1build1 amd64 Perl interface to the Cairo graphics library | |
ii libcairo2:amd64 1.14.6-1 amd64 Cairo 2D vector graphics library | |
rc libcairomm-1.0-1:amd64 1.10.0-1ubuntu3 amd64 C++ wrappers for Cairo (shared libraries) | |
ii libcairomm-1.0-1v5:amd64 1.12.0-1 amd64 C++ wrappers for Cairo (shared libraries) | |
rc libcamel-1.2-29 3.2.3-0ubuntu7.2 amd64 Evolution MIME message handling library | |
rc libcamel-1.2-45 3.10.4-0ubuntu1.5 amd64 Evolution MIME message handling library | |
ii libcamel-1.2-54:amd64 3.18.5-1ubuntu1 amd64 Evolution MIME message handling library | |
ii libcanberra-gtk-module:amd64 0.30-2.1ubuntu1 amd64 translates GTK+ widgets signals to event sounds | |
ii libcanberra-gtk0:amd64 0.30-2.1ubuntu1 amd64 GTK+ helper for playing widget event sounds with libcanberra | |
ii libcanberra-gtk3-0:amd64 0.30-2.1ubuntu1 amd64 GTK+ 3.0 helper for playing widget event sounds with libcanberra | |
ii libcanberra-gtk3-module:amd64 0.30-2.1ubuntu1 amd64 translates GTK3 widgets signals to event sounds | |
ii libcanberra-pulse:amd64 0.30-2.1ubuntu1 amd64 PulseAudio backend for libcanberra | |
ii libcanberra0:amd64 0.30-2.1ubuntu1 amd64 simple abstract interface for playing event sounds | |
ii libcap-ng0:amd64 0.7.7-1 amd64 An alternate POSIX capabilities library | |
ii libcap2:amd64 1:2.24-12 amd64 POSIX 1003.1e capabilities (library) | |
ii libcap2-bin 1:2.24-12 amd64 POSIX 1003.1e capabilities (utilities) | |
ii libcc1-0:amd64 5.4.0-6ubuntu1~16.04.4 amd64 GCC cc1 plugin for GDB | |
ii libcdio-cdda1:amd64 0.83-4.2ubuntu1 amd64 library to read and control digital audio CDs | |
ii libcdio-paranoia1:amd64 0.83-4.2ubuntu1 amd64 library to read digital audio CDs with error correction | |
ii libcdio13:amd64 0.83-4.2ubuntu1 amd64 library to read and control CD-ROM | |
ii libcdparanoia0:amd64 3.10.2+debian-11 amd64 audio extraction tool for sampling CDs (library) | |
rc libcdr-0.0-0 0.0.15-1ubuntu1 amd64 library for reading and converting Corel DRAW files | |
ii libcdr-0.1-1:amd64 0.1.2-2ubuntu2 amd64 library for reading and converting Corel DRAW files | |
rc libcdt4 2.26.3-10ubuntu1.2 amd64 rich set of graph drawing tools - cdt library | |
ii libcdt5 2.38.0-12ubuntu2 amd64 rich set of graph drawing tools - cdt library | |
ii libcgmanager0:amd64 0.39-2ubuntu5 amd64 Central cgroup manager daemon (client library) | |
rc libcgraph5 2.26.3-10ubuntu1.2 amd64 rich set of graph drawing tools - cgraph library | |
ii libcgraph6 2.38.0-12ubuntu2 amd64 rich set of graph drawing tools - cgraph library | |
ii libchamplain-0.12-0:amd64 0.12.13-1 amd64 C library providing ClutterActor to display maps | |
rc libcheese-gtk23:amd64 3.10.2-0ubuntu2 amd64 tool to take pictures and videos from your webcam - widgets | |
ii libcheese-gtk25:amd64 3.18.1-2ubuntu3 amd64 tool to take pictures and videos from your webcam - widgets | |
rc libcheese7:amd64 3.10.2-0ubuntu2 amd64 tool to take pictures and videos from your webcam - base library | |
ii libcheese8:amd64 3.18.1-2ubuntu3 amd64 tool to take pictures and videos from your webcam - base library | |
ii libcilkrts5:amd64 5.4.0-6ubuntu1~16.04.4 amd64 Intel Cilk Plus language extensions (runtime) | |
ii libck-connector0:amd64 0.4.6-5 amd64 ConsoleKit libraries | |
ii libclass-accessor-perl 0.34-1 all Perl module that automatically generates accessors | |
ii libclass-isa-perl 0.36-5 all report the search path for a class's ISA tree | |
ii libclone-perl 0.38-1build1 amd64 module for recursively copying Perl datatypes | |
ii libcloog-isl4:amd64 0.18.4-1 amd64 Chunky Loop Generator (runtime library) | |
rc libclucene-contribs1:amd64 2.3.3.4-4build1 amd64 language specific text analyzers (runtime) | |
ii libclucene-contribs1v5:amd64 2.3.3.4-4.1 amd64 language specific text analyzers (runtime) | |
rc libclucene-core1:amd64 2.3.3.4-4build1 amd64 core library for full-featured text search engine (runtime) | |
ii libclucene-core1v5:amd64 2.3.3.4-4.1 amd64 core library for full-featured text search engine (runtime) | |
ii libclutter-1.0-0:amd64 1.24.2-1 amd64 Open GL based interactive canvas library | |
ii libclutter-1.0-common 1.24.2-1 all Open GL based interactive canvas library (common files) | |
ii libclutter-gst-2.0-0:amd64 2.0.18-1 amd64 Open GL based interactive canvas library GStreamer elements | |
ii libclutter-gst-3.0-0:amd64 3.0.18-1 amd64 Open GL based interactive canvas library GStreamer elements | |
ii libclutter-gtk-1.0-0:amd64 1.6.6-1 amd64 Open GL based interactive canvas library GTK+ widget | |
rc libcmis-0.2-0 0.1.0-1 amd64 CMIS protocol client library | |
rc libcmis-0.4-4 0.4.1-3ubuntu4 amd64 CMIS protocol client library | |
ii libcmis-0.5-5v5:amd64 0.5.1-2ubuntu2 amd64 CMIS protocol client library | |
ii libcogl-common 1.22.0-2 all Object oriented GL/GLES Abstraction/Utility Layer (common files) | |
rc libcogl-pango15:amd64 1.16.2-1 amd64 Object oriented GL/GLES Abstraction/Utility Layer | |
ii libcogl-pango20:amd64 1.22.0-2 amd64 Object oriented GL/GLES Abstraction/Utility Layer | |
ii libcogl-path20:amd64 1.22.0-2 amd64 Object oriented GL/GLES Abstraction/Utility Layer | |
rc libcogl15:amd64 1.16.2-1 amd64 Object oriented GL/GLES Abstraction/Utility Layer | |
ii libcogl20:amd64 1.22.0-2 amd64 Object oriented GL/GLES Abstraction/Utility Layer | |
rc libcolamd2.8.0:amd64 1:4.2.1-3ubuntu1 amd64 column approximate minimum degree ordering library for sparse matrices | |
ii libcolamd2.9.1:amd64 1:4.4.6-1 amd64 column approximate minimum degree ordering library for sparse matrices | |
ii libcolord-gtk1:amd64 0.1.26-1 amd64 GTK+ convenience library for interacting with colord | |
rc libcolord1:amd64 1.0.6-1 amd64 system service to manage device colour profiles -- runtime | |
ii libcolord2:amd64 1.2.12-1ubuntu1 amd64 system service to manage device colour profiles -- runtime | |
rc libcolorhug1:amd64 1.0.6-1 amd64 library to access the ColorHug colourimeter -- runtime | |
ii libcolorhug2:amd64 1.2.12-1ubuntu1 amd64 library to access the ColorHug colourimeter -- runtime | |
rc libcolumbus1:amd64 1.1.0+14.04.20140325.3-0ubuntu1 amd64 error tolerant matching engine - shared library | |
ii libcolumbus1-common 1.1.0+15.10.20150806-0ubuntu4 all error tolerant matching engine - common files | |
ii libcolumbus1v5:amd64 1.1.0+15.10.20150806-0ubuntu4 amd64 error tolerant matching engine - shared library | |
ii libcomerr2:amd64 1.42.13-1ubuntu1 amd64 common error description library | |
ii libcompizconfig0:amd64 1:0.9.12.2+16.04.20160823-0ubuntu1 amd64 Settings library for plugins - OpenCompositing Project | |
ii libcrack2:amd64 2.9.2-1build2 amd64 pro-active password checker library | |
ii libcroco3:amd64 0.6.11-1 amd64 Cascading Style Sheet (CSS) parsing and manipulation toolkit | |
ii libcrypt-passwdmd5-perl 1.3-10 all interoperable MD5-based crypt() for perl | |
ii libcryptsetup4:amd64 2:1.6.6-5ubuntu2 amd64 disk encryption support - shared library | |
ii libcups2:amd64 2.1.3-4 amd64 Common UNIX Printing System(tm) - Core library | |
ii libcupscgi1:amd64 2.1.3-4 amd64 Common UNIX Printing System(tm) - CGI library | |
rc libcupsdriver1:amd64 1.5.3-0ubuntu8.7 amd64 Common UNIX Printing System(tm) - Driver library | |
ii libcupsfilters1:amd64 1.8.3-2ubuntu3.1 amd64 OpenPrinting CUPS Filters - Shared library | |
ii libcupsimage2:amd64 2.1.3-4 amd64 Common UNIX Printing System(tm) - Raster image library | |
ii libcupsmime1:amd64 2.1.3-4 amd64 Common UNIX Printing System(tm) - MIME library | |
ii libcupsppdc1:amd64 2.1.3-4 amd64 Common UNIX Printing System(tm) - PPD manipulation library | |
ii libcurl3:amd64 7.47.0-1ubuntu2.2 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour) | |
ii libcurl3-gnutls:amd64 7.47.0-1ubuntu2.2 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour) | |
ii libcurl3-nss:amd64 7.47.0-1ubuntu2.2 amd64 easy-to-use client-side URL transfer library (NSS flavour) | |
ii libdaemon0:amd64 0.14-6 amd64 lightweight C library for daemons - runtime library | |
ii libdata-alias-perl 1.20-1build1 amd64 module to create aliases instead of copies | |
ii libdatrie1:amd64 0.2.10-2 amd64 Double-array trie library | |
rc libdb5.1:amd64 5.1.29-7ubuntu1 amd64 Berkeley v5.1 Database Libraries [runtime] | |
ii libdb5.3:amd64 5.3.28-11 amd64 Berkeley v5.3 Database Libraries [runtime] | |
ii libdbus-1-3:amd64 1.10.6-1ubuntu3.1 amd64 simple interprocess messaging system (library) | |
ii libdbus-glib-1-2:amd64 0.106-1 amd64 simple interprocess messaging system (GLib-based shared library) | |
ii libdbusmenu-glib4:amd64 16.04.1+16.04.20160927-0ubuntu1 amd64 library for passing menus over DBus | |
ii libdbusmenu-gtk3-4:amd64 16.04.1+16.04.20160927-0ubuntu1 amd64 library for passing menus over DBus - GTK+ version | |
ii libdbusmenu-gtk4:amd64 16.04.1+16.04.20160927-0ubuntu1 amd64 library for passing menus over DBus - GTK+ version | |
ii libdbusmenu-qt2:amd64 0.9.3+16.04.20160218-0ubuntu1 amd64 Qt implementation of the DBusMenu protocol | |
ii libdbusmenu-qt5:amd64 0.9.3+16.04.20160218-0ubuntu1 amd64 Qt5 implementation of the DBusMenu protocol | |
ii libdconf-dbus-1-0:amd64 0.24.0-2 amd64 simple configuration storage system - D-Bus library | |
ii libdconf-qt0 0.0.0.110722-0ubuntu4 amd64 dconf Qt bindings (library) | |
rc libdconf0:amd64 0.12.0-0ubuntu1.1 amd64 simple configuration storage system - runtime library | |
ii libdconf1:amd64 0.24.0-2 amd64 simple configuration storage system - runtime library | |
ii libdebconfclient0:amd64 0.198ubuntu1 amd64 Debian Configuration Management System (C-implementation library) | |
rc libdebian-installer4:amd64 0.88ubuntu5.2 amd64 Library of common debian-installer functions | |
ii libdecoration0:amd64 1:0.9.12.2+16.04.20160823-0ubuntu1 amd64 Compiz window decoration library | |
ii libdee-1.0-4:amd64 1.2.7+15.04.20150304-0ubuntu2 amd64 model to synchronize multiple instances over DBus - shared lib | |
rc libdee-qt5-3:amd64 3.3+14.04.20140317-0ubuntu1 amd64 Qt5 binding for Dee - shared library | |
ii libdevmapper-event1.02.1:amd64 2:1.02.110-1ubuntu10 amd64 Linux Kernel Device Mapper event support library | |
ii libdevmapper1.02.1:amd64 2:1.02.110-1ubuntu10 amd64 Linux Kernel Device Mapper userspace library | |
ii libdfu1:amd64 0.7.0-0ubuntu4.3 amd64 Firmware update daemon library for DFU support | |
ii libdigest-hmac-perl 1.03+dfsg-1 all module for creating standard message integrity checks | |
ii libdiscid0:amd64 0.6.1-5 amd64 library for creating MusicBrainz DiscIDs | |
ii libdistro-info-perl 0.14build1 all information about distributions' releases (Perl module) | |
ii libdjvulibre-text 3.5.27.1-5 all Linguistic support files for libdjvulibre | |
ii libdjvulibre21:amd64 3.5.27.1-5 amd64 Runtime support for the DjVu image format | |
ii libdleyna-connector-dbus-1.0-1:amd64 0.2.0-1 amd64 DBus connector module for the dLeyna services | |
ii libdleyna-core-1.0-3:amd64 0.4.0-1 amd64 Utility functions for higher level dLeyna components | |
ii libdmapsharing-3.0-2:amd64 2.9.34-1 amd64 DMAP client and server library - runtime | |
rc libdmraid1.0.0.rc16 1.0.0.rc16-4.2ubuntu3 amd64 Device-Mapper Software RAID support tool - shared library | |
ii libdns-export162 1:9.10.3.dfsg.P4-8ubuntu1.3 amd64 Exported DNS Shared Library | |
rc libdns100 1:9.9.5.dfsg-3ubuntu0.10 amd64 DNS Shared Library used by BIND | |
ii libdns162:amd64 1:9.10.3.dfsg.P4-8ubuntu1.3 amd64 DNS Shared Library used by BIND | |
rc libdns81 1:9.8.1.dfsg.P1-4ubuntu0.19 amd64 DNS Shared Library used by BIND | |
ii libdotconf0:amd64 1.3-0.2 amd64 Configuration file parser library - runtime files | |
rc libdotconf1.0 1.0.13-3 amd64 Configuration file parser library - runtime files | |
ii libdouble-conversion1v5:amd64 2.0.1-3ubuntu2 amd64 routines to convert IEEE floats to and from strings | |
ii libdpkg-perl 1.18.4ubuntu1.1 all Dpkg perl modules | |
ii libdrm-amdgpu1:amd64 2.4.67-1ubuntu0.16.04.2 amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtime | |
ii libdrm-intel1:amd64 2.4.67-1ubuntu0.16.04.2 amd64 Userspace interface to intel-specific kernel DRM services -- runtime | |
rc libdrm-ltsq-intel1:amd64 2.4.39-0ubuntu1~precise1 amd64 Userspace interface to intel-specific kernel DRM services -- runtime | |
rc libdrm-ltsq-nouveau2:amd64 2.4.39-0ubuntu1~precise1 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime | |
rc libdrm-ltsq-radeon1:amd64 2.4.39-0ubuntu1~precise1 amd64 Userspace interface to radeon-specific kernel DRM services -- runtime | |
rc libdrm-ltsq2:amd64 2.4.39-0ubuntu1~precise1 amd64 Userspace interface to kernel DRM services -- runtime | |
rc libdrm-nouveau1a:amd64 2.4.52-1~precise2 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime | |
ii libdrm-nouveau2:amd64 2.4.67-1ubuntu0.16.04.2 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime | |
ii libdrm-radeon1:amd64 2.4.67-1ubuntu0.16.04.2 amd64 Userspace interface to radeon-specific kernel DRM services -- runtime | |
ii libdrm2:amd64 2.4.67-1ubuntu0.16.04.2 amd64 Userspace interface to kernel DRM services -- runtime | |
ii libdv4:amd64 1.0.0-7 amd64 software library for DV format digital video (runtime lib) | |
ii libe-book-0.1-1:amd64 0.1.2-2ubuntu1 amd64 library for reading and converting various e-book formats | |
rc libebackend-1.2-1 3.2.3-0ubuntu7.2 amd64 Utility library for evolution data servers | |
ii libebackend-1.2-10:amd64 3.18.5-1ubuntu1 amd64 Utility library for evolution data servers | |
rc libebackend-1.2-7 3.10.4-0ubuntu1.5 amd64 Utility library for evolution data servers | |
rc libebook-1.2-12 3.2.3-0ubuntu7.2 amd64 Client library for evolution address books | |
rc libebook-1.2-14 3.10.4-0ubuntu1.5 amd64 Client library for evolution address books | |
ii libebook-1.2-16:amd64 3.18.5-1ubuntu1 amd64 Client library for evolution address books | |
rc libebook-contacts-1.2-0 3.10.4-0ubuntu1.5 amd64 Client library for evolution contacts books | |
ii libebook-contacts-1.2-2:amd64 3.18.5-1ubuntu1 amd64 Client library for evolution contacts books | |
rc libecal-1.2-10 3.2.3-0ubuntu7.2 amd64 Client library for evolution calendars | |
rc libecal-1.2-16 3.10.4-0ubuntu1.5 amd64 Client library for evolution calendars | |
ii libecal-1.2-19:amd64 3.18.5-1ubuntu1 amd64 Client library for evolution calendars | |
rc libecryptfs0 104-0ubuntu1.14.04.4 amd64 ecryptfs cryptographic filesystem (library) | |
ii libecryptfs1 111-0ubuntu1.1 amd64 ecryptfs cryptographic filesystem (library) | |
rc libedata-book-1.2-11 3.2.3-0ubuntu7.2 amd64 Backend library for evolution address books | |
rc libedata-book-1.2-20 3.10.4-0ubuntu1.5 amd64 Backend library for evolution address books | |
ii libedata-book-1.2-25:amd64 3.18.5-1ubuntu1 amd64 Backend library for evolution address books | |
rc libedata-cal-1.2-13 3.2.3-0ubuntu7.2 amd64 Backend library for evolution calendars | |
rc libedata-cal-1.2-23 3.10.4-0ubuntu1.5 amd64 Backend library for evolution calendars | |
ii libedata-cal-1.2-28:amd64 3.18.5-1ubuntu1 amd64 Backend library for evolution calendars | |
rc libedataserver-1.2-15 3.2.3-0ubuntu7.2 amd64 Utility library for evolution data servers | |
rc libedataserver-1.2-18 3.10.4-0ubuntu1.5 amd64 Utility library for evolution data servers | |
ii libedataserver-1.2-21:amd64 3.18.5-1ubuntu1 amd64 Utility library for evolution data servers | |
ii libedataserverui-1.2-1:amd64 3.18.5-1ubuntu1 amd64 Utility library for evolution data servers | |
rc libedataserverui-3.0-1 3.2.3-0ubuntu7.2 amd64 GUI utility library for evolution data servers | |
ii libedit2:amd64 3.1-20150325-1ubuntu2 amd64 BSD editline and history libraries | |
ii libefivar0:amd64 0.23-2 amd64 Library to manage UEFI variables | |
ii libegl1-mesa:amd64 11.2.0-1ubuntu2.2 amd64 free implementation of the EGL API -- runtime | |
rc libegl1-mesa-drivers-lts-quantal:amd64 9.0.3-0ubuntu0.4~precise1 amd64 free implementation of the EGL API -- hardware drivers | |
rc libegl1-mesa-lts-quantal:amd64 9.0.3-0ubuntu0.4~precise1 amd64 free implementation of the EGL API -- runtime | |
ii libelf1:amd64 0.165-3ubuntu1 amd64 library to read and write ELF files | |
rc libelfg0:amd64 0.8.13-5 amd64 an ELF object file access library | |
ii libemail-valid-perl 1.198-1 all Perl module for checking the validity of Internet email addresses | |
ii libenchant1c2a:amd64 1.6.0-10.1build2 amd64 Wrapper library for various spell checker engines (runtime libs) | |
ii libencode-locale-perl 1.05-1 all utility to determine the locale encoding | |
ii libeot0:amd64 0.01-3ubuntu1 amd64 Library for parsing/converting Embedded OpenType files | |
ii libepoxy0:amd64 1.3.1-1 amd64 OpenGL function pointer management library | |
ii liberror-perl 0.17-1.2 all Perl module for error/exception handling in an OO-ish way | |
ii libespeak1:amd64 1.48.04+dfsg-2 amd64 Multi-lingual software speech synthesizer: shared library | |
ii libestr0 0.1.10-1 amd64 Helper functions for handling strings (lib) | |
ii libetonyek-0.1-1:amd64 0.1.6-1ubuntu1 amd64 library for reading and converting Apple Keynote presentations | |
ii libevdev2:amd64 1.4.6+dfsg-1 amd64 wrapper library for evdev devices | |
ii libevdocument3-4:amd64 3.18.2-1ubuntu4 amd64 Document (PostScript, PDF) rendering library | |
ii libevent-2.0-5:amd64 2.0.21-stable-2 amd64 Asynchronous event notification library | |
rc libevince3-3 3.4.0-0ubuntu1.8 amd64 Document (PostScript, PDF) rendering library | |
ii libevview3-3:amd64 3.18.2-1ubuntu4 amd64 Document (PostScript, PDF) rendering library - Gtk+ widgets | |
ii libexempi3:amd64 2.2.2-2 amd64 library to parse XMP metadata (Library) | |
ii libexif12:amd64 0.6.21-2 amd64 library to parse EXIF files | |
rc libexiv2-11 0.22-2 amd64 EXIF/IPTC metadata manipulation library | |
rc libexiv2-12 0.23-1ubuntu2 amd64 EXIF/IPTC metadata manipulation library | |
ii libexiv2-14:amd64 0.25-2.1 amd64 EXIF/IPTC metadata manipulation library | |
ii libexpat1:amd64 2.1.0-7ubuntu0.16.04.2 amd64 XML parsing C library - runtime library | |
ii libexpat1-dev:amd64 2.1.0-7ubuntu0.16.04.2 amd64 XML parsing C library - development kit | |
ii libexporter-tiny-perl 0.042-1 all tiny exporter similar to Sub::Exporter | |
ii libexttextcat-2.0-0:amd64 3.4.4-1ubuntu3 amd64 Language detection library | |
ii libexttextcat-data 3.4.4-1ubuntu3 all Language detection library - data files | |
rc libexttextcat0 3.2.0-1ubuntu1 amd64 Language detection library | |
ii libfakeroot:amd64 1.20.2-1ubuntu1 amd64 tool for simulating superuser privileges - shared libraries | |
ii libfarstream-0.1-0:amd64 0.1.2-3ubuntu1 amd64 Audio/Video communications framework: core library | |
rc libfarstream-0.2-2:amd64 0.2.3-1ubuntu2 amd64 Audio/Video communications framework: core library | |
ii libfarstream-0.2-5:amd64 0.2.7-0ubuntu1 amd64 Audio/Video communications framework: core library | |
ii libfcitx-config4:amd64 1:4.2.9.1-1ubuntu1.16.04.1 amd64 Flexible Input Method Framework - configuration support library | |
ii libfcitx-gclient0:amd64 1:4.2.9.1-1ubuntu1.16.04.1 amd64 Flexible Input Method Framework - D-Bus client library for Glib | |
ii libfcitx-utils0:amd64 1:4.2.9.1-1ubuntu1.16.04.1 amd64 Flexible Input Method Framework - utility support library | |
ii libfdisk1:amd64 2.27.1-6ubuntu3.1 amd64 fdisk partitioning library | |
ii libffi6:amd64 3.2.1-4 amd64 Foreign Function Interface library runtime | |
ii libfftw3-double3:amd64 3.3.4-2ubuntu1 amd64 Library for computing Fast Fourier Transforms - Double precision | |
ii libfftw3-single3:amd64 3.3.4-2ubuntu1 amd64 Library for computing Fast Fourier Transforms - Single precision | |
ii libfile-basedir-perl 0.07-1 all Perl module to use the freedesktop basedir specification | |
ii libfile-copy-recursive-perl 0.38-1 all Perl extension for recursively copying files and directories | |
ii libfile-desktopentry-perl 0.22-1 all Perl module to handle freedesktop .desktop files | |
ii libfile-fcntllock-perl 0.22-3 amd64 Perl module for file locking with fcntl(2) | |
ii libfile-listing-perl 6.04-1 all module to parse directory listings | |
ii libfile-mimeinfo-perl 0.27-1 all Perl module to determine file types | |
ii libfile-stripnondeterminism-perl 0.015-1 all Perl module for stripping non-determinism from files | |
ii libfl-dev:amd64 2.6.0-11 amd64 static library for flex (a fast lexical analyzer generator) | |
ii libflac8:amd64 1.3.1-4 amd64 Free Lossless Audio Codec - runtime C library | |
ii libfolks-eds25:amd64 0.11.1-2build2 amd64 Evolution-data-server backend for libfolks | |
ii libfolks-telepathy25:amd64 0.11.1-2build2 amd64 Telepathy backend for libfolks | |
ii libfolks25:amd64 0.11.1-2build2 amd64 library to aggregates people into metacontacts | |
ii libfont-afm-perl 1.20-1 all Font::AFM - Interface to Adobe Font Metrics files | |
ii libfontconfig1:amd64 2.11.94-0ubuntu1.1 amd64 generic font configuration library - runtime | |
ii libfontembed1:amd64 1.8.3-2ubuntu3.1 amd64 OpenPrinting CUPS Filters - Font Embed Shared library | |
ii libfontenc1:amd64 1:1.1.3-1 amd64 X11 font encoding library | |
ii libframe6:amd64 2.5.0daily13.06.05+16.04.20160809-0ubuntu1 amd64 Touch Frame Library | |
ii libfreehand-0.1-1:amd64 0.1.1-1ubuntu1 amd64 Library for parsing the FreeHand file format structure | |
ii libfreerdp-cache1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Free Remote Desktop Protocol library (cache library) | |
ii libfreerdp-client1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Free Remote Desktop Protocol library (client library) | |
ii libfreerdp-codec1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Free Remote Desktop Protocol library (codec library) | |
ii libfreerdp-common1.1.0:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Free Remote Desktop Protocol library (common library) | |
ii libfreerdp-core1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Free Remote Desktop Protocol library (core library) | |
ii libfreerdp-crypto1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Free Remote Desktop Protocol library (freerdp-crypto library) | |
ii libfreerdp-gdi1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Free Remote Desktop Protocol library (GDI library) | |
ii libfreerdp-locale1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Free Remote Desktop Protocol library (locale library) | |
ii libfreerdp-plugins-standard:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 RDP client for Windows Terminal Services (plugins) | |
ii libfreerdp-primitives1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Free Remote Desktop Protocol library (primitives library) | |
ii libfreerdp-utils1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Free Remote Desktop Protocol library (freerdp-utils library) | |
rc libfreerdp1:amd64 1.0.2-2ubuntu1 amd64 RDP client for Windows Terminal Services (library) | |
ii libfreetype6:amd64 2.6.1-0.1ubuntu2 amd64 FreeType 2 font engine, shared library files | |
ii libfribidi0:amd64 0.19.7-1 amd64 Free Implementation of the Unicode BiDi algorithm | |
rc libfriends0:amd64 0.1.2+14.04.20131108.1-0ubuntu1 amd64 Provides an API for accessing social networks | |
ii libfs6:amd64 2:1.0.7-1 amd64 X11 Font Services library | |
ii libfuse2:amd64 2.9.4-1ubuntu3.1 amd64 Filesystem in Userspace (library) | |
ii libfwup0:amd64 0.5-2ubuntu4 amd64 Library to manage UEFI firmware updates | |
ii libfwupd1:amd64 0.7.0-0ubuntu4.3 amd64 Firmware update daemon library | |
ii libgail-3-0:amd64 3.18.9-1ubuntu3.1 amd64 GNOME Accessibility Implementation Library -- shared libraries | |
ii libgail-common:amd64 2.24.30-1ubuntu1 amd64 GNOME Accessibility Implementation Library -- common modules | |
ii libgail18:amd64 2.24.30-1ubuntu1 amd64 GNOME Accessibility Implementation Library -- shared libraries | |
ii libgbm1:amd64 11.2.0-1ubuntu2.2 amd64 generic buffer management API -- runtime | |
rc libgbm1-lts-quantal:amd64 9.0.3-0ubuntu0.4~precise1 amd64 generic buffer management API -- runtime | |
ii libgc1c2:amd64 1:7.4.2-7.3 amd64 conservative garbage collector for C and C++ | |
ii libgcab-1.0-0:amd64 0.7-1 amd64 Microsoft Cabinet file manipulation library | |
ii libgcc-4.8-dev:amd64 4.8.5-4ubuntu2 amd64 GCC support library (development files) | |
ii libgcc-5-dev:amd64 5.4.0-6ubuntu1~16.04.4 amd64 GCC support library (development files) | |
ii libgcc1:amd64 1:6.0.1-0ubuntu1 amd64 GCC support library | |
ii libgck-1-0:amd64 3.18.0-1ubuntu1 amd64 Glib wrapper library for PKCS#11 - runtime | |
ii libgconf-2-4:amd64 3.2.6-3ubuntu6 amd64 GNOME configuration database system (shared libraries) | |
ii libgconf2-4:amd64 3.2.6-3ubuntu6 amd64 GNOME configuration database system (dummy package) | |
ii libgcr-3-common 3.18.0-1ubuntu1 all Library for Crypto UI related tasks - common files | |
ii libgcr-base-3-1:amd64 3.18.0-1ubuntu1 amd64 Library for Crypto related tasks | |
ii libgcr-ui-3-1:amd64 3.18.0-1ubuntu1 amd64 Library for Crypto UI related tasks | |
rc libgcrypt11:amd64 1.5.3-2ubuntu4.4 amd64 LGPL Crypto library - runtime library | |
ii libgcrypt20:amd64 1.6.5-2ubuntu0.2 amd64 LGPL Crypto library - runtime library | |
rc libgd2-xpm:amd64 2.0.36~rc1~dfsg-6ubuntu2.3 amd64 GD Graphics Library version 2 | |
ii libgd3:amd64 2.1.1-4ubuntu0.16.04.5 amd64 GD Graphics Library | |
ii libgdata-common 0.17.4-1 all Library for accessing GData webservices - common data files | |
rc libgdata13 0.14.1-1 amd64 Library for accessing GData webservices - shared libraries | |
ii libgdata22:amd64 0.17.4-1 amd64 Library for accessing GData webservices - shared libraries | |
ii libgdbm3:amd64 1.8.3-13.1 amd64 GNU dbm database routines (runtime version) | |
ii libgdk-pixbuf2.0-0:amd64 2.32.2-1ubuntu1.2 amd64 GDK Pixbuf library | |
ii libgdk-pixbuf2.0-common 2.32.2-1ubuntu1.2 all GDK Pixbuf library - data files | |
rc libgdu-gtk0:amd64 3.0.2-2ubuntu7 amd64 GTK+ standard dialog library for libgdu | |
rc libgdu0:amd64 3.0.2-2ubuntu7 amd64 GObject based Disk Utility Library | |
ii libgee-0.8-2:amd64 0.18.0-1 amd64 GObject based collection and utility library | |
rc libgee2:amd64 0.6.8-1ubuntu1 amd64 GObject based collection library | |
ii libgeis1:amd64 2.2.17+16.04.20160126-0ubuntu1 amd64 Gesture engine interface support | |
ii libgeoclue0:amd64 0.12.99-4ubuntu1 amd64 C API for GeoClue | |
ii libgeocode-glib0:amd64 3.18.2-1 amd64 geocoding and reverse geocoding GLib library using Nominatim | |
ii libgeoip1:amd64 1.6.9-1 amd64 non-DNS IP-to-country resolver library | |
ii libgeonames0:amd64 0.2+16.04.20160321-0ubuntu1 amd64 Parse and query the geonames database dump | |
ii libgettextpo-dev:amd64 0.19.7-2ubuntu3 amd64 GNU Internationalization library development files | |
ii libgettextpo0:amd64 0.19.7-2ubuntu3 amd64 GNU Internationalization library | |
rc libgexiv2-1 0.4.1-1build1 amd64 GObject-based wrapper around the Exiv2 library | |
ii libgexiv2-2:amd64 0.10.3-2 amd64 GObject-based wrapper around the Exiv2 library | |
rc libgif4:amd64 4.1.6-11 amd64 library for GIF images (library) | |
ii libgif7:amd64 5.1.4-0.3~16.04 amd64 library for GIF images (library) | |
ii libgirepository-1.0-1:amd64 1.46.0-3ubuntu1 amd64 Library for handling GObject introspection data (runtime library) | |
ii libgksu2-0 2.0.13~pre1-6ubuntu8 amd64 library providing su and sudo functionality | |
ii libgl1-mesa-dri:amd64 11.2.0-1ubuntu2.2 amd64 free implementation of the OpenGL API -- DRI modules | |
rc libgl1-mesa-dri-lts-quantal:amd64 9.0.3-0ubuntu0.4~precise1 amd64 free implementation of the OpenGL API -- DRI modules | |
rc libgl1-mesa-dri-lts-trusty:amd64 3:6 amd64 Transitional package for libgl1-mesa-dri | |
ii libgl1-mesa-glx:amd64 11.2.0-1ubuntu2.2 amd64 free implementation of the OpenGL API -- GLX runtime | |
rc libgl1-mesa-glx-lts-quantal:amd64 9.0.3-0ubuntu0.4~precise1 amd64 free implementation of the OpenGL API -- GLX runtime | |
ii libglade2-0:amd64 1:2.6.4-2 amd64 library to load .glade files at runtime | |
rc libglamor0:amd64 0.6.0-0ubuntu4 amd64 shared graphics acceleration library based on OpenGL | |
ii libglapi-mesa:amd64 11.2.0-1ubuntu2.2 amd64 free implementation of the GL API -- shared library | |
rc libglapi-mesa-lts-quantal:amd64 9.0.3-0ubuntu0.4~precise1 amd64 free implementation of the GL API -- shared library | |
rc libgles1-mesa-lts-quantal:amd64 9.0.3-0ubuntu0.4~precise1 amd64 free implementation of the OpenGL|ES 1.x API -- runtime | |
ii libgles2-mesa:amd64 11.2.0-1ubuntu2.2 amd64 free implementation of the OpenGL|ES 2.x API -- runtime | |
rc libgles2-mesa-lts-quantal:amd64 9.0.3-0ubuntu0.4~precise1 amd64 free implementation of the OpenGL|ES 2.x API -- runtime | |
rc libglew1.10:amd64 1.10.0-3 amd64 OpenGL Extension Wrangler - runtime environment | |
ii libglew1.13:amd64 1.13.0-2 amd64 OpenGL Extension Wrangler - runtime environment | |
rc libglew1.6:amd64 1.6.0-4 amd64 OpenGL Extension Wrangler - runtime environment | |
rc libglewmx1.10:amd64 1.10.0-3 amd64 OpenGL Extension Wrangler (Multiple Rendering Contexts) | |
ii libglewmx1.13:amd64 1.13.0-2 amd64 OpenGL Extension Wrangler (Multiple Rendering Contexts) | |
rc libglewmx1.6:amd64 1.6.0-4 amd64 OpenGL Extension Wrangler - runtime environment | |
ii libglib-perl 3:1.320-2 amd64 interface to the GLib and GObject libraries | |
ii libglib2.0-0:amd64 2.48.1-1~ubuntu16.04.1 amd64 GLib library of C routines | |
ii libglib2.0-bin 2.48.1-1~ubuntu16.04.1 amd64 Programs for the GLib library | |
ii libglib2.0-data 2.48.1-1~ubuntu16.04.1 all Common files for GLib library | |
rc libglibmm-2.4-1c2a:amd64 2.39.93-0ubuntu1 amd64 C++ wrapper for the GLib toolkit (shared libraries) | |
ii libglibmm-2.4-1v5:amd64 2.46.3-1 amd64 C++ wrapper for the GLib toolkit (shared libraries) | |
ii libglu1-mesa:amd64 9.0.0-2.1 amd64 Mesa OpenGL utility library (GLU) | |
ii libgmime-2.6-0:amd64 2.6.20-1 amd64 MIME message parser and creator library - runtime | |
ii libgmp-dev:amd64 2:6.1.0+dfsg-2 amd64 Multiprecision arithmetic library developers tools | |
ii libgmp10:amd64 2:6.1.0+dfsg-2 amd64 Multiprecision arithmetic library | |
ii libgmpxx4ldbl:amd64 2:6.1.0+dfsg-2 amd64 Multiprecision arithmetic library (C++ bindings) | |
ii libgnome-2-0:amd64 2.32.1-5ubuntu1 amd64 The GNOME library - runtime files | |
rc libgnome-bluetooth11 3.8.2.1-0ubuntu4.2 amd64 GNOME Bluetooth tools - support library | |
ii libgnome-bluetooth13:amd64 3.18.2-1ubuntu2 amd64 GNOME Bluetooth tools - support library | |
rc libgnome-bluetooth8 3.2.2-0ubuntu5.1 amd64 GNOME Bluetooth tools - support library | |
rc libgnome-control-center1 1:3.6.3-0ubuntu56.1 amd64 utilities to configure the GNOME desktop | |
ii libgnome-desktop-3-12:amd64 3.18.2-1ubuntu1 amd64 Utility library for loading .desktop files - runtime files | |
rc libgnome-desktop-3-2 3.4.2-0ubuntu0.2 amd64 Utility library for loading .desktop files - runtime files | |
rc libgnome-desktop-3-7 3.8.4-0ubuntu3.2 amd64 Utility library for loading .desktop files - runtime files | |
ii libgnome-keyring-common 3.12.0-1build1 all GNOME keyring services library - data files | |
ii libgnome-keyring0:amd64 3.12.0-1build1 amd64 GNOME keyring services library | |
rc libgnome-media-profiles-3.0-0 3.0.0-1ubuntu2 amd64 GNOME Media Profiles library | |
ii libgnome-menu-3-0:amd64 3.13.3-6ubuntu3.1 amd64 GNOME implementation of the freedesktop menu specification | |
rc libgnome-menu2 3.0.1-0ubuntu9 amd64 GNOME implementation of the freedesktop menu specification | |
ii libgnome2-common 2.32.1-5ubuntu1 all The GNOME library - common files | |
ii libgnomekbd-common 3.6.0-1ubuntu2 all GNOME library to manage keyboard configuration - common files | |
rc libgnomekbd7 3.4.0.2-1ubuntu0.1 amd64 GNOME library to manage keyboard configuration - shared library | |
ii libgnomekbd8:amd64 3.6.0-1ubuntu2 amd64 GNOME library to manage keyboard configuration - shared library | |
ii libgnomevfs2-0:amd64 1:2.24.4-6.1ubuntu1 amd64 GNOME Virtual File System (runtime libraries) | |
ii libgnomevfs2-common 1:2.24.4-6.1ubuntu1 amd64 GNOME Virtual File System (common files) | |
ii libgnutls-openssl27:amd64 3.4.10-4ubuntu1.1 amd64 GNU TLS library - OpenSSL wrapper | |
rc libgnutls26:amd64 2.12.23-12ubuntu2.5 amd64 GNU TLS library - runtime library | |
ii libgnutls30:amd64 3.4.10-4ubuntu1.1 amd64 GNU TLS library - main runtime library | |
rc libgoa-1.0-0:amd64 3.4.0-0ubuntu1.1 amd64 library for GNOME Online Accounts | |
ii libgoa-1.0-0b:amd64 3.18.3-1ubuntu2 amd64 library for GNOME Online Accounts | |
ii libgoa-1.0-common 3.18.3-1ubuntu2 all library for GNOME Online Accounts - common files | |
ii libgoa-backend-1.0-1:amd64 3.18.3-1ubuntu2 amd64 backend library for GNOME Online Accounts | |
ii libgom-1.0-0:amd64 0.3.1-1 amd64 Object mapper from GObjects to SQLite | |
ii libgom-1.0-common 0.3.1-1 all libgom architecture-independent files | |
ii libgomp1:amd64 5.4.0-6ubuntu1~16.04.4 amd64 GCC OpenMP (GOMP) support library | |
ii libgpg-error0:amd64 1.21-2ubuntu1 amd64 library for common error values and messages in GnuPG components | |
ii libgpgme11:amd64 1.6.0-1 amd64 GPGME - GnuPG Made Easy (library) | |
rc libgphoto2-2:amd64 2.4.13-1ubuntu1.2 amd64 gphoto2 digital camera library | |
ii libgphoto2-6:amd64 2.5.9-3 amd64 gphoto2 digital camera library | |
ii libgphoto2-l10n 2.5.9-3 all gphoto2 digital camera library - localized messages | |
rc libgphoto2-port0:amd64 2.4.13-1ubuntu1.2 amd64 gphoto2 digital camera port library | |
rc libgphoto2-port10:amd64 2.5.3.1-1ubuntu2.2 amd64 gphoto2 digital camera port library | |
ii libgphoto2-port12:amd64 2.5.9-3 amd64 gphoto2 digital camera port library | |
ii libgpm2:amd64 1.20.4-6.1 amd64 General Purpose Mouse - shared library | |
ii libgpod-common 0.8.3-6ubuntu2 amd64 common files for libgpod | |
ii libgpod4:amd64 0.8.3-6ubuntu2 amd64 library to read and write songs and artwork to an iPod | |
rc libgrail5 3.0.6-0ubuntu0.12.04.01 amd64 Gesture Recognition And Instantiation Library | |
ii libgrail6 3.1.0+16.04.20160125-0ubuntu1 amd64 Gesture Recognition And Instantiation Library | |
rc libgraph4 2.26.3-10ubuntu1.2 amd64 rich set of graph drawing tools - graph library | |
ii libgraphite2-3:amd64 1.3.6-1ubuntu1 amd64 Font rendering engine for Complex Scripts -- library | |
ii libgrilo-0.2-1:amd64 0.2.15-1 amd64 Framework for discovering and browsing media - Shared libraries | |
ii libgrip0 0.3.9+15.10.20150729-0ubuntu1 amd64 multitouch gestures for GTK+ apps | |
ii libgs9:amd64 9.18~dfsg~0-0ubuntu2.2 amd64 interpreter for the PostScript language and for PDF - Library | |
ii libgs9-common 9.18~dfsg~0-0ubuntu2.2 all interpreter for the PostScript language and for PDF - common files | |
ii libgsettings-qt1:amd64 0.1+16.04.20160329-0ubuntu1 amd64 Library to access GSettings from Qt | |
rc libgsoap1 2.8.4-2 amd64 Runtime libraries for gSOAP | |
rc libgsoap4:amd64 2.8.16-2 amd64 Runtime libraries for gSOAP | |
ii libgsoap8:amd64 2.8.28-1 amd64 Runtime libraries for gSOAP | |
ii libgssapi-krb5-2:amd64 1.13.2+dfsg-5 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism | |
ii libgssapi3-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1 amd64 Heimdal Kerberos - GSSAPI support library | |
ii libgssdp-1.0-3:amd64 0.14.14-1ubuntu1 amd64 GObject-based library for SSDP | |
ii libgstreamer-plugins-base0.10-0:amd64 0.10.36-2 amd64 GStreamer libraries from the "base" set | |
ii libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2 amd64 GStreamer libraries from the "base" set | |
ii libgstreamer-plugins-good1.0-0:amd64 1.8.2-1ubuntu0.3 amd64 GStreamer development files for libraries from the "good" set | |
ii libgstreamer0.10-0:amd64 0.10.36-1.5ubuntu1 amd64 Core GStreamer libraries and elements | |
ii libgstreamer1.0-0:amd64 1.8.2-1~ubuntu1 amd64 Core GStreamer libraries and elements | |
ii libgtk-3-0:amd64 3.18.9-1ubuntu3.1 amd64 GTK+ graphical user interface library | |
ii libgtk-3-bin 3.18.9-1ubuntu3.1 amd64 programs for the GTK+ graphical user interface library | |
ii libgtk-3-common 3.18.9-1ubuntu3.1 all common files for the GTK+ graphical user interface library | |
ii libgtk2-perl 2:1.2498-1 amd64 Perl interface to the 2.x series of the Gimp Toolkit library | |
ii libgtk2.0-0:amd64 2.24.30-1ubuntu1 amd64 GTK+ graphical user interface library | |
ii libgtk2.0-bin 2.24.30-1ubuntu1 amd64 programs for the GTK+ graphical user interface library | |
ii libgtk2.0-common 2.24.30-1ubuntu1 all common files for the GTK+ graphical user interface library | |
rc libgtkmm-3.0-1:amd64 3.10.1-0ubuntu2 amd64 C++ wrappers for GTK+ (shared libraries) | |
ii libgtkmm-3.0-1v5:amd64 3.18.0-1 amd64 C++ wrappers for GTK+ (shared libraries) | |
rc libgtksourceview-3.0-0:amd64 3.4.2-0ubuntu1 amd64 shared libraries for the GTK+ syntax highlighting widget | |
ii libgtksourceview-3.0-1:amd64 3.18.2-1 amd64 shared libraries for the GTK+ syntax highlighting widget | |
ii libgtksourceview-3.0-common 3.18.2-1 all common files for the GTK+ syntax highlighting widget | |
rc libgtkspell-3-0 3.0.0~hg20110814-1 amd64 spell-checking addon for GTK's TextView widget | |
ii libgtkspell3-3-0:amd64 3.0.7-2 amd64 spell-checking addon for GTK+'s TextView widget | |
ii libgtop-2.0-10:amd64 2.32.0-1 amd64 gtop system monitoring library (shared) | |
rc libgtop2-7 2.28.5-2 amd64 gtop system monitoring library (shared) | |
ii libgtop2-common 2.32.0-1 all gtop system monitoring library (common) | |
ii libgucharmap-2-90-7:amd64 1:3.18.2-1ubuntu1 amd64 Unicode browser widget library (shared library) | |
ii libgudev-1.0-0:amd64 1:230-2 amd64 GObject-based wrapper library for libudev | |
ii libgupnp-1.0-4:amd64 0.20.16-1 amd64 GObject-based library for UPnP | |
ii libgupnp-av-1.0-2 0.12.8-1 amd64 Audio/Visual utility library for GUPnP | |
ii libgupnp-dlna-2.0-3 0.10.4-1 amd64 DLNA utility library for GUPnP | |
ii libgupnp-igd-1.0-4:amd64 0.2.4-1 amd64 library to handle UPnP IGD port mapping | |
ii libgusb2:amd64 0.2.9-0ubuntu1 amd64 GLib wrapper around libusb1 | |
ii libgutenprint2 5.2.11-1 amd64 runtime for the Gutenprint printer driver library | |
rc libgvc5 2.26.3-10ubuntu1.2 amd64 rich set of graph drawing tools - gvc library | |
ii libgvc6 2.38.0-12ubuntu2 amd64 rich set of graph drawing tools - gvc library | |
rc libgvpr1 2.26.3-10ubuntu1.2 amd64 rich set of graph drawing tools - gvpr library | |
ii libgvpr2 2.38.0-12ubuntu2 amd64 rich set of graph drawing tools - gvpr library | |
rc libgweather-3-0 3.4.1-0ubuntu1 amd64 GWeather shared library | |
ii libgweather-3-6:amd64 3.18.2-0ubuntu0.1 amd64 GWeather shared library | |
ii libgweather-common 3.18.2-0ubuntu0.1 all GWeather common files | |
rc libgwibber-gtk2 3.4.2-0ubuntu2.4 amd64 Gwibber GTK Widgets | |
rc libgwibber2 3.4.2-0ubuntu2.4 amd64 Gwibber - shared library | |
ii libgxps2:amd64 0.2.3.2-1 amd64 handling and rendering XPS documents (library) | |
ii libhardware2 0.1.0+git20151016+6d424c9-0ubuntu7 amd64 Library to provide access to the Android libhardware HAL | |
ii libharfbuzz-icu0:amd64 1.0.1-1ubuntu0.1 amd64 OpenType text shaping engine ICU backend | |
ii libharfbuzz0b:amd64 1.0.1-1ubuntu0.1 amd64 OpenType text shaping engine (shared library) | |
ii libhcrypto4-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1 amd64 Heimdal Kerberos - crypto library | |
ii libheimbase1-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1 amd64 Heimdal Kerberos - Base library | |
ii libheimntlm0-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1 amd64 Heimdal Kerberos - NTLM support library | |
ii libhogweed4:amd64 3.2-1 amd64 low level cryptographic library (public-key cryptos) | |
ii libhpmud0:amd64 3.16.3+repack0-1 amd64 HP Multi-Point Transport Driver (hpmud) run-time libraries | |
ii libhtml-form-perl 6.03-1 all module that represents an HTML form element | |
ii libhtml-format-perl 2.11-2 all module for transforming HTML into various formats | |
ii libhtml-parser-perl 3.72-1 amd64 collection of modules that parse HTML text documents | |
ii libhtml-tagset-perl 3.20-2 all Data tables pertaining to HTML | |
ii libhtml-tree-perl 5.03-2 all Perl module to represent and create HTML syntax trees | |
ii libhttp-cookies-perl 6.01-1 all HTTP cookie jars | |
ii libhttp-daemon-perl 6.01-1 all simple http server class | |
ii libhttp-date-perl 6.02-1 all module of date conversion routines | |
ii libhttp-message-perl 6.11-1 all perl interface to HTTP style messages | |
ii libhttp-negotiate-perl 6.00-2 all implementation of content negotiation | |
ii libhud2:amd64 14.10+16.04.20160415-0ubuntu1 amd64 library for exporting items to the Unity HUD | |
ii libhunspell-1.3-0:amd64 1.3.3-4ubuntu1 amd64 spell checker and morphological analyzer (shared library) | |
ii libhx509-5-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1 amd64 Heimdal Kerberos - X509 support library | |
ii libhybris 0.1.0+git20151016+6d424c9-0ubuntu7 amd64 Allows to run bionic-based HW adaptations in glibc systems - libs | |
ii libhybris-common1 0.1.0+git20151016+6d424c9-0ubuntu7 amd64 Common library that contains the Android linker and custom hooks | |
ii libhyphen0:amd64 2.8.8-2ubuntu1 amd64 ALTLinux hyphenation library - shared library | |
rc libibus-1.0-0:amd64 1.4.1-3ubuntu1 amd64 Intelligent Input Bus - shared library | |
ii libibus-1.0-5:amd64 1.5.11-1ubuntu2 amd64 Intelligent Input Bus - shared library | |
rc libical0 0.48-1ubuntu3 amd64 iCalendar library implementation in C (runtime) | |
rc libical1 1.0-0ubuntu1 amd64 iCalendar library implementation in C (runtime) | |
ii libical1a:amd64 1.0.1-0ubuntu2 amd64 iCalendar library implementation in C (runtime) | |
ii libice6:amd64 2:1.0.9-1 amd64 X11 Inter-Client Exchange library | |
rc libicu48 4.8.1.1-3ubuntu0.6 amd64 International Components for Unicode | |
rc libicu52:amd64 52.1-3ubuntu0.4 amd64 International Components for Unicode | |
ii libicu55:amd64 55.1-7 amd64 International Components for Unicode | |
ii libidl-2-0:amd64 0.8.14-4 amd64 library for parsing CORBA IDL files | |
rc libidl0:amd64 0.8.14-0.2ubuntu4 amd64 library for parsing CORBA IDL files | |
ii libidn11:amd64 1.32-3ubuntu1.1 amd64 GNU Libidn library, implementation of IETF IDN specifications | |
ii libido3-0.1-0:amd64 13.10.0+15.10.20151002-0ubuntu1 amd64 Shared library providing extra gtk menu items for display in | |
ii libiec61883-0:amd64 1.2.0-0.2 amd64 an partial implementation of IEC 61883 | |
ii libieee1284-3:amd64 0.2.11-12 amd64 cross-platform library for parallel port access | |
ii libijs-0.35:amd64 0.35-12 amd64 IJS raster image transport protocol: shared library | |
ii libilmbase12:amd64 2.2.0-11ubuntu2 amd64 several utility libraries from ILM used by OpenEXR | |
rc libimobiledevice2 1.1.1-4 amd64 Library for communicating with the iPhone and iPod Touch | |
rc libimobiledevice4:amd64 1.1.5+git20140313.bafe6a9e-0ubuntu1.1 amd64 Library for communicating with the iPhone and iPod Touch | |
ii libimobiledevice6:amd64 1.2.0+dfsg-3~ubuntu0.2 amd64 Library for communicating with the iPhone and iPod Touch | |
ii libindicate-gtk3 12.10.1-0ubuntu5 amd64 library for raising indicators via DBus - GTK+ bindings | |
ii libindicate5 12.10.1-0ubuntu5 amd64 library for raising indicators via DBus | |
rc libindicator-messages-status-provider1 0.6.0-0ubuntu2 amd64 indicator status provider - shared library | |
ii libindicator3-7 12.10.2+16.04.20151208-0ubuntu1 amd64 panel indicator applet - shared library | |
ii libindicator7 12.10.2+16.04.20151208-0ubuntu1 amd64 panel indicator applet - shared library | |
ii libinput10:amd64 1.2.3-1ubuntu1 amd64 input device management and event handling library - shared library | |
ii libio-html-perl 1.001-1 all open an HTML file with automatic charset detection | |
ii libio-pty-perl 1:1.08-1.1build1 amd64 Perl module for pseudo tty IO | |
ii libio-socket-inet6-perl 2.72-2 all object interface for AF_INET6 domain sockets | |
ii libio-socket-ssl-perl 2.024-1 all Perl module implementing object oriented interface to SSL sockets | |
ii libio-string-perl 1.08-3 all Emulate IO::File interface for in-core strings | |
ii libipc-run-perl 0.94-1 all Perl module for running processes | |
ii libipc-system-simple-perl 1.25-3 all Perl module to run commands simply, with detailed diagnostics | |
ii libisc-export160 1:9.10.3.dfsg.P4-8ubuntu1.3 amd64 Exported ISC Shared Library | |
ii libisc160:amd64 1:9.10.3.dfsg.P4-8ubuntu1.3 amd64 ISC Shared Library used by BIND | |
rc libisc83 1:9.8.1.dfsg.P1-4ubuntu0.19 amd64 ISC Shared Library used by BIND | |
rc libisc95 1:9.9.5.dfsg-3ubuntu0.10 amd64 ISC Shared Library used by BIND | |
ii libisccc140:amd64 1:9.10.3.dfsg.P4-8ubuntu1.3 amd64 Command Channel Library used by BIND | |
rc libisccc80 1:9.8.1.dfsg.P1-4ubuntu0.19 amd64 Command Channel Library used by BIND | |
rc libisccc90 1:9.9.5.dfsg-3ubuntu0.10 amd64 Command Channel Library used by BIND | |
ii libisccfg140:amd64 1:9.10.3.dfsg.P4-8ubuntu1.3 amd64 Config File Handling Library used by BIND | |
rc libisccfg82 1:9.8.1.dfsg.P1-4ubuntu0.19 amd64 Config File Handling Library used by BIND | |
rc libisccfg90 1:9.9.5.dfsg-3ubuntu0.10 amd64 Config File Handling Library used by BIND | |
ii libiscsi2:amd64 1.12.0-2 amd64 iSCSI client shared library | |
rc libisl10:amd64 0.12.2-1 amd64 manipulating sets and relations of integer points bounded by linear constraints | |
ii libisl15:amd64 0.16.1-1 amd64 manipulating sets and relations of integer points bounded by linear constraints | |
ii libisoburn1:amd64 1.4.2-4ubuntu1 amd64 library to handle creation and inspection of ISO-9660 file systems | |
ii libisofs6:amd64 1.4.2-2 amd64 library to create ISO 9660 images | |
ii libitm1:amd64 5.4.0-6ubuntu1~16.04.4 amd64 GNU Transactional Memory Library | |
ii libiw30:amd64 30~pre9-8ubuntu1 amd64 Wireless tools - library | |
ii libjack-jackd2-0:amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 amd64 JACK Audio Connection Kit (libraries) | |
ii libjasper1:amd64 1.900.1-debian1-2.4ubuntu1 amd64 JasPer JPEG-2000 runtime library | |
ii libjavascriptcoregtk-3.0-0:amd64 2.4.11-0ubuntu0.1 amd64 JavaScript engine library from WebKitGTK+ | |
ii libjavascriptcoregtk-4.0-18:amd64 2.12.5-0ubuntu0.16.04.1 amd64 JavaScript engine library from WebKitGTK+ | |
ii libjbig0:amd64 2.1-3.1 amd64 JBIGkit libraries | |
ii libjbig2dec0 0.12+20150918-1 amd64 JBIG2 decoder library - shared libraries | |
ii libjline-java 1.0-2 all Java library for handling console input | |
ii libjpeg-turbo8:amd64 1.4.2-0ubuntu3 amd64 IJG JPEG compliant runtime library. | |
ii libjpeg8:amd64 8c-2ubuntu8 amd64 Independent JPEG Group's JPEG runtime library (dependency package) | |
ii libjs-jquery 1.11.3+dfsg-4 all JavaScript library for dynamic web applications | |
ii libjs-jquery-ui 1.10.1+dfsg-1 all JavaScript UI library for dynamic web applications | |
ii libjson-c2:amd64 0.11-4ubuntu2 amd64 JSON manipulation library - shared library | |
ii libjson-glib-1.0-0:amd64 1.1.2-0ubuntu1 amd64 GLib JSON manipulation library | |
ii libjson-glib-1.0-common 1.1.2-0ubuntu1 all GLib JSON manipulation library (common files) | |
ii libjson0:amd64 0.11-4ubuntu2 amd64 JSON manipulation library (transitional package) | |
ii libjte1:amd64 1.20-2ubuntu1 amd64 Jigdo Template Export - runtime library | |
ii libk5crypto3:amd64 1.13.2+dfsg-5 amd64 MIT Kerberos runtime libraries - Crypto Library | |
ii libkeyutils1:amd64 1.5.9-8ubuntu1 amd64 Linux Key Management Utilities (library) | |
ii libklibc 2.0.4-8ubuntu1.16.04.2 amd64 minimal libc subset for use with initramfs | |
ii libkmod2:amd64 22-1ubuntu4 amd64 libkmod shared library | |
rc libkms-ltsq1:amd64 2.4.39-0ubuntu1~precise1 amd64 Userspace interface to kernel DRM buffer management | |
rc libkms1:amd64 2.4.46-1ubuntu0.0.0.1 amd64 Userspace interface to kernel DRM buffer management | |
rc libkpathsea5 2009-11ubuntu2 amd64 TeX Live: path search library for TeX (runtime part) | |
ii libkpathsea6:amd64 2015.20160222.37495-1 amd64 TeX Live: path search library for TeX (runtime part) | |
ii libkrb5-26-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1 amd64 Heimdal Kerberos - libraries | |
ii libkrb5-3:amd64 1.13.2+dfsg-5 amd64 MIT Kerberos runtime libraries | |
ii libkrb5support0:amd64 1.13.2+dfsg-5 amd64 MIT Kerberos runtime libraries - Support library | |
ii libksba8:amd64 1.3.3-1ubuntu0.16.04.1 amd64 X.509 and CMS support library | |
ii liblangtag-common 0.5.7-2ubuntu1 all library to access tags for identifying languages -- data | |
ii liblangtag1:amd64 0.5.7-2ubuntu1 amd64 library to access tags for identifying languages | |
rc liblaunchpad-integration-3.0-1 0.1.56.1 amd64 library for launchpad integration | |
rc liblcms1:amd64 1.19.dfsg-1.2ubuntu5 amd64 Little CMS color management library | |
ii liblcms2-2:amd64 2.6-3ubuntu2 amd64 Little CMS 2 color management library | |
ii liblcms2-utils 2.6-3ubuntu2 amd64 Little CMS 2 color management library (utilities) | |
ii libldap-2.4-2:amd64 2.4.42+dfsg-2ubuntu3.1 amd64 OpenLDAP libraries | |
ii libldb1:amd64 2:1.1.24-1ubuntu3 amd64 LDAP-like embedded database - shared library | |
ii liblightdm-gobject-1-0:amd64 1.18.3-0ubuntu1 amd64 LightDM GObject client library | |
ii liblinear-tools 2.1.0+dfsg-1 amd64 Standalone applications for LIBLINEAR | |
rc liblinear1 1.8+dfsg-1ubuntu1 amd64 Library for Large Linear Classification | |
ii liblinear3:amd64 2.1.0+dfsg-1 amd64 Library for Large Linear Classification | |
ii liblircclient0:amd64 0.9.0-0ubuntu6 amd64 infra-red remote control support - client library | |
ii liblist-moreutils-perl 0.413-1build1 amd64 Perl module with additional list functions not found in List::Util | |
rc libllvm3.0:amd64 3.0-4ubuntu1 amd64 Low-Level Virtual Machine (LLVM), runtime library | |
rc libllvm3.1:amd64 3.1-2ubuntu1~12.04.1 amd64 Low-Level Virtual Machine (LLVM), runtime library | |
rc libllvm3.4:amd64 1:3.4-1ubuntu3 amd64 Modular compiler and toolchain technologies, runtime library | |
ii libllvm3.8:amd64 1:3.8-2ubuntu4 amd64 Modular compiler and toolchain technologies, runtime library | |
ii liblocale-gettext-perl 1.07-1build1 amd64 module using libc functions for internationalization in Perl | |
ii liblockfile-bin 1.09-6ubuntu1 amd64 support binaries for and cli utilities based on liblockfile | |
ii liblockfile1:amd64 1.09-6ubuntu1 amd64 NFS-safe locking library | |
ii liblog4j1.2-java 1.2.17-7ubuntu1 all Logging library for java | |
ii liblouis-data 2.6.4-2 all Braille translation library - data | |
rc liblouis2:amd64 2.5.3-2ubuntu1 amd64 Braille translation library - shared libs | |
ii liblouis9:amd64 2.6.4-2 amd64 Braille translation library - shared libs | |
ii liblouisutdml-bin 2.5.0-3 amd64 Braille UTDML translation utilities | |
ii liblouisutdml-data 2.5.0-3 all Braille UTDML translation library - data | |
ii liblouisutdml6:amd64 2.5.0-3 amd64 Braille UTDML translation library - shared libs | |
ii liblqr-1-0:amd64 0.4.2-2 amd64 converts plain array images into multi-size representation | |
ii liblsan0:amd64 5.4.0-6ubuntu1~16.04.4 amd64 LeakSanitizer -- a memory leak detector (runtime) | |
ii libltdl-dev:amd64 2.4.6-0.1 amd64 System independent dlopen wrapper for GNU libtool | |
ii libltdl7:amd64 2.4.6-0.1 amd64 System independent dlopen wrapper for GNU libtool | |
ii liblua5.1-0:amd64 5.1.5-8ubuntu1 amd64 Shared library for the Lua interpreter version 5.1 | |
ii liblua5.2-0:amd64 5.2.4-1ubuntu1 amd64 Shared library for the Lua interpreter version 5.2 | |
ii liblvm2app2.2:amd64 2.02.133-1ubuntu10 amd64 LVM2 application library | |
ii liblwp-mediatypes-perl 6.02-1 all module to guess media type for a file or a URL | |
ii liblwp-protocol-https-perl 6.06-2 all HTTPS driver for LWP::UserAgent | |
ii liblwres141:amd64 1:9.10.3.dfsg.P4-8ubuntu1.3 amd64 Lightweight Resolver Library used by BIND | |
rc liblwres80 1:9.8.1.dfsg.P1-4ubuntu0.19 amd64 Lightweight Resolver Library used by BIND | |
rc liblwres90 1:9.9.5.dfsg-3ubuntu0.10 amd64 Lightweight Resolver Library used by BIND | |
ii liblxc1 2.0.5-0ubuntu1~ubuntu16.04.3 amd64 Linux Containers userspace tools (library) | |
ii liblz4-1:amd64 0.0~r131-2ubuntu2 amd64 Fast LZ compression algorithm library - runtime | |
ii liblzma5:amd64 5.1.1alpha+20120614-2ubuntu2 amd64 XZ-format compression library | |
ii liblzo2-2:amd64 2.08-1.2 amd64 data compression library | |
ii libmagic1:amd64 1:5.25-2ubuntu1 amd64 File type determination library using "magic" numbers | |
ii libmagickcore-6.q16-2:amd64 8:6.8.9.9-7ubuntu5.3 amd64 low-level image manipulation library -- quantum depth Q16 | |
ii libmagickcore-6.q16-2-extra:amd64 8:6.8.9.9-7ubuntu5.3 amd64 low-level image manipulation library - extra codecs (Q16) | |
ii libmagickwand-6.q16-2:amd64 8:6.8.9.9-7ubuntu5.3 amd64 image manipulation library | |
ii libmail-sendmail-perl 0.79.16-1 all Send email from a perl script | |
ii libmailtools-perl 2.13-1 all Manipulate email in perl programs | |
rc libmbim-glib0:amd64 1.6.0-2ubuntu0.1 amd64 Support library to use the MBIM protocol | |
ii libmbim-glib4:amd64 1.12.2-2ubuntu1 amd64 Support library to use the MBIM protocol | |
ii libmbim-proxy 1.12.2-2ubuntu1 amd64 Proxy to communicate with MBIM ports | |
ii libmeanwhile1:amd64 1.0.2-7 amd64 open implementation of the Lotus Sametime Community Client protocol | |
ii libmedia1 0.1.0+git20151016+6d424c9-0ubuntu7 amd64 Library to provide access to the Android Media HAL | |
ii libmediaart-2.0-0:amd64 1.9.0-2 amd64 media art extraction and cache management library | |
ii libmessaging-menu0:amd64 13.10.1+15.10.20150505-0ubuntu1 amd64 Messaging Menu - shared library | |
rc libmetacity-private0 1:2.34.1-1ubuntu11 amd64 library for the Metacity window manager | |
rc libmetacity-private0a 1:2.34.13-0ubuntu4.1 amd64 library for the Metacity window manager | |
ii libmetacity-private3a:amd64 1:3.18.7-0ubuntu0.2 amd64 library for the Metacity window manager | |
ii libmhash2:amd64 0.9.9.9-7 amd64 Library for cryptographic hashing and message authentication | |
ii libminiupnpc10:amd64 1.9.20140610-2ubuntu2 amd64 UPnP IGD client lightweight library | |
rc libminiupnpc8 1.6-3ubuntu2.14.04.2 amd64 UPnP IGD client lightweight library | |
ii libmirclient9:amd64 0.21.0+16.04.20160330-0ubuntu1 amd64 Display server for Ubuntu - client library | |
ii libmircommon5:amd64 0.21.0+16.04.20160330-0ubuntu1 amd64 Display server for Ubuntu - shared library | |
ii libmirprotobuf3:amd64 0.21.0+16.04.20160330-0ubuntu1 amd64 Display server for Ubuntu - RPC definitions | |
ii libmission-control-plugins0:amd64 1:5.16.3-1ubuntu6 amd64 management daemon for Telepathy (library for plugins) | |
ii libmm-glib0:amd64 1.4.12-1ubuntu1 amd64 D-Bus service for managing modems - shared libraries | |
rc libmng1:amd64 1.0.10-3 amd64 Multiple-image Network Graphics library | |
ii libmng2:amd64 2.0.2-0ubuntu3 amd64 Multiple-image Network Graphics library | |
ii libmnl0:amd64 1.0.3-5 amd64 minimalistic Netlink communication library | |
ii libmount1:amd64 2.27.1-6ubuntu3.1 amd64 device mounting library | |
rc libmpc2:amd64 0.9-4 amd64 multiple precision complex floating-point library | |
ii libmpc3:amd64 1.0.3-1 amd64 multiple precision complex floating-point library | |
ii libmpdec2:amd64 2.4.2-1 amd64 library for decimal floating point arithmetic (runtime library) | |
ii libmpfr4:amd64 3.1.4-1 amd64 multiple precision floating-point computation | |
ii libmpx0:amd64 5.4.0-6ubuntu1~16.04.4 amd64 Intel memory protection extensions (runtime) | |
rc libmspub-0.0-0 0.0.6-1ubuntu2 amd64 library for parsing the mspub file structure | |
ii libmspub-0.1-1:amd64 0.1.2-2ubuntu1 amd64 library for parsing the mspub file structure | |
ii libmtdev1:amd64 1.1.5-1ubuntu2 amd64 Multitouch Protocol Translation Library - shared library | |
ii libmtp-common 1.1.10-2ubuntu1 all Media Transfer Protocol (MTP) common files | |
ii libmtp-runtime 1.1.10-2ubuntu1 amd64 Media Transfer Protocol (MTP) runtime tools | |
ii libmtp9:amd64 1.1.10-2ubuntu1 amd64 Media Transfer Protocol (MTP) library | |
rc libmusicbrainz3-6 3.0.2-2.1 amd64 library to access the MusicBrainz.org database | |
ii libmwaw-0.3-3:amd64 0.3.7-1ubuntu2 amd64 import library for some old Mac text documents | |
ii libmythes-1.2-0:amd64 2:1.2.4-1ubuntu3 amd64 simple thesaurus library | |
ii libnatpmp1:amd64 20110808-4 amd64 portable and fully compliant implementation of NAT-PMP | |
ii libnautilus-extension1a:amd64 1:3.18.4.is.3.14.3-0ubuntu5 amd64 libraries for nautilus components - runtime version | |
ii libncurses5:amd64 6.0+20160213-1ubuntu1 amd64 shared libraries for terminal handling | |
ii libncursesw5:amd64 6.0+20160213-1ubuntu1 amd64 shared libraries for terminal handling (wide character support) | |
ii libndp0:amd64 1.4-2ubuntu0.16.04.1 amd64 Library for Neighbor Discovery Protocol | |
ii libneon27-gnutls:amd64 0.30.1-3build1 amd64 HTTP and WebDAV client library (GnuTLS enabled) | |
ii libnet-dbus-perl 1.1.0-3build1 amd64 Perl extension for the DBus bindings | |
ii libnet-dns-perl 0.81-2build1 amd64 Perform DNS queries from a Perl script | |
ii libnet-domain-tld-perl 1.73-1 all list of currently available Top-level Domains (TLDs) | |
ii libnet-http-perl 6.09-1 all module providing low-level HTTP connection client | |
ii libnet-ip-perl 1.26-1 all Perl extension for manipulating IPv4/IPv6 addresses | |
ii libnet-smtp-ssl-perl 1.03-1 all Perl module providing SSL support to Net::SMTP | |
ii libnet-ssleay-perl 1.72-1build1 amd64 Perl module for Secure Sockets Layer (SSL) | |
ii libnetcf1:amd64 1:0.2.8-1ubuntu1 amd64 cross-platform network configuration library (runtime library) | |
ii libnetfilter-conntrack3:amd64 1.0.5-1 amd64 Netfilter netlink-conntrack library | |
ii libnetpbm10 2:10.0-15.3 amd64 Graphics conversion tools shared libraries | |
rc libnettle4:amd64 2.7.1-1ubuntu0.1 amd64 low level cryptographic library (symmetric and one-way cryptos) | |
ii libnettle6:amd64 3.2-1 amd64 low level cryptographic library (symmetric and one-way cryptos) | |
ii libnetty-3.9-java 3.9.0.Final-1 all Java NIO client/server socket framework | |
ii libnewt0.52:amd64 0.52.18-1ubuntu2 amd64 Not Erik's Windowing Toolkit - text mode windowing with slang | |
ii libnfnetlink0:amd64 1.0.1-3 amd64 Netfilter netlink library | |
ii libnice10:amd64 0.1.13-0ubuntu2 amd64 ICE library (shared library) | |
ii libnih-dbus1:amd64 1.0.3-4.3ubuntu1 amd64 NIH D-Bus Bindings Library | |
ii libnih1:amd64 1.0.3-4.3ubuntu1 amd64 NIH Utility Library | |
ii libnl-3-200:amd64 3.2.27-1 amd64 library for dealing with netlink sockets | |
ii libnl-genl-3-200:amd64 3.2.27-1 amd64 library for dealing with netlink sockets - generic netlink | |
ii libnl-route-3-200:amd64 3.2.27-1 amd64 library for dealing with netlink sockets - route interface | |
ii libnm-glib-vpn1:amd64 1.2.2-0ubuntu0.16.04.3 amd64 network management framework (GLib VPN shared library) | |
ii libnm-glib4:amd64 1.2.2-0ubuntu0.16.04.3 amd64 network management framework (GLib shared library) | |
ii libnm-gtk-common 1.2.0-0ubuntu0.16.04.4 all library for wireless and mobile dialogs - common files | |
ii libnm-gtk0:amd64 1.2.0-0ubuntu0.16.04.4 amd64 library for wireless and mobile dialogs (libnm-glib version) | |
ii libnm-util2:amd64 1.2.2-0ubuntu0.16.04.3 amd64 network management framework (shared library) | |
ii libnm0:amd64 1.2.2-0ubuntu0.16.04.3 amd64 GObject-based client library for NetworkManager | |
ii libnma-common 1.2.0-0ubuntu0.16.04.4 all library for wireless and mobile dialogs - common files | |
ii libnma0:amd64 1.2.0-0ubuntu0.16.04.4 amd64 library for wireless and mobile dialogs (libnm version) | |
ii libnotify-bin 0.7.6-2svn1 amd64 sends desktop notifications to a notification daemon (Utilities) | |
ii libnotify4:amd64 0.7.6-2svn1 amd64 sends desktop notifications to a notification daemon | |
ii libnpth0:amd64 1.2-3 amd64 replacement for GNU Pth using system threads | |
ii libnspr4:amd64 2:4.12-0ubuntu0.16.04.1 amd64 NetScape Portable Runtime Library | |
ii libnss-mdns:amd64 0.10-7 amd64 NSS module for Multicast DNS name resolution | |
ii libnss3:amd64 2:3.23-0ubuntu0.16.04.1 amd64 Network Security Service libraries | |
ii libnss3-1d:amd64 2:3.23-0ubuntu0.16.04.1 amd64 Network Security Service libraries - transitional package | |
ii libnss3-nssdb 2:3.23-0ubuntu0.16.04.1 all Network Security Security libraries - shared databases | |
ii libnuma1:amd64 2.0.11-1ubuntu1 amd64 Libraries for controlling NUMA policy | |
rc libnux-2.0-0 2.14.1-0ubuntu1 amd64 Visual rendering toolkit for real-time applications - shared lib | |
ii libnux-4.0-0 4.0.8+16.04.20160705-0ubuntu1 amd64 Visual rendering toolkit for real-time applications - shared lib | |
ii libnux-4.0-common 4.0.8+16.04.20160705-0ubuntu1 all Visual rendering toolkit for real-time applications - common files | |
ii liboauth0:amd64 1.0.3-0ubuntu2 amd64 C library for implementing OAuth 1.0 | |
ii libodfgen-0.1-1 0.1.6-1ubuntu2 amd64 library to generate ODF documents | |
ii libogg0:amd64 1.3.2-1 amd64 Ogg bitstream library | |
rc liboil0.3:amd64 0.3.17-2ubuntu4 amd64 Library of Optimized Inner Loops | |
ii libopencc1:amd64 0.4.3-2build1 amd64 simplified-traditional chinese conversion library - runtime | |
ii libopenexr22:amd64 2.2.0-10ubuntu2 amd64 runtime files for the OpenEXR image library | |
rc libopenobex1 1.5-2.1 amd64 OBEX protocol library | |
ii libopenobex2 1.7.1-5ubuntu0.1 amd64 OBEX protocol library | |
rc libopenvg1-mesa:amd64 10.1.3-0ubuntu0.6 amd64 free implementation of the OpenVG API -- runtime | |
rc libopenvg1-mesa-lts-quantal:amd64 9.0.3-0ubuntu0.4~precise1 amd64 free implementation of the OpenVG API -- runtime | |
rc libopts25:amd64 1:5.18-2ubuntu2 amd64 automated option processing library based on autogen | |
ii libopus0:amd64 1.1.2-1ubuntu1 amd64 Opus codec runtime library | |
ii liborbit-2-0:amd64 1:2.14.19-1build1 amd64 high-performance CORBA implementation - common libraries | |
ii liborbit2:amd64 1:2.14.19-1build1 amd64 high-performance CORBA implementation - extra libraries | |
ii liborc-0.4-0:amd64 1:0.4.25-1 amd64 Library of Optimized Inner Loops Runtime Compiler | |
ii liborcus-0.10-0v5:amd64 0.9.2-4ubuntu2 amd64 library for processing spreadsheet documents | |
rc liborcus-0.6-0 0.5.1-7 amd64 library for processing spreadsheet documents | |
rc liboverlay-scrollbar-0.2-0 0.2.16-0ubuntu1.1 amd64 Scrollbar overlayed widget - shared lib | |
rc liboverlay-scrollbar3-0.2-0 0.2.16-0ubuntu1.1 amd64 Scrollbar overlayed widget - shared lib | |
ii liboxideqt-qmlplugin:amd64 1.18.5-0ubuntu0.16.04.1 amd64 Web browser engine for Qt (QML plugin) | |
ii liboxideqtcore0:amd64 1.18.5-0ubuntu0.16.04.1 amd64 Web browser engine for Qt (core library and components) | |
ii liboxideqtquick0:amd64 1.18.5-0ubuntu0.16.04.1 amd64 Web browser engine for Qt (QtQuick library) | |
ii libp11-kit-gnome-keyring:amd64 3.18.3-0ubuntu2 amd64 GNOME keyring module for the PKCS#11 module loading library | |
ii libp11-kit0:amd64 0.23.2-5~ubuntu16.04.1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime | |
rc libpackagekit-glib2-14 0.7.2-4ubuntu3 amd64 Library for accessing PackageKit using GLib | |
ii libpackagekit-glib2-16:amd64 0.8.17-4ubuntu6~gcc5.4ubuntu1.1 amd64 Library for accessing PackageKit using GLib | |
ii libpagemaker-0.0-0:amd64 0.0.3-1ubuntu1 amd64 Library for importing and converting PageMaker Documents | |
ii libpam-cap:amd64 1:2.24-12 amd64 POSIX 1003.1e capabilities (PAM module) | |
ii libpam-cgfs 2.0.4-0ubuntu1~ubuntu16.04.1 amd64 PAM module for managing cgroups for LXC | |
ii libpam-ck-connector:amd64 0.4.6-5 amd64 ConsoleKit PAM module | |
ii libpam-gnome-keyring:amd64 3.18.3-0ubuntu2 amd64 PAM module to unlock the GNOME keyring upon login | |
ii libpam-modules:amd64 1.1.8-3.2ubuntu2 amd64 Pluggable Authentication Modules for PAM | |
ii libpam-modules-bin 1.1.8-3.2ubuntu2 amd64 Pluggable Authentication Modules for PAM - helper binaries | |
ii libpam-runtime 1.1.8-3.2ubuntu2 all Runtime support for the PAM library | |
ii libpam-systemd:amd64 229-4ubuntu12 amd64 system and service manager - PAM module | |
ii libpam0g:amd64 1.1.8-3.2ubuntu2 amd64 Pluggable Authentication Modules library | |
ii libpango-1.0-0:amd64 1.38.1-1 amd64 Layout and rendering of internationalized text | |
ii libpango-perl 1.227-1 amd64 Perl module to layout and render international text | |
ii libpango1.0-0:amd64 1.38.1-1 amd64 Layout and rendering of internationalized text (transitional package) | |
ii libpangocairo-1.0-0:amd64 1.38.1-1 amd64 Layout and rendering of internationalized text | |
ii libpangoft2-1.0-0:amd64 1.38.1-1 amd64 Layout and rendering of internationalized text | |
rc libpangomm-1.4-1:amd64 2.34.0-1ubuntu1 amd64 C++ Wrapper for pango (shared libraries) | |
ii libpangomm-1.4-1v5:amd64 2.38.1-1 amd64 C++ Wrapper for pango (shared libraries) | |
ii libpangox-1.0-0:amd64 0.0.2-5 amd64 pango library X backend | |
ii libpangoxft-1.0-0:amd64 1.38.1-1 amd64 Layout and rendering of internationalized text | |
ii libpaper-utils 1.1.24+nmu4ubuntu1 amd64 library for handling paper characteristics (utilities) | |
ii libpaper1:amd64 1.1.24+nmu4ubuntu1 amd64 library for handling paper characteristics | |
ii libparse-debianchangelog-perl 1.2.0-1ubuntu1 all parse Debian changelogs and output them in other formats | |
rc libparted0debian1:amd64 2.3-19ubuntu1.14.04.1 amd64 disk partition manipulator - shared library | |
ii libparted2:amd64 3.2-15 amd64 disk partition manipulator - shared library | |
ii libpathplan4 2.38.0-12ubuntu2 amd64 rich set of graph drawing tools - pathplan library | |
ii libpcap0.8:amd64 1.7.4-2 amd64 system interface for user-level packet capture | |
ii libpci3:amd64 1:3.3.1-1.1ubuntu1 amd64 Linux PCI Utilities (shared library) | |
ii libpciaccess0:amd64 0.13.4-1 amd64 Generic PCI access library for X | |
ii libpcre16-3:amd64 2:8.38-3.1 amd64 Perl 5 Compatible Regular Expression Library - 16 bit runtime files | |
ii libpcre3:amd64 2:8.38-3.1 amd64 Perl 5 Compatible Regular Expression Library - runtime files | |
ii libpcsclite1:amd64 1.8.14-1ubuntu1 amd64 Middleware to access a smart card using PC/SC (library) | |
ii libpeas-1.0-0:amd64 1.16.0-1ubuntu2 amd64 Application plugin library | |
ii libpeas-1.0-0-python3loader 1.16.0-1ubuntu2 amd64 Application plugin library | |
ii libpeas-common 1.16.0-1ubuntu2 all Application plugin library (common files) | |
ii libperl5.22:amd64 5.22.1-9 amd64 shared Perl library | |
ii libperlio-gzip-perl 0.19-1build1 amd64 module providing a PerlIO layer to gzip/gunzip | |
ii libpipeline1:amd64 1.4.1-2 amd64 pipeline manipulation library | |
ii libpixman-1-0:amd64 0.33.6-1 amd64 pixel-manipulation library for X and cairo | |
rc libplist1:amd64 1.10-1 amd64 Library for handling Apple binary and XML property lists | |
ii libplist3:amd64 1.12-3.1 amd64 Library for handling Apple binary and XML property lists | |
rc libplymouth2:amd64 0.8.8-0ubuntu17.1 amd64 graphical boot animation and logger - shared libraries | |
ii libplymouth4:amd64 0.9.2-3ubuntu13.1 amd64 graphical boot animation and logger - shared libraries | |
ii libpng12-0:amd64 1.2.54-1ubuntu1 amd64 PNG library - runtime | |
rc libpocketsphinx1 0.8.0+real-0ubuntu6 amd64 lightweight speech recognition - library | |
rc libpod-latex-perl 0.61-2 all module to convert Pod data to formatted LaTeX | |
ii libpolkit-agent-1-0:amd64 0.105-14.1 amd64 PolicyKit Authentication Agent API | |
ii libpolkit-backend-1-0:amd64 0.105-14.1 amd64 PolicyKit backend API | |
ii libpolkit-gobject-1-0:amd64 0.105-14.1 amd64 PolicyKit Authorization API | |
ii libpoppler-glib8:amd64 0.41.0-0ubuntu1.1 amd64 PDF rendering library (GLib-based shared library) | |
rc libpoppler19:amd64 0.18.4-1ubuntu3.2 amd64 PDF rendering library | |
rc libpoppler44:amd64 0.24.5-2ubuntu4.4 amd64 PDF rendering library | |
ii libpoppler58:amd64 0.41.0-0ubuntu1.1 amd64 PDF rendering library | |
ii libpopt0:amd64 1.16-10 amd64 lib for parsing cmdline parameters | |
ii libportaudio2:amd64 19+svn20140130-1build1 amd64 Portable audio I/O - shared library | |
rc libprocps3:amd64 1:3.3.9-1ubuntu2.2 amd64 library for accessing process information from /proc | |
ii libprocps4:amd64 2:3.3.10-4ubuntu2.2 amd64 library for accessing process information from /proc | |
ii libprotobuf-lite9v5:amd64 2.6.1-1.3 amd64 protocol buffers C++ library (lite version) | |
rc libprotobuf7 2.4.1-1ubuntu2 amd64 protocol buffers C++ library | |
rc libprotobuf8:amd64 2.5.0-9ubuntu1 amd64 protocol buffers C++ library | |
ii libprotobuf9v5:amd64 2.6.1-1.3 amd64 protocol buffers C++ library | |
rc libprotoc7 2.4.1-1ubuntu2 amd64 protocol buffers compiler library | |
rc libprotoc8:amd64 2.5.0-9ubuntu1 amd64 protocol buffers compiler library | |
ii libprotoc9v5:amd64 2.6.1-1.3 amd64 protocol buffers compiler library | |
rc libproxy1:amd64 0.4.11-0ubuntu4 amd64 automatic proxy configuration management library (shared) | |
ii libproxy1-plugin-gsettings:amd64 0.4.11-5ubuntu1 amd64 automatic proxy configuration management library (GSettings plugin) | |
ii libproxy1-plugin-networkmanager:amd64 0.4.11-5ubuntu1 amd64 automatic proxy configuration management library (Network Manager plugin) | |
ii libproxy1v5:amd64 0.4.11-5ubuntu1 amd64 automatic proxy configuration management library (shared) | |
ii libpth20:amd64 2.0.7-20 amd64 GNU Portable Threads | |
ii libpulse-mainloop-glib0:amd64 1:8.0-0ubuntu3.1 amd64 PulseAudio client libraries (glib support) | |
ii libpulse0:amd64 1:8.0-0ubuntu3.1 amd64 PulseAudio client libraries | |
ii libpulsedsp:amd64 1:8.0-0ubuntu3.1 amd64 PulseAudio OSS pre-load library | |
ii libpurple-bin 1:2.10.12-0ubuntu5.1 all multi-protocol instant messaging library - extra utilities | |
ii libpurple0 1:2.10.12-0ubuntu5.1 amd64 multi-protocol instant messaging library | |
ii libpwquality-common 1.3.0-0ubuntu1 all library for password quality checking and generation (data files) | |
ii libpwquality1:amd64 1.3.0-0ubuntu1 amd64 library for password quality checking and generation | |
ii libpython-all-dev:amd64 2.7.11-1 amd64 package depending on all supported Python development packages | |
ii libpython-dev:amd64 2.7.11-1 amd64 header files and a static library for Python (default) | |
ii libpython-stdlib:amd64 2.7.11-1 amd64 interactive high-level object-oriented language (default python version) | |
ii libpython2.7:amd64 2.7.12-1ubuntu0~16.04.1 amd64 Shared Python runtime library (version 2.7) | |
ii libpython2.7-dev:amd64 2.7.12-1ubuntu0~16.04.1 amd64 Header files and a static library for Python (v2.7) | |
ii libpython2.7-minimal:amd64 2.7.12-1ubuntu0~16.04.1 amd64 Minimal subset of the Python language (version 2.7) | |
ii libpython2.7-stdlib:amd64 2.7.12-1ubuntu0~16.04.1 amd64 Interactive high-level object-oriented language (standard library, version 2.7) | |
ii libpython3-stdlib:amd64 3.5.1-3 amd64 interactive high-level object-oriented language (default python3 version) | |
rc libpython3.4:amd64 3.4.3-1ubuntu1~14.04.5 amd64 Shared Python runtime library (version 3.4) | |
rc libpython3.4-minimal:amd64 3.4.3-1ubuntu1~14.04.5 amd64 Minimal subset of the Python language (version 3.4) | |
ii libpython3.5:amd64 3.5.2-2ubuntu0~16.04.1 amd64 Shared Python runtime library (version 3.5) | |
ii libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.1 amd64 Minimal subset of the Python language (version 3.5) | |
ii libpython3.5-stdlib:amd64 3.5.2-2ubuntu0~16.04.1 amd64 Interactive high-level object-oriented language (standard library, version 3.5) | |
rc libpyzy-1.0-0 1.0.1-4 amd64 Chinese PinYin and Bopomofo conversion library | |
ii libpyzy-1.0-0v5 1.0.1-4.1 amd64 Chinese PinYin and Bopomofo conversion library | |
rc libqmi-glib0:amd64 1.4.0-1 amd64 Support library to use the Qualcomm MSM Interface (QMI) protocol | |
ii libqmi-glib1:amd64 1.12.6-1 amd64 Support library to use the Qualcomm MSM Interface (QMI) protocol | |
ii libqmi-proxy 1.12.6-1 amd64 Proxy to communicate with QMI ports | |
rc libqpdf13:amd64 5.1.1-1 amd64 runtime library for PDF transformation/inspection software | |
ii libqpdf17:amd64 6.0.0-2 amd64 runtime library for PDF transformation/inspection software | |
ii libqqwing2v5:amd64 1.3.4-1 amd64 tool for generating and solving Sudoku puzzles (library) | |
ii libqt4-dbus:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 D-Bus module | |
ii libqt4-declarative:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 Declarative module | |
ii libqt4-designer:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 designer module | |
ii libqt4-help:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 help module | |
ii libqt4-network:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 network module | |
ii libqt4-opengl:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 OpenGL module | |
ii libqt4-script:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 script module | |
ii libqt4-scripttools:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 script tools module | |
ii libqt4-sql:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 SQL module | |
ii libqt4-sql-sqlite:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 SQLite 3 database driver | |
ii libqt4-svg:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 SVG module | |
ii libqt4-test:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 test module | |
ii libqt4-xml:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 XML module | |
ii libqt4-xmlpatterns:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 XML patterns module | |
ii libqt5core5a:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 core module | |
ii libqt5dbus5:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 D-Bus module | |
ii libqt5feedback5:amd64 5.0~git20130529-0ubuntu13 amd64 Qt Feedback module | |
ii libqt5gui5:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 GUI module | |
ii libqt5multimedia5:amd64 5.5.1-4ubuntu2 amd64 Qt 5 Multimedia module | |
ii libqt5network5:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 network module | |
ii libqt5opengl5:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 OpenGL module | |
ii libqt5organizer5:amd64 5.0~git20140515~29475884-0ubuntu20 amd64 Qt PIM module, Organizer library | |
ii libqt5positioning5:amd64 5.5.1-3ubuntu1 amd64 Qt Positioning module | |
ii libqt5printsupport5:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 print support module | |
ii libqt5qml5:amd64 5.5.1-2ubuntu6 amd64 Qt 5 QML module | |
ii libqt5quick5:amd64 5.5.1-2ubuntu6 amd64 Qt 5 Quick library | |
ii libqt5quicktest5:amd64 5.5.1-2ubuntu6 amd64 Qt 5 Quick Test library | |
ii libqt5sql5:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 SQL module | |
ii libqt5sql5-sqlite:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 SQLite 3 database driver | |
ii libqt5svg5:amd64 5.5.1-2build1 amd64 Qt 5 SVG module | |
ii libqt5test5:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 test module | |
ii libqt5webkit5:amd64 5.5.1+dfsg-2ubuntu1 amd64 Web content engine library for Qt | |
ii libqt5widgets5:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 widgets module | |
ii libqt5xml5:amd64 5.5.1+dfsg-16ubuntu7.2 amd64 Qt 5 XML module | |
ii libqtassistantclient4:amd64 4.6.3-7 amd64 Qt Assistant client library (runtime) | |
ii libqtbamf1 0.2.4-0ubuntu2 amd64 Qt binding and QML plugin for bamf - shared library | |
ii libqtcore4:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 core module | |
ii libqtdbus4:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 D-Bus module library | |
ii libqtdee2 0.2.4-0ubuntu1 amd64 Qt binding and QML plugin for Dee - shared library | |
ii libqtgconf1 0.1-0ubuntu5 amd64 Qt binding and QML plugin for GConf - shared library | |
ii libqtgui4:amd64 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 GUI module | |
ii libqtwebkit-qmlwebkitplugin:amd64 2.3.2-0ubuntu11 amd64 Qt WebKit QML plugin | |
ii libqtwebkit4:amd64 2.3.2-0ubuntu11 amd64 Web content engine library for Qt | |
ii libquadmath0:amd64 5.4.0-6ubuntu1~16.04.4 amd64 GCC Quad-Precision Math Library | |
ii libquvi-scripts 0.4.21-2 all library for parsing video download links (Lua scripts) | |
ii libquvi7:amd64 0.4.1-3 amd64 library for parsing video download links (runtime libraries) | |
ii librados2 10.2.3-0ubuntu0.16.04.2 amd64 RADOS distributed object store client library | |
ii libraptor2-0:amd64 2.0.14-1 amd64 Raptor 2 RDF syntax library | |
ii librasqal3:amd64 0.9.32-1 amd64 Rasqal RDF query library | |
ii libraw1394-11:amd64 2.1.1-2 amd64 library for direct access to IEEE 1394 bus (aka FireWire) | |
ii libraw15:amd64 0.17.1-1 amd64 raw image decoder library | |
rc libraw5 0.14.4-0ubuntu2.2 amd64 raw image decoder library | |
rc libraw9:amd64 0.15.4-1 amd64 raw image decoder library | |
ii librbd1 10.2.3-0ubuntu0.16.04.2 amd64 RADOS block device client library | |
ii librdf0:amd64 1.0.17-1build1 amd64 Redland Resource Description Framework (RDF) library | |
ii libreadline5:amd64 5.2+dfsg-3build1 amd64 GNU readline and history libraries, run-time libraries | |
ii libreadline6:amd64 6.3-8ubuntu2 amd64 GNU readline and history libraries, run-time libraries | |
ii libreoffice-avmedia-backend-gstreamer 1:5.1.4-0ubuntu1 amd64 GStreamer backend for LibreOffice | |
ii libreoffice-base-core 1:5.1.4-0ubuntu1 amd64 office productivity suite -- shared library | |
ii libreoffice-calc 1:5.1.4-0ubuntu1 amd64 office productivity suite -- spreadsheet | |
ii libreoffice-common 1:5.1.4-0ubuntu1 all office productivity suite -- arch-independent files | |
ii libreoffice-core 1:5.1.4-0ubuntu1 amd64 office productivity suite -- arch-dependent files | |
ii libreoffice-draw 1:5.1.4-0ubuntu1 amd64 office productivity suite -- drawing | |
ii libreoffice-gnome 1:5.1.4-0ubuntu1 amd64 office productivity suite -- GNOME integration | |
ii libreoffice-gtk 1:5.1.4-0ubuntu1 amd64 office productivity suite -- GTK+ integration | |
ii libreoffice-help-en-us 1:5.1.4-0ubuntu1 all office productivity suite -- English_american help | |
ii libreoffice-impress 1:5.1.4-0ubuntu1 amd64 office productivity suite -- presentation | |
ii libreoffice-math 1:5.1.4-0ubuntu1 amd64 office productivity suite -- equation editor | |
ii libreoffice-ogltrans 1:5.1.4-0ubuntu1 amd64 LibreOffice Impress extension for slide transitions using OpenGL | |
ii libreoffice-pdfimport 1:5.1.4-0ubuntu1 amd64 PDF Import component for LibreOffice | |
ii libreoffice-style-breeze 1:5.1.4-0ubuntu1 all office productivity suite -- Breeze symbol style | |
ii libreoffice-style-galaxy 1:5.1.4-0ubuntu1 all office productivity suite -- Galaxy (Default) symbol style | |
ii libreoffice-style-human 1:5.1.4-0ubuntu1 all office productivity suite -- Human symbol style | |
ii libreoffice-style-tango 1:5.1.4-0ubuntu1 all office productivity suite -- Tango symbol style | |
ii libreoffice-writer 1:5.1.4-0ubuntu1 amd64 office productivity suite -- word processor | |
ii librest-0.7-0:amd64 0.7.93-1 amd64 REST service access library | |
ii librevenge-0.0-0:amd64 0.0.4-4ubuntu1 amd64 Base Library for writing document interface filters | |
rc librhythmbox-core5 2.96-0ubuntu4.3 amd64 support library for the rhythmbox music player | |
rc librhythmbox-core8 3.0.2-0ubuntu2 amd64 support library for the rhythmbox music player | |
ii librhythmbox-core9:amd64 3.3-1ubuntu7 amd64 support library for the rhythmbox music player | |
ii libroken18-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1 amd64 Heimdal Kerberos - roken support library | |
ii librsvg2-2:amd64 2.40.13-3 amd64 SAX-based renderer library for SVG files (runtime) | |
ii librsvg2-common:amd64 2.40.13-3 amd64 SAX-based renderer library for SVG files (extra runtime) | |
ii librsync1:amd64 0.9.7-10 amd64 rsync remote-delta algorithm library | |
rc librtmp0:amd64 2.4+20121230.gitdf6c518-1 amd64 toolkit for RTMP streams (shared library) | |
ii librtmp1:amd64 2.4+20151223.gitfa8646d-1build1 amd64 toolkit for RTMP streams (shared library) | |
rc libruby1.8 1.8.7.352-2ubuntu1.6 amd64 Libraries necessary to run Ruby 1.8 | |
rc libruby1.9.1 1.9.3.484-2ubuntu1.2 amd64 Libraries necessary to run Ruby 1.9.1 | |
ii libruby2.3:amd64 2.3.1-2~16.04 amd64 Libraries necessary to run Ruby 2.3 | |
ii libsamplerate0:amd64 0.1.8-8 amd64 Audio sample rate conversion library | |
ii libsane:amd64 1.0.25+git20150528-1ubuntu2 amd64 API library for scanners | |
ii libsane-common 1.0.25+git20150528-1ubuntu2 all API library for scanners -- documentation and support files | |
ii libsane-hpaio:amd64 3.16.3+repack0-1 amd64 HP SANE backend for multi-function peripherals | |
ii libsasl2-2:amd64 2.1.26.dfsg1-14build1 amd64 Cyrus SASL - authentication abstraction library | |
ii libsasl2-modules:amd64 2.1.26.dfsg1-14build1 amd64 Cyrus SASL - pluggable authentication modules | |
ii libsasl2-modules-db:amd64 2.1.26.dfsg1-14build1 amd64 Cyrus SASL - pluggable authentication modules (DB) | |
ii libsbc1:amd64 1.3-1 amd64 Sub Band CODEC library - runtime | |
rc libsdl-image1.2:amd64 1.2.12-5build2 amd64 Image loading library for Simple DirectMedia Layer 1.2, libraries | |
ii libsdl1.2debian:amd64 1.2.15+dfsg1-3 amd64 Simple DirectMedia Layer | |
ii libsdl2-2.0-0:amd64 2.0.4+dfsg1-2ubuntu2 amd64 Simple DirectMedia Layer | |
ii libsdl2-image-2.0-0:amd64 2.0.1+dfsg-2 amd64 Image loading library for Simple DirectMedia Layer 2, libraries | |
ii libseccomp2:amd64 2.2.3-3ubuntu3 amd64 high level interface to Linux seccomp filter | |
ii libsecret-1-0:amd64 0.18.4-1ubuntu2 amd64 Secret store | |
ii libsecret-common 0.18.4-1ubuntu2 all Secret store (common files) | |
ii libselinux1:amd64 2.4-3build2 amd64 SELinux runtime shared libraries | |
ii libsemanage-common 2.3-1build3 all Common files for SELinux policy management libraries | |
ii libsemanage1:amd64 2.3-1build3 amd64 SELinux policy management library | |
ii libsensors4:amd64 1:3.4.0-2 amd64 library to read temperature/voltage/fan sensors | |
ii libsepol1:amd64 2.4-2 amd64 SELinux library for manipulating binary security policies | |
ii libservlet2.5-java 6.0.45+dfsg-1 all Servlet 2.5 and JSP 2.1 Java API classes | |
ii libsgutils2-2 1.40-0ubuntu1 amd64 utilities for devices using the SCSI command set (shared libraries) | |
ii libshout3:amd64 2.3.1-3 amd64 MP3/Ogg Vorbis broadcast streaming library | |
rc libsigc++-2.0-0c2a:amd64 2.2.10-0.2ubuntu2 amd64 type-safe Signal Framework for C++ - runtime | |
ii libsigc++-2.0-0v5:amd64 2.6.2-1 amd64 type-safe Signal Framework for C++ - runtime | |
ii libsignon-extension1:amd64 8.58+16.04.20151106-0ubuntu1 amd64 Single Sign On framework | |
ii libsignon-glib1:amd64 1.13+16.04.20151209.1-0ubuntu1 amd64 library for signond | |
ii libsignon-plugins-common1:amd64 8.58+16.04.20151106-0ubuntu1 amd64 Single Sign On framework | |
ii libsignon-qt5-1:amd64 8.58+16.04.20151106-0ubuntu1 amd64 Single Sign On framework | |
ii libsigsegv2:amd64 2.10-4 amd64 Library for handling page faults in a portable way | |
ii libslang2:amd64 2.3.0-2ubuntu1 amd64 S-Lang programming library - runtime version | |
ii libslf4j-java 1.7.14-3 all Simple Logging Facade for Java | |
ii libslp1:amd64 1.2.1-11 amd64 OpenSLP shared library | |
ii libsm6:amd64 2:1.2.2-1 amd64 X11 Session Management library | |
ii libsmartcols1:amd64 2.27.1-6ubuntu3.1 amd64 smart column output alignment library | |
ii libsmbclient:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.1 amd64 shared library for communication with SMB/CIFS servers | |
ii libsmbios2v5 2.3.0-0ubuntu1.1 amd64 Provide access to (SM)BIOS information -- dynamic library | |
ii libsnapd-glib1:amd64 1.2-0ubuntu1.1~xenial amd64 GLib snapd library | |
ii libsndfile1:amd64 1.0.25-10 amd64 Library for reading/writing audio files | |
ii libsndio6.1:amd64 1.1.0-2 amd64 Small audio and MIDI framework from OpenBSD, runtime libraries | |
ii libsnmp-base 5.7.3+dfsg-1ubuntu4 all SNMP configuration script, MIBs and documentation | |
rc libsnmp15 5.4.3~dfsg-2.4ubuntu1.3 amd64 SNMP (Simple Network Management Protocol) library | |
ii libsnmp30:amd64 5.7.3+dfsg-1ubuntu4 amd64 SNMP (Simple Network Management Protocol) library | |
ii libsocket6-perl 0.25-1build2 amd64 Perl extensions for IPv6 | |
ii libsonic0:amd64 0.2.0-3 amd64 Simple library to speed up or slow down speech | |
ii libsoup-gnome2.4-1:amd64 2.52.2-1ubuntu0.1 amd64 HTTP library implementation in C -- GNOME support library | |
ii libsoup2.4-1:amd64 2.52.2-1ubuntu0.1 amd64 HTTP library implementation in C -- Shared library | |
ii libspectre1:amd64 0.2.7-3ubuntu2 amd64 Library for rendering PostScript documents | |
ii libspeechd2:amd64 0.8.3-1ubuntu3 amd64 Speech Dispatcher: Shared libraries | |
ii libspeex1:amd64 1.2~rc1.2-1ubuntu1 amd64 The Speex codec runtime library | |
ii libspeexdsp1:amd64 1.2~rc1.2-1ubuntu1 amd64 The Speex extended runtime library | |
rc libsphinxbase1 0.8-0ubuntu10 amd64 Sphinx base libraries | |
ii libsqlite3-0:amd64 3.11.0-1ubuntu1 amd64 SQLite 3 shared library | |
ii libss2:amd64 1.42.13-1ubuntu1 amd64 command-line interface parsing library | |
ii libssh-4:amd64 0.6.3-4.3 amd64 tiny C SSH library (OpenSSL flavor) | |
ii libssl1.0.0:amd64 1.0.2g-1ubuntu4.5 amd64 Secure Sockets Layer toolkit - shared libraries | |
ii libstartup-notification0:amd64 0.12-4build1 amd64 library for program launch feedback (shared library) | |
ii libstdc++-5-dev:amd64 5.4.0-6ubuntu1~16.04.4 amd64 GNU Standard C++ Library v3 (development files) | |
ii libstdc++6:amd64 5.4.0-6ubuntu1~16.04.4 amd64 GNU Standard C++ Library v3 | |
ii libsub-identify-perl 0.12-1build1 amd64 module to retrieve names of code references | |
ii libsub-name-perl 0.14-1build1 amd64 module for assigning a new name to referenced sub | |
ii libsuitesparseconfig4.4.6:amd64 1:4.4.6-1 amd64 configuration routines for all SuiteSparse modules | |
ii libswitch-perl 2.17-2 all switch statement for Perl | |
rc libsyncdaemon-1.0-1 3.0.2-0ubuntu2.2 amd64 Ubuntu One synchronization daemon library | |
ii libsys-hostname-long-perl 1.5-1 all Figure out the long (fully-qualified) hostname | |
ii libsysfs2:amd64 2.1.0+repack-4 amd64 interface library to sysfs | |
rc libsystemd-daemon0:amd64 204-5ubuntu20.19 amd64 systemd utility library | |
rc libsystemd-journal0:amd64 204-5ubuntu20.19 amd64 systemd journal utility library | |
rc libsystemd-login0:amd64 204-5ubuntu20.19 amd64 systemd login utility library | |
ii libsystemd0:amd64 229-4ubuntu12 amd64 systemd utility library | |
rc libt1-5 5.1.2-3.6ubuntu1 amd64 Type 1 font rasterizer library - runtime | |
rc libtag1-vanilla:amd64 1.9.1-2 amd64 audio meta-data library - vanilla flavour | |
ii libtag1v5:amd64 1.9.1-2.4ubuntu1 amd64 audio meta-data library | |
ii libtag1v5-vanilla:amd64 1.9.1-2.4ubuntu1 amd64 audio meta-data library - vanilla flavour | |
ii libtalloc2:amd64 2.1.5-2 amd64 hierarchical pool based memory allocator | |
rc libtasn1-3:amd64 2.10-1ubuntu1.5 amd64 Manage ASN.1 structures (runtime) | |
ii libtasn1-6:amd64 4.7-3ubuntu0.16.04.1 amd64 Manage ASN.1 structures (runtime) | |
ii libtcl8.6:amd64 8.6.5+dfsg-2 amd64 Tcl (the Tool Command Language) v8.6 - run-time library files | |
ii libtdb1:amd64 1.3.8-2 amd64 Trivial Database - shared library | |
rc libtelepathy-farstream2:amd64 0.4.0-3ubuntu2 amd64 Glue library between telepathy and farstream - 0.4 series | |
ii libtelepathy-farstream3:amd64 0.6.2-1build1 amd64 Glue library between telepathy and farstream | |
ii libtelepathy-glib0:amd64 0.24.1-1.1 amd64 Telepathy framework - GLib library | |
rc libtelepathy-logger2:amd64 0.4.0-0ubuntu1 amd64 Telepathy logger service - utility library | |
ii libtelepathy-logger3:amd64 0.8.2-1 amd64 Telepathy logger service - utility library | |
ii libtevent0:amd64 0.9.28-0ubuntu0.16.04.1 amd64 talloc-based event loop library - shared library | |
ii libtext-charwidth-perl 0.04-7build5 amd64 get display widths of characters on the terminal | |
ii libtext-iconv-perl 1.7-5build4 amd64 converts between character sets in Perl | |
ii libtext-levenshtein-perl 0.13-1 all implementation of the Levenshtein edit distance | |
ii libtext-wrapi18n-perl 0.06-7.1 all internationalized substitute of Text::Wrap | |
ii libthai-data 0.1.24-2 all Data files for Thai language support library | |
ii libthai0:amd64 0.1.24-2 amd64 Thai language support library | |
ii libtheora0:amd64 1.1.1+dfsg.1-8 amd64 Theora Video Compression Codec | |
rc libthumbnailer0:amd64 1.1+14.04.20150205-0ubuntu1 amd64 generate thumbnails from files | |
ii libtie-ixhash-perl 1.23-2 all Perl module to order associative arrays | |
rc libtiff4:amd64 3.9.5-2ubuntu1.9 amd64 Tag Image File Format (TIFF) library | |
ii libtiff5:amd64 4.0.6-1 amd64 Tag Image File Format (TIFF) library | |
ii libtimedate-perl 2.3000-2 all collection of modules to manipulate date/time information | |
ii libtimezonemap-data 0.4.5 all GTK+3 timezone map widget - data files | |
ii libtimezonemap1:amd64 0.4.5 amd64 GTK+3 timezone map widget | |
ii libtinfo5:amd64 6.0+20160213-1ubuntu1 amd64 shared low-level terminfo library for terminal handling | |
rc libtinyxml2.6.2:amd64 2.6.2-2 amd64 C++ XML parsing library | |
ii libtinyxml2.6.2v5:amd64 2.6.2-3 amd64 C++ XML parsing library | |
ii libtk8.6:amd64 8.6.5-1 amd64 Tk toolkit for Tcl and X11 v8.6 - run-time files | |
ii libtool 2.4.6-0.1 all Generic library support script | |
ii libtotem-plparser-common 3.10.6-1ubuntu1 all Totem Playlist Parser library - common files | |
rc libtotem-plparser17 3.4.1-1 amd64 Totem Playlist Parser library - runtime files | |
ii libtotem-plparser18:amd64 3.10.6-1ubuntu1 amd64 Totem Playlist Parser library - runtime files | |
ii libtotem0:amd64 3.18.1-1ubuntu4 amd64 Main library for the Totem media player | |
ii libtracker-sparql-1.0-0:amd64 1.6.2-0ubuntu1.1 amd64 metadata database, indexer and search tool - library | |
ii libtsan0:amd64 5.4.0-6ubuntu1~16.04.4 amd64 ThreadSanitizer -- a Valgrind-based detector of data races (runtime) | |
ii libtxc-dxtn-s2tc0:amd64 0~git20131104-1.1 amd64 Texture compression library for Mesa | |
rc libu1db-qt5-3:amd64 0.1.5+14.04.20140313-0ubuntu2 amd64 Qt5 binding for U1DB - shared library | |
ii libubsan0:amd64 5.4.0-6ubuntu1~16.04.4 amd64 UBSan -- undefined behaviour sanitizer (runtime) | |
ii libubuntugestures5:amd64 1.3.1918+16.04.20160404-0ubuntu1 amd64 Ubuntu gestures library for Ubuntu UI Toolkit | |
rc libubuntuoneui-3.0-1 3.0.1-0ubuntu1 amd64 Ubuntu One widget library | |
ii libubuntutoolkit5:amd64 1.3.1918+16.04.20160404-0ubuntu1 amd64 Ubuntu toolkit common library for Ubuntu UI Toolkit | |
rc libudev0:amd64 175-0ubuntu9.10 amd64 udev library | |
ii libudev1:amd64 229-4ubuntu12 amd64 libudev shared library | |
ii libudisks2-0:amd64 2.1.7-1ubuntu1 amd64 GObject based library to access udisks2 | |
ii libunique-3.0-0 3.0.2-2ubuntu1 amd64 Library for writing single instance applications - shared libraries | |
ii libunistring0:amd64 0.9.3-5.2ubuntu1 amd64 Unicode string library for C | |
ii libunity-action-qt1:amd64 1.1.0+14.04.20140304-0ubuntu2~gcc5.1 amd64 Unity Action Qt API | |
ii libunity-control-center1 15.04.0+16.04.20160705-0ubuntu1 amd64 utilities to configure the GNOME desktop | |
rc libunity-core-5.0-5 5.20.0-0ubuntu3 amd64 Core library for the Unity interface. | |
ii libunity-core-6.0-9:amd64 7.4.0+16.04.20160906-0ubuntu1 amd64 core library for the Unity interface | |
ii libunity-gtk2-parser0:amd64 0.0.0+15.04.20150118-0ubuntu2 amd64 GtkMenuShell to GMenuModel parser | |
ii libunity-gtk3-parser0:amd64 0.0.0+15.04.20150118-0ubuntu2 amd64 GtkMenuShell to GMenuModel parser | |
ii libunity-misc4 4.0.5+14.04.20140115-0ubuntu1 amd64 Miscellaneous functions for Unity - shared library | |
ii libunity-protocol-private0:amd64 7.1.4+16.04.20160701-0ubuntu1 amd64 binding to get places into the launcher - private library | |
ii libunity-scopes-json-def-desktop 7.1.4+16.04.20160701-0ubuntu1 all binding to get places into the launcher - desktop def file | |
ii libunity-settings-daemon1:amd64 15.04.1+16.04.20160701-0ubuntu1 amd64 Helper library for accessing settings | |
ii libunity-webapps0:amd64 2.5.0~+16.04.20160201-0ubuntu1 amd64 Web Apps integration with the Unity desktop | |
ii libunity9:amd64 7.1.4+16.04.20160701-0ubuntu1 amd64 binding to get places into the launcher - shared library | |
rc libunityvoice1:amd64 0.1+14.04.20140304-0ubuntu1 amd64 client library for Unity voice service | |
ii libunwind8 1.1-4.1 amd64 library to determine the call-chain of a program - runtime | |
rc libupower-glib1:amd64 0.9.23-2ubuntu1 amd64 abstraction for power management - shared library | |
ii libupower-glib3:amd64 0.99.4-2ubuntu0.3 amd64 abstraction for power management - shared library | |
ii liburi-perl 1.71-1 all module to manipulate and access URI strings | |
ii liburl-dispatcher1:amd64 0.1+16.04.20151110-0ubuntu2 amd64 library for sending requests to the url dispatcher | |
ii libusb-0.1-4:amd64 2:0.1.12-28 amd64 userspace USB programming library | |
ii libusb-1.0-0:amd64 2:1.0.20-1 amd64 userspace USB programming library | |
rc libusbmuxd1 1.0.7-2ubuntu0.1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library | |
rc libusbmuxd2 1.0.8-2ubuntu1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library | |
ii libusbmuxd4:amd64 1.0.10-2ubuntu0.1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library | |
ii libustr-1.0-1:amd64 1.0.4-5 amd64 Micro string library: shared library | |
ii libutempter0:amd64 1.1.6-3 amd64 privileged helper for utmp/wtmp updates (runtime) | |
rc libutouch-evemu1:amd64 1.0.9-0ubuntu1 amd64 KernelInput Event Device Emulation Library | |
rc libutouch-frame1 2.2.3-0ubuntu1 amd64 Touch Frame Library | |
rc libutouch-geis1:amd64 2.2.9-0ubuntu3 amd64 Gesture engine interface support | |
rc libutouch-grail1 3.0.5-0ubuntu1 amd64 Gesture Recognition And Instantiation Library | |
ii libuuid-perl 0.24-1build1 amd64 Perl extension for using UUID interfaces as defined in e2fsprogs | |
ii libuuid1:amd64 2.27.1-6ubuntu3.1 amd64 Universally Unique ID library | |
ii libv4l-0:amd64 1.10.0-1 amd64 Collection of video4linux support libraries | |
ii libv4lconvert0:amd64 1.10.0-1 amd64 Video4linux frame format conversion library | |
ii libvirt-bin 1.3.1-1ubuntu10.5 amd64 programs for the libvirt library | |
ii libvirt0:amd64 1.3.1-1ubuntu10.5 amd64 library for interfacing with different virtualization systems | |
rc libvisio-0.0-0 0.0.31-1ubuntu2 amd64 library for parsing the visio file structure | |
ii libvisio-0.1-1:amd64 0.1.5-1ubuntu1 amd64 library for parsing the visio file structure | |
ii libvisual-0.4-0:amd64 0.4.0-8 amd64 audio visualization framework | |
ii libvisual-0.4-plugins:amd64 1:0.4.0+dfsg1-8 amd64 audio visualization framework plugins | |
ii libvncclient1:amd64 0.9.10+dfsg-3build1 amd64 API to write one's own VNC server - client library | |
rc libvncserver0:amd64 0.9.9+dfsg-1ubuntu1.1 amd64 API to write one's own vnc server | |
ii libvncserver1:amd64 0.9.10+dfsg-3build1 amd64 API to write one's own VNC server | |
ii libvorbis0a:amd64 1.3.5-3 amd64 decoder library for Vorbis General Audio Compression Codec | |
ii libvorbisenc2:amd64 1.3.5-3 amd64 encoder library for Vorbis General Audio Compression Codec | |
ii libvorbisfile3:amd64 1.3.5-3 amd64 high-level API for Vorbis General Audio Compression Codec | |
rc libvpx1:amd64 1.3.0-2 amd64 VP8 video codec (shared library) | |
ii libvpx3:amd64 1.5.0-2ubuntu1 amd64 VP8 and VP9 video codec (shared library) | |
rc libvte-2.90-9 1:0.34.9-1ubuntu2 amd64 Terminal emulator widget for GTK+ 3.0 - runtime files | |
rc libvte-2.90-common 1:0.34.9-1ubuntu2 all Terminal emulator widget for GTK+ 3.0 - common files | |
ii libvte-2.91-0:amd64 0.42.5-1ubuntu1 amd64 Terminal emulator widget for GTK+ 3.0 - runtime files | |
ii libvte-2.91-common 0.42.5-1ubuntu1 all Terminal emulator widget for GTK+ 3.0 - common files | |
ii libwacom-bin 0.18-1 amd64 Wacom model feature query library -- binaries | |
ii libwacom-common 0.18-1 all Wacom model feature query library (common files) | |
ii libwacom2:amd64 0.18-1 amd64 Wacom model feature query library | |
ii libwavpack1:amd64 4.75.2-2 amd64 audio codec (lossy and lossless) - library | |
ii libwayland-client0:amd64 1.9.0-1 amd64 wayland compositor infrastructure - client library | |
ii libwayland-cursor0:amd64 1.9.0-1 amd64 wayland compositor infrastructure - cursor library | |
ii libwayland-egl1-mesa:amd64 11.2.0-1ubuntu2.2 amd64 implementation of the Wayland EGL platform -- runtime | |
rc libwayland-ltsq0:amd64 0.95.0-0ubuntu1~precise2 amd64 wayland compositor infrastructure - shared libraries | |
rc libwayland-ltst-client0:amd64 1.4.0-1ubuntu1~precise2 amd64 wayland compositor infrastructure - client library | |
rc libwayland-ltst-server0:amd64 1.4.0-1ubuntu1~precise2 amd64 wayland compositor infrastructure - server library | |
ii libwayland-server0:amd64 1.9.0-1 amd64 wayland compositor infrastructure - server library | |
ii libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.1 amd64 Samba winbind client library | |
ii libwebkit2gtk-4.0-37:amd64 2.12.5-0ubuntu0.16.04.1 amd64 Web content engine library for GTK+ | |
ii libwebkit2gtk-4.0-37-gtk2:amd64 2.12.5-0ubuntu0.16.04.1 amd64 Web content engine library for GTK+ - GTK+2 plugin process | |
ii libwebkitgtk-3.0-0:amd64 2.4.11-0ubuntu0.1 amd64 Web content engine library for GTK+ | |
ii libwebkitgtk-3.0-common 2.4.11-0ubuntu0.1 all Web content engine library for GTK+ - data files | |
ii libwebp5:amd64 0.4.4-1 amd64 Lossy compression of digital photographic images. | |
ii libwebpmux1:amd64 0.4.4-1 amd64 Lossy compression of digital photographic images. | |
ii libwebrtc-audio-processing-0:amd64 0.1-3ubuntu1~gcc5.1 amd64 AudioProcessing module from the WebRTC project. | |
ii libwhoopsie-preferences0 0.18 amd64 Ubuntu error tracker submission settings - shared library | |
ii libwhoopsie0:amd64 0.2.52.2 amd64 Ubuntu error tracker submission - shared library | |
ii libwind0-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1 amd64 Heimdal Kerberos - stringprep implementation | |
ii libwinpr-crt0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (crt library) | |
ii libwinpr-dsparse0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (dsparse library) | |
ii libwinpr-environment0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (environment library) | |
ii libwinpr-file0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (file library) | |
ii libwinpr-handle0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (handle library) | |
ii libwinpr-heap0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (heap library) | |
ii libwinpr-input0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (input library) | |
ii libwinpr-interlocked0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (interlocked library) | |
ii libwinpr-library0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (library) | |
ii libwinpr-path0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (path library) | |
ii libwinpr-pool0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (pool library) | |
ii libwinpr-registry0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (registry library) | |
ii libwinpr-rpc0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (RPC library) | |
ii libwinpr-sspi0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (sspi library) | |
ii libwinpr-synch0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (synch library) | |
ii libwinpr-sysinfo0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (sysinfo library) | |
ii libwinpr-thread0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (thread library) | |
ii libwinpr-utils0.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1 amd64 Windows Portable Runtime library (utils library) | |
ii libwmf0.2-7:amd64 0.2.8.4-10.5ubuntu1 amd64 Windows metafile conversion library | |
ii libwmf0.2-7-gtk 0.2.8.4-10.5ubuntu1 amd64 Windows metafile conversion library | |
ii libwnck-3-0:amd64 3.14.1-2 amd64 Window Navigator Construction Kit - runtime files | |
ii libwnck-3-common 3.14.1-2 all Window Navigator Construction Kit - common files | |
ii libwnck-common 1:2.30.7-5ubuntu1.1 all Window Navigator Construction Kit - common files | |
ii libwnck22:amd64 1:2.30.7-5ubuntu1.1 amd64 Window Navigator Construction Kit - runtime files | |
ii libwpd-0.10-10:amd64 0.10.1-1ubuntu1 amd64 Library for handling WordPerfect documents (shared library) | |
rc libwpd-0.9-9 0.9.9-1 amd64 Library for handling WordPerfect documents (shared library) | |
rc libwpg-0.2-2 0.2.2-1ubuntu1 amd64 WordPerfect graphics import/convert library (shared library) | |
ii libwpg-0.3-3:amd64 0.3.1-1ubuntu1 amd64 WordPerfect graphics import/convert library (shared library) | |
rc libwps-0.2-2 0.2.9-2ubuntu1 amd64 Works text file format import filter library (shared library) | |
ii libwps-0.4-4:amd64 0.4.3-1ubuntu1 amd64 Works text file format import filter library (shared library) | |
ii libwrap0:amd64 7.6.q-25 amd64 Wietse Venema's TCP wrappers library | |
ii libwww-perl 6.15-1 all simple and consistent interface to the world-wide web | |
ii libwww-robotrules-perl 6.01-1 all database of robots.txt-derived permissions | |
ii libx11-6:amd64 2:1.6.3-1ubuntu2 amd64 X11 client-side library | |
ii libx11-data 2:1.6.3-1ubuntu2 all X11 client-side library | |
ii libx11-protocol-perl 0.56-7 all Perl module for the X Window System Protocol, version 11 | |
ii libx11-xcb1:amd64 2:1.6.3-1ubuntu2 amd64 Xlib/XCB interface library | |
ii libx86-1:amd64 1.1+ds1-10 amd64 x86 real-mode library | |
ii libxapian-1.3-5:amd64 1.3.4-0ubuntu6 amd64 Search engine library | |
rc libxapian22 1.2.16-2ubuntu1 amd64 Search engine library | |
ii libxapian22v5:amd64 1.2.22-2 amd64 Search engine library | |
rc libxatracker1:amd64 8.0.4-0ubuntu0.3 amd64 X acceleration library -- runtime | |
rc libxatracker1-lts-quantal:amd64 9.0.3-0ubuntu0.4~precise1 amd64 X acceleration library -- runtime | |
ii libxatracker2:amd64 11.2.0-1ubuntu2.2 amd64 X acceleration library -- runtime | |
ii libxau6:amd64 1:1.0.8-1 amd64 X11 authorisation library | |
ii libxaw7:amd64 2:1.0.13-1 amd64 X11 Athena Widget library | |
ii libxcb-dri2-0:amd64 1.11.1-1ubuntu1 amd64 X C Binding, dri2 extension | |
ii libxcb-dri3-0:amd64 1.11.1-1ubuntu1 amd64 X C Binding, dri3 extension | |
ii libxcb-glx0:amd64 1.11.1-1ubuntu1 amd64 X C Binding, glx extension | |
ii libxcb-icccm4:amd64 0.4.1-1ubuntu1 amd64 utility libraries for X C Binding -- icccm | |
ii libxcb-image0:amd64 0.4.0-1build1 amd64 utility libraries for X C Binding -- image | |
ii libxcb-keysyms1:amd64 0.4.0-1 amd64 utility libraries for X C Binding -- keysyms | |
ii libxcb-present0:amd64 1.11.1-1ubuntu1 amd64 X C Binding, present extension | |
ii libxcb-randr0:amd64 1.11.1-1ubuntu1 amd64 X C Binding, randr extension | |
ii libxcb-render-util0:amd64 0.3.9-1 amd64 utility libraries for X C Binding -- render-util | |
ii libxcb-render0:amd64 1.11.1-1ubuntu1 amd64 X C Binding, render extension | |
ii libxcb-shape0:amd64 1.11.1-1ubuntu1 amd64 X C Binding, shape extension | |
ii libxcb-shm0:amd64 1.11.1-1ubuntu1 amd64 X C Binding, shm extension | |
ii libxcb-sync1:amd64 1.11.1-1ubuntu1 amd64 X C Binding, sync extension | |
rc libxcb-util0:amd64 0.3.8-2ubuntu1 amd64 utility libraries for X C Binding -- atom, aux and event | |
ii libxcb-util1:amd64 0.4.0-0ubuntu3 amd64 utility libraries for X C Binding -- atom, aux and event | |
ii libxcb-xfixes0:amd64 1.11.1-1ubuntu1 amd64 X C Binding, xfixes extension | |
ii libxcb-xkb1:amd64 1.11.1-1ubuntu1 amd64 X C Binding, XKEYBOARD extension | |
ii libxcb1:amd64 1.11.1-1ubuntu1 amd64 X C Binding | |
ii libxcomposite1:amd64 1:0.4.4-1 amd64 X11 Composite extension library | |
ii libxcursor1:amd64 1:1.1.14-1 amd64 X cursor management library | |
ii libxdamage1:amd64 1:1.1.4-2 amd64 X11 damaged region extension library | |
ii libxdmcp6:amd64 1:1.1.2-1.1 amd64 X11 Display Manager Control Protocol library | |
rc libxdo2 1:2.20110530.1-3ubuntu1 amd64 library for simulating X11 keyboard/mouse input | |
ii libxdo3:amd64 1:3.20150503.1-2 amd64 library for simulating (generating) X11 keyboard/mouse input events | |
rc libxen-4.4 4.4.2-0ubuntu0.14.04.7 amd64 Public libs for Xen | |
ii libxen-4.6:amd64 4.6.0-1ubuntu4.2 amd64 Public libs for Xen | |
ii libxenstore3.0:amd64 4.6.0-1ubuntu4.2 amd64 Xenstore communications library for Xen | |
ii libxerces2-java 2.11.0-7 all Validating XML parser for Java with DOM level 3 support | |
ii libxext6:amd64 2:1.3.3-1 amd64 X11 miscellaneous extension library | |
ii libxfixes3:amd64 1:5.0.1-2 amd64 X11 miscellaneous 'fixes' extension library | |
ii libxfont1:amd64 1:1.5.1-1 amd64 X11 font rasterisation library | |
ii libxft2:amd64 2.3.2-1 amd64 FreeType-based font drawing library for X | |
ii libxi6:amd64 2:1.7.6-1 amd64 X11 Input extension library | |
ii libxinerama1:amd64 2:1.1.3-1 amd64 X11 Xinerama extension library | |
ii libxkbcommon-x11-0:amd64 0.5.0-1ubuntu2 amd64 library to create keymaps with the XKB X11 protocol | |
ii libxkbcommon0:amd64 0.5.0-1ubuntu2 amd64 library interface to the XKB compiler - shared library | |
ii libxkbfile1:amd64 1:1.0.9-0ubuntu1 amd64 X11 keyboard file manipulation library | |
ii libxklavier16:amd64 5.4-0ubuntu2 amd64 X Keyboard Extension high-level API | |
ii libxml-commons-external-java 1.4.01-2build1 all XML Commons external code - DOM, SAX, and JAXP, etc | |
ii libxml-commons-resolver1.1-java 1.2-7build1 all XML entity and URI resolver library | |
ii libxml-parser-perl 2.44-1build1 amd64 Perl module for parsing XML files | |
ii libxml-twig-perl 1:3.48-1 all Perl module for processing huge XML documents in tree mode | |
ii libxml-xpathengine-perl 0.13-1 all re-usable XPath engine for DOM-like trees | |
ii libxml2:amd64 2.9.3+dfsg1-1ubuntu0.1 amd64 GNOME XML library | |
ii libxml2-utils 2.9.3+dfsg1-1ubuntu0.1 amd64 XML utilities | |
ii libxmu6:amd64 2:1.1.2-2 amd64 X11 miscellaneous utility library | |
ii libxmuu1:amd64 2:1.1.2-2 amd64 X11 miscellaneous micro-utility library | |
rc libxp6:amd64 1:1.0.2-1ubuntu1 amd64 X Printing Extension (Xprint) client library | |
ii libxpm4:amd64 1:3.5.11-1 amd64 X11 pixmap library | |
rc libxrandr-ltsq2:amd64 2:1.4.0-1~precise2 amd64 X11 RandR extension library | |
rc libxrandr-ltst2:amd64 2:1.4.2-1~precise1 amd64 X11 RandR extension library | |
ii libxrandr2:amd64 2:1.5.0-1 amd64 X11 RandR extension library | |
ii libxrender1:amd64 1:0.9.9-0ubuntu1 amd64 X Rendering Extension client library | |
ii libxres1:amd64 2:1.0.7-1 amd64 X11 Resource extension library | |
ii libxshmfence1:amd64 1.2-1 amd64 X shared memory fences - shared library | |
ii libxslt1.1:amd64 1.1.28-2.1 amd64 XSLT 1.0 processing library - runtime library | |
ii libxss1:amd64 1:1.2.2-1 amd64 X11 Screen Saver extension library | |
ii libxt6:amd64 1:1.1.5-0ubuntu1 amd64 X11 toolkit intrinsics library | |
rc libxtables10 1.4.21-1ubuntu1 amd64 netfilter xtables library | |
ii libxtables11:amd64 1.6.0-2ubuntu3 amd64 netfilter xtables library | |
ii libxtst6:amd64 2:1.2.2-1 amd64 X11 Testing -- Record extension library | |
ii libxv1:amd64 2:1.0.10-1 amd64 X11 Video extension library | |
ii libxvmc1:amd64 2:1.0.9-1ubuntu1 amd64 X11 Video extension library | |
ii libxxf86dga1:amd64 2:1.1.4-1 amd64 X11 Direct Graphics Access extension library | |
ii libxxf86vm1:amd64 1:1.1.4-1 amd64 X11 XFree86 video mode extension library | |
rc libyajl1 1.0.12-2 amd64 Yet Another JSON Library | |
ii libyajl2:amd64 2.1.0-2 amd64 Yet Another JSON Library | |
ii libyaml-0-2:amd64 0.1.6-3 amd64 Fast YAML 1.1 parser and emitter library | |
ii libyaml-libyaml-perl 0.41-6build1 amd64 Perl interface to libyaml, a YAML implementation | |
ii libyaml-tiny-perl 1.69-1 all Perl module for reading and writing YAML files | |
ii libyelp0:amd64 3.18.1-1ubuntu4 amd64 Library for the GNOME help browser | |
ii libzeitgeist-1.0-1:amd64 0.3.18-1ubuntu3 amd64 library to access Zeitgeist - shared library | |
ii libzeitgeist-2.0-0:amd64 0.9.16-0ubuntu4 amd64 library to access Zeitgeist - shared library | |
ii libzephyr4:amd64 3.1.2-1build1 amd64 Project Athena's notification service - non-Kerberos libraries | |
ii libzookeeper-java 3.4.8-1 all Core Java libraries for zookeeper | |
ii libzookeeper-java-doc 3.4.8-1 all API Documentation for zookeeper | |
ii libzookeeper-mt2:amd64 3.4.8-1 amd64 Multi threaded C bindings for zookeeper | |
ii light-themes 14.04+16.04.20161024-0ubuntu1 all Light Themes (Ambiance and Radiance) | |
ii lightdm 1.18.3-0ubuntu1 amd64 Display Manager | |
ii lintian 2.5.43 all Debian package checker | |
ii linux-base 4.0ubuntu1 all Linux image base package | |
ii linux-firmware 1.157.5 all Firmware for Linux kernel drivers | |
ii linux-generic 4.4.0.51.54 amd64 Complete Generic Linux kernel and headers | |
ii linux-headers-3.5.0-61 3.5.0-61.90 all Header files related to Linux kernel version 3.5.0 | |
ii linux-headers-3.5.0-61-generic 3.5.0-61.90 amd64 Linux kernel headers for version 3.5.0 on 64 bit x86 SMP | |
ii linux-headers-4.4.0-51 4.4.0-51.72 all Header files related to Linux kernel version 4.4.0 | |
ii linux-headers-4.4.0-51-generic 4.4.0-51.72 amd64 Linux kernel headers for version 4.4.0 on 64 bit x86 SMP | |
ii linux-headers-generic 4.4.0.51.54 amd64 Generic Linux kernel headers | |
ii linux-image-3.13.0-103-generic 3.13.0-103.150 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP | |
rc linux-image-3.5.0-41-generic 3.5.0-41.64somerville8 amd64 Linux kernel image for version 3.5.0 on 64 bit x86 SMP | |
ii linux-image-3.5.0-61-generic 3.5.0-61.90 amd64 Linux kernel image for version 3.5.0 on 64 bit x86 SMP | |
ii linux-image-4.4.0-51-generic 4.4.0-51.72 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP | |
ii linux-image-extra-3.13.0-103-generic 3.13.0-103.150 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP | |
ii linux-image-extra-4.4.0-51-generic 4.4.0-51.72 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP | |
ii linux-image-generic 4.4.0.51.54 amd64 Generic Linux kernel image | |
ii linux-libc-dev:amd64 4.4.0-51.72 amd64 Linux Kernel Headers for development | |
ii linux-sound-base 1.0.25+dfsg-0ubuntu5 all base package for ALSA and OSS sound systems | |
ii locales 2.23-0ubuntu4 all GNU C Library: National Language (locale) data [support] | |
ii lockfile-progs 0.1.17 amd64 Programs for locking and unlocking files and mailboxes | |
ii login 1:4.2-3.1ubuntu5 amd64 system login tools | |
ii logrotate 3.8.7-2ubuntu2 amd64 Log rotation utility | |
ii lp-solve 5.5.0.13-7build2 amd64 Solve (mixed integer) linear programming problems | |
ii lsb-base 9.20160110ubuntu0.2 all Linux Standard Base init script functionality | |
ii lsb-release 9.20160110ubuntu0.2 all Linux Standard Base version reporting utility | |
ii lshw 02.17-1.1ubuntu3.2 amd64 information about hardware configuration | |
ii lsof 4.89+dfsg-0.1 amd64 Utility to list open files | |
ii ltrace 0.7.3-5.1ubuntu4 amd64 Tracks runtime library calls in dynamically linked programs | |
ii lua-lpeg:amd64 0.12.2-1 amd64 LPeg library for the Lua language | |
ii lxc 2.0.5-0ubuntu1~ubuntu16.04.3 all Transitional package for lxc1 | |
ii lxc-common 2.0.5-0ubuntu1~ubuntu16.04.3 amd64 Linux Containers userspace tools (common tools) | |
ii lxc-templates 2.0.5-0ubuntu1~ubuntu16.04.3 amd64 Linux Containers userspace tools (templates) | |
ii lxc1 2.0.5-0ubuntu1~ubuntu16.04.3 amd64 Linux Containers userspace tools | |
ii lxcfs 2.0.4-0ubuntu1~ubuntu16.04.1 amd64 FUSE based filesystem for LXC | |
ii lxd 2.0.8-0ubuntu1~ubuntu16.04.1 amd64 Container hypervisor based on LXC - daemon | |
ii lxd-client 2.0.8-0ubuntu1~ubuntu16.04.1 amd64 Container hypervisor based on LXC - client | |
ii m4 1.4.17-5 amd64 macro processing language | |
ii mahjongg 1:3.18.0-1 all classic Eastern tile game for GNOME (transitional package) | |
ii make 4.1-6 amd64 utility for directing compilation | |
ii makedev 2.3.1-93ubuntu1 all creates device files in /dev | |
ii man-db 2.7.5-1 amd64 on-line manual pager | |
ii manage-distro-upgrade 2.8 all Disable upgrade for OEM. | |
ii manage-estar-settings 1.0 all Energy Star related settings | |
ii manage-hibernate 1.3 all Configures the hibernate behavior | |
ii manpages 4.04-2 all Manual pages about using a GNU/Linux system | |
ii manpages-dev 4.04-2 all Manual pages about using GNU/Linux for development | |
ii mawk 1.3.3-17ubuntu2 amd64 a pattern scanning and text processing language | |
ii mcp-account-manager-uoa 3.12.11-0ubuntu3 amd64 GNOME multi-protocol chat and call client (UOA plugin) | |
ii media-player-info 22-2 all Media player identification files | |
ii memtest86+ 5.01-3ubuntu2 amd64 thorough real-mode memory tester | |
ii metacity 1:3.18.7-0ubuntu0.2 amd64 lightweight GTK+ window manager | |
ii metacity-common 1:3.18.7-0ubuntu0.2 all shared files for the Metacity window manager | |
ii mime-support 3.59ubuntu1 all MIME files 'mime.types' & 'mailcap', and support programs | |
ii mlocate 0.26-1ubuntu2 amd64 quickly find files on the filesystem based on their name | |
ii mobile-broadband-provider-info 20140317-1 all database of mobile broadband service providers | |
ii modemmanager 1.4.12-1ubuntu1 amd64 D-Bus service for managing modems | |
ii module-init-tools 22-1ubuntu4 all transitional dummy package (module-init-tools to kmod) | |
ii mount 2.27.1-6ubuntu3.1 amd64 tools for mounting and manipulating filesystems | |
ii mountall 2.54ubuntu1 amd64 filesystem mounting tool | |
ii mousetweaks 3.12.0-1ubuntu2 amd64 mouse accessibility enhancements for the GNOME desktop | |
ii mscompress 0.4-3 amd64 Microsoft "compress.exe/expand.exe" compatible (de)compressor | |
ii mtools 4.0.18-2ubuntu0.16.04 amd64 Tools for manipulating MSDOS files | |
ii mtr-tiny 0.86-1ubuntu0.1 amd64 Full screen ncurses traceroute tool | |
ii multiarch-support 2.23-0ubuntu4 amd64 Transitional package to ensure multiarch compatibility | |
ii myspell-en-au 2.1-5.4 all English_australian dictionary for myspell | |
ii myspell-en-gb 1:5.1.0-1ubuntu2.2 all English (GB) dictionary for hunspell - dummy transitional package | |
ii myspell-en-za 1:5.1.0-1ubuntu2.2 all English (ZA) dictionary for hunspell - dummy transitional package | |
ii mythes-en-us 1:5.1.0-1ubuntu2.2 all English (USA) Thesaurus for LibreOffice | |
ii nano 2.5.3-2 amd64 small, friendly text editor inspired by Pico | |
ii nautilus 1:3.18.4.is.3.14.3-0ubuntu5 amd64 file manager and graphical shell for GNOME | |
ii nautilus-data 1:3.18.4.is.3.14.3-0ubuntu5 all data files for nautilus | |
ii nautilus-sendto 3.8.2-1ubuntu1 amd64 integrates Evolution and Pidgin into the Nautilus file manager | |
ii nautilus-share 0.7.3-2ubuntu1 amd64 Nautilus extension to share folder using Samba | |
ii ncurses-base 6.0+20160213-1ubuntu1 all basic terminal type definitions | |
ii ncurses-bin 6.0+20160213-1ubuntu1 amd64 terminal-related programs and man pages | |
ii ndiff 7.01-2ubuntu2 all The Network Mapper - result compare utility | |
ii net-tools 1.60-26ubuntu1 amd64 NET-3 networking toolkit | |
ii netbase 5.3 all Basic TCP/IP networking system | |
ii netcat-openbsd 1.105-7ubuntu1 amd64 TCP/IP swiss army knife | |
ii netpbm 2:10.0-15.3 amd64 Graphics conversion tools between image formats | |
ii network-manager 1.2.2-0ubuntu0.16.04.3 amd64 network management framework (daemon and userspace tools) | |
ii network-manager-gnome 1.2.0-0ubuntu0.16.04.4 amd64 network management framework (GNOME frontend) | |
ii network-manager-pptp 1.1.93-1ubuntu1 amd64 network management framework (PPTP plugin core) | |
ii network-manager-pptp-gnome 1.1.93-1ubuntu1 amd64 network management framework (PPTP plugin GNOME GUI) | |
ii nmap 7.01-2ubuntu2 amd64 The Network Mapper | |
ii notify-osd 0.9.35+16.04.20160415-0ubuntu1 amd64 daemon that displays passive pop-up notifications | |
ii notify-osd-icons 0.8+15.10.20151016.2-0ubuntu1 all Notify-OSD icons | |
ii ntfs-3g 1:2015.3.14AR.1-1build1 amd64 read/write NTFS driver for FUSE | |
ii ntpdate 1:4.2.8p4+dfsg-3ubuntu5.3 amd64 client for setting system time from NTP servers | |
ii nux-tools 4.0.8+16.04.20160705-0ubuntu1 amd64 Visual rendering toolkit for real-time applications - tools | |
ii nvidia-common 1:0.4.17.2 amd64 transitional package for ubuntu-drivers-common | |
ii obex-data-server 0.4.6-0ubuntu4 amd64 D-Bus service for OBEX client and server side functionality | |
ii oem-audio-hda-daily-dkms 0.201409230816~ubuntu14.04.1 all HDA driver in DKMS format. | |
ii oem-audio-hda-daily-lts-quantal-dkms 0.201308192259~precise1 all HDA driver in DKMS format. | |
rc oem-config 2.10.24watauga1somerville1 all Perform end-user configuration after initial OEM installation | |
rc oem-config-gtk 2.10.24watauga1somerville1 all GTK+ frontend for end-user post-OEM-install configuration | |
ii oem-pulseaudio-alsamixer-control-files 0.2 all Pulseaudio alsamixer control files | |
ii oem-touchpad-alps-synaptics-dkms 0.5wataugafour1 all oem-touchpad-alps-synaptics driver in DKMS format. | |
ii onboard 1.2.0-0ubuntu5 amd64 Simple On-screen Keyboard | |
ii onboard-data 1.2.0-0ubuntu5 all Language model files for the word suggestion feature of Onboard | |
ii oneconf 0.3.9 all synchronize your configuration data over the network | |
ii oneconf-common 0.3.9 all synchronize your configuration data over the network | |
rc oobe-dim-disable 1.0 all Disables screen dimming. | |
rc openjdk-6-jre-headless:amd64 6b40-1.13.12-0ubuntu0.14.04.2 amd64 OpenJDK Java runtime, using Hotspot JIT (headless) | |
ii openjdk-8-jre:amd64 8u111-b14-2ubuntu0.16.04.2 amd64 OpenJDK Java runtime, using Hotspot JIT | |
ii openjdk-8-jre-headless:amd64 8u111-b14-2ubuntu0.16.04.2 amd64 OpenJDK Java runtime, using Hotspot JIT (headless) | |
ii openjdk-9-jre-headless:amd64 9~b114-0ubuntu1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless) | |
ii openoffice.org-hyphenation 0.9 all Hyphenation patterns for OpenOffice.org | |
ii openprinting-ppds 20160212-0ubuntu1 all OpenPrinting printer support - PostScript PPD files | |
ii openssh-client 1:7.2p2-4ubuntu2.1 amd64 secure shell (SSH) client, for secure access to remote machines | |
ii openssl 1.0.2g-1ubuntu4.5 amd64 Secure Sockets Layer toolkit - cryptographic utility | |
ii os-prober 1.70ubuntu3 amd64 utility to detect other OSes on a set of drives | |
ii overlay-scrollbar 0.2.17.1+16.04.20151117-0ubuntu1 all Scrollbar overlay - configuration | |
ii overlay-scrollbar-gtk2:amd64 0.2.17.1+16.04.20151117-0ubuntu1 amd64 GTK 2 module for overlay scrollbars | |
rc overlay-scrollbar-gtk3:amd64 0.2.16+r359+14.04.20131129-0ubuntu1 amd64 GTK 3 module for overlay scrollbars | |
ii oxideqt-codecs:amd64 1.18.5-0ubuntu0.16.04.1 amd64 Web browser engine for Qt (codecs) | |
ii p11-kit 0.23.2-5~ubuntu16.04.1 amd64 p11-glue utilities | |
ii p11-kit-modules:amd64 0.23.2-5~ubuntu16.04.1 amd64 p11-glue proxy and trust modules | |
ii parted 3.2-15 amd64 disk partition manipulator | |
ii passwd 1:4.2-3.1ubuntu5 amd64 change and administer password and group data | |
ii patch 2.7.5-1 amd64 Apply a diff file to an original | |
ii patchutils 0.3.4-1 amd64 Utilities to work with patches | |
ii pciutils 1:3.3.1-1.1ubuntu1 amd64 Linux PCI Utilities | |
ii pcmciautils 018-8 amd64 PCMCIA utilities for Linux 2.6 | |
ii perl 5.22.1-9 amd64 Larry Wall's Practical Extraction and Report Language | |
ii perl-base 5.22.1-9 amd64 minimal Perl system | |
rc perl-modules 5.18.2-2ubuntu1.1 all Core Perl modules | |
ii perl-modules-5.22 5.22.1-9 all Core Perl modules | |
ii pidgin-data 1:2.10.12-0ubuntu5.1 all multi-protocol instant messaging client - data files | |
ii pinentry-curses 0.9.7-3 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG | |
ii pinentry-gnome3 0.9.7-3 amd64 GNOME 3 PIN or pass-phrase entry dialog for GnuPG | |
ii pkg-config 0.29.1-0ubuntu1 amd64 manage compile and link flags for libraries | |
ii plainbox-provider-checkbox 0.25-1 amd64 CheckBox provider for PlainBox | |
ii plainbox-provider-resource-generic 0.23-1 amd64 CheckBox generic resource jobs provider | |
ii plainbox-secure-policy 0.25-1 all policykit policy required to use plainbox (secure version) | |
ii plymouth 0.9.2-3ubuntu13.1 amd64 boot animation, logger and I/O multiplexer | |
ii plymouth-label 0.9.2-3ubuntu13.1 amd64 boot animation, logger and I/O multiplexer - label control | |
ii plymouth-theme-ubuntu-logo 0.9.2-3ubuntu13.1 amd64 boot animation, logger and I/O multiplexer - ubuntu theme | |
ii plymouth-theme-ubuntu-text 0.9.2-3ubuntu13.1 amd64 boot animation, logger and I/O multiplexer - ubuntu text theme | |
ii pm-utils 1.4.1-16 all utilities and scripts for power management | |
ii po-debconf 1.0.19 all tool for managing templates file translations with gettext | |
ii policykit-1 0.105-14.1 amd64 framework for managing administrative policies and privileges | |
ii policykit-1-gnome 0.105-2ubuntu2 amd64 GNOME authentication agent for PolicyKit-1 | |
ii policykit-desktop-privileges 0.20 all run common desktop actions without password | |
ii poppler-data 0.4.7-7 all encoding data for the poppler PDF rendering library | |
ii poppler-utils 0.41.0-0ubuntu1.1 amd64 PDF utilities (based on Poppler) | |
ii popularity-contest 1.64ubuntu2 all Vote for your favourite packages automatically | |
ii powermgmt-base 1.31+nmu1 all Common utils and configs for power management | |
ii ppp 2.4.7-1+2ubuntu1 amd64 Point-to-Point Protocol (PPP) - daemon | |
ii pppconfig 2.3.22 all Text menu based utility for configuring ppp | |
ii pppoeconf 1.21ubuntu1 all configures PPPoE/ADSL connections | |
ii pptp-linux 1.8.0-1 amd64 Point-to-Point Tunneling Protocol (PPTP) Client | |
ii printer-driver-brlaser 3-5~ubuntu1 amd64 printer driver for (some) Brother laser printers | |
ii printer-driver-c2esp 27-2 amd64 printer driver for Kodak ESP AiO color inkjet Series | |
ii printer-driver-foo2zjs 20151024dfsg0-1ubuntu1 amd64 printer driver for ZjStream-based printers | |
ii printer-driver-foo2zjs-common 20151024dfsg0-1ubuntu1 all printer driver for ZjStream-based printers - common files | |
ii printer-driver-gutenprint 5.2.11-1 amd64 printer drivers for CUPS | |
ii printer-driver-hpcups 3.16.3+repack0-1 amd64 HP Linux Printing and Imaging - CUPS Raster driver (hpcups) | |
ii printer-driver-hpijs 3.16.3+repack0-1 amd64 HP Linux Printing and Imaging - printer driver (hpijs) | |
ii printer-driver-min12xxw 0.0.9-9 amd64 printer driver for KonicaMinolta PagePro 1[234]xxW | |
ii printer-driver-pnm2ppa 1.13+nondbs-0ubuntu5 amd64 printer driver for HP-GDI printers | |
ii printer-driver-postscript-hp 3.16.3+repack0-1 all HP Printers PostScript Descriptions | |
ii printer-driver-ptouch 1.4-1 amd64 printer driver Brother P-touch label printers | |
ii printer-driver-pxljr 1.4+repack0-4 amd64 printer driver for HP Color LaserJet 35xx/36xx | |
ii printer-driver-sag-gdi 0.1-4ubuntu1 all printer driver for Ricoh Aficio SP 1000s/SP 1100s | |
ii printer-driver-splix 2.0.0+svn315-4fakesync1 amd64 Driver for Samsung and Xerox SPL2 and SPLc laser printers | |
ii procps 2:3.3.10-4ubuntu2.2 amd64 /proc file system utilities | |
ii protobuf-compiler 2.6.1-1.3 amd64 compiler for protocol buffer definition files | |
ii psmisc 22.21-2.1build1 amd64 utilities that use the proc file system | |
ii pulseaudio 1:8.0-0ubuntu3.1 amd64 PulseAudio sound server | |
ii pulseaudio-module-bluetooth 1:8.0-0ubuntu3.1 amd64 Bluetooth module for PulseAudio sound server | |
ii pulseaudio-module-gconf 1:8.0-0ubuntu3.1 amd64 GConf module for PulseAudio sound server | |
ii pulseaudio-module-x11 1:8.0-0ubuntu3.1 amd64 X11 module for PulseAudio sound server | |
ii pulseaudio-utils 1:8.0-0ubuntu3.1 amd64 Command line tools for the PulseAudio sound server | |
ii pyotherside 1.4.0-2 all transitional dummy package | |
ii python 2.7.11-1 amd64 interactive high-level object-oriented language (default version) | |
ii python-all 2.7.11-1 amd64 package depending on all supported Python runtime versions | |
ii python-all-dev 2.7.11-1 amd64 package depending on all supported Python development packages | |
ii python-appindicator 12.10.1+15.04.20141110-0ubuntu1 amd64 Python bindings for libappindicator | |
ii python-apport 2.20.1-0ubuntu2.1 all Python library for Apport crash report handling | |
ii python-apt 1.1.0~beta1build1 amd64 Python interface to libapt-pkg | |
ii python-apt-common 1.1.0~beta1build1 all Python interface to libapt-pkg (locales) | |
ii python-aptdaemon 1.1.1+bzr982-0ubuntu14 all Python 2 module for the server and client of aptdaemon | |
ii python-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubuntu14 all Python 2 GTK+ 3 widgets to run an aptdaemon client | |
rc python-aptdaemon.pkcompat 0.43+bzr805-0ubuntu10 all PackageKit compatibilty for AptDaemon | |
ii python-attr 15.2.0-1 all Attributes without boilerplate (Python 2) | |
ii python-blessings 1.6-2build1 all simple but powerful module to manage terminal color and styling (Python 2) | |
ii python-blinker 1.3.dfsg2-1build1 all Fast, simple object-to-object and broadcast signaling library | |
ii python-boto 2.38.0-1ubuntu1 all Python interface to Amazon's Web Services - Python 2.x | |
ii python-brlapi 5.3.1-2ubuntu2.1 amd64 Braille display access via BRLTTY - Python bindings | |
ii python-bs4 4.4.1-1 all error-tolerant HTML parser for Python | |
ii python-bzrlib 2.7.0-2ubuntu3 amd64 distributed version control system - python library | |
ii python-cairo 1.8.8-2 amd64 Python bindings for the Cairo vector graphics library | |
rc python-central 0.6.17ubuntu2 all register and build utility for Python packages | |
ii python-cffi-backend 1.5.2-1ubuntu1 amd64 Foreign Function Interface for Python calling C code - backend | |
ii python-chardet 2.3.0-2 all universal character encoding detector for Python2 | |
ii python-cheetah 2.4.4-3.fakesyncbuild1 amd64 text-based template engine and Python code generator | |
ii python-colander 1.0b1-3 all simple schema-based serialization and deserialization - Python 2.x | |
ii python-configglue 1.1.2-0ubuntu3 all Glues together optparse.OptionParser and ConfigParser.ConfigParser | |
ii python-configobj 5.0.6-2 all simple but powerful config file reader and writer for Python 2 | |
ii python-crypto 2.6.1-6build1 amd64 cryptographic algorithms and protocols for Python | |
ii python-cryptography 1.2.3-1ubuntu0.1 amd64 Python library exposing cryptographic recipes and primitives (Python 2) | |
ii python-cups 1.9.73-0ubuntu2 amd64 Python bindings for CUPS | |
rc python-cupshelpers 1.4.3+20140219-0ubuntu2.6 all Python modules for printer configuration with CUPS | |
ii python-dateutil 2.4.2-1 all powerful extensions to the standard datetime module | |
ii python-dbus 1.2.0-3 amd64 simple interprocess messaging system (Python interface) | |
ii python-dbus-dev 1.2.0-3 all main loop integration development files for python-dbus | |
ii python-debian 0.1.27ubuntu2 all Python modules to work with Debian-related data formats | |
ii python-debtagshw 2.0.1ubuntu6 all Match debtags hardware:: tags against the actual hardware | |
ii python-defer 1.0.6-2build1 all Small framework for asynchronous programming (Python 2) | |
ii python-dev 2.7.11-1 amd64 header files and a static library for Python (default) | |
ii python-dirspec 13.10-1ubuntu1 all Python User Folders Specification Library | |
ii python-distutils-extra 2.39-1 all enhancements to the Python build system | |
ii python-ecdsa 0.13-2 all ECDSA cryptographic signature library (Python 2) | |
ii python-egenix-mxdatetime 3.2.9-1 amd64 date and time handling routines for Python | |
ii python-egenix-mxtools 3.2.9-1 amd64 collection of additional builtins for Python | |
ii python-enum34 1.1.2-1 all backport of Python 3.4's enum package | |
ii python-funcsigs 0.4-2 all function signatures from PEP362 - Python 2.7 | |
ii python-functools32 3.2.3.2-2 all Backport of the functools module from Python 3.2.3 to Python 2.7 | |
ii python-gconf 2.28.1+dfsg-1.1 amd64 Python bindings for the GConf configuration database system | |
ii python-gdbm 2.7.11-2 amd64 GNU dbm database support for Python | |
ii python-gi 3.20.0-0ubuntu1 amd64 Python 2.x bindings for gobject-introspection libraries | |
ii python-gi-cairo 3.20.0-0ubuntu1 amd64 Python Cairo bindings for the GObject library | |
ii python-glade2 2.24.0-4ubuntu1 amd64 GTK+ bindings: Glade support | |
ii python-gnomekeyring 2.32.0+dfsg-3 amd64 Python bindings for the GNOME keyring library | |
ii python-gobject 3.20.0-0ubuntu1 all Python 2.x bindings for GObject - transitional package | |
ii python-gobject-2 2.28.6-12ubuntu1 amd64 deprecated static Python bindings for the GObject library | |
ii python-gpgme 0.3-1.1 amd64 python wrapper for the GPGME library | |
ii python-gst0.10 0.10.22-3ubuntu3 amd64 generic media-playing framework (Python bindings) | |
ii python-gtk2 2.24.0-4ubuntu1 amd64 Python bindings for the GTK+ widget set | |
ii python-html5lib 0.999-4 all HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 2) | |
ii python-httplib2 0.9.1+dfsg-1 all comprehensive HTTP client library written for Python | |
ii python-idna 2.0-3 all Python IDNA2008 (RFC 5891) handling (Python 2) | |
ii python-imaging 3.1.2-0ubuntu1 all Python Imaging Library compatibility layer | |
ii python-ipaddress 1.0.16-1 all Backport of Python 3 ipaddress module (Python 2) | |
ii python-jsonschema 2.5.1-4 all An(other) implementation of JSON Schema (Draft 3) - Python 2.7 | |
ii python-jujubundlelib 0.4.1-0ubuntu1 all Python 2 library for working with Juju bundles | |
ii python-jwt 1.3.0-1 all Python implementation of JSON Web Token | |
ii python-keyring 7.3-1ubuntu1 all store and access your passwords safely | |
ii python-launchpadlib 1.10.3-3 all Launchpad web services client library | |
ii python-lazr.restfulclient 0.13.4-5ubuntu1 all client for lazr.restful-based web services | |
ii python-lazr.uri 1.0.3-2build1 all library for parsing, manipulating, and generating URIs | |
ii python-ldb 2:1.1.24-1ubuntu3 amd64 Python bindings for LDB | |
ii python-libcharmstore 0.0.3-0ubuntu1 all Python library to access Juju charmstore data | |
ii python-libproxy 0.4.11-5ubuntu1 all automatic proxy configuration management library (python) | |
ii python-libsmbios 2.3.0-0ubuntu1.1 all Provide access to (SM)BIOS information -- python libraries | |
ii python-libxml2 2.9.3+dfsg1-1ubuntu0.1 amd64 Python bindings for the GNOME XML library | |
ii python-linecache2 1.0.0-2 all backports of the linecache module - Python 2.7 | |
ii python-lockfile 1:0.12.2-1 all file locking library for Python — Python 2 library | |
ii python-louis 2.6.4-2 all Python bindings for liblouis | |
ii python-lxml 3.5.0-1build1 amd64 pythonic binding for the libxml2 and libxslt libraries | |
ii python-mako 1.0.3+ds1-1ubuntu1 all fast and lightweight templating for the Python platform | |
ii python-markdown 2.6.6-1 all text-to-HTML conversion library/tool (Python 2 version) | |
ii python-markupsafe 0.23-2build2 amd64 HTML/XHTML/XML string library for Python | |
ii python-minimal 2.7.11-1 amd64 minimal subset of the Python language (default version) | |
ii python-mock 1.3.0-2.1ubuntu1 all Mocking and Testing Library | |
ii python-ndg-httpsclient 0.4.0-3 all enhanced HTTPS support for httplib and urllib2 using PyOpenSSL for Python2 | |
ii python-notify 0.1.1-4 amd64 Python bindings for libnotify | |
ii python-oauth 1.0.1-5 all Python library implementing of the OAuth protocol | |
ii python-oauthlib 1.0.3-1 all generic, spec-compliant implementation of OAuth for Python | |
ii python-oneconf 0.3.9 all synchronize your configuration data over the network (Python 2) | |
ii python-openssl 0.15.1-2build1 all Python 2 wrapper around the OpenSSL library | |
ii python-otherstuf 1.1.0-0ubuntu1 all Attribute accessible collections inspired by stuf | |
ii python-pam 0.4.2-13.2ubuntu2 amd64 Python interface to the PAM library | |
ii python-paramiko 1.16.0-1 all Make ssh v2 connections with Python (Python 2) | |
ii python-parse 1.6.6-0ubuntu1 all Parse provides the reverse function for format(). | |
ii python-path 8.1.2+dfsg-1 all module wrapper for os.path for Python 2 | |
ii python-pathspec 0.3.4-0ubuntu1 all Utility library for gitignore style pattern matching of file paths | |
ii python-pbr 1.8.0-4ubuntu1 all inject useful and sensible default behaviors into setuptools - Python 2.x | |
ii python-pexpect 4.0.1-1 all Python module for automating interactive applications | |
ii python-pil:amd64 3.1.2-0ubuntu1 amd64 Python Imaging Library (Pillow fork) | |
ii python-pip 8.1.1-2ubuntu0.4 all alternative Python package installer | |
ii python-pip-whl 8.1.1-2ubuntu0.4 all alternative Python package installer | |
ii python-piston-mini-client 0.7.5-0ubuntu2 all library for writing clients for Django's Piston REST APIs | |
ii python-pkg-resources 20.7.0-1 all Package Discovery and Resource Access using pkg_resources | |
ii python-problem-report 2.20.1-0ubuntu2.1 all Python library to handle problem reports | |
ii python-protobuf 2.6.1-1.3 amd64 Python bindings for protocol buffers | |
ii python-ptyprocess 0.5-1 all Run a subprocess in a pseudo terminal from Python 2 | |
ii python-pyasn1 0.1.9-1 all ASN.1 library for Python (Python 2 module) | |
ii python-pyasn1-modules 0.0.7-0.1 all Collection of protocols modules written in ASN.1 language | |
ii python-pyatspi 2.18.0+dfsg-3 all Assistive Technology Service Provider Interface - Python bindings | |
ii python-pyatspi2 2.18.0+dfsg-3 all Transitional package for assistive technology Python bindings | |
ii python-pycurl 7.43.0-1ubuntu1 amd64 Python bindings to libcurl | |
ii python-pygments 2.1+dfsg-1 all syntax highlighting package written in Python | |
ii python-pyinotify 0.9.6-0fakesync1 all simple Linux inotify Python bindings | |
ii python-qt4 4.11.4+dfsg-1build4 amd64 Python bindings for Qt4 | |
ii python-qt4-dbus 4.11.4+dfsg-1build4 amd64 D-Bus Support for PyQt4 | |
ii python-renderpm:amd64 3.3.0-1 amd64 python low level render interface | |
ii python-reportlab 3.3.0-1 all ReportLab library to create PDF documents using Python | |
ii python-reportlab-accel:amd64 3.3.0-1 amd64 C coded extension accelerator for the ReportLab Toolkit | |
ii python-requests 2.9.1-3 all elegant and simple HTTP library for Python2, built for human beings | |
ii python-ruamel.ordereddict 0.4.9-1 amd64 dictionary that keeps keys in insertion resp. sorted order | |
ii python-ruamel.yaml 0.10.23-1 amd64 roundtrip YAML parser/emitter (Python 2 module) | |
ii python-samba 2:4.3.11+dfsg-0ubuntu0.16.04.1 amd64 Python bindings for Samba | |
ii python-secretstorage 2.1.3-1 all Python module for storing secrets - Python 2.x version | |
ii python-serial 3.0.1-1 all pyserial - module encapsulating access for the serial port | |
ii python-service-identity 16.0.0-2 all Service identity verification for pyOpenSSL (Python 2 module) | |
ii python-setuptools 20.7.0-1 all Python Distutils Enhancements | |
ii python-simplejson 3.8.1-1ubuntu2 amd64 simple, fast, extensible JSON encoder/decoder for Python | |
ii python-sip 4.17+dfsg-1build1 amd64 Python/C++ bindings generator runtime library | |
ii python-six 1.10.0-3 all Python 2 and 3 compatibility library (Python 2 interface) | |
ii python-smbc 1.0.15.5-1 amd64 Python 2 bindings for the Samba client library | |
ii python-software-properties 0.96.20.4 all manage the repositories that you install software from | |
ii python-stuf 0.9.16-0ubuntu1 all Python dictionary types with attribute style access | |
ii python-support 1.0.15 all automated rebuilding support for Python modules | |
ii python-talloc 2.1.5-2 amd64 hierarchical pool based memory allocator - Python bindings | |
ii python-tdb 1.3.8-2 amd64 Python bindings for TDB | |
ii python-testresources 1.0.0-1 all PyUnit extension for managing expensive test fixtures - Python 2.x | |
ii python-theblues 0.2.0-0ubuntu1 all Python library for using the Juju charm store API | |
ii python-traceback2 1.4.0-3 all backports of the traceback module - Python 2.7 | |
ii python-translationstring 1.3-1 all Utility library for i18n relied on by various Repoze packages - Python 3.x | |
rc python-twisted 13.2.0-1ubuntu1 all Event-based framework for internet applications (dependency package) | |
ii python-twisted-bin 16.0.0-1 amd64 Event-based framework for internet applications | |
ii python-twisted-conch 1:16.0.0-1 all twisted dummy package for Twisted SSH Implementation | |
ii python-twisted-core 16.0.0-1 all Event-based framework for internet applications | |
ii python-twisted-names 16.0.0-1 all twisted package for DNS protocol implementation | |
ii python-twisted-web 16.0.0-1 all twisted dummy package for HTTP protocol implementation | |
ii python-ubuntu-sso-client 13.10-0ubuntu11 all Ubuntu Single Sign-On client - Python library | |
rc python-ubuntuone-client 3.0.2-0ubuntu2.2 all Ubuntu One client Python libraries | |
rc python-ubuntuone-storageprotocol 3.0.2-0ubuntu1 all Python library for Ubuntu One file storage and sharing service | |
ii python-unittest2 1.1.0-6.1 all backport of the enhanced unittest testing framework - Python 2.7 | |
ii python-urllib3 1.13.1-2ubuntu0.16.04.1 all HTTP library with thread-safe connection pooling for Python | |
ii python-virtkey 0.63.0-0ubuntu5 amd64 Library to emulate keyboard keypresses. | |
ii python-virtualenv 15.0.1+ds-3 all Python virtual environment creator | |
ii python-wadllib 1.3.2-3 all Python library for navigating WADL files | |
ii python-wheel 0.29.0-1 all built-package format for Python | |
ii python-xapian 1.2.22-2build1 amd64 Xapian search engine interface for Python | |
ii python-xdg 0.25-4 all Python 2 library to access freedesktop.org standards | |
ii python-xkit 0.5.0ubuntu2 all library for the manipulation of xorg.conf files (Python 2) | |
ii python-yaml 3.11-3build1 amd64 YAML parser and emitter for Python | |
ii python-zeitgeist 0.9.16-0ubuntu4 all event logging framework - Python bindings | |
ii python-zookeeper 3.4.8-1 amd64 Python bindings for zookeeper | |
ii python-zope.interface 4.1.3-1build1 amd64 Interfaces for Python | |
ii python2.7 2.7.12-1ubuntu0~16.04.1 amd64 Interactive high-level object-oriented language (version 2.7) | |
ii python2.7-dev 2.7.12-1ubuntu0~16.04.1 amd64 Header files and a static library for Python (v2.7) | |
ii python2.7-minimal 2.7.12-1ubuntu0~16.04.1 amd64 Minimal subset of the Python language (version 2.7) | |
ii python3 3.5.1-3 amd64 interactive high-level object-oriented language (default python3 version) | |
ii python3-apport 2.20.1-0ubuntu2.1 all Python 3 library for Apport crash report handling | |
ii python3-apt 1.1.0~beta1build1 amd64 Python 3 interface to libapt-pkg | |
ii python3-aptdaemon 1.1.1+bzr982-0ubuntu14 all Python 3 module for the server and client of aptdaemon | |
ii python3-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubuntu14 all Python 3 GTK+ 3 widgets to run an aptdaemon client | |
ii python3-aptdaemon.pkcompat 1.1.1+bzr982-0ubuntu14 all PackageKit compatibilty for AptDaemon | |
ii python3-blinker 1.3.dfsg2-1build1 all fast, simple object-to-object and broadcast signaling library | |
ii python3-brlapi 5.3.1-2ubuntu2.1 amd64 Braille display access via BRLTTY - Python3 bindings | |
ii python3-bs4 4.4.1-1 all error-tolerant HTML parser for Python 3 | |
ii python3-cairo 1.10.0+dfsg-5build1 amd64 Python 3 bindings for the Cairo vector graphics library | |
ii python3-cffi-backend 1.5.2-1ubuntu1 amd64 Foreign Function Interface for Python 3 calling C code - runtime | |
ii python3-chardet 2.3.0-2 all universal character encoding detector for Python3 | |
ii python3-checkbox-ng 0.23-2 all PlainBox based test runner (Python 3 library) | |
ii python3-checkbox-support 0.22-1 all collection of Python modules used by PlainBox providers | |
ii python3-commandnotfound 0.3ubuntu16.04.2 all Python 3 bindings for command-not-found. | |
ii python3-crypto 2.6.1-6build1 amd64 cryptographic algorithms and protocols for Python 3 | |
ii python3-cryptography 1.2.3-1ubuntu0.1 amd64 Python library exposing cryptographic recipes and primitives (Python 3) | |
ii python3-cups 1.9.73-0ubuntu2 amd64 Python3 bindings for CUPS | |
ii python3-cupshelpers 1.5.7+20160212-0ubuntu2 all Python modules for printer configuration with CUPS | |
ii python3-dbus 1.2.0-3 amd64 simple interprocess messaging system (Python 3 interface) | |
ii python3-debian 0.1.27ubuntu2 all Python 3 modules to work with Debian-related data formats | |
ii python3-defer 1.0.6-2build1 all Small framework for asynchronous programming (Python 3) | |
ii python3-distupgrade 1:16.04.18 all manage release upgrades | |
ii python3-feedparser 5.1.3-3build1 all Universal Feed Parser for Python 3 | |
ii python3-gdbm:amd64 3.5.1-1 amd64 GNU dbm database support for Python 3.x | |
ii python3-gi 3.20.0-0ubuntu1 amd64 Python 3 bindings for gobject-introspection libraries | |
ii python3-gi-cairo 3.20.0-0ubuntu1 amd64 Python 3 Cairo bindings for the GObject library | |
ii python3-guacamole 0.9.2-1 all framework for creating command line applications (Python 3) | |
ii python3-html5lib 0.999-4 all HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 3) | |
ii python3-httplib2 0.9.1+dfsg-1 all comprehensive HTTP client library written for Python3 | |
ii python3-idna 2.0-3 all Python IDNA2008 (RFC 5891) handling (Python 3) | |
ii python3-jinja2 2.8-1 all small but fast and easy to use stand-alone template engine | |
ii python3-jwt 1.3.0-1 all Python 3 implementation of JSON Web Token | |
ii python3-louis 2.6.4-2 all Python bindings for liblouis | |
ii python3-lxc 2.0.5-0ubuntu1~ubuntu16.04.3 amd64 Linux Containers userspace tools (Python 3.x bindings) | |
ii python3-lxml 3.5.0-1build1 amd64 pythonic binding for the libxml2 and libxslt libraries | |
ii python3-magic 1:5.25-2ubuntu1 all File type determination library using "magic" numbers (Python 3 bindings) | |
ii python3-mako 1.0.3+ds1-1ubuntu1 all fast and lightweight templating for the Python 3 platform | |
ii python3-markupsafe 0.23-2build2 amd64 HTML/XHTML/XML string library for Python 3 | |
ii python3-minimal 3.5.1-3 amd64 minimal subset of the Python language (default python3 version) | |
ii python3-oauthlib 1.0.3-1 all generic, spec-compliant implementation of OAuth for Python3 | |
ii python3-oneconf 0.3.9 all synchronize your configuration data over the network (Python 3) | |
ii python3-padme 1.1.1-2 all mostly transparent proxy class for Python 3 | |
ii python3-pexpect 4.0.1-1 all Python 3 module for automating interactive applications | |
ii python3-pil:amd64 3.1.2-0ubuntu1 amd64 Python Imaging Library (Python3) | |
ii python3-piston-mini-client 0.7.5-0ubuntu2 all library for writing clients for Django's Piston REST APIs | |
ii python3-pkg-resources 20.7.0-1 all Package Discovery and Resource Access using pkg_resources | |
ii python3-plainbox 0.25-1 all toolkit for software and hardware testing (python3 module) | |
ii python3-problem-report 2.20.1-0ubuntu2.1 all Python 3 library to handle problem reports | |
ii python3-progressbar 2.3-2 all text progress bar library for Python (Python 3) | |
ii python3-ptyprocess 0.5-1 all Run a subprocess in a pseudo terminal from Python 3 | |
ii python3-pyasn1 0.1.9-1 all ASN.1 library for Python (Python 3 module) | |
ii python3-pyatspi 2.18.0+dfsg-3 all Assistive Technology Service Provider Interface - Python3 bindings | |
ii python3-pycurl 7.43.0-1ubuntu1 amd64 Python bindings to libcurl (Python 3) | |
ii python3-pyparsing 2.0.3+dfsg1-1ubuntu0.1 all Python parsing module, Python3 package | |
ii python3-renderpm:amd64 3.3.0-1 amd64 python low level render interface | |
ii python3-reportlab 3.3.0-1 all ReportLab library to create PDF documents using Python3 | |
ii python3-reportlab-accel:amd64 3.3.0-1 amd64 C coded extension accelerator for the ReportLab Toolkit | |
ii python3-requests 2.9.1-3 all elegant and simple HTTP library for Python3, built for human beings | |
ii python3-six 1.10.0-3 all Python 2 and 3 compatibility library (Python 3 interface) | |
ii python3-software-properties 0.96.20.4 all manage the repositories that you install software from | |
ii python3-speechd 0.8.3-1ubuntu3 all Python interface to Speech Dispatcher | |
ii python3-systemd 231-2build1 amd64 Python 3 bindings for systemd | |
ii python3-uno 1:5.1.4-0ubuntu1 amd64 Python-UNO bridge | |
ii python3-update-manager 1:16.04.4 all python 3.x module for update-manager | |
ii python3-urllib3 1.13.1-2ubuntu0.16.04.1 all HTTP library with thread-safe connection pooling for Python3 | |
ii python3-virtualenv 15.0.1+ds-3 all Python virtual environment creator | |
ii python3-xapian1.3 1.3.4-0ubuntu1 amd64 Xapian search engine interface for Python3 | |
ii python3-xdg 0.25-4 all Python 3 library to access freedesktop.org standards | |
ii python3-xkit 0.5.0ubuntu2 all library for the manipulation of xorg.conf files (Python 3) | |
ii python3-xlsxwriter 0.7.3-1 all Python 3 module for creating Excel XLSX files | |
rc python3.4 3.4.3-1ubuntu1~14.04.5 amd64 Interactive high-level object-oriented language (version 3.4) | |
rc python3.4-minimal 3.4.3-1ubuntu1~14.04.5 amd64 Minimal subset of the Python language (version 3.4) | |
ii python3.5 3.5.2-2ubuntu0~16.04.1 amd64 Interactive high-level object-oriented language (version 3.5) | |
ii python3.5-minimal 3.5.2-2ubuntu0~16.04.1 amd64 Minimal subset of the Python language (version 3.5) | |
ii qdbus 4:4.8.7+dfsg-5ubuntu2 amd64 Qt 4 D-Bus tool | |
ii qemu-block-extra:amd64 1:2.5+dfsg-5ubuntu10.6 amd64 extra block backend modules for qemu-system and qemu-utils | |
ii qemu-utils 1:2.5+dfsg-5ubuntu10.6 amd64 QEMU utilities | |
ii qml-module-io-thp-pyotherside:amd64 1.4.0-2 amd64 asynchronous Python 3 Bindings for Qt 5 (QML plugin) | |
ii qml-module-qt-labs-folderlistmodel:amd64 5.5.1-2ubuntu6 amd64 Qt 5 folderlistmodel QML module | |
ii qml-module-qt-labs-settings:amd64 5.5.1-2ubuntu6 amd64 Qt 5 settings QML module | |
ii qml-module-qtfeedback:amd64 5.0~git20130529-0ubuntu13 amd64 Qt 5 Feedback QML module | |
ii qml-module-qtgraphicaleffects:amd64 5.5.1-1ubuntu1 amd64 Qt 5 Graphical Effects module | |
ii qml-module-qtquick-layouts:amd64 5.5.1-1ubuntu1 amd64 Qt 5 Quick Layouts QML module | |
ii qml-module-qtquick-window2:amd64 5.5.1-2ubuntu6 amd64 Qt 5 window 2 QML module | |
ii qml-module-qtquick2:amd64 5.5.1-2ubuntu6 amd64 Qt 5 Qt Quick 2 QML module | |
ii qml-module-qttest:amd64 5.5.1-2ubuntu6 amd64 Qt 5 test QML module | |
ii qml-module-qtwebkit:amd64 5.5.1+dfsg-2ubuntu1 amd64 Qt WebKit QML module | |
ii qml-module-ubuntu-components:amd64 1.3.1918+16.04.20160404-0ubuntu1 amd64 Qt Components for Ubuntu - Components QML plugin | |
ii qml-module-ubuntu-layouts:amd64 1.3.1918+16.04.20160404-0ubuntu1 amd64 Qt Components for Ubuntu - Layouts QML plugin | |
ii qml-module-ubuntu-onlineaccounts:amd64 0.6+16.04.20151106-0ubuntu1 amd64 Expose the Online Accounts API to QML applications | |
ii qml-module-ubuntu-performancemetrics:amd64 1.3.1918+16.04.20160404-0ubuntu1 amd64 Qt Components for Ubuntu - PerformanceMetrics QML plugin | |
ii qml-module-ubuntu-test:amd64 1.3.1918+16.04.20160404-0ubuntu1 amd64 Qt Components for Ubuntu - Test QML plugin | |
ii qml-module-ubuntu-web:amd64 0.23+16.04.20160413-0ubuntu1 amd64 Ubuntu web QML module | |
ii qmlscene 5.5.1-2ubuntu6 amd64 Qt 5 QML scene viewer | |
ii qpdf 6.0.0-2 amd64 tools for transforming and inspecting PDF files | |
ii qt-at-spi:amd64 0.4.0-3 amd64 at-spi accessibility plugin for Qt | |
ii qtchooser 52-gae5eeef-2build1~gcc5.2 amd64 Wrapper to select between Qt development binary versions | |
ii qtcore4-l10n 4:4.8.7+dfsg-5ubuntu2 all Qt 4 core module translations | |
ii qtdeclarative5-accounts-plugin:amd64 0.6+16.04.20151106-0ubuntu1 amd64 transitional dummy package for Online Accounts QML clients | |
ii qtdeclarative5-dev-tools 5.5.1-2ubuntu6 amd64 Qt 5 declarative development programs | |
ii qtdeclarative5-qtquick2-plugin:amd64 5.5.1-2ubuntu6 amd64 transitional dummy package Qt 5 Qt Quick 2 QML module | |
ii qtdeclarative5-test-plugin:amd64 5.5.1-2ubuntu6 amd64 transitional dummy package for Qt 5 test QML module | |
ii qtdeclarative5-ubuntu-ui-toolkit-plugin 1.3.1918+16.04.20160404-0ubuntu1 amd64 Transitional dummy package for Ubuntu UI Toolkit QML plugin | |
ii qtdeclarative5-unity-action-plugin:amd64 1.1.0+14.04.20140304-0ubuntu2~gcc5.1 amd64 Unity Action QML Components | |
ii qttranslations5-l10n 5.5.1-2build1 all translations for Qt 5 | |
rc quilt 0.61-1 all Tool to work with series of patches | |
ii radeontool 1.6.3-1 amd64 utility to control ATI Radeon backlight functions on laptops | |
ii rake 10.5.0-2 all ruby make-like utility | |
ii readline-common 6.3-8ubuntu2 all GNU readline and history libraries, common files | |
ii realmd 0.16.2-2 amd64 DBus service for configuring kerberos and other online identities | |
ii rear 1.19-1 amd64 Relax-and-Recover is a bare metal disaster recovery and system | |
ii reiserfsprogs 1:3.6.24-3.1 amd64 User-level tools for ReiserFS filesystems | |
ii remmina 1.1.2-3ubuntu1 amd64 remote desktop client for GNOME desktop environment | |
ii remmina-common 1.1.2-3ubuntu1 all common files for remmina remote desktop client | |
ii remmina-plugin-rdp 1.1.2-3ubuntu1 amd64 RDP plugin for remmina remote desktop client | |
ii remmina-plugin-vnc 1.1.2-3ubuntu1 amd64 VNC plugin for remmina remote desktop client | |
ii rename 0.20-4 all Perl extension for renaming multiple files | |
ii resolvconf 1.78ubuntu2 all name server information handler | |
ii rfkill 0.5-1ubuntu3 amd64 tool for enabling and disabling wireless devices | |
ii rhythmbox 3.3-1ubuntu7 amd64 music player and organizer for GNOME | |
ii rhythmbox-data 3.3-1ubuntu7 all data files for rhythmbox | |
ii rhythmbox-mozilla 3.3-1ubuntu7 amd64 Rhythmbox Mozilla plugin | |
ii rhythmbox-plugin-cdrecorder 3.3-1ubuntu7 amd64 burning plugin for rhythmbox music player | |
ii rhythmbox-plugin-magnatune 3.3-1ubuntu7 amd64 Magnatune plugin for rhythmbox music player | |
ii rhythmbox-plugin-zeitgeist 3.3-1ubuntu7 all zeitgeist plugin for rhythmbox music player | |
ii rhythmbox-plugins 3.3-1ubuntu7 amd64 plugins for rhythmbox music player | |
ii rsync 3.1.1-3ubuntu1 amd64 fast, versatile, remote (and local) file-copying tool | |
ii rsyslog 8.16.0-1ubuntu3 amd64 reliable system and kernel logging daemon | |
ii rtkit 0.11-4 amd64 Realtime Policy and Watchdog Daemon | |
ii ruby 1:2.3.0+1 all Interpreter of object-oriented scripting language Ruby (default version) | |
ii ruby-archive-tar-minitar 0.5.4-3 all Provides POSIX tarchive management for Ruby - transitional package | |
ii ruby-bundler 1.11.2-1 all Manage Ruby application dependencies (runtime) | |
ii ruby-childprocess 0.5.9-1ubuntu1 all Ruby library for controlling external programs running in the background | |
ii ruby-dev:amd64 1:2.3.0+1 amd64 Header files for compiling extension modules for Ruby (default version) | |
ii ruby-did-you-mean 1.0.0-2 all smart error messages for Ruby > 2.3 | |
ii ruby-domain-name 0.5.20160216-2 all Domain Name manipulation library for Ruby | |
ii ruby-erubis 2.7.0-3 all fast and extensible eRuby implementation which supports multi-language | |
ii ruby-ffi 1.9.10debian-1build2 amd64 load dynamic libraries, bind functions from within ruby code | |
ii ruby-http-cookie 1.0.2-1 all Ruby library to handle HTTP Cookies based on RFC 6265 | |
ii ruby-i18n 0.7.0-2 all I18n and localization solution for Ruby | |
ii ruby-listen 3.0.3-3 all Ruby library listening to file modifications | |
ii ruby-log4r 1.1.10-4 all Logging library for Ruby | |
ii ruby-mime-types 2.6.1-1 all guess MIME type of files | |
ii ruby-minitar 0.5.4-3 all Provides POSIX tarchive management for Ruby | |
ii ruby-minitest 5.8.4-2 all Ruby test tools supporting TDD, BDD, mocking, and benchmarking | |
ii ruby-molinillo 0.4.3-1 all generic dependency resolution algorithm | |
ii ruby-net-http-persistent 2.9.4-1 all Manages persistent connections using Net::HTTP | |
ii ruby-net-scp 1.2.1-3 all pure ruby implementation of the SCP protocol | |
ii ruby-net-sftp 1:2.1.2-3 all Ruby implementation of the SFTP protocol | |
ii ruby-net-ssh 1:3.0.1-3 all Ruby implementation of the SSH protocol | |
ii ruby-net-telnet 0.1.1-2 all telnet client library | |
ii ruby-netrc 0.10.3-1 all Ruby library to read and write netrc files | |
ii ruby-nokogiri 1.6.7.2-3build1 amd64 HTML, XML, SAX, and Reader parser for Ruby | |
ii ruby-power-assert 0.2.7-1 all library showing values of variables and method calls in an expression | |
ii ruby-rb-inotify 0.9.7-1 all A Ruby wrapper for Linux's inotify, using FFI | |
ii ruby-rest-client 1.8.0-2ubuntu1 all simple REST client for Ruby | |
ii ruby-sqlite3 1.3.11-2build1 amd64 SQLite3 interface for Ruby | |
ii ruby-test-unit 3.1.7-2 all unit testing framework for Ruby | |
ii ruby-thor 0.19.1-2 all Ruby scripting framework | |
ii ruby-unf 0.1.4-1 all Wrapper library to bring Unicode Normalization Form support to Ruby | |
ii ruby-unf-ext 0.0.7.2-1build2 amd64 Unicode Normalization Form support library for CRuby | |
rc ruby1.8 1.8.7.352-2ubuntu1.6 amd64 Interpreter of object-oriented scripting language Ruby 1.8 | |
rc ruby1.9.1 1.9.3.484-2ubuntu1.2 amd64 Interpreter of object-oriented scripting language Ruby | |
ii ruby2.3 2.3.1-2~16.04 amd64 Interpreter of object-oriented scripting language Ruby | |
ii ruby2.3-dev:amd64 2.3.1-2~16.04 amd64 Header files for compiling extension modules for the Ruby 2.3 | |
rc rubygems 1.8.15-1ubuntu0.1 all package management framework for Ruby libraries/applications | |
ii rubygems-integration 1.10 all integration of Debian Ruby packages with Rubygems | |
ii s-nail 14.8.6-1 amd64 feature-rich BSD mail(1) | |
ii samba-common 2:4.3.11+dfsg-0ubuntu0.16.04.1 all common files used by both the Samba server and client | |
ii samba-common-bin 2:4.3.11+dfsg-0ubuntu0.16.04.1 amd64 Samba common files used by both the server and the client | |
ii samba-libs:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.1 amd64 Samba core libraries | |
ii sane-utils 1.0.25+git20150528-1ubuntu2 amd64 API library for scanners -- utilities | |
ii sbsigntool 0.6-0ubuntu10.1 amd64 utility for signing and verifying files for UEFI Secure Boot | |
ii screen 4.3.1-2build1 amd64 terminal multiplexer with VT100/ANSI terminal emulation | |
ii seahorse 3.18.0-2ubuntu1 amd64 GNOME front end for GnuPG | |
ii secureboot-db 1.1 amd64 Secure Boot updates for DB and DBX | |
ii security-archive 1.1 all Provide security archive lists for Dell customers. | |
ii sed 4.2.2-7 amd64 The GNU sed stream editor | |
ii sensible-utils 0.0.9 all Utilities for sensible alternative selection | |
ii session-migration 0.2.3 amd64 Tool to migrate in user session settings | |
ii session-shortcuts 1.2 all Allows you to shutdown, logout, and reboot from dash | |
ii sessioninstaller 0.20+bzr150-0ubuntu4.1 all APT based installer using PackageKit's session DBus API | |
ii sgml-base 1.26+nmu4ubuntu1 all SGML infrastructure and SGML catalog file support | |
ii shared-mime-info 1.5-2ubuntu0.1 amd64 FreeDesktop.org shared MIME database and spec | |
ii sharutils 1:4.15.2-1 amd64 shar, unshar, uuencode, uudecode | |
ii shotwell 0.22.0+git20160108.r1.f2fb1f7-0ubuntu1 amd64 digital photo organizer | |
ii shotwell-common 0.22.0+git20160108.r1.f2fb1f7-0ubuntu1 all digital photo organizer - common files | |
ii signon-keyring-extension 0.6+14.10.20140513-0ubuntu2 amd64 GNOME keyring extension for signond | |
ii signon-plugin-oauth2 0.23+16.04.20151209-0ubuntu1 amd64 Single Signon oauth2 plugin | |
ii signon-plugin-password 8.58+16.04.20151106-0ubuntu1 amd64 Plain Password plugin for Single Sign On | |
ii signon-ui 0.17+16.04.20151125-0ubuntu1 all Dummy transitional package for signon-ui | |
ii signon-ui-service 0.17+16.04.20151125-0ubuntu1 all D-Bus service file for signon-ui | |
ii signon-ui-x11 0.17+16.04.20151125-0ubuntu1 amd64 Single Sign-on UI | |
ii signond 8.58+16.04.20151106-0ubuntu1 amd64 Single Sign On framework | |
ii simple-scan 3.20.0-0ubuntu1 amd64 Simple Scanning Utility | |
ii smartmontools 6.4+svn4214-1 amd64 control and monitor storage systems using S.M.A.R.T. | |
ii smbclient 2:4.3.11+dfsg-0ubuntu0.16.04.1 amd64 command-line SMB/CIFS clients for Unix | |
ii smbios-utils 2.3.0-0ubuntu1.1 amd64 Provide access to (SM)BIOS information -- utility binaries | |
ii snap-confine 1.0.43-0ubuntu1~16.04.1 amd64 Support executable to apply confinement for snappy apps | |
ii snapd 2.16ubuntu3 amd64 Tool to interact with Ubuntu Core Snappy. | |
ii snapd-login-service 1.2-0ubuntu1.1~xenial amd64 Daemon to allow non-root access to snapd | |
ii sni-qt:amd64 0.2.7+15.10.20150729-0ubuntu1 amd64 indicator support for Qt | |
ii software-center 16.01+16.04.20160420 all Utility for browsing, installing, and removing software | |
ii software-center-aptdaemon-plugins 0.1.6build1 all The aptdaemon plugins for software-center | |
ii software-properties-common 0.96.20.4 all manage the repositories that you install software from (common) | |
ii software-properties-gtk 0.96.20.4 all manage the repositories that you install software from (gtk) | |
ii sound-theme-freedesktop 0.8-1 all freedesktop.org sound theme | |
ii speech-dispatcher 0.8.3-1ubuntu3 amd64 Common interface to speech synthesizers | |
ii speech-dispatcher-audio-plugins:amd64 0.8.3-1ubuntu3 amd64 Speech Dispatcher: Audio output plugins | |
ii sqlite3 3.11.0-1ubuntu1 amd64 Command line interface for SQLite 3 | |
ii squashfs-tools 1:4.3-3ubuntu2 amd64 Tool to create and append to squashfs filesystems | |
ii ssh-askpass-gnome 1:7.2p2-4ubuntu2.1 amd64 interactive X program to prompt users for a passphrase for ssh-add | |
ii ssl-cert 1.0.37 all simple debconf wrapper for OpenSSL | |
ii strace 4.11-1ubuntu3 amd64 System call tracer | |
ii sudo 1.8.16-0ubuntu1.2 amd64 Provide limited super user privileges to specific users | |
ii suru-icon-theme 14.04+16.04.20161024-0ubuntu1 all Ubuntu Suru Icon theme | |
ii syslinux 3:6.03+dfsg-11ubuntu1 amd64 collection of bootloaders (DOS FAT and NTFS bootloader) | |
ii syslinux-common 3:6.03+dfsg-11ubuntu1 all collection of bootloaders (common) | |
ii syslinux-legacy 2:3.63+dfsg-2ubuntu8 amd64 Bootloader for Linux/i386 using MS-DOS floppies | |
rc syslinux-themes-debian 12-4 all collection of boot loaders (theme metapackage) | |
rc syslinux-themes-debian-squeeze 12-3ubuntu0.14.04.1 all collection of boot loaders (debian-squeeze theme) | |
rc syslinux-themes-debian-wheezy 12-4 all collection of boot loaders (debian-wheezy theme) | |
ii sysstat 11.2.0-1ubuntu0.1 amd64 system performance tools for Linux | |
ii system-config-printer-common 1.5.7+20160212-0ubuntu2 all Printer configuration GUI | |
ii system-config-printer-gnome 1.5.7+20160212-0ubuntu2 all Printer configuration GUI | |
ii system-config-printer-udev 1.5.7+20160212-0ubuntu2 amd64 Printer auto-configuration facility based on udev | |
ii systemd 229-4ubuntu12 amd64 system and service manager | |
rc systemd-services 204-5ubuntu20.19 amd64 systemd runtime services | |
ii systemd-shim 9-1bzr4ubuntu1 amd64 shim for systemd | |
ii systemd-sysv 229-4ubuntu12 amd64 system and service manager - SysV links | |
ii sysv-rc 2.88dsf-59.3ubuntu2 all System-V-like runlevel change mechanism | |
ii sysvinit-utils 2.88dsf-59.3ubuntu2 amd64 System-V-like utilities | |
ii t1utils 1.39-2 amd64 Collection of simple Type 1 font manipulation programs | |
ii tar 1.28-2.1ubuntu0.1 amd64 GNU version of the tar archiving utility | |
ii tcl 8.6.0+9 amd64 Tool Command Language (default version) - shell | |
ii tcl8.6 8.6.5+dfsg-2 amd64 Tcl (the Tool Command Language) v8.6 - shell | |
ii tcpd 7.6.q-25 amd64 Wietse Venema's TCP wrapper utilities | |
ii tcpdump 4.7.4-1ubuntu1 amd64 command-line network traffic analyzer | |
ii telepathy-gabble 0.18.3-2build1 amd64 Jabber/XMPP connection manager | |
ii telepathy-haze 0.8.0-2 amd64 Telepathy connection manager that uses libpurple | |
ii telepathy-idle 0.2.0-2 amd64 IRC connection manager for Telepathy | |
ii telepathy-indicator 0.3.1+14.10.20140908-0ubuntu1 amd64 Desktop service to integrate Telepathy with the messaging menu. | |
ii telepathy-logger 0.8.2-1 amd64 Telepathy logger service - Daemon | |
ii telepathy-mission-control-5 1:5.16.3-1ubuntu6 amd64 management daemon for Telepathy real-time communication framework | |
ii telepathy-salut 0.8.1-5ubuntu1 amd64 Link-local XMPP connection manager for the Telepathy framework | |
ii telnet 0.17-40 amd64 basic telnet client | |
ii thermald 1.5-2ubuntu2 amd64 Thermal monitoring and controlling daemon | |
ii thunderbird 1:45.5.1+build1-0ubuntu0.16.04.1 amd64 Email, RSS and newsgroup client with integrated spam filter | |
ii thunderbird-globalmenu 1:45.5.1+build1-0ubuntu0.16.04.1 amd64 Email, RSS and newsgroup client (transitional package) | |
ii thunderbird-gnome-support 1:45.5.1+build1-0ubuntu0.16.04.1 amd64 Email, RSS and newsgroup client - GNOME support | |
ii thunderbird-locale-en 1:45.5.1+build1-0ubuntu0.16.04.1 amd64 English language pack for Thunderbird | |
ii thunderbird-locale-en-us 1:45.5.1+build1-0ubuntu0.16.04.1 all Transitional English language pack for Thunderbird | |
ii time 1.7-25.1 amd64 GNU time program for measuring CPU resource usage | |
ii tk 8.6.0+9 amd64 Toolkit for Tcl and X11 (default version) - windowing shell | |
ii tk8.6 8.6.5-1 amd64 Tk toolkit for Tcl and X11 v8.6 - windowing shell | |
rc tmux 1.8-5 amd64 terminal multiplexer | |
ii toshset 1.76-4 amd64 Access much of the Toshiba laptop hardware interface | |
ii totem 3.18.1-1ubuntu4 amd64 Simple media player for the GNOME desktop based on GStreamer | |
ii totem-common 3.18.1-1ubuntu4 all Data files for the Totem media player | |
ii totem-plugins 3.18.1-1ubuntu4 amd64 Plugins for the Totem media player | |
ii transmission-common 2.84-3ubuntu3 all lightweight BitTorrent client (common files) | |
ii transmission-gtk 2.84-3ubuntu3 amd64 lightweight BitTorrent client (GTK+ interface) | |
ii ttf-ancient-fonts-symbola 2.59-1 all symbolic font providing emoji characters from Unicode 7.0 (transitional package) | |
ii ttf-dejavu-core 2.35-1 all transitional dummy package | |
ii ttf-freefont 20120503-4 all transitional dummy package | |
rc ttf-indic-fonts-core 1:0.5.14ubuntu1 all Core collection of free fonts for languages of India | |
rc ttf-punjabi-fonts 1:0.5.14ubuntu1 all Free TrueType fonts for the Punjabi language | |
ii ttf-ubuntu-font-family 1:0.83-0ubuntu2 all Ubuntu Font Family, sans-serif typeface hinted for clarity | |
ii ttf-wqy-microhei 0.2.0-beta-2 all transitional dummy package | |
ii tzdata 2016h-0ubuntu0.16.04 all time zone and daylight-saving time data | |
ii ubuntu-artwork 1:14.04+16.04.20161024-0ubuntu1 all Ubuntu themes and artwork | |
ii ubuntu-core-launcher 1.0.43-0ubuntu1~16.04.1 amd64 Launcher for ubuntu-core (snappy) apps | |
ii ubuntu-desktop 1.361 amd64 The Ubuntu desktop system | |
ii ubuntu-docs 16.04.4 all Ubuntu Desktop Guide | |
ii ubuntu-drivers-common 1:0.4.17.2 amd64 Detect and install additional Ubuntu driver packages | |
ii ubuntu-keyring 2012.05.19 all GnuPG keys of the Ubuntu archive | |
ii ubuntu-minimal 1.361 amd64 Minimal core of Ubuntu | |
ii ubuntu-mobile-icons 14.04+16.04.20161024-0ubuntu1 all Ubuntu Mobile Icon theme | |
ii ubuntu-mono 14.04+16.04.20161024-0ubuntu1 all Ubuntu Mono Icon theme | |
ii ubuntu-online-tour 0.11-0ubuntu4 all Experience Ubuntu in your web browser | |
ii ubuntu-release-upgrader-core 1:16.04.18 all manage release upgrades | |
ii ubuntu-release-upgrader-gtk 1:16.04.18 all manage release upgrades | |
ii ubuntu-session 3.18.1.2-1ubuntu1.16.04.2 all Ubuntu session | |
ii ubuntu-settings 15.10.8 all default settings for the Ubuntu desktop | |
ii ubuntu-software 3.20.1+git20161013.0.d77d6cf-0ubuntu2~xenial1 amd64 Utility for browsing, installing, and removing software | |
ii ubuntu-sounds 0.13 all Ubuntu's GNOME audio theme | |
ii ubuntu-sso-client 13.10-0ubuntu11 all Ubuntu Single Sign-On client | |
ii ubuntu-sso-client-qt 13.10-0ubuntu11 all Ubuntu Single Sign-On client - Qt frontend | |
ii ubuntu-standard 1.361 amd64 The Ubuntu standard system | |
ii ubuntu-system-service 0.3 all Dbus service to set various system-wide configurations | |
ii ubuntu-touch-sounds 15.08 all sounds for the Ubuntu Touch image | |
ii ubuntu-uee 0.1.1 all Ubuntu user experience enhancement | |
ii ubuntu-ui-toolkit-theme 1.3.1918+16.04.20160404-0ubuntu1 amd64 Qt Components for Ubuntu - Ubuntu Theme | |
ii ubuntu-wallpapers 16.04.1-0ubuntu1 all Ubuntu Wallpapers | |
ii ubuntu-wallpapers-precise 16.04.1-0ubuntu1 all Ubuntu 12.04 Wallpapers | |
ii ubuntu-wallpapers-trusty 16.04.1-0ubuntu1 all Ubuntu 14.04 Wallpapers | |
ii ubuntu-wallpapers-xenial 16.04.1-0ubuntu1 all Ubuntu 16.04 Wallpapers | |
rc ubuntuone-client 3.0.2-0ubuntu2.2 all Ubuntu One client | |
ii ubuntuone-client-data 15.10+15.10.20151007 all Data files for Ubuntu One | |
ii ucf 3.0036 all Update Configuration File(s): preserve user changes to config files | |
ii udev 229-4ubuntu12 amd64 /dev/ and hotplug management daemon | |
rc udisks 1.0.5-1 amd64 storage media interface | |
ii udisks2 2.1.7-1ubuntu1 amd64 D-Bus service to access and manipulate storage devices | |
ii ufw 0.35-0ubuntu2 all program for managing a Netfilter firewall | |
ii uidmap 1:4.2-3.1ubuntu5 amd64 programs to help use subuids | |
ii unattended-upgrades 0.90ubuntu0.2 all automatic installation of security upgrades | |
ii unity 7.4.0+16.04.20160906-0ubuntu1 amd64 Interface designed for efficiency of space and interaction. | |
ii unity-accessibility-profiles 0.1.10-0ubuntu3 all Accessibility Profile Manager - Unity profile data | |
ii unity-asset-pool 0.8.24+15.04.20141217-0ubuntu2 all Unity Assets Pool | |
rc unity-common 5.20.0-0ubuntu3 all Common files for the Unity interface. | |
ii unity-control-center 15.04.0+16.04.20160705-0ubuntu1 amd64 utilities to configure the GNOME desktop | |
ii unity-control-center-faces 15.04.0+16.04.20160705-0ubuntu1 all utilities to configure the GNOME desktop - faces images | |
ii unity-control-center-signon 0.1.8+16.04.20160201-0ubuntu1 amd64 Unity Control Center extension for single signon | |
ii unity-greeter 16.04.2-0ubuntu1 amd64 Unity Greeter | |
ii unity-gtk-module-common 0.0.0+15.04.20150118-0ubuntu2 all Common files for GtkMenuShell D-Bus exporter | |
ii unity-gtk2-module:amd64 0.0.0+15.04.20150118-0ubuntu2 amd64 GtkMenuShell D-Bus exporter | |
ii unity-gtk3-module:amd64 0.0.0+15.04.20150118-0ubuntu2 amd64 GtkMenuShell D-Bus exporter | |
ii unity-lens-applications 7.1.0+16.04.20160701-0ubuntu1 amd64 Application lens for unity | |
ii unity-lens-files 7.1.0+16.04.20151217-0ubuntu1 amd64 File lens for unity | |
rc unity-lens-friends 0.1.3+14.04.20140317-0ubuntu1 amd64 Friends scope for unity | |
ii unity-lens-music 6.9.1+16.04-0ubuntu1 amd64 Music lens for unity | |
ii unity-lens-photos 1.0+14.04.20140318-0ubuntu1 all Photos lens for Unity | |
ii unity-lens-video 0.3.15+16.04.20160212.1-0ubuntu1 amd64 Unity Video lens | |
ii unity-schemas 7.4.0+16.04.20160906-0ubuntu1 all Interface designed for efficiency of space and interaction. | |
ii unity-scope-calculator 0.1+14.04.20140328-0ubuntu1 all Calculator scope for Unity | |
ii unity-scope-chromiumbookmarks 0.1+13.10.20130723-0ubuntu1 all Chromium bookmarks scope for Unity | |
ii unity-scope-colourlovers 0.1+13.10.20130723-0ubuntu1 all COLOURlovers scope for Unity | |
ii unity-scope-devhelp 0.1+14.04.20140328-0ubuntu1 all devhelp scope for Unity | |
ii unity-scope-firefoxbookmarks 0.1+13.10.20130809.1-0ubuntu1 all Firefox bookmarks scope for Unity | |
ii unity-scope-gdrive 0.9+16.04.20151125-0ubuntu1 all Google Drive scope for Unity | |
ii unity-scope-home 6.8.2+16.04.20160212.1-0ubuntu1 amd64 Home scope that aggregates results from multiple scopes | |
ii unity-scope-manpages 3.0+14.04.20140324-0ubuntu1 all Manual pages scope for Unity | |
ii unity-scope-openclipart 0.1+13.10.20130723-0ubuntu1 all OpenClipArt scope for Unity | |
ii unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 all Texdoc scope for Unity | |
ii unity-scope-tomboy 0.1+13.10.20130723-0ubuntu1 all Tomboy scope for Unity | |
ii unity-scope-video-remote 0.3.15+16.04.20160212.1-0ubuntu1 amd64 Remote videos engine | |
ii unity-scope-virtualbox 0.1+13.10.20130723-0ubuntu1 all VirtualBox scope for Unity | |
ii unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 all Help scope for Unity | |
ii unity-scope-zotero 0.1+13.10.20130723-0ubuntu1 all Zotero scope for Unity | |
ii unity-scopes-master-default 6.8.2+16.04.20160212.1-0ubuntu1 all Home scope that aggregates results from multiple scopes | |
ii unity-scopes-runner 7.1.4+16.04.20160701-0ubuntu1 all desktop runner for misceallenous scopes | |
ii unity-services 7.4.0+16.04.20160906-0ubuntu1 amd64 Services for the Unity interface | |
ii unity-settings-daemon 15.04.1+16.04.20160701-0ubuntu1 amd64 daemon handling the Unity session settings | |
ii unity-webapps-common 2.4.17+15.10.20150616-0ubuntu2 all Unity WebApp integration scripts | |
ii unity-webapps-qml 0.1+16.04.20160114-0ubuntu1 amd64 Unity Webapps QML component | |
ii unity-webapps-service 2.5.0~+16.04.20160201-0ubuntu1 amd64 Service for Web Apps integration with the Unity desktop | |
ii uno-libs3 5.1.4-0ubuntu1 amd64 LibreOffice UNO runtime environment -- public shared libraries | |
ii unzip 6.0-20ubuntu1 amd64 De-archiver for .zip files | |
ii update-inetd 4.43 all inetd configuration file updater | |
ii update-manager 1:16.04.4 all GNOME application that manages apt updates | |
ii update-manager-core 1:16.04.4 all manage release upgrades | |
ii update-motd 3.6-0ubuntu1 all compliments pam_motd in libpam-modules | |
ii update-notifier 3.168.2 amd64 Daemon which notifies about package updates | |
ii update-notifier-common 3.168.2 all Files shared between update-notifier and other packages | |
ii upower 0.99.4-2ubuntu0.3 amd64 abstraction for power management | |
ii upstart 1.13.2-0ubuntu21.1 amd64 event-based init daemon - essential binaries | |
ii ure 5.1.4-0ubuntu1 amd64 LibreOffice UNO runtime environment | |
ii ureadahead 0.100.0-19 amd64 Read required files in advance | |
ii usb-creator-common 0.3.2 amd64 create a startup disk using a CD or disc image (common files) | |
ii usb-creator-gtk 0.3.2 amd64 create a startup disk using a CD or disc image (for GNOME) | |
ii usb-modeswitch 2.2.5+repack0-1ubuntu1 amd64 mode switching tool for controlling "flip flop" USB devices | |
ii usb-modeswitch-data 20151101-1 all mode switching data for usb-modeswitch | |
ii usbmuxd 1.1.0-2 amd64 USB multiplexor daemon for iPhone and iPod Touch devices | |
ii usbutils 1:007-4 amd64 Linux USB utilities | |
ii user-first-login-u1 1.4 amd64 Start Ubuntu One upon user's first login | |
rc user-setup 1.48ubuntu2 all Set up initial user and password | |
ii util-linux 2.27.1-6ubuntu3.1 amd64 miscellaneous system utilities | |
ii uuid-runtime 2.27.1-6ubuntu3.1 amd64 runtime components for the Universally Unique ID library | |
ii vagrant 1.8.1+dfsg-1 all Tool for building and distributing virtualized development environments | |
ii vbetool 1.1-3 amd64 run real-mode video BIOS code to alter hardware state | |
ii vim 2:7.4.1689-3ubuntu1.2 amd64 Vi IMproved - enhanced vi editor | |
ii vim-common 2:7.4.1689-3ubuntu1.2 amd64 Vi IMproved - Common files | |
ii vim-runtime 2:7.4.1689-3ubuntu1.2 all Vi IMproved - Runtime files | |
ii vim-tiny 2:7.4.1689-3ubuntu1.2 amd64 Vi IMproved - enhanced vi editor - compact version | |
ii vino 3.8.1-0ubuntu9.1 amd64 VNC server for GNOME | |
ii virtualbox 5.0.24-dfsg-0ubuntu1.16.04.1 amd64 x86 virtualization solution - base binaries | |
ii virtualbox-dkms 5.0.24-dfsg-0ubuntu1.16.04.1 all x86 virtualization solution - kernel module sources for dkms | |
ii virtualbox-qt 5.0.24-dfsg-0ubuntu1.16.04.1 amd64 x86 virtualization solution - Qt based user interface | |
ii virtualenv 15.0.1+ds-3 all Python virtual environment creator | |
ii wamerican 7.1-1 all American English dictionary words for /usr/share/dict | |
ii watauga-install-scripts 1.3 all Deploys install-time scripts. | |
ii watauga-superkey-workaround 1 all Watauga superkey workaround configuration package | |
ii watauga2-meta 1.3 all Meta package for the OEM mainstreams image. | |
ii wataugafour-meta 0.17 all Wataugafour Meta package. | |
ii wbritish 7.1-1 all British English dictionary words for /usr/share/dict | |
ii wdiff 1.2.2-1build1 amd64 Compares two files word by word | |
rc webaccounts-extension-common 0.5-0ubuntu2.14.04.1 amd64 Ubuntu Online Accounts browser extension - common files | |
ii webapp-container 0.23+16.04.20160413-0ubuntu1 amd64 Ubuntu web applications container | |
ii webbrowser-app 0.23+16.04.20160413-0ubuntu1 amd64 Ubuntu web browser | |
ii wget 1.17.1-1ubuntu1.1 amd64 retrieves files from the web | |
ii whiptail 0.52.18-1ubuntu2 amd64 Displays user-friendly dialog boxes from shell scripts | |
ii whois 5.2.11 amd64 intelligent WHOIS client | |
ii whoopsie 0.2.52.2 amd64 Ubuntu error tracker submission | |
ii whoopsie-preferences 0.18 amd64 System preferences for error reporting | |
ii wireless-regdb 2015.07.20-1ubuntu1 all wireless regulatory database | |
ii wireless-tools 30~pre9-8ubuntu1 amd64 Tools for manipulating Linux Wireless Extensions | |
ii wodim 9:1.1.11-3ubuntu1 amd64 command line CD/DVD writing tool | |
ii workaround-screen-lock-malfunction 1 all Workaround screen lock malfunction | |
ii wpasupplicant 2.4-0ubuntu6 amd64 client support for WPA and WPA2 (IEEE 802.11i) | |
ii x11-apps 7.7+5+nmu1ubuntu1 amd64 X applications | |
ii x11-common 1:7.7+13ubuntu3 all X Window System (X.Org) infrastructure | |
ii x11-session-utils 7.7+2 amd64 X session utilities | |
ii x11-utils 7.7+3 amd64 X11 utilities | |
ii x11-xfs-utils 7.7+2 amd64 X font server utilities | |
ii x11-xkb-utils 7.7+2 amd64 X11 XKB utilities | |
ii x11-xserver-utils 7.7+7 amd64 X server utilities | |
rc x11-xserver-utils-lts-quantal 7.7~3ubuntu1~precise1 amd64 X server utilities | |
ii xauth 1:1.0.9-1ubuntu2 amd64 X authentication utility | |
ii xbitmaps 1.1.1-2 all Base X bitmaps | |
ii xbrlapi 5.3.1-2ubuntu2.1 amd64 Access software for a blind person using a braille display - xbrlapi | |
ii xcursor-themes 1.0.4-1 all Base X cursor themes | |
ii xdg-user-dirs 0.15-2ubuntu6 amd64 tool to manage well known user directories | |
ii xdg-user-dirs-gtk 0.10-1ubuntu1 amd64 tool to manage well known user directories (Gtk extension) | |
ii xdg-utils 1.1.1-1ubuntu1 all desktop integration utilities from freedesktop.org | |
ii xdiagnose 3.8.4.1 all X.org diagnosis tool | |
ii xdotool 1:3.20150503.1-2 amd64 simulate (generate) X11 keyboard/mouse input events | |
ii xfonts-base 1:1.0.4+nmu1 all standard fonts for X | |
ii xfonts-encodings 1:1.0.4-2 all Encodings for X.Org fonts | |
rc xfonts-mathml 6ubuntu1 all Type1 Symbol font for MathML | |
ii xfonts-scalable 1:1.0.3-1.1 all scalable fonts for X | |
ii xfonts-utils 1:7.7+3 amd64 X Window System font utility programs | |
ii xinit 1.3.4-3ubuntu0.1 amd64 X server initialisation tool | |
ii xinput 1.6.2-1 amd64 Runtime configuration and test of XInput devices | |
ii xkb-data 2.16-1ubuntu1 all X Keyboard Extension (XKB) configuration data | |
ii xml-core 0.13+nmu2 all XML infrastructure and XML catalog file support | |
ii xorg 1:7.7+13ubuntu3 amd64 X.Org X Window System | |
ii xorg-docs-core 1:1.7.1-1ubuntu1 all Core documentation for the X.org X Window System | |
ii xorriso 1.4.2-4ubuntu1 amd64 command line ISO-9660 and Rock Ridge manipulation tool | |
ii xserver-common 2:1.18.4-0ubuntu0.2 all common files used by various X servers | |
rc xserver-common-lts-quantal 2:1.13.0-0ubuntu6.5~precise1 all common files used by various X servers | |
ii xserver-xorg 1:7.7+13ubuntu3 amd64 X.Org X server | |
ii xserver-xorg-core 2:1.18.4-0ubuntu0.2 amd64 Xorg X server - core server | |
rc xserver-xorg-core-lts-quantal 2:1.13.0-0ubuntu6.5~precise1 amd64 Xorg X server - core server | |
ii xserver-xorg-input-all 1:7.7+13ubuntu3 amd64 X.Org X server -- input driver metapackage | |
ii xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 amd64 X.Org X server -- evdev input driver | |
ii xserver-xorg-input-synaptics 1.8.2-1ubuntu3 amd64 Synaptics TouchPad driver for X.Org server | |
ii xserver-xorg-input-vmmouse 1:13.1.0-1ubuntu2 amd64 X.Org X server -- VMMouse input driver to use with VMWare | |
ii xserver-xorg-input-wacom 1:0.32.0-0ubuntu3 amd64 X.Org X server -- Wacom input driver | |
rc xserver-xorg-lts-quantal 1:7.7+1ubuntu4~precise1 amd64 X.Org X server | |
ii xserver-xorg-video-all 1:7.7+13ubuntu3 amd64 X.Org X server -- output driver metapackage | |
ii xserver-xorg-video-amdgpu 1.1.0-1 amd64 X.Org X server -- AMDGPU display driver | |
ii xserver-xorg-video-ati 1:7.7.0-1 amd64 X.Org X server -- AMD/ATI display driver wrapper | |
ii xserver-xorg-video-cirrus 1:1.5.3-1ubuntu3 amd64 X.Org X server -- Cirrus display driver | |
ii xserver-xorg-video-fbdev 1:0.4.4-1build5 amd64 X.Org X server -- fbdev display driver | |
ii xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1.1 amd64 X.Org X server -- Intel i8xx, i9xx display driver | |
rc xserver-xorg-video-intel-lts-quantal 2:2.20.9-0ubuntu2.3~precise1 amd64 X.Org X server -- Intel i8xx, i9xx display driver | |
ii xserver-xorg-video-mach64 6.9.5-1build2 amd64 X.Org X server -- ATI Mach64 display driver | |
ii xserver-xorg-video-mga 1:1.6.4-1build2 amd64 X.Org X server -- MGA display driver | |
ii xserver-xorg-video-neomagic 1:1.2.9-1build2 amd64 X.Org X server -- Neomagic display driver | |
ii xserver-xorg-video-nouveau 1:1.0.12-1build2 amd64 X.Org X server -- Nouveau display driver | |
ii xserver-xorg-video-openchrome 1:0.3.3+git20160310-1 amd64 X.Org X server -- VIA display driver | |
rc xserver-xorg-video-openchrome-lts-quantal 1:0.3.1-0ubuntu1~precise3 amd64 X.Org X server -- VIA display driver | |
ii xserver-xorg-video-qxl 0.1.4-3ubuntu3 amd64 X.Org X server -- QXL display driver | |
ii xserver-xorg-video-r128 6.10.0-1build2 amd64 X.Org X server -- ATI r128 display driver | |
ii xserver-xorg-video-radeon 1:7.7.0-1 amd64 X.Org X server -- AMD/ATI Radeon display driver | |
ii xserver-xorg-video-savage 1:2.3.8-1ubuntu3 amd64 X.Org X server -- Savage display driver | |
ii xserver-xorg-video-siliconmotion 1:1.7.8-1ubuntu6 amd64 X.Org X server -- SiliconMotion display driver | |
ii xserver-xorg-video-sisusb 1:0.9.6-2build5 amd64 X.Org X server -- SiS USB display driver | |
ii xserver-xorg-video-tdfx 1:1.4.6-1build2 amd64 X.Org X server -- tdfx display driver | |
ii xserver-xorg-video-trident 1:1.3.7-1build2 amd64 X.Org X server -- Trident display driver | |
ii xserver-xorg-video-vesa 1:2.3.4-1build2 amd64 X.Org X server -- VESA display driver | |
ii xserver-xorg-video-vmware 1:13.1.0-2ubuntu3 amd64 X.Org X server -- VMware display driver | |
rc xserver-xorg-video-vmware-lts-quantal 1:12.0.2+git.e5ac80d8-0ubuntu1~precise2 amd64 X.Org X server -- VMware display driver | |
rc xserver-xorg-video-vmware-lts-trusty 3:6 amd64 Transitional package for xserver-xorg-video-vmware | |
ii xterm 322-1ubuntu1 amd64 X terminal emulator | |
ii xul-ext-ubufox 3.2-0ubuntu1 all Ubuntu modifications for Firefox | |
ii xz-utils 5.1.1alpha+20120614-2ubuntu2 amd64 XZ-format compression utilities | |
ii yelp 3.18.1-1ubuntu4 amd64 Help browser for GNOME | |
ii yelp-xsl 3.18.1-1 all XSL stylesheets for the yelp help browser | |
ii zeitgeist 0.9.16-0ubuntu4 all event logging framework | |
ii zeitgeist-core 0.9.16-0ubuntu4 amd64 event logging framework - engine | |
ii zeitgeist-datahub 0.9.16-0ubuntu4 amd64 event logging framework - passive logging daemon | |
ii zenity 3.18.1.1-1ubuntu2 amd64 Display graphical dialog boxes from shell scripts | |
ii zenity-common 3.18.1.1-1ubuntu2 all Display graphical dialog boxes from shell scripts (common files) | |
ii zip 3.0-11 amd64 Archiver for .zip files | |
ii zlib1g:amd64 1:1.2.8.dfsg-2ubuntu4 amd64 compression library - runtime | |
ii zookeeper 3.4.8-1 all High-performance coordination service for distributed applications |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# deb http://dell.archive.canonical.com/updates/ precise-dell public # disabled on upgrade to trusty | |
# deb-src http://dell.archive.canonical.com/updates/ precise-dell public # disabled on upgrade to trusty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# deb http://oem.archive.canonical.com/updates/ precise-oem-sp1 public # disabled on upgrade to trusty | |
# deb-src http://oem.archive.canonical.com/updates/ precise-oem-sp1 public # disabled on upgrade to trusty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# deb http://dell.archive.canonical.com/updates/ trusty-dell public # disabled on upgrade to xenial | |
# deb-src http://dell.archive.canonical.com/updates/ trusty-dell public # disabled on upgrade to xenial |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# deb http://oem.archive.canonical.com/updates/ trusty-oem-sp1 public # disabled on upgrade to xenial | |
# deb-src http://oem.archive.canonical.com/updates/ trusty-oem-sp1 public # disabled on upgrade to xenial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment