-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdebianPackagesThesisBuild.txt
2686 lines (2686 loc) · 354 KB
/
debianPackagesThesisBuild.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
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 accountsservice 0.6.37-3+b1 amd64 query and manipulate user account information
ii acl 2.2.52-2 amd64 Access control list utilities
ii acpi 1.7-1 amd64 displays information on ACPI devices
ii acpi-support-base 0.142-6 all scripts for handling base ACPI events such as the power button
ii acpid 1:2.0.23-2 amd64 Advanced Configuration and Power Interface event daemon
ii adduser 3.113+nmu3 all add and remove users and groups
ii adwaita-icon-theme 3.14.0-2 all default icon theme of GNOME
ii aglfn 1.7-3 all Adobe Glyph List For New Fonts
ii alsa-base 1.0.27+1 all dummy package to ease purging of obsolete conffiles
ii alsa-utils 1.0.28-1 amd64 Utilities for configuring and using ALSA
ii ant 1.9.4-3 all Java based build tool like make
ii ant-optional 1.9.4-3 all Java based build tool like make - optional libraries
ii antlr 2.7.7+dfsg-6 all language tool for constructing recognizers, compilers etc
ii antlr3 3.2-10 all language tool for constructing recognizers, compilers etc
ii apache2-bin 2.4.10-10 amd64 Apache HTTP Server (modules and other binary files)
ii apg 2.2.3.dfsg.1-2 amd64 Automated Password Generator - Standalone version
ii apt 1.0.9.8 amd64 commandline package manager
ii apt-listchanges 2.85.13+nmu1 all package change history notification tool
ii apt-utils 1.0.9.8 amd64 package management related utility programs
ii aptitude 0.6.11-1+b1 amd64 terminal-based package manager
ii aptitude-common 0.6.11-1 all architecture independent files for the aptitude package manager
ii aspectj 1.8.3-2 all aspect-oriented extension for Java - tools
ii aspell 0.60.7~20110707-1.3 amd64 GNU Aspell spell-checker
ii aspell-en 7.1-0-1.1 all English dictionary for GNU Aspell
ii at 3.1.16-1 amd64 Delayed job execution and batch processing
ii at-spi2-core 2.14.0-1 amd64 Assistive Technology Service Provider Interface (dbus core)
ii audacious 3.5-2 amd64 small and fast audio player which supports lots of formats
ii audacious-plugins:amd64 3.5-1+b2 amd64 Base plugins for audacious
ii audacious-plugins-data 3.5-1 all Data files for Audacious plugins
ii autoconf 2.69-8 all automatic configure script builder
ii automake 1:1.14.1-4 all Tool for generating GNU Standards-compliant Makefiles
ii automoc 1.0~version-0.9.88-5 amd64 automatic moc for Qt 4 packages
ii autopoint 0.19.3-2 all The autopoint program from GNU gettext
ii autotools-dev 20140911.1 all Update infrastructure for config.{guess,sub} files
ii avahi-daemon 0.6.31-5 amd64 Avahi mDNS/DNS-SD daemon
ii base-files 8 amd64 Debian base system miscellaneous files
ii base-passwd 3.5.37 amd64 Debian base system master password and group files
ii bash 4.3-11+b1 amd64 GNU Bourne Again SHell
ii bash-completion 1:2.1-4 all programmable completion for the bash shell
ii bc 1.06.95-9 amd64 GNU bc arbitrary precision calculator language
ii bind9-host 1:9.9.5.dfsg-9 amd64 Version of 'host' bundled with BIND 9.X
ii binfmt-support 2.1.5-1 amd64 Support for extra binary formats
ii binutils 2.25-5 amd64 GNU assembler, linker and binary utilities
ii binutils-mingw-w64-i686 2.25-5+5.2 amd64 Cross-binutils for Win32 (x86) using MinGW-w64
ii bison 2:3.0.2.dfsg-2 amd64 YACC-compatible parser generator
ii blt 2.5.3+dfsg-1 amd64 graphics extension library for Tcl/Tk - run-time
ii bluez 5.23-2+b1 amd64 Bluetooth tools and daemons
ii bluez-obexd 5.23-2+b1 amd64 bluez obex daemon
ii bsd-mailx 8.1.2-0.20141216cvs-2 amd64 simple mail user agent
ii bsdmainutils 9.0.6 amd64 collection of more utilities from FreeBSD
ii bsdutils 1:2.25.2-6 amd64 basic utilities from 4.4BSD-Lite
ii build-essential 11.7 amd64 Informational list of build-essential packages
ii busybox 1:1.22.0-9+deb8u1 amd64 Tiny utilities for small and embedded systems
ii byzanz 0.3.0+git20140619-1 amd64 small screencast creator
ii bzip2 1.0.6-7+b3 amd64 high-quality block-sorting file compressor - utilities
ii ca-certificates 20141019 all Common CA certificates
ii ca-certificates-java 20140324 all Common CA certificates (JKS keystore)
ii catdvi 0.14-12.1 amd64 DVI to plain text translator
ii cheese-common 3.14.1-2 all Common files for the Cheese tool to take pictures and videos
ii chkrootkit 0.50-3 amd64 rootkit detector
ii chromium 41.0.2272.118-1 amd64 web browser
ii chromium-inspector 41.0.2272.118-1 all web browser - page inspection support
ii clamav 0.98.6+dfsg-1 amd64 anti-virus utility for Unix - command-line interface
ii clamav-base 0.98.6+dfsg-1 all anti-virus utility for Unix - base package
ii clamav-freshclam 0.98.6+dfsg-1 amd64 anti-virus utility for Unix - virus database update utility
ii clamtk 5.11-1 all graphical front-end for ClamAV
ii cloc 1.60-1 all statistics utility to count lines of code
ii cm-super 0.3.4-9 all TeX font package (full version) with CM (EC) in Type1 in T1, T2*, TS1, X2 enc
ii cm-super-minimal 0.3.4-9 all TeX font package (minimal version) with CM/EC in Type1 in T1, T2*, TS1, X2 enc
ii coinor-libcbc3 2.8.12-1 amd64 Coin-or branch-and-cut mixed integer programming solver (shared libraries)
ii coinor-libcgl1 0.58.9-1 amd64 COIN-OR Cut Generation Library
ii coinor-libclp1 1.15.10-1 amd64 Coin-or linear programming solver (shared libraries)
ii coinor-libcoinmp1:amd64 1.7.6+dfsg1-1 amd64 Simple C API for COIN-OR Solvers Clp and Cbc -- library
ii coinor-libcoinutils3 2.9.15-3 amd64 Coin-or collection of utility classes (binaries and libraries)
ii coinor-libosi1 0.106.9-1 amd64 COIN-OR Open Solver Interface
ii colord 1.2.1-1+b2 amd64 system service to manage device colour profiles -- system daemon
ii colord-data 1.2.1-1 all system service to manage device colour profiles -- data files
ii comerr-dev 2.1-1.42.12-1.1 amd64 common error description library - headers and static libraries
ii console-setup 1.123 all console font and keymap setup program
ii console-setup-linux 1.123 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.23-4 amd64 GNU core utilities
ii cpio 2.11+dfsg-4.1 amd64 GNU cpio -- a program to manage archives of files
ii cpp 4:4.9.2-2 amd64 GNU C preprocessor (cpp)
ii cpp-4.7 4.7.4-3 amd64 GNU C preprocessor
ii cpp-4.8 4.8.4-1 amd64 GNU C preprocessor
ii cpp-4.9 4.9.2-10 amd64 GNU C preprocessor
ii cracklib-runtime 2.9.2-1 amd64 runtime support for password checker library cracklib2
ii crda 3.13-1 amd64 wireless Central Regulatory Domain Agent
ii cron 3.0pl1-127 amd64 process scheduling daemon
ii cups 1.7.5-11 amd64 Common UNIX Printing System(tm) - PPD/driver support, web interface
ii cups-backend-bjnp 1.2-2 amd64 printer backend for Canon BJNP protocol
ii cups-browsed 1.0.61-5 amd64 OpenPrinting CUPS Filters - cups-browsed
ii cups-bsd 1.7.5-11 amd64 Common UNIX Printing System(tm) - BSD commands
ii cups-client 1.7.5-11 amd64 Common UNIX Printing System(tm) - client programs (SysV)
ii cups-common 1.7.5-11 all Common UNIX Printing System(tm) - common files
ii cups-core-drivers 1.7.5-11 amd64 Common UNIX Printing System(tm) - PPD-less printing
ii cups-daemon 1.7.5-11 amd64 Common UNIX Printing System(tm) - daemon
ii cups-filters 1.0.61-5 amd64 OpenPrinting CUPS Filters - Main Package
ii cups-filters-core-drivers 1.0.61-5 amd64 OpenPrinting CUPS Filters - PPD-less printing
ii cups-pk-helper 0.2.5-2+b1 amd64 PolicyKit helper to configure cups with fine-grained privileges
ii cups-ppdc 1.7.5-11 amd64 Common UNIX Printing System(tm) - PPD manipulation utilities
ii cups-server-common 1.7.5-11 all Common UNIX Printing System(tm) - server common files
ii curl 7.38.0-4 amd64 command line tool for transferring data with URL syntax
ii dash 0.5.7-4+b1 amd64 POSIX-compliant shell
ii db5.1-util 5.1.29-9 amd64 Berkeley v5.1 Database Utilities
ii dbus 1.8.16-1 amd64 simple interprocess messaging system (daemon and utilities)
ii dbus-x11 1.8.16-1 amd64 simple interprocess messaging system (X11 deps)
ii dc 1.06.95-9 amd64 GNU dc arbitrary precision reverse-polish calculator
ii dconf-gsettings-backend:amd64 0.22.0-1 amd64 simple configuration storage system - GSettings back-end
ii dconf-service 0.22.0-1 amd64 simple configuration storage system - D-Bus service
ii dcraw 9.21-0.2+b2 amd64 decode raw digital camera images
ii dctrl-tools 2.23 amd64 Command-line tools to process Debian package information
ii debconf 1.5.56 all Debian configuration management system
ii debconf-i18n 1.5.56 all full internationalization support for debconf
ii debhelper 9.20150101 all helper programs for debian/rules
ii debian-archive-keyring 2014.3 all GnuPG archive keys of the Debian archive
ii debian-faq 5.0.3 all Debian Frequently Asked Questions
ii debianutils 4.4+b1 amd64 Miscellaneous utilities specific to Debian
ii default-jdk 2:1.7-52 amd64 Standard Java or Java compatible Development Kit
ii default-jre 2:1.7-52 amd64 Standard Java or Java compatible Runtime
ii default-jre-headless 2:1.7-52 amd64 Standard Java or Java compatible Runtime (headless)
ii desktop-file-utils 0.22-1 amd64 Utilities for .desktop files
ii devscripts 2.15.3 amd64 scripts to make the life of a Debian Package maintainer easier
ii dh-python 1.20141111-2 all Debian helper tools for packaging Python libraries and applications
ii dia 0.97.3-1 amd64 Diagram editor
ii dia-common 0.97.3-1 all Diagram editor (common files)
ii dia-libs 0.97.3-1 amd64 Diagram editor (library files)
ii dia-shapes 0.6.0-1 all Diagram editor
ii dictionaries-common 1.23.17 all spelling dictionaries - common utilities
ii diffutils 1:3.3-1+b1 amd64 File comparison utilities
ii discover 2.1.2-7 amd64 hardware identification system
ii discover-data 2.2013.01.11 all Data lists for Discover hardware detection system
ii dkms 2.2.0.3-2 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 2.12-3 amd64 SMBIOS/DMI table decoder
ii dmsetup 2:1.02.90-2.2 amd64 Linux Kernel Device Mapper userspace library
ii dns-root-data 2014060201+2 all DNS root data including root zone and DNSSEC key
ii dnsmasq-base 2.72-3 amd64 Small caching DNS proxy and DHCP/TFTP server
ii dnsutils 1:9.9.5.dfsg-9 amd64 Clients provided with BIND
ii doc-debian 6.2 all Debian Project documentation and other documents
ii docbook-xml 4.5-7.2 all standard XML documentation system for software and systems
ii docbook-xsl 1.78.1+dfsg-1 all stylesheets for processing DocBook XML to various output formats
ii docutils-common 0.12+dfsg-1 all text processing system for reStructuredText - common data
ii docutils-doc 0.12+dfsg-1 all text processing system for reStructuredText - documentation
ii dosfstools 3.0.27-1 amd64 utilities for making and checking MS-DOS FAT filesystems
ii doxygen 1.8.8-5 amd64 Documentation system for C, C++, Java, Python and other languages
ii dpkg 1.17.25 amd64 Debian package management system
ii dpkg-dev 1.17.25 all Debian package development tools
ii dvipng 1.14-2+b1 amd64 convert DVI files to PNG graphics
ii e2fslibs:amd64 1.42.12-1.1 amd64 ext2/ext3/ext4 file system libraries
ii e2fsprogs 1.42.12-1.1 amd64 ext2/ext3/ext4 file system utilities
ii eclipse 3.8.1-7 all Extensible Tool Platform and Java IDE
ii eclipse-jdt 3.8.1-7 all Eclipse Java Development Tools (JDT)
ii eclipse-pde 3.8.1-7 amd64 Eclipse Plug-in Development Environment (PDE)
ii eclipse-platform 3.8.1-7 amd64 Eclipse platform without development plug-ins
ii eclipse-platform-data 3.8.1-7 all Eclipse platform without development plug-ins (data)
ii eclipse-rcp 3.8.1-7 amd64 Eclipse Rich Client Platform (RCP)
ii ed 1.10-2 amd64 classic UNIX line editor
ii efibootmgr 0.11.0-3 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 elyxer 1.2.5-1 all standalone LyX to HTML converter
ii emacsen-common 2.0.8 all Common facilities for all emacsen
ii enblend 4.1.3+dfsg-2 amd64 image blending tool
ii enchant 1.6.0-10.1 amd64 Wrapper for various spell checker engines (binary programs)
ii enfuse 4.1.3+dfsg-2 amd64 image exposure blending tool
ii epstool 3.08+repack-4 amd64 edit preview images and fix bounding boxes in EPS files
ii etherape 0.9.13-1 amd64 graphical network monitor
ii ethtool 1:3.16-1 amd64 display or change Ethernet device settings
ii evince 3.14.1-2 amd64 Document (PostScript, PDF) viewer
ii evince-common 3.14.1-2 all Document (PostScript, PDF) viewer - common files
rc evince-gtk 3.10.0-1+b1 amd64 Document (PostScript, PDF) viewer (GTK+ version)
ii evolution-data-server-common 3.12.9~git20141128.5242b0-2+deb8u2 all architecture independent files for Evolution Data Server
ii exfat-fuse 1.1.0-2 amd64 read and write exFAT driver for FUSE
ii exfat-utils 1.1.0-2 amd64 utilities to create, check, label and dump exFAT filesystem
ii exiftran 2.09-1+b1 amd64 digital camera JPEG image transformer
ii exim4 4.84-8 all metapackage to ease Exim MTA (v4) installation
ii exim4-base 4.84-8 amd64 support files for all Exim MTA (v4) packages
ii exim4-config 4.84-8 all configuration for the Exim MTA (v4)
ii exim4-daemon-light 4.84-8 amd64 lightweight Exim MTA (v4) daemon
ii exiv2 0.24-4.1 amd64 EXIF/IPTC metadata manipulation tool
ii expect 5.45-6 amd64 Automates interactive applications
ii fakeroot 1.20.2-1 amd64 tool for simulating superuser privileges
ii fastjar 2:0.98-5 amd64 Jar creation utility
ii fdupes 1.51-1 amd64 identifies duplicate files within given directories
ii feh 2.12-1 amd64 imlib2 based image viewer
ii file 1:5.22+15-2 amd64 Determines file type using "magic" numbers
ii findutils 4.4.2-9+b1 amd64 utilities for finding files--find, xargs
ii firebird2.5-common 2.5.3.26778.ds4-5 all common files for firebird 2.5 servers and clients
ii firebird2.5-common-doc 2.5.3.26778.ds4-5 all copyright, licensing and changelogs of firebird2.5
ii firebird2.5-server-common 2.5.3.26778.ds4-5 amd64 common files for firebird 2.5 servers
ii firmware-linux-free 3.3 all Binary firmware for various drivers in the Linux kernel
ii flashplugin-nonfree 1:3.6.1 amd64 Adobe Flash Player - browser plugin
ii flex 2.5.39-8+b1 amd64 fast lexical analyzer generator
ii fluxbox 1.3.5-2 amd64 Highly configurable and low resource X11 Window manager
ii fontconfig 2.11.0-6.3 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.11.0-6.3 all generic font configuration library - configuration
ii fontforge 20120731.b-5+b3 amd64 font editor
ii fontforge-common 20120731.b-5 all font editor (common files)
ii fonts-dejavu 2.34-1 all metapackage to pull in fonts-dejavu-core and fonts-dejavu-extra
ii fonts-dejavu-core 2.34-1 all Vera font family derivate with additional characters
ii fonts-dejavu-extra 2.34-1 all Vera font family derivate with additional characters (extra variants)
ii fonts-droid 1:4.4.4r2-6 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-liberation 1.07.4-1 all Fonts with the same metrics as Times, Arial and Courier
ii fonts-lmodern 2.004.4-5 all OpenType fonts based on Computer Modern
ii fonts-lyx 2.1.2-2 all TrueType versions of some TeX fonts used by LyX
ii fonts-opensymbol 2:102.6+LibO4.3.3-2 all OpenSymbol TrueType font
ii fonts-sil-gentium 20081126:1.02-13 all extended Unicode Latin font ("a typeface for the nations")
ii fonts-sil-gentium-basic 1.1-7 all smart Unicode font families (Basic and Book Basic) based on Gentium
ii fonts-stix 1.1.1-1 all Scientific and Technical Information eXchange fonts
ii fonts-texgyre 20140520-1 all OpenType fonts based on URW Fonts
ii fonts-vlgothic 20140801-1 all Japanese TrueType font from Vine Linux
ii foomatic-db-compressed-ppds 20150411-1 all OpenPrinting printer support - Compressed PPDs derived from the database
ii foomatic-db-engine 4.0.11-1 amd64 OpenPrinting printer support - programs
ii foomatic-db-gutenprint 5.2.10-3 all OpenPrinting printer support - database for Gutenprint printer drivers
rc foomatic-filters 4.0.17-1 amd64 OpenPrinting printer support - filters
ii freecad 0.14.3702+dfsg-3 amd64 Extensible Open Source CAx program (alpha)
ii freeglut3:amd64 2.8.1-2 amd64 OpenGL Utility Toolkit
ii freepats 20060219-1 all Free patch set for MIDI audio synthesis
ii ftp 0.17-31 amd64 classical file transfer client
ii fuse 2.9.3-15+b1 amd64 Filesystem in Userspace
ii g++ 4:4.9.2-2 amd64 GNU C++ compiler
ii g++-4.8 4.8.4-1 amd64 GNU C++ compiler
ii g++-4.9 4.9.2-10 amd64 GNU C++ compiler
ii g++-mingw-w64-i686 4.9.1-19+14.3 amd64 GNU C++ compiler for MinGW-w64 targeting Win32
ii gawk 1:4.1.1+dfsg-1 amd64 GNU awk, a pattern scanning and processing language
ii gcc 4:4.9.2-2 amd64 GNU C compiler
ii gcc-4.7-base:amd64 4.7.4-3 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-4.8 4.8.4-1 amd64 GNU C compiler
ii gcc-4.8-base:amd64 4.8.4-1 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-4.9 4.9.2-10 amd64 GNU C compiler
ii gcc-4.9-base:amd64 4.9.2-10 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-mingw-w64-base 4.9.1-19+14.3 amd64 GNU Compiler Collection for MinGW-w64 (base package)
ii gcc-mingw-w64-i686 4.9.1-19+14.3 amd64 GNU C compiler for MinGW-w64 targeting Win32
ii gconf-service 3.2.6-3 amd64 GNOME configuration database system (D-Bus service)
ii gconf2 3.2.6-3 amd64 GNOME configuration database system (support tools)
ii gconf2-common 3.2.6-3 all GNOME configuration database system (common files)
ii gcr 3.14.0-2 amd64 GNOME crypto services (daemon and tools)
ii gdb 7.7.1+dfsg-5 amd64 GNU Debugger
ii gdbserver 7.7.1+dfsg-5 amd64 GNU Debugger (remote server)
ii gdebi-core 0.9.5.5+nmu1 all simple tool to install deb files
ii gdisk 0.8.10-2 amd64 GPT fdisk text-mode partitioning tool
ii geeqie 1:1.2-3+b1 amd64 image viewer using GTK+
ii geeqie-common 1:1.2-3 all data files for Geeqie
ii geoclue-2.0 2.1.10-2 amd64 geoinformation service
ii geoip-database 20150317-1 all IP lookup command line tools that use the GeoIP library (country database)
ii gettext 0.19.3-2 amd64 GNU Internationalization utilities
ii gettext-base 0.19.3-2 amd64 GNU Internationalization utilities for the base system
ii ghostscript 9.06~dfsg-2 amd64 interpreter for the PostScript language and for PDF
ii ghostscript-x 9.06~dfsg-2 amd64 interpreter for the PostScript language and for PDF - X11 support
rc giblib1:amd64 1.2.4-9 amd64 wrapper library for imlib2, and other stuff
ii gimp 2.8.14-1+b1 amd64 The GNU Image Manipulation Program
ii gimp-data 2.8.14-1 all Data files for GIMP
ii gimp-ufraw 0.20-2 amd64 gimp importer for raw camera images
ii gir1.2-atk-1.0 2.14.0-1 amd64 ATK accessibility toolkit (GObject introspection)
ii gir1.2-atspi-2.0 2.14.0-1 amd64 Assistive Technology Service Provider (GObject introspection)
ii gir1.2-clutter-1.0 1.20.0-1 amd64 GObject introspection data for the Clutter 1.0 library
ii gir1.2-clutter-gst-2.0 2.0.12-1 amd64 Gobject introspection data for Clutter GStreamer elements
ii gir1.2-cogl-1.0 1.18.2-3 amd64 GObject introspection data for the Cogl 1.0 library
ii gir1.2-coglpango-1.0 1.18.2-3 amd64 GObject introspection data for the CoglPango 1.0 library
ii gir1.2-ebook-1.2 3.12.9~git20141128.5242b0-2+deb8u2 amd64 GObject introspection for the EBook library
ii gir1.2-ebookcontacts-1.2 3.12.9~git20141128.5242b0-2+deb8u2 amd64 GObject introspection for the EBook Contacts library
ii gir1.2-edataserver-1.2 3.12.9~git20141128.5242b0-2+deb8u2 amd64 GObject introspection for the EDataServer library
ii gir1.2-evince-3.0 3.14.1-2 amd64 GObject introspection data for the evince libraries
ii gir1.2-freedesktop:amd64 1.42.0-2.2 amd64 Introspection data for some FreeDesktop components
ii gir1.2-gconf-2.0 3.2.6-3 amd64 GNOME configuration database system (GObject-Introspection)
ii gir1.2-gdkpixbuf-2.0 2.31.1-2+b1 amd64 GDK Pixbuf library - GObject-Introspection
ii gir1.2-glib-2.0:amd64 1.42.0-2.2 amd64 Introspection data for GLib, GObject, Gio and GModule
ii gir1.2-gnomekeyring-1.0 3.12.0-1+b1 amd64 GNOME keyring services library - introspection data
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.4.4-2 amd64 Description: GObject introspection data for the GStreamer Plugins Base library
ii gir1.2-gstreamer-0.10 0.10.36-1.5 amd64 Description: GObject introspection data for the GStreamer library
ii gir1.2-gstreamer-1.0 1.4.4-2 amd64 Description: GObject introspection data for the GStreamer library
ii gir1.2-gtk-2.0 2.24.25-3 amd64 GTK+ graphical user interface library -- gir bindings
ii gir1.2-gtk-3.0:amd64 3.14.5-1 amd64 GTK+ graphical user interface library -- gir bindings
ii gir1.2-gtkclutter-1.0 1.6.0-1 amd64 GObject introspection data for the GTK+ Clutter library
ii gir1.2-gtksource-3.0:amd64 3.14.1-1 amd64 gir files for the GTK+ syntax highlighting widget
ii gir1.2-javascriptcoregtk-3.0:amd64 2.4.8-2 amd64 JavaScript engine library from WebKitGTK+ - GObject introspection data
ii gir1.2-json-1.0 1.0.2-1 amd64 GLib JSON manipulation library (introspection data)
ii gir1.2-langtag-0.5 0.5.1-3 amd64 library to access tags for identifying languages - introspection
ii gir1.2-notify-0.7 0.7.6-2 amd64 sends desktop notifications to a notification daemon (Introspection files)
ii gir1.2-packagekitglib-1.0 1.0.1-2 amd64 GObject introspection data for the PackageKit GLib library
ii gir1.2-pango-1.0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text - gir bindings
ii gir1.2-secret-1 0.18-1+b1 amd64 Secret store (GObject-Introspection)
ii gir1.2-soup-2.4 2.48.0-1 amd64 GObject introspection data for the libsoup HTTP library
ii gir1.2-webkit-3.0:amd64 2.4.8-2 amd64 Web content engine library for GTK+ - GObject introspection data
ii git 1:2.1.4-2.1 amd64 fast, scalable, distributed revision control system
ii git-man 1:2.1.4-2.1 all fast, scalable, distributed revision control system (manual pages)
ii gkbd-capplet 3.6.0-1 amd64 GNOME control center tools for libgnomekbd
ii gkrellm 2.3.6~rc1-1 amd64 GNU Krell Monitors
ii glib-networking:amd64 2.42.0-2 amd64 network-related giomodules for GLib
ii glib-networking-common 2.42.0-2 all network-related giomodules for GLib - data files
ii glib-networking-services 2.42.0-2 amd64 network-related giomodules for GLib - D-Bus services
ii glx-alternative-mesa 0.5.1 amd64 allows the selection of MESA as GLX provider
ii glx-alternative-nvidia 0.5.1 amd64 allows the selection of NVIDIA as GLX provider
ii glx-diversions 0.5.1 amd64 prepare for using accelerated GLX implementations from GPU vendors
rc gmsh 2.8.4+dfsg-1+b1 amd64 Three-dimensional finite element mesh generator
ii gmtp 1.3.7-1 amd64 simple MP3 player client for MTP based devices
ii gnome-bluetooth 3.14.0-2 amd64 GNOME Bluetooth tools
ii gnome-control-center 1:3.14.2-3 amd64 utilities to configure the GNOME desktop
ii gnome-control-center-data 1:3.14.2-3 all configuration applets for GNOME - data files
ii gnome-desktop3-data 3.14.1-1 all Common files for GNOME desktop apps
ii gnome-icon-theme 3.12.0-1 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.14.0-1+b1 amd64 GNOME keyring services (daemon and tools)
rc gnome-menus 3.13.3-2 amd64 GNOME implementation of the freedesktop menu specification
ii gnome-mime-data 2.18.0-1 all base MIME and Application database for GNOME.
ii gnome-online-accounts 3.14.2-1 amd64 service to manage online accounts for the GNOME desktop
ii gnome-settings-daemon 3.14.2-3 amd64 daemon handling the GNOME session settings
ii gnome-sushi 3.12.0-2+b1 amd64 sushi is a quick previewer for nautilus
ii gnome-terminal 3.14.1-1 amd64 GNOME terminal emulator application
ii gnome-terminal-data 3.14.1-1 all Data files for the GNOME terminal emulator
ii gnome-user-guide 3.14.1-1 all GNOME user's guide
ii gnome-user-share 3.14.0-2 amd64 User level public file sharing via WebDAV or ObexFTP
ii gnumeric 1.12.18-2 amd64 spreadsheet application for GNOME - main program
ii gnumeric-common 1.12.18-2 all spreadsheet application for GNOME - common files
ii gnumeric-doc 1.12.18-2 all spreadsheet application for GNOME - documentation
ii gnupg 1.4.18-7 amd64 GNU privacy guard - a free PGP replacement
ii gnupg-agent 2.0.26-6 amd64 GNU privacy guard - password agent
ii gnupg2 2.0.26-6 amd64 GNU privacy guard - a free PGP replacement (new v2.x)
ii gnuplot 4.6.6-2 all Command-line driven interactive plotting program
ii gnuplot-data 4.6.6-2 all Command-line driven interactive plotting program. Data-files
ii gnuplot-tex 4.6.6-2 all Command-line driven interactive plotting program. Tex-files
ii gnuplot-x11 4.6.6-2 amd64 Command-line driven interactive plotting program. X-package
ii google-talkplugin 5.41.0.0-1 amd64 Google Talk Plugin
ii gource 0.43-1 amd64 graphical source control visualisation
ii gparted 0.19.0-2 amd64 GNOME partition editor
ii gperf 3.0.4-1 amd64 Perfect hash function generator
ii gpgv 1.4.18-7 amd64 GNU privacy guard - signature verification tool
ii gpodder 3.8.1-1 all podcast client and feed aggregator
ii gpsbabel 1.5.0-3 amd64 GPS file conversion plus transfer to/from GPS units
ii gpsbabel-doc 1.5.0-3 all GPS file conversion plus transfer to/from GPS units
ii grep 2.20-4.1 amd64 GNU grep, egrep and fgrep
ii groff 1.22.2-8 amd64 GNU troff text-formatting system
ii groff-base 1.22.2-8 amd64 GNU troff text-formatting system (base system components)
ii grub-common 2.02~beta2-22 amd64 GRand Unified Bootloader (common files)
ii grub-efi 2.02~beta2-22 amd64 GRand Unified Bootloader, version 2 (dummy package)
ii grub-efi-amd64 2.02~beta2-22 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version)
ii grub-efi-amd64-bin 2.02~beta2-22 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
ii grub2-common 2.02~beta2-22 amd64 GRand Unified Bootloader (common files for version 2)
ii gsettings-desktop-schemas 3.14.1-1 all GSettings desktop-wide schemas
ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 all Fonts for the Ghostscript interpreter(s)
ii gsfonts-x11 0.22 all Make Ghostscript fonts available to X11
ii gstreamer-tools 0.10.36-1.5 amd64 Tools for use with GStreamer
ii gstreamer0.10-alsa:amd64 0.10.36-2 amd64 GStreamer plugin for ALSA
ii gstreamer0.10-gconf:amd64 0.10.31-3+nmu4+b1 amd64 GStreamer plugin for getting the sink/source information from GConf
ii gstreamer0.10-plugins-base:amd64 0.10.36-2 amd64 GStreamer plugins from the "base" set
ii gstreamer0.10-plugins-good:amd64 0.10.31-3+nmu4+b1 amd64 GStreamer plugins from the "good" set
ii gstreamer0.10-tools 0.10.36-1.5 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-clutter 2.0.12-1 amd64 Clutter PLugin for GStreamer 1.0
ii gstreamer1.0-libav:amd64 1.4.4-2 amd64 libav plugin for GStreamer
ii gstreamer1.0-plugins-bad:amd64 1.4.4-2.1+b1 amd64 GStreamer plugins from the "bad" set
ii gstreamer1.0-plugins-base:amd64 1.4.4-2 amd64 GStreamer plugins from the "base" set
ii gstreamer1.0-plugins-good:amd64 1.4.4-2 amd64 GStreamer plugins from the "good" set
ii gstreamer1.0-plugins-ugly:amd64 1.4.4-2+b1 amd64 GStreamer plugins from the "ugly" set
ii gstreamer1.0-pulseaudio:amd64 1.4.4-2 amd64 GStreamer plugin for PulseAudio
ii gstreamer1.0-x:amd64 1.4.4-2 amd64 GStreamer plugins for X11 and Pango
ii gtk-recordmydesktop 0.3.8-4.1 all Graphical frontend for recordMyDesktop screencast tool
ii gtk2-engines-pixbuf:amd64 2.24.25-3 amd64 pixbuf-based theme for GTK+ 2.x
ii gv 1:3.7.4-1 amd64 PostScript and PDF viewer for X
ii gvfs:amd64 1.22.2-1 amd64 userspace virtual filesystem - GIO module
ii gvfs-backends 1.22.2-1 amd64 userspace virtual filesystem - backends
ii gvfs-common 1.22.2-1 all userspace virtual filesystem - common data files
ii gvfs-daemons 1.22.2-1 amd64 userspace virtual filesystem - servers
ii gvfs-libs:amd64 1.22.2-1 amd64 userspace virtual filesystem - private libraries
ii gzip 1.6-4 amd64 GNU compression utilities
ii hal 0.5.14-8 amd64 Hardware Abstraction Layer
ii hal-info 20091130-1 all Hardware Abstraction Layer - fdi files
ii handbrake 0.9.9+svn6422+dfsg1-2 amd64 versatile DVD ripper and video transcoder (GTK+ GUI)
ii hdparm 9.43-2 amd64 tune hard disk parameters for high performance
ii hicolor-icon-theme 0.13-1 all default fallback theme for FreeDesktop.org icon themes
ii host 1:9.9.5.dfsg-9 all Transitional package
ii hostname 3.15 amd64 utility to set/show the host name or domain name
ii hp-ppd 0.9-0.2 all HP Postscript Printer Definition (PPD) files
ii hplip 3.14.6-1+b2 amd64 HP Linux Printing and Imaging System (HPLIP)
ii hplip-data 3.14.6-1 all HP Linux Printing and Imaging - data files
ii hugin 2014.0.0+dfsg-5 amd64 panorama photo stitcher - GUI tools
ii hugin-data 2014.0.0+dfsg-5 all panorama photo stitcher - common data files
ii hugin-tools 2014.0.0+dfsg-5 amd64 panorama photo stitcher - commandline tools
ii hunspell-en-us 20070829-6 all English_american dictionary for hunspell
ii hwdata 0.267-1 all hardware identification / configuration data
ii i965-va-driver:amd64 1.4.1-2 amd64 VAAPI driver for Intel G45 & HD Graphics family
ii iamerican 3.3.02-6 all American English dictionary for ispell (standard version)
ii ibritish 3.3.02-6 all British English dictionary for ispell (standard version)
ii icedtea-6-jre-cacao:amd64 6b31-1.13.3-1 amd64 Alternative JVM for OpenJDK, using Cacao
ii icedtea-6-jre-jamvm:amd64 6b31-1.13.3-1 amd64 Alternative JVM for OpenJDK, using JamVM
ii icedtea-7-jre-jamvm:amd64 7u75-2.5.4-2 amd64 Alternative JVM for OpenJDK, using JamVM
ii icedtea-netx:amd64 1.5-2+deb8u1 amd64 NetX - implementation of the Java Network Launching Protocol (JNLP)
ii icedtea-netx-common 1.5-2+deb8u1 all NetX - implementation of the Java Network Launching Protocol (JNLP)
ii iceweasel 31.6.0esr-1 amd64 Web browser based on Firefox
ii icu-devtools 52.1-8 amd64 Development utilities for International Components for Unicode
ii ienglish-common 3.3.02-6 all Common files for British and American ispell dictionaries
ii ifupdown 0.7.53.1 amd64 high level tools to configure network interfaces
ii ijsgutenprint 5.2.10-3 amd64 inkjet server - Ghostscript driver for Gutenprint
ii imagemagick 8:6.8.9.9-5 amd64 image manipulation programs -- binaries
ii imagemagick-6.q16 8:6.8.9.9-5 amd64 image manipulation programs -- quantum depth Q16
ii imagemagick-common 8:6.8.9.9-5 all image manipulation programs -- infrastructure
ii info 5.2.0.dfsg.1-6 amd64 Standalone GNU Info documentation browser
ii init 1.22 amd64 System-V-like init utilities - metapackage
ii init-system-helpers 1.22 all helper tools for all init systems
ii initramfs-tools 0.120 all generic modular initramfs generator
ii initscripts 2.88dsf-59 amd64 scripts for initializing and shutting down the system
ii inkscape 0.48.5-3 amd64 vector-based drawing program
ii insserv 1.14.0-5 amd64 boot sequence organizer using LSB init.d script dependency information
ii install-info 5.2.0.dfsg.1-6 amd64 Manage installed documentation in info format
ii installation-report 2.58 all system installation report
ii intltool-debian 0.35.0+20060710.1 all Help i18n of RFC822 compliant config files
ii iproute 1:3.16.0-2 all transitional dummy package for iproute2
ii iproute2 3.16.0-2 amd64 networking and traffic control tools
ii iptables 1.4.21-2+b1 amd64 administration tools for packet filtering and NAT
ii iputils-arping 3:20121221-5+b2 amd64 Tool to send ICMP echo requests to an ARP address
ii iputils-ping 3:20121221-5+b2 amd64 Tools to test the reachability of network hosts
ii irqbalance 1.0.6-3 amd64 Daemon to balance interrupts for SMP systems
ii irssi 0.8.17-1 amd64 terminal based IRC client
ii isc-dhcp-client 4.3.1-6 amd64 DHCP client for automatically obtaining an IP address
ii isc-dhcp-common 4.3.1-6 amd64 common files used by all of the isc-dhcp packages
ii iso-codes 3.57-1 all ISO language, territory, currency, script codes and their translations
ii ispell 3.3.02-6 amd64 International Ispell (an interactive spelling corrector)
ii istanbul 0.2.2-10 amd64 Desktop session recorder producing Ogg Theora video
ii iw 3.17-1 amd64 tool for configuring Linux wireless devices
ii jabref 2.10+ds-3 all graphical frontend to manage BibTeX databases
ii jarwrapper 0.48 all Run executable Java .jar files
ii java-common 0.52 all Base of all Java packages
ii java-wrappers 0.1.28 all wrappers for java executables
ii javahelper 0.48 all Helper scripts for packaging Java programs
ii javascript-common 11 all Base support for JavaScript library packages
ii jmtpfs 0.5-2 amd64 FUSE based filesystem for accessing MTP devices
ii junit 3.8.2-8 all Automated testing framework for Java
ii junit4 4.11-3 all JUnit regression test framework for Java
ii kate-data 4:4.14.2-2 all shared data files for Kate text editor
ii katepart 4:4.14.2-2 amd64 embeddable text editor component
ii kbd 1.15.5-2 amd64 Linux console font and keytable utilities
ii kde-runtime 4:4.14.2-2 amd64 runtime components from the official KDE release
ii kde-runtime-data 4:4.14.2-2 all shared data files for the KDE base runtime module
ii kdelibs-bin 4:4.14.2-5 amd64 core executables for KDE Applications
ii kdelibs5-data 4:4.14.2-5 all core shared data for all KDE Applications
ii kdelibs5-dev 4:4.14.2-5 amd64 development files for the KDE Development Platform libraries
ii kdelibs5-plugins 4:4.14.2-5 amd64 core plugins for KDE Applications
ii kdiff3 0.9.98-1 amd64 compares and merges 2 or 3 files or directories
ii kdiff3-doc 0.9.98-1 all documentation for kdiff3
ii kdoctools 4:4.14.2-5 amd64 various tools for accessing application documentation
ii keyboard-configuration 1.123 all system-wide keyboard preferences
ii klibc-utils 2.0.4-2 amd64 small utilities built with klibc for early boot
ii kmod 18-3 amd64 tools for managing Linux kernel modules
ii krb5-locales 1.12.1+dfsg-19 all Internationalization support for MIT Kerberos
ii krb5-multidev 1.12.1+dfsg-19 amd64 Development files for MIT Kerberos without Heimdal conflict
ii lame 3.99.5+repack1-7 amd64 MP3 encoding library (frontend)
ii laptop-detect 0.13.7 amd64 attempt to detect a laptop
ii latex2rtf 2.3.8-1 amd64 Converts documents from LaTeX to RTF format
ii less 458-3 amd64 pager program similar to more
ii liba52-0.7.4 0.7.4-17 amd64 library for decoding ATSC A/52 streams
ii libaa1:amd64 1.4p5-43 amd64 ASCII art library
ii libaacs0:amd64 0.7.1-1+b1 amd64 free-and-libre implementation of AACS
rc libabw-0.0-0 0.0.2-3 amd64 library for reading and writing AbiWord(tm) documents
ii libabw-0.1-1 0.1.0-2 amd64 library for reading and writing AbiWord(tm) documents
ii libaccountsservice0 0.6.37-3+b1 amd64 query and manipulate user account information - shared libraries
ii libacl1:amd64 2.2.52-2 amd64 Access control list shared library
rc libaio1:amd64 0.3.109-4 amd64 Linux kernel AIO access library - shared library
ii libalgorithm-c3-perl 0.09-1 all Perl module for merging hierarchies using the C3 algorithm
ii libalgorithm-diff-perl 1.19.02-3 all module to find differences between files
ii libalgorithm-diff-xs-perl 0.04-3+b1 amd64 module to find differences between files (XS accelerated)
ii libalgorithm-merge-perl 0.08-2 all Perl module for three-way merge of textual data
rc libamd2.2.0 1:3.4.0-3 amd64 approximate minimum degree ordering library for sparse matrices
ii libamd2.3.1:amd64 1:4.2.1-3 amd64 approximate minimum degree ordering library for sparse matrices
rc libann0 1.1.2+doc-4.1 amd64 Approximate Nearest Neighbor Searching library
ii libantlr-java 2.7.7+dfsg-6 all language tool for constructing recognizers, compilers etc (java library)
ii libapache-poi-java 3.10.1-2 all Apache POI - Java API for Microsoft Documents
ii libapache-pom-java 10-2 all Maven metadata for all Apache Software projects
ii libapache2-mod-dnssd 0.6-3.1 amd64 Zeroconf support for Apache 2 via avahi
ii libapr1:amd64 1.5.1-3 amd64 Apache Portable Runtime Library
ii libaprutil1:amd64 1.5.4-1 amd64 Apache Portable Runtime Utility Library
ii libaprutil1-dbd-sqlite3:amd64 1.5.4-1 amd64 Apache Portable Runtime Utility Library - SQLite3 Driver
ii libaprutil1-ldap:amd64 1.5.4-1 amd64 Apache Portable Runtime Utility Library - LDAP Driver
ii libapt-inst1.5:amd64 1.0.9.8 amd64 deb package format runtime library
ii libapt-pkg4.12:amd64 1.0.9.8 amd64 package management runtime library
ii libarchive-extract-perl 0.72-1 all generic archive extracting module
ii libarchive-zip-perl 1.39-1 all Perl module for manipulation of ZIP archives
rc libarchive12:amd64 3.0.4-3+nmu1 amd64 Multi-format archive and compression library (shared library)
ii libarchive13:amd64 3.1.2-11 amd64 Multi-format archive and compression library (shared library)
ii libarpack2 3.1.5-3 amd64 Fortran77 subroutines to solve large scale eigenvalue problems
ii libart-2.0-2:amd64 2.3.21-2 amd64 Library of functions for 2D graphics - runtime files
ii libasan0:amd64 4.8.4-1 amd64 AddressSanitizer -- a fast memory error detector
ii libasan1:amd64 4.9.2-10 amd64 AddressSanitizer -- a fast memory error detector
ii libasm3-java 3.3.2-2 all Java bytecode manipulation framework
ii libasm4-java 5.0.3-1 all Java bytecode manipulation framework
ii libasn1-8-heimdal:amd64 1.6~rc2+dfsg-9 amd64 Heimdal Kerberos - ASN.1 library
ii libasound2:amd64 1.0.28-1 amd64 shared library for ALSA applications
ii libasound2-data 1.0.28-1 all Configuration files and profiles for ALSA drivers
ii libasound2-plugins:amd64 1.0.28-1+b1 amd64 ALSA library additional plugins
ii libaspectj-java 1.8.3-2 all aspect-oriented extension for Java - library
ii libaspell15:amd64 0.60.7~20110707-1.3 amd64 GNU Aspell spell-checker runtime library
ii libasprintf-dev:amd64 0.19.3-2 amd64 GNU Internationalization library development files
ii libasprintf0c2:amd64 0.19.3-2 amd64 GNU library to use fprintf and friends in C++
rc libass4:amd64 0.10.1-3 amd64 library for SSA/ASS subtitles rendering
ii libass5:amd64 0.10.2-3 amd64 library for SSA/ASS subtitles rendering
ii libassuan0:amd64 2.1.2-2 amd64 IPC library for the GnuPG components
ii libasyncns0:amd64 0.8-5 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-bridge2.0-0:amd64 2.14.0-2 amd64 AT-SPI 2 toolkit bridge - shared library
ii libatk-bridge2.0-dev:amd64 2.14.0-2 amd64 Development files for the AT-SPI 2 toolkit bridge
ii libatk-wrapper-java 0.30.5-1 all ATK implementation for Java using JNI
ii libatk-wrapper-java-jni:amd64 0.30.5-1 amd64 ATK implementation for Java using JNI (JNI bindings)
ii libatk1.0-0:amd64 2.14.0-1 amd64 ATK accessibility toolkit
ii libatk1.0-data 2.14.0-1 all Common files for the ATK accessibility toolkit
ii libatk1.0-dev 2.14.0-1 amd64 Development files for the ATK accessibility toolkit
ii libatkmm-1.6-1:amd64 2.22.7-2.1 amd64 C++ wrappers for ATK accessibility toolkit (shared libraries)
ii libatlas3-base 3.10.2-7 amd64 Automatically Tuned Linear Algebra Software, generic shared
ii libatm1:amd64 1:2.5.1-1.5 amd64 shared library for ATM (Asynchronous Transfer Mode)
ii libatomic1:amd64 4.9.2-10 amd64 support library providing __atomic built-in functions
ii libatspi2.0-0:amd64 2.14.0-1 amd64 Assistive Technology Service Provider Interface - shared library
ii libatspi2.0-dev 2.14.0-1 amd64 Development files for the assistive technology service provider
ii libattica0.4:amd64 0.4.2-1 amd64 Qt library that implements the Open Collaboration Services API
ii libattr1:amd64 1:2.4.47-2 amd64 Extended attribute shared library
rc libaudclient2:amd64 3.5~rc2-1 amd64 audacious D-Bus remote control library
rc libaudcore1:amd64 3.4.3-1 amd64 audacious core engine library
ii libaudcore2:amd64 3.5-2 amd64 audacious core engine library
ii libaudio2:amd64 1.9.4-3 amd64 Network Audio System - shared libraries
ii libaudit-common 1:2.4-1 all Dynamic library for security auditing - common files
rc libaudit0 1:1.7.18-1.1 amd64 Dynamic library for security auditing
ii libaudit1:amd64 1:2.4-1+b1 amd64 Dynamic library for security auditing
ii libauthen-sasl-perl 2.1600-1 all Authen::SASL - SASL Authentication framework
ii libav-tools 6:11.3-1 amd64 Multimedia player, encoder and transcoder
ii libavahi-client3:amd64 0.6.31-5 amd64 Avahi client library
ii libavahi-common-data:amd64 0.6.31-5 amd64 Avahi common data files
ii libavahi-common3:amd64 0.6.31-5 amd64 Avahi common library
ii libavahi-core7:amd64 0.6.31-5 amd64 Avahi's embeddable mDNS/DNS-SD library
ii libavahi-glib1:amd64 0.6.31-5 amd64 Avahi GLib integration library
ii libavc1394-0:amd64 0.5.4-2 amd64 control IEEE 1394 audio/video devices
rc libavcodec53:amd64 6:0.8.9-1 amd64 Libav codec library
rc libavcodec54:amd64 6:9.13-1 amd64 Libav codec library
rc libavcodec55:amd64 6:10.4-1 amd64 Libav codec library
ii libavcodec56:amd64 6:11.3-1 amd64 Libav codec library
rc libavdevice53:amd64 6:9.13-1 amd64 Libav device handling library
rc libavdevice54:amd64 6:10.3-1 amd64 Libav device handling library
ii libavdevice55:amd64 6:11.3-1 amd64 Libav device handling library
rc libavfilter3:amd64 6:9.13-1 amd64 Libav video filtering library
rc libavfilter4:amd64 6:10.3-1 amd64 Libav video filtering library
ii libavfilter5:amd64 6:11.3-1 amd64 Libav video filtering library
rc libavformat53:amd64 6:0.8.9-1 amd64 Libav file format library
rc libavformat54:amd64 6:9.13-1 amd64 Libav file format library
rc libavformat55:amd64 6:10.4-1 amd64 Libav file format library
ii libavformat56:amd64 6:11.3-1 amd64 Libav file format library
rc libavresample1:amd64 6:10.4-1 amd64 Libav audio resampling library
ii libavresample2:amd64 6:11.3-1 amd64 Libav audio resampling library
rc libavutil51:amd64 6:0.8.9-1 amd64 Libav utility library
rc libavutil52:amd64 6:9.13-1 amd64 Libav utility library
rc libavutil53:amd64 6:10.4-1 amd64 Libav utility library
ii libavutil54:amd64 6:11.3-1 amd64 Libav utility library
ii libbabl-0.1-0:amd64 0.1.10-2 amd64 Dynamic, any to any, pixel format conversion library
ii libbase-java 1.1.6-2 all A general purpose base service library (OOo 3.1 branch)
ii libbasicusageenvironment0 2014.01.13-1 amd64 multimedia RTSP streaming library (BasicUsageEnvironment class)
ii libbcmail-java 1.49+dfsg-3 all Bouncy Castle generators/processors for S/MIME and CMS
ii libbcpkix-java 1.49+dfsg-3 all Bouncy Castle Java API for PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF
ii libbcprov-java 1.49+dfsg-3 all Bouncy Castle Java Cryptographic Service Provider
rc libbind9-80 1:9.8.4.dfsg.P1-6+nmu3 amd64 BIND9 Shared Library used by BIND
ii libbind9-90 1:9.9.5.dfsg-9 amd64 BIND9 Shared Library used by BIND
ii libbinio1ldbl:amd64 1.4+dfsg1-4 amd64 Binary I/O stream class library
ii libbison-dev:amd64 2:3.0.2.dfsg-2 amd64 YACC-compatible parser generator - development library
ii libblas-common 1.2.20110419-10 amd64 Dependency package for all BLAS implementations
ii libblas-dev 1.2.20110419-10 amd64 Basic Linear Algebra Subroutines 3, static library
ii libblas3 1.2.20110419-10 amd64 Basic Linear Algebra Reference implementations, shared library
ii libblkid1:amd64 2.25.2-6 amd64 block device id library
ii libbluetooth-dev 5.23-2+b1 amd64 Development files for using the BlueZ Linux Bluetooth library
ii libbluetooth3:amd64 5.23-2+b1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libbluray1:amd64 1:0.6.2-1 amd64 Blu-ray disc playback support library (shared library)
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
ii libbonoboui2-0:amd64 2.24.5-2 amd64 Bonobo UI library - runtime
ii libbonoboui2-common 2.24.5-2 all Bonobo UI library - common files
ii libboost-date-time-dev:amd64 1.55.0.2 amd64 set of date-time libraries based on generic programming concepts (default version)
rc libboost-date-time1.54.0:amd64 1.54.0-5 amd64 set of date-time libraries based on generic programming concepts
ii libboost-date-time1.55-dev:amd64 1.55.0+dfsg-3 amd64 set of date-time libraries based on generic programming concepts
ii libboost-date-time1.55.0:amd64 1.55.0+dfsg-3 amd64 set of date-time libraries based on generic programming concepts
ii libboost-dev:amd64 1.55.0.2 amd64 Boost C++ Libraries development files (default version)
rc libboost-filesystem1.54.0:amd64 1.54.0-5+b1 amd64 filesystem operations (portable paths, iteration over directories, etc) in C++
ii libboost-filesystem1.55.0:amd64 1.55.0+dfsg-3 amd64 filesystem operations (portable paths, iteration over directories, etc) in C++
ii libboost-iostreams1.49.0 1.49.0-4+b3 amd64 Boost.Iostreams Library
rc libboost-iostreams1.54.0:amd64 1.54.0-5 amd64 Boost.Iostreams Library
ii libboost-iostreams1.55.0:amd64 1.55.0+dfsg-3 amd64 Boost.Iostreams Library
ii libboost-program-options1.55.0:amd64 1.55.0+dfsg-3 amd64 program options library for C++
rc libboost-regex1.49.0 1.49.0-4+b3 amd64 regular expression library for C++
rc libboost-regex1.54.0:amd64 1.54.0-5 amd64 regular expression library for C++
ii libboost-regex1.55.0:amd64 1.55.0+dfsg-3 amd64 regular expression library for C++
rc libboost-serialization1.54.0:amd64 1.54.0-5 amd64 serialization library for C++
ii libboost-serialization1.55-dev:amd64 1.55.0+dfsg-3 amd64 serialization library for C++
ii libboost-serialization1.55.0:amd64 1.55.0+dfsg-3 amd64 serialization library for C++
rc libboost-signals1.49.0 1.49.0-4+b3 amd64 managed signals and slots library for C++
rc libboost-signals1.54.0:amd64 1.54.0-5 amd64 managed signals and slots library for C++
ii libboost-signals1.55.0:amd64 1.55.0+dfsg-3 amd64 managed signals and slots library for C++
rc libboost-system1.54.0:amd64 1.54.0-5+b1 amd64 Operating system (e.g. diagnostics support) library
ii libboost-system1.55.0:amd64 1.55.0+dfsg-3 amd64 Operating system (e.g. diagnostics support) library
ii libboost-thread1.55.0:amd64 1.55.0+dfsg-3 amd64 portable C++ multi-threading
ii libboost1.55-dev:amd64 1.55.0+dfsg-3 amd64 Boost C++ Libraries development files
ii libbs2b0 3.1.0+dfsg-2.1 amd64 Bauer stereophonic-to-binaural DSP library
ii libbsd0:amd64 0.7.0-2 amd64 utility functions from BSD systems - shared library
ii libbsh-java 2.0b4-15 all Java scripting environment (BeanShell) Version 2 (library)
ii libbtf1.2.0:amd64 1:4.2.1-3 amd64 permutation to block triangular form library for sparse matrices
ii libbz2-1.0:amd64 1.0.6-7+b3 amd64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.19-18 amd64 GNU C Library: Binaries
ii libc-dev-bin 2.19-18 amd64 GNU C Library: Development binaries
ii libc6:amd64 2.19-18 amd64 GNU C Library: Shared libraries
ii libc6-dev:amd64 2.19-18 amd64 GNU C Library: Development Libraries and Header Files
ii libcaca0:amd64 0.99.beta19-2 amd64 colour ASCII art library
ii libcairo-gobject2:amd64 1.14.0-2.1 amd64 Cairo 2D vector graphics library (GObject library)
ii libcairo-perl 1.104-2 amd64 Perl interface to the Cairo graphics library
ii libcairo-script-interpreter2:amd64 1.14.0-2.1 amd64 Cairo 2D vector graphics library (script interpreter)
ii libcairo2:amd64 1.14.0-2.1 amd64 Cairo 2D vector graphics library
ii libcairo2-dev 1.14.0-2.1 amd64 Development files for the Cairo 2D graphics library
ii libcairomm-1.0-1 1.10.0-1.1 amd64 C++ wrappers for Cairo (shared libraries)
rc libcamd2.2.0 1:3.4.0-3 amd64 symmetric approximate minimum degree library for sparse matrices
ii libcamd2.3.1:amd64 1:4.2.1-3 amd64 symmetric approximate minimum degree library for sparse matrices
rc libcamel-1.2-43 3.8.5-3+b2 amd64 Evolution MIME message handling library
ii libcamel-1.2-49 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Evolution MIME message handling library
ii libcamel1.2-dev 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Development files for libcamel
ii libcanberra-gtk-module:amd64 0.30-2.1 amd64 translates GTK+ widgets signals to event sounds
ii libcanberra-gtk0:amd64 0.30-2.1 amd64 GTK+ helper for playing widget event sounds with libcanberra
ii libcanberra-gtk3-0:amd64 0.30-2.1 amd64 GTK+ 3.0 helper for playing widget event sounds with libcanberra
ii libcanberra-gtk3-module:amd64 0.30-2.1 amd64 translates GTK3 widgets signals to event sounds
ii libcanberra0:amd64 0.30-2.1 amd64 simple abstract interface for playing event sounds
ii libcap-ng0:amd64 0.7.4-2 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.24-8 amd64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.24-8 amd64 POSIX 1003.1e capabilities (utilities)
ii libccfits0:amd64 2.4+dfsg-3 amd64 shared library for I/O with FITS format data files
rc libccolamd2.7.1 1:3.4.0-3 amd64 constrained column approximate library for sparse matrices
ii libccolamd2.8.0:amd64 1:4.2.1-3 amd64 constrained column approximate library for sparse matrices
rc libcdaudio1 0.99.12p2-13 amd64 library for controlling a CD-ROM when playing audio CDs
ii libcddb2 1.3.2-5 amd64 library to access CDDB data - runtime files
ii libcdio-cdda1 0.83-4.2 amd64 library to read and control digital audio CDs
ii libcdio-paranoia1 0.83-4.2 amd64 library to read digital audio CDs with error correction
ii libcdio13 0.83-4.2 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.16-1 amd64 library for reading and converting Corel DRAW files
ii libcdr-0.1-1 0.1.0-3 amd64 library for reading and converting Corel DRAW files
ii libcdr-dev 0.1.0-3 amd64 library for reading and converting Corel DRAW files -- development
ii libcfitsio2:amd64 3.370-2 amd64 shared library for I/O with FITS format data files
ii libcgal10 4.5-2 amd64 C++ library for computational geometry
ii libcgi-pm-perl 4.09-1 all module for Common Gateway Interface applications
ii libcglib3-java 3.1+dfsg-1 all code generation library for Java
ii libcheese-gtk23:amd64 3.14.1-2 amd64 tool to take pictures and videos from your webcam - widgets
ii libcheese7:amd64 3.14.1-2 amd64 tool to take pictures and videos from your webcam - base library
rc libcholmod1.7.1 1:3.4.0-3 amd64 sparse Cholesky factorization library for sparse matrices
ii libcholmod2.1.2:amd64 1:4.2.1-3 amd64 sparse Cholesky factorization library for sparse matrices
ii libchromaprint0:amd64 1.2-1 amd64 audio fingerprint library
ii libcilkrts5:amd64 4.9.2-10 amd64 Intel Cilk Plus language extensions (runtime)
ii libck-connector0:amd64 0.4.6-5 amd64 ConsoleKit libraries
ii libclamav6 0.98.6+dfsg-1 amd64 anti-virus utility for Unix - library
ii libclang1-3.5:amd64 1:3.5-10 amd64 C interface to the clang library
ii libclass-c3-perl 0.26-1 all pragma for using the C3 method resolution order
ii libclass-c3-xs-perl 0.13-2+b1 amd64 Perl module to accelerate Class::C3
ii libclass-isa-perl 0.36-5 all report the search path for a class's ISA tree
ii libcln6 1.3.4-1 amd64 Class Library for Numbers (C++)
ii libcloog-isl4:amd64 0.18.2-1+b2 amd64 Chunky Loop Generator (runtime library)
ii libclucene-contribs1:amd64 2.3.3.4-4 amd64 language specific text analyzers (runtime)
ii libclucene-core1:amd64 2.3.3.4-4 amd64 core library for full-featured text search engine (runtime)
ii libclucene-dev 2.3.3.4-4 amd64 library for full-featured text search engine (development)
ii libclutter-1.0-0:amd64 1.20.0-1 amd64 Open GL based interactive canvas library
ii libclutter-1.0-common 1.20.0-1 all Open GL based interactive canvas library (common files)
ii libclutter-gst-2.0-0:amd64 2.0.12-1 amd64 Open GL based interactive canvas library GStreamer elements
ii libclutter-gtk-1.0-0:amd64 1.6.0-1 amd64 Open GL based interactive canvas library GTK+ widget
rc libcmis-0.2-0 0.1.0-1+b1 amd64 CMIS protocol client library
rc libcmis-0.3-3 0.3.1-5 amd64 CMIS protocol client library
ii libcmis-0.4-4 0.4.1-7 amd64 CMIS protocol client library
ii libcmis-dev 0.4.1-7 amd64 CMIS protocol client library -- development
ii libcogl-common 1.18.2-3 all Object oriented GL/GLES Abstraction/Utility Layer (common files)
rc libcogl-pango12:amd64 1.14.0-3 amd64 Object oriented GL/GLES Abstraction/Utility Layer
ii libcogl-pango20:amd64 1.18.2-3 amd64 Object oriented GL/GLES Abstraction/Utility Layer
ii libcogl-path20:amd64 1.18.2-3 amd64 Object oriented GL/GLES Abstraction/Utility Layer
rc libcogl12:amd64 1.14.0-3 amd64 Object oriented GL/GLES Abstraction/Utility Layer
ii libcogl20:amd64 1.18.2-3 amd64 Object oriented GL/GLES Abstraction/Utility Layer
ii libcoin80 3.1.4~abc9f50-7 amd64 high-level 3D graphics kit implementing the Open Inventor API
rc libcolamd2.7.1 1:3.4.0-3 amd64 column approximate minimum degree ordering library for sparse matrices
ii libcolamd2.8.0:amd64 1:4.2.1-3 amd64 column approximate minimum degree ordering library for sparse matrices
ii libcolord-gtk1:amd64 0.1.25-1.1+b1 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.1-1+b2 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.1-1+b2 amd64 library to access the ColorHug colourimeter -- runtime
ii libcomerr2:amd64 1.42.12-1.1 amd64 common error description library
ii libcommon-sense-perl 3.73-2+b3 amd64 module that implements some sane defaults for Perl programs
ii libcommons-beanutils-java 1.9.2-1 all Apache Commons BeanUtils - Utility for manipulating Java beans
ii libcommons-cli-java 1.2-3 all API for working with the command line arguments and options
ii libcommons-codec-java 1.9-1 all encoder and decoders such as Base64 and hexadecimal codec
ii libcommons-collections3-java 3.2.1-7 all Apache Commons Collections - Extended Collections API for Java
ii libcommons-compress-java 1.9-1 all Java API for working with compression and archive formats
ii libcommons-dbcp-java 1.4-5 all Database Connection Pooling Services
ii libcommons-digester-java 1.8.1-4 all Rule based XML Java object mapping tool
ii libcommons-httpclient-java 3.1-11 all A Java(TM) library for creating HTTP clients
ii libcommons-lang-java 2.6-4 all Commons Lang - an extension of the java.lang package
ii libcommons-logging-java 1.2-1 all common wrapper interface for several logging APIs
ii libcommons-parent-java 22-2 all Maven metadata for Apache Commons project
ii libcommons-pool-java 1.6-2 all pooling implementation for Java objects
ii libcpan-meta-perl 2.142690-1 all Perl module to access CPAN distributions metadata
ii libcppunit-1.13-0:amd64 1.13.2-2 amd64 Unit Testing Library for C++
ii libcppunit-dev 1.13.2-2 amd64 Unit Testing Library for C++
rc libcr0 0.8.5-2.1 amd64 Libraries to Checkpoint and Restart Linux processes
ii libcrack2:amd64 2.9.2-1 amd64 pro-active password checker library
ii libcroco3:amd64 0.6.8-3+b1 amd64 Cascading Style Sheet (CSS) parsing and manipulation toolkit
ii libcryptsetup4:amd64 2:1.6.6-5 amd64 disk encryption support - shared library
ii libcrystalhd3:amd64 1:0.0~git20110715.fdd2f19-11 amd64 Crystal HD Video Decoder (shared library)
ii libcsparse3.1.2:amd64 1:4.2.1-3 amd64 concise sparse matrix library
ii libcuda1:amd64 340.65-2 amd64 NVIDIA CUDA Driver Library
ii libcue1 1.4.0-1 amd64 CUE Sheet Parser Library
ii libcups2:amd64 1.7.5-11 amd64 Common UNIX Printing System(tm) - Core library
ii libcups2-dev:amd64 1.7.5-11 amd64 Common UNIX Printing System(tm) - Development files CUPS library
ii libcupscgi1:amd64 1.7.5-11 amd64 Common UNIX Printing System(tm) - CGI library
rc libcupsdriver1:amd64 1.5.3-5+deb7u1 amd64 Common UNIX Printing System(tm) - Driver library
ii libcupsfilters1:amd64 1.0.61-5 amd64 OpenPrinting CUPS Filters - Shared library
ii libcupsimage2:amd64 1.7.5-11 amd64 Common UNIX Printing System(tm) - Raster image library
ii libcupsmime1:amd64 1.7.5-11 amd64 Common UNIX Printing System(tm) - MIME library
ii libcupsppdc1:amd64 1.7.5-11 amd64 Common UNIX Printing System(tm) - PPD manipulation library
ii libcurl3:amd64 7.38.0-4 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libcurl3-gnutls:amd64 7.38.0-4 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4-gnutls-dev:amd64 7.38.0-4 amd64 development files and documentation for libcurl (GnuTLS flavour)
ii libcwidget3:amd64 0.5.17-2 amd64 high-level terminal interface library for C++ (runtime files)
rc libcxsparse2.2.3 1:3.4.0-3 amd64 concise sparse matrix library (complex, int and long int support)
ii libcxsparse3.1.2:amd64 1:4.2.1-3 amd64 concise sparse matrix library (complex, int and long int support)
ii libdaemon0:amd64 0.14-6 amd64 lightweight C library for daemons - runtime library
ii libdata-optlist-perl 0.109-1 all module to parse and validate simple name/value option pairs
ii libdata-section-perl 0.200006-1 all module to read chunks of data from a module's DATA section
ii libdatrie1:amd64 0.2.8-1 amd64 Double-array trie library
ii libdb-java 5.3.0 all Berkeley Database Libraries for Java
ii libdb-je-java 3.3.98-1 all Oracle Berkeley Database Java Edition
rc libdb5.1:amd64 5.1.29-6 amd64 Berkeley v5.1 Database Libraries [runtime]
rc libdb5.1-java-jni:amd64 5.1.29-6 amd64 Berkeley v5.1 Database Libraries for Java
ii libdb5.3:amd64 5.3.28-9 amd64 Berkeley v5.3 Database Libraries [runtime]
ii libdb5.3-java 5.3.28-9 all Berkeley v5.3 Database Libraries for Java
ii libdb5.3-java-jni:amd64 5.3.28-9 amd64 Berkeley v5.3 Database Libraries for Java
ii libdbus-1-3:amd64 1.8.16-1 amd64 simple interprocess messaging system (library)
ii libdbus-1-dev:amd64 1.8.16-1 amd64 simple interprocess messaging system (development headers)
ii libdbus-glib-1-2:amd64 0.102-1 amd64 simple interprocess messaging system (GLib-based shared library)
ii libdbus-glib-1-dev 0.102-1 amd64 simple interprocess messaging system (GLib interface)
ii libdbusmenu-qt2:amd64 0.9.2-1 amd64 Qt implementation of the DBusMenu protocol
ii libdc1394-22:amd64 2.2.3-1 amd64 high level programming interface for IEEE1394 digital camera
ii libdca0:amd64 0.0.5-7 amd64 decoding library for DTS Coherent Acoustics streams
rc libdconf0:amd64 0.12.1-3 amd64 simple configuration storage system - runtime library
ii libdconf1:amd64 0.22.0-1 amd64 simple configuration storage system - runtime library
ii libdebconfclient0:amd64 0.192 amd64 Debian Configuration Management System (C-implementation library)
ii libdevmapper1.02.1:amd64 2:1.02.90-2.2 amd64 Linux Kernel Device Mapper userspace library
rc libdirac-decoder0:amd64 1.0.2-6 amd64 open and royalty free high quality video codec - decoder library
rc libdirac-encoder0:amd64 1.0.2-6 amd64 open and royalty free high quality video codec - encoder library
ii libdirectfb-1.2-9:amd64 1.2.10.0-5.1 amd64 direct frame buffer graphics - shared libraries
ii libdiscover2 2.1.2-7 amd64 hardware identification library
ii libdjvulibre-text 3.5.25.4-4 all Linguistic support files for libdjvulibre
ii libdjvulibre21:amd64 3.5.25.4-4+b1 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 libdlrestrictions1 0.15.15 amd64 library that implements library compatibility checks for dlopen()
ii libdns-export100 1:9.9.5.dfsg-9 amd64 Exported DNS Shared Library
ii libdns100 1:9.9.5.dfsg-9 amd64 DNS Shared Library used by BIND
rc libdns88 1:9.8.4.dfsg.P1-6+nmu3 amd64 DNS Shared Library used by BIND
ii libdom4j-java 1.6.1+dfsg.3-2 all flexible XML framework for Java
ii libdpkg-perl 1.17.25 all Dpkg perl modules
ii libdrm-dev:amd64 2.4.58-2 amd64 Userspace interface to kernel DRM services -- development files
ii libdrm-intel1:amd64 2.4.58-2 amd64 Userspace interface to intel-specific kernel DRM services -- runtime
rc libdrm-nouveau1a:amd64 2.4.40-1~deb7u2 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-nouveau2:amd64 2.4.58-2 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-radeon1:amd64 2.4.58-2 amd64 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm2:amd64 2.4.58-2 amd64 Userspace interface to kernel DRM services -- runtime
ii libdv4:amd64 1.0.0-6 amd64 software library for DV format digital video (runtime lib)
ii libdvbpsi8:amd64 1.0.0-3 amd64 library for MPEG TS and DVB PSI tables decoding and generating
ii libdvbpsi9:amd64 1.2.0-1 amd64 library for MPEG TS and DVB PSI tables decoding and generating
ii libdvdcss2:amd64 1.2.13-dmo1 amd64 Simple foundation for reading DVDs - runtime libraries
ii libdvdnav4:amd64 5.0.1-1 amd64 DVD navigation library
ii libdvdread4:amd64 5.0.0-1 amd64 library for reading DVDs
rc libe-book-0.0-0 0.0.3-2 amd64 library for reading and converting various e-book formats
ii libe-book-0.1-1 0.1.1-2 amd64 library for reading and converting various e-book formats
ii libeasymock-java 3.2+ds-4 all Java library to generate Mock Objects for given interfaces
rc libebackend-1.2-6 3.8.5-3+b2 amd64 Utility library for evolution data servers
ii libebackend-1.2-7 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Utility library for evolution data servers
ii libebackend1.2-dev 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Utility library for evolution data servers (development files)
ii libebml4:amd64 1.3.0-2 amd64 access library for the EBML format (shared library)
ii libebook-1.2-14 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Client library for evolution address books
ii libebook-contacts-1.2-0 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Client library for evolution contacts books
ii libebook-contacts1.2-dev 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Client library for evolution contacts books (development files)
ii libebook1.2-dev 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Client library for evolution address books (development files)
ii libecj-java 3.10.1-1 all Eclipse Java compiler (library)
rc libedata-book-1.2-17 3.8.5-3+b2 amd64 Backend library for evolution address books
ii libedata-book-1.2-20 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Backend library for evolution address books
ii libedata-book1.2-dev 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Backend library for evolution address books (development files)
rc libedataserver-1.2-17 3.8.5-3+b2 amd64 Utility library for evolution data servers
ii libedataserver-1.2-18 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Utility library for evolution data servers
ii libedataserver1.2-dev 3.12.9~git20141128.5242b0-2+deb8u2 amd64 Utility library for evolution data servers (development files)
ii libedit2:amd64 3.1-20140620-2 amd64 BSD editline and history libraries
rc libee0 0.4.1-1.1 amd64 Event expression library inspired by CEE
ii libefivar0:amd64 0.15-3 amd64 Library to manage UEFI variables
ii libegl1-mesa:amd64 10.3.2-1 amd64 free implementation of the EGL API -- runtime
ii libegl1-mesa-drivers:amd64 10.3.2-1 amd64 free implementation of the EGL API -- hardware drivers
ii libegl1-nvidia:amd64 340.65-2 amd64 NVIDIA binary EGL libraries
ii libelf1:amd64 0.159-4.2 amd64 library to read and write ELF files
ii libelfg0:amd64 0.8.13-5 amd64 an ELF object file access library
ii libenca0:amd64 1.16-1 amd64 Extremely Naive Charset Analyser - shared library files
ii libenchant1c2a:amd64 1.6.0-10.1 amd64 Wrapper library for various spell checker engines (runtime libs)
ii libencode-locale-perl 1.03-1 all utility to determine the locale encoding
ii libeot0 0.01-3 amd64 Library for parsing/converting Embedded OpenType files
ii libepoxy0 1.2-1 amd64 OpenGL function pointer management library
ii libept1.4.12:amd64 1.0.12.1 amd64 High-level library for managing Debian package information
rc libepub0 0.2.2-2 amd64 library to work with the EPUB file format - runtime library
ii libequinox-osgi-java 3.8.1-7 all Equinox OSGi framework
ii liberror-perl 0.17-1.1 all Perl module for error/exception handling in an OO-ish way
rc libescpr1:amd64 1.1.1-2 amd64 printer driver for Epson Inkjet - shared library
ii libestr0 0.1.9-1.1 amd64 Helper functions for handling strings (lib)
rc libetonyek-0.0-0 0.0.4-2 amd64 library for reading and converting Apple Keynote presentations
ii libetonyek-0.1-1 0.1.1-2 amd64 library for reading and converting Apple Keynote presentations
ii libevdev2 1.3+dfsg-1 amd64 wrapper library for evdev devices
ii libevdocument3-4 3.14.1-2 amd64 Document (PostScript, PDF) rendering library
ii libevent-2.0-5:amd64 2.0.21-stable-2 amd64 Asynchronous event notification library
ii libevview3-3 3.14.1-2 amd64 Document (PostScript, PDF) rendering library - Gtk+ widgets
ii libexcalibur-logkit-java 2.0-11 all Lightweight and fast designed logging toolkit for Java
ii libexempi3:amd64 2.2.1-2 amd64 library to parse XMP metadata (Library)
ii libexif-dev 0.6.21-2 amd64 library to parse EXIF files (development files)
ii libexif12:amd64 0.6.21-2 amd64 library to parse EXIF files
rc libexiv2-12 0.23-1.1 amd64 EXIF/IPTC metadata manipulation library
ii libexiv2-13:amd64 0.24-4.1 amd64 EXIF/IPTC metadata manipulation library
ii libexpat1:amd64 2.1.0-6+b3 amd64 XML parsing C library - runtime library
ii libexpat1-dev:amd64 2.1.0-6+b3 amd64 XML parsing C library - development kit
ii libexttextcat-2.0-0 3.4.4-1 amd64 Language detection library
ii libexttextcat-data 3.4.4-1 all Language detection library - data files
ii libexttextcat-dev 3.4.4-1 amd64 Language detection library - development files
rc libexttextcat0 3.2.0-2 amd64 Language detection library
ii libfaad2:amd64 2.7-8 amd64 freeware Advanced Audio Decoder - runtime files
ii libfakeroot:amd64 1.20.2-1 amd64 tool for simulating superuser privileges - shared libraries
ii libfam0 2.7.0-17.1 amd64 Client library to control the FAM daemon
ii libfbclient2:amd64 2.5.3.26778.ds4-5 amd64 Firebird client library
ii libfbembed2.5 2.5.3.26778.ds4-5 amd64 Firebird embedded client/server library
ii libfelix-bundlerepository-java 1.6.6-2 all Felix OSGi bundle repository service
ii libfelix-gogo-command-java 0.12.0-2 all Apache Felix Gogo Command bundle
ii libfelix-gogo-runtime-java 0.10.0-2 all Apache Felix Gogo Runtime bundle
ii libfelix-gogo-shell-java 0.10.0-2 all Apache Felix Gogo Shell bundle
ii libfelix-osgi-obr-java 1.0.2-3 all OSGi OBR Service API
ii libfelix-shell-java 1.4.3-1 all Felix OSGi shell to issue commands to the framework
ii libfelix-utils-java 1.6.0-1 all collection of utility classes for Apache Felix
rc libffi5:amd64 3.0.10-3 amd64 Foreign Function Interface library runtime
ii libffi6:amd64 3.1-2+b2 amd64 Foreign Function Interface library runtime
ii libfftw3-bin 3.3.4-2 amd64 Library for computing Fast Fourier Transforms - Tools
ii libfftw3-dev:amd64 3.3.4-2 amd64 Library for computing Fast Fourier Transforms - development
ii libfftw3-double3:amd64 3.3.4-2 amd64 Library for computing Fast Fourier Transforms - Double precision
ii libfftw3-long3:amd64 3.3.4-2 amd64 Library for computing Fast Fourier Transforms - Long precision
ii libfftw3-quad3:amd64 3.3.4-2 amd64 Library for computing Fast Fourier Transforms - Quad precision
ii libfftw3-single3:amd64 3.3.4-2 amd64 Library for computing Fast Fourier Transforms - Single precision
ii libfile-basedir-perl 0.03-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.07-1 all Perl module to handle freedesktop .desktop files
ii libfile-fcntllock-perl 0.22-1+b1 amd64 Perl module for file locking with fcntl(2)
ii libfile-homedir-perl 1.00-1 all Perl module for finding user directories across platforms
ii libfile-listing-perl 6.04-1 all module to parse directory listings
ii libfile-mimeinfo-perl 0.26-1 all Perl module to determine file types
ii libfile-which-perl 1.09-1 all Perl module for searching paths for executable programs
ii libfl-dev:amd64 2.5.39-8+b1 amd64 static library for flex (a fast lexical analyzer generator)
ii libflac8:amd64 1.3.0-3 amd64 Free Lossless Audio Codec - runtime C library
ii libflite1:amd64 1.4-release-12 amd64 Small run-time speech synthesis engine - shared libraries
ii libfltk-gl1.3:amd64 1.3.2-6+b1 amd64 Fast Light Toolkit - OpenGL rendering support
rc libfltk-images1.3:amd64 1.3.2-4 amd64 Fast Light Toolkit - image loading support
ii libfltk1.1:amd64 1.1.10-19+b1 amd64 Fast Light Toolkit - shared libraries
ii libfltk1.3:amd64 1.3.2-6+b1 amd64 Fast Light Toolkit - main shared library
ii libfluidsynth1:amd64 1.1.6-2 amd64 Real-time MIDI software synthesizer (runtime library)
ii libflute-java 1:1.1.6-3 all Java CSS parser using SAC (JFree version)
ii libfont-afm-perl 1.20-1 all Font::AFM - Interface to Adobe Font Metrics files
ii libfontbox-java 1:1.8.7+dfsg-1 all Java font library
ii libfontconfig1:amd64 2.11.0-6.3 amd64 generic font configuration library - runtime
ii libfontconfig1-dev:amd64 2.11.0-6.3 amd64 generic font configuration library - development
ii libfontembed1:amd64 1.0.61-5 amd64 OpenPrinting CUPS Filters - Font Embed Shared library
ii libfontenc1:amd64 1:1.1.2-1+b2 amd64 X11 font encoding library
ii libfontforge1 20120731.b-5+b3 amd64 font editor - runtime library
ii libfonts-java 1.1.6.dfsg-3 all Java fonts layouting library
ii libformula-java 1.1.7.dfsg-2 all Excel(tm) style formula expressions library
rc libfreehand-0.0-0 0.0.0-3 amd64 Library for parsing the FreeHand file format structure
ii libfreehand-0.1-1 0.1.0-2 amd64 Library for parsing the FreeHand file format structure
ii libfreeimage3 3.15.4-4.1+b1 amd64 Support library for graphics image formats (library)
ii libfreerdp-cache1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (cache library)
ii libfreerdp-client1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (client library)
ii libfreerdp-codec1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (codec library)
ii libfreerdp-common1.1.0:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (common library)
ii libfreerdp-core1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (core library)
ii libfreerdp-crypto1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (freerdp-crypto library)
ii libfreerdp-gdi1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (GDI library)
ii libfreerdp-locale1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (locale library)
ii libfreerdp-primitives1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (primitives library)
ii libfreerdp-rail1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (rail library)
ii libfreerdp-utils1.1:amd64 1.1.0~git20140921.1.440916e+dfsg1-4 amd64 Free Remote Desktop Protocol library (freerdp-utils library)
rc libfreerdp1:amd64 1.0.2-4+b1 amd64 RDP client for Windows Terminal Services (library)
ii libfreetype6:amd64 2.5.2-3 amd64 FreeType 2 font engine, shared library files
ii libfreetype6-dev 2.5.2-3 amd64 FreeType 2 font engine, development files
ii libfribidi0:amd64 0.19.6-3 amd64 Free Implementation of the Unicode BiDi algorithm
ii libfuse2:amd64 2.9.3-15+b1 amd64 Filesystem in Userspace (library)
ii libgail-3-0:amd64 3.14.5-1 amd64 GNOME Accessibility Implementation Library -- shared libraries
ii libgail18:amd64 2.24.25-3 amd64 GNOME Accessibility Implementation Library -- shared libraries
ii libgbm1:amd64 10.3.2-1 amd64 generic buffer management API -- runtime
ii libgc1c2:amd64 1:7.2d-6.4 amd64 conservative garbage collector for C and C++
ii libgcc-4.8-dev:amd64 4.8.4-1 amd64 GCC support library (development files)
ii libgcc-4.9-dev:amd64 4.9.2-10 amd64 GCC support library (development files)
ii libgcc1:amd64 1:4.9.2-10 amd64 GCC support library
ii libgck-1-0:amd64 3.14.0-2 amd64 Glib wrapper library for PKCS#11 - runtime
ii libgconf-2-4:amd64 3.2.6-3 amd64 GNOME configuration database system (shared libraries)
ii libgconf2-4:amd64 3.2.6-3 amd64 GNOME configuration database system (dummy package)
ii libgconf2-dev 3.2.6-3 amd64 GNOME configuration database system (development)
ii libgcr-3-common 3.14.0-2 all Library for Crypto UI related tasks - common files
ii libgcr-base-3-1:amd64 3.14.0-2 amd64 Library for Crypto related tasks
ii libgcr-ui-3-1:amd64 3.14.0-2 amd64 Library for Crypto UI related tasks
ii libgcrypt11:amd64 1.5.4-3 amd64 LGPL Crypto library - runtime library
ii libgcrypt20:amd64 1.6.3-2 amd64 LGPL Crypto library - runtime library
rc libgd2-xpm:amd64 2.0.36~rc1~dfsg-6.1 amd64 GD Graphics Library version 2
ii libgd3:amd64 2.1.0-5 amd64 GD Graphics Library
ii libgdbm3:amd64 1.8.3-13.1 amd64 GNU dbm database routines (runtime version)
ii libgdk-pixbuf2.0-0:amd64 2.31.1-2+b1 amd64 GDK Pixbuf library
ii libgdk-pixbuf2.0-common 2.31.1-2 all GDK Pixbuf library - data files
ii libgdk-pixbuf2.0-dev 2.31.1-2+b1 amd64 GDK Pixbuf library (development files)
ii libgdraw4 20120731.b-5+b3 amd64 font editor - runtime graphics and widget library
ii libgee-0.8-2:amd64 0.16.1-1 amd64 GObject based collection and utility library
ii libgegl-0.2-0:amd64 0.2.0-7+b1 amd64 Generic Graphics Library
rc libgeoclue0:amd64 0.12.99-3 amd64 C API for GeoClue
ii libgeocode-glib0 3.14.0-1 amd64 geocoding and reverse geocoding GLib library using Nominatim
ii libgeoip1:amd64 1.6.2-4 amd64 non-DNS IP-to-country resolver library
ii libgeronimo-jpa-2.0-spec-java 1.1-2 all Geronimo JSR-317 Java Persistence (JPA) 2.0 Spec API
ii libgeronimo-osgi-support-java 1.0-2 all Java libraries providing OSGi lookup support for Geronimo projects
ii libgettextpo-dev:amd64 0.19.3-2 amd64 GNU Internationalization library development files
ii libgettextpo0:amd64 0.19.3-2 amd64 GNU Internationalization library
ii libgfortran3:amd64 4.9.2-10 amd64 Runtime library for GNU Fortran applications
ii libgif4:amd64 4.1.6-11 amd64 library for GIF images (library)
ii libgimp2.0 2.8.14-1+b1 amd64 Libraries for the GNU Image Manipulation Program
ii libginac2 1.6.2-1 amd64 GiNaC symbolic framework runtime library
ii libgirepository-1.0-1:amd64 1.42.0-2.2 amd64 Library for handling GObject introspection data (runtime library)
rc libgjs0c 1.36.1-2 amd64 Mozilla-based javascript bindings for the GNOME platform
ii libgjs0e 1.42.0-1 amd64 Mozilla-based javascript bindings for the GNOME platform
ii libgl1-mesa-dev:amd64 10.3.2-1 amd64 free implementation of the OpenGL API -- GLX development files
ii libgl1-mesa-dri:amd64 10.3.2-1 amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 10.3.2-1 amd64 free implementation of the OpenGL API -- GLX runtime
ii libgl1-nvidia-glx:amd64 340.65-2 amd64 NVIDIA binary OpenGL libraries
ii libgl2ps0 1.3.8-1.2 amd64 Lib providing high quality vector output for OpenGL application
ii libglade2-0:amd64 1:2.6.4-2 amd64 library to load .glade files at runtime
ii libglapi-mesa:amd64 10.3.2-1 amd64 free implementation of the GL API -- shared library
ii libglazedlists-java 1.9.0+dfsg-1 all java list transformation library
ii libgles1-mesa:amd64 10.3.2-1 amd64 free implementation of the OpenGL|ES 1.x API -- runtime
ii libgles1-nvidia:amd64 340.65-2 amd64 NVIDIA binary OpenGL|ES 1.x libraries
ii libgles2-mesa:amd64 10.3.2-1 amd64 free implementation of the OpenGL|ES 2.x API -- runtime
ii libgles2-nvidia:amd64 340.65-2 amd64 NVIDIA binary OpenGL|ES 2.x libraries
ii libglew1.10:amd64 1.10.0-3 amd64 OpenGL Extension Wrangler - runtime environment
rc libglew1.7:amd64 1.7.0-3 amd64 OpenGL Extension Wrangler - runtime environment
ii libglib-perl 3:1.305-2 amd64 interface to the GLib and GObject libraries
ii libglib2.0-0:amd64 2.42.1-1 amd64 GLib library of C routines
ii libglib2.0-bin 2.42.1-1 amd64 Programs for the GLib library
ii libglib2.0-data 2.42.1-1 all Common files for GLib library
ii libglib2.0-dev 2.42.1-1 amd64 Development files for the GLib library
ii libglibmm-2.4-1c2a:amd64 2.42.0-1 amd64 C++ wrapper for the GLib toolkit (shared libraries)
rc libglpk0 4.45-1 amd64 linear programming kit with integer (MIP) support
ii libglpk36:amd64 4.55-1 amd64 linear programming kit with integer (MIP) support
ii libgltf-0.0-0 0.0.2-2 amd64 Library for rendering glTF models
ii libglu1-mesa:amd64 9.0.0-2 amd64 Mesa OpenGL utility library (GLU)
ii libglu1-mesa-dev 9.0.0-2 amd64 Mesa OpenGL utility library -- development files
ii libgme0 0.5.5-2 amd64 Playback library for video game music files - shared library
ii libgmime-2.6-0:amd64 2.6.20-1+b1 amd64 MIME message parser and creator library - runtime
ii libgmp-dev:amd64 2:6.0.0+dfsg-6 amd64 Multiprecision arithmetic library developers tools
ii libgmp10:amd64 2:6.0.0+dfsg-6 amd64 Multiprecision arithmetic library
ii libgmpxx4ldbl:amd64 2:6.0.0+dfsg-6 amd64 Multiprecision arithmetic library (C++ bindings)
ii libgnome-2-0:amd64 2.32.1-5 amd64 The GNOME library - runtime files
rc libgnome-bluetooth11 3.8.1-3 amd64 GNOME Bluetooth tools - support library
ii libgnome-bluetooth13 3.14.0-2 amd64 GNOME Bluetooth tools - support library
ii libgnome-desktop-3-10 3.14.1-1 amd64 Utility library for loading .desktop files - runtime files
rc libgnome-desktop-3-7 3.8.4-2 amd64 Utility library for loading .desktop files - runtime files
ii libgnome-keyring-common 3.12.0-1 all GNOME keyring services library - data files
ii libgnome-keyring0:amd64 3.12.0-1+b1 amd64 GNOME keyring services library
ii libgnome2-0:amd64 2.32.1-5 amd64 The GNOME library - transition package
ii libgnome2-bin 2.32.1-5 amd64 The GNOME library - binary files
ii libgnome2-common 2.32.1-5 all The GNOME library - common files
ii libgnomecanvas2-0:amd64 2.30.3-2 amd64 powerful object-oriented display engine - runtime files
ii libgnomecanvas2-common 2.30.3-2 all powerful object-oriented display engine - common files
ii libgnomekbd-common 3.6.0-1 all GNOME library to manage keyboard configuration - common files
ii libgnomekbd8 3.6.0-1 amd64 GNOME library to manage keyboard configuration - shared library
ii libgnomeui-0:amd64 2.24.5-3 amd64 GNOME user interface library - runtime files
ii libgnomeui-common 2.24.5-3 all GNOME user interface library - common files
ii libgnomevfs2-0:amd64 1:2.24.4-6+b1 amd64 GNOME Virtual File System (runtime libraries)
ii libgnomevfs2-common 1:2.24.4-6 all GNOME Virtual File System (common files)
ii libgnomevfs2-extra:amd64 1:2.24.4-6+b1 amd64 GNOME Virtual File System (extra modules)
ii libgnutls-deb0-28:amd64 3.3.8-6 amd64 GNU TLS library - main runtime library
ii libgnutls-openssl27:amd64 3.3.8-6 amd64 GNU TLS library - OpenSSL wrapper
ii libgnutls26:amd64 2.12.23-17 amd64 GNU TLS library - runtime library
rc libgnutls28:amd64 3.2.15-1 amd64 GNU TLS library - main runtime library
rc libgnutlsxx27:amd64 2.12.23-17 amd64 GNU TLS library - C++ runtime library
rc libgoa-1.0-0:amd64 3.8.3-2 amd64 library for GNOME Online Accounts
ii libgoa-1.0-0b:amd64 3.14.2-1 amd64 library for GNOME Online Accounts
ii libgoa-1.0-common 3.14.2-1 all library for GNOME Online Accounts - common files
ii libgoa-backend-1.0-1:amd64 3.14.2-1 amd64 backend library for GNOME Online Accounts
ii libgoffice-0.10-10 0.10.18-1 amd64 Document centric objects library - runtime files
ii libgoffice-0.10-10-common 0.10.18-1 all Document centric objects library - common files
ii libgomp1:amd64 4.9.2-10 amd64 GCC OpenMP (GOMP) support library
ii libgpg-error0:amd64 1.17-3 amd64 library for common error values and messages in GnuPG components
ii libgpgme++2 4:4.14.2-2+b1 amd64 c++ wrapper library for gpgme
ii libgpgme11:amd64 1.5.1-6 amd64 GPGME - GnuPG Made Easy (library)
rc libgphoto2-2:amd64 2.4.14-2.4 amd64 gphoto2 digital camera library
ii libgphoto2-6:amd64 2.5.4-1.1+b2 amd64 gphoto2 digital camera library
ii libgphoto2-dev 2.5.4-1.1+b2 amd64 gphoto2 digital camera library (development files)
ii libgphoto2-l10n 2.5.4-1.1 all gphoto2 digital camera library - localized messages
rc libgphoto2-port0:amd64 2.4.14-2.4 amd64 gphoto2 digital camera port library
ii libgphoto2-port10:amd64 2.5.4-1.1+b2 amd64 gphoto2 digital camera port library