-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathopencsw-software-list.txt
3917 lines (3917 loc) · 303 KB
/
opencsw-software-list.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
Software Version Description
389_admin 1.1.38,REV=2015.11.20 The 389 LDAP server Admin Tools
389_adminutil_dev 1.1.21,REV=2015.11.20 The enterprise-class Open Source LDAP server, libadminutil, libadmsslutil,
development files
389_admin_console 1.1.11,REV=2016.08.17 389 Directory Server - Management Console Plugin AdminServer
389_admin_dev 1.1.38,REV=2015.11.20 The 389 LDAP server Admin Tools, development files
389_console 1.1.15,REV=2016.08.05 389 Directory Server - Management Console Client
389_dsgw 1.1.9,REV=2013.01.07 Directory Server Gateway web apps
389_ds_base 1.3.2.27,REV=2015.06.29 The enterprise-class Open Source LDAP server
389_ds_console 1.2.12,REV=2016.08.05 389 Directory Server - Management Console Plugin
a2ps 4.14,REV=2012.11.10 Any to PostScript filter
a52dec 0.7.4,REV=2009.12.21 A free ATSC A/52 stream decoder application
aalib_utils 1.4rc5,REV=2012.11.11 Utility programs for the libaa.so.1
abcm2ps 8.2.2,REV=2014.09.13 Convert ABC to music sheet in PostScript or SVG
ack 1.94,REV=2010.12.10 ack: grep-like text finder, aimed at programmers
acme_tiny 2.0.0,REV=2016.11.21 A tiny script to issue and renew TLS certs from Let's Encrypt
acpidump 20071116,REV=2008.05.10 acpi power management utilities
adns 1.4,REV=2013.06.12 Advanced, easy to use, asynchronous-capable DNS utilities
adobereader 9.4.1,REV=2016.10.11 Adobe Acrobat Reader
agrep 0.8.0,REV=2014.01.23 Text search tool with support for approximate patterns
aha 0.4.7.2,REV=2014.10.29 ANSI color to HTML converter
aide 0.15.1,REV=2014.04.05 aide - Advanced Intrusion Detection Environment
alpine 2.00,REV=2012.06.06 Alpine Messaging System
alternatives 1.2,REV=2013.10.15 Alternatives implementation specific to OpenCSW
amanda 3.3.3,REV=2013.04.24 The Advanced Maryland Automatic Network Disk Archiver
amavisd_new 2.6.4,REV=2010.04.16 Interface between MTA and content checkers
ansible 2.2.1.0,REV=2017.02.07 Deploy, manage, and orchestrate computer systems
ant 1.8.4,REV=2013.11.29 Apache Ant is Java Build Tool , base
antdoc 1.8.4,REV=2013.11.29 Apache Ant is Java Build Tool , docs
antiword 0.37,REV=2012.02.21 Brief description
ap24modwsgi 4.5.2,REV=2016.05.20 Apache/Python WSGI adapter module. for Apache24
ap24_modphp5 5.6.26,REV=2016.10.07 The apache 2.4.x php5 module
ap24_mod_auth_kerb 5.4,REV=2017.09.08 Apache Kerberos authentication module for Apache 2.4
ap2modnss 1.0.11,REV=2015.07.09 Apache2 Crypto Modul using Mozilla NSS
ap2modwsgi 4.5.2,REV=2016.05.20 Apache/Python WSGI adapter module. for Apache22
ap2_modapreq2 2.12,REV=2010.02.10 libapreq2 filter module for Apache 2
ap2_modgeoip 1.2.5,REV=2008.10.17 Apache 2.x GeoIP module
ap2_modmacro 1.1.10,REV=2009.07.30 Create macros inside apache2 config files
ap2_modperl 2.0.7,REV=2012.07.17 mod_perl: Persistent Perl interpreter for Apache 2.x
ap2_modphp5 5.6.26,REV=2016.10.07 The apache 2.2.x php5 module
ap2_modpython 3.3.1,REV=2012.03.25 an Apache/Python integration module
ap2_mod_auth_external 3.2.6,REV=2014.01.14 Apache RADIUS authentication module
ap2_mod_auth_kerb 5.4,REV=2017.09.08 Apache Kerberos authentication module for Apache 2.2
ap2_mod_auth_radius 1.5.8,REV=2010.06.03 Apache RADIUS authentication module
ap2_mod_form 0.1,REV=2013.12.19 A utility to decode data submitted from Web forms
ap2_mod_proxy_html 3.1.2,REV=2014.02.22 Apache 2 output filter to rewrite HTML links
ap2_prefork 2.2.34,REV=2018.03.28 A stub for the old prefork mpm package.
ap2_subversion 1.9.4,REV=2016.09.20 Subversion Modules for Apache 2.2
ap2_suexec 2.2.34,REV=2018.03.28 The standard suEXEC binary for Apache2.
ap2_worker 2.2.34,REV=2018.03.28 The apache worker mpm.
apache2 2.2.34,REV=2018.03.28 A high performance Unix-based HTTP server.
apache24 2.4.37,REV=2018.10.24 A high performance HTTP server.
apache24_dev 2.4.37,REV=2018.10.24 The Apache 2.4 Development Files
apache24_manual 2.4.37,REV=2018.10.24 The Apache 2.4 Manual
apache2c 2.2.34,REV=2018.03.28 A stub for the old apache2c package.
apache2rt 2.2.34,REV=2018.03.28 A stub for the old apache2rt package.
apache2_dev 2.2.34,REV=2018.03.28 The development files for Apache2.
apache2_manual 2.2.34,REV=2018.03.28 The Apache2 manual files.
apache2_utils 2.2.34,REV=2018.03.28 Utility programs for Apache2.
apcupsd 3.14.13,REV=2015.02.04 A daemon for controlling APC UPS
apcups_cgi 3.14.13,REV=2015.02.04 CGI scripts for apcupsd
apcups_gui 3.14.13,REV=2015.02.04 GUI for the apcupsd
apg 2.2.3,REV=2012.08.30 Automated Password Generator
apt_mirror 0.4.9,REV=2014.01.08 Debian and Ubuntu apt sources mirroring tool
arc 5.21p,REV=2015.04.19 Based on the MSDOS ARC program
archivemail 0.6.1,REV=2004.06.27 archive and compress old email
ascii 3.14,REV=2013.11.29 Interactive ASCII name and synonym chart
asciidoc 8.6.9,REV=2014.11.15 A Documentation Generator
aspell 0.60.6.1,REV=2018.02.08 The GNU spell checker (binaries)
aspellaf 0.50.0,REV=2011.01.18 aspell dictionary for Afrikaans
aspellam 0.03.1,REV=2011.01.18 aspell dictionary for Amharic
aspellar 1.2.0,REV=2011.01.18 aspell dictionary for Arabic
aspellast 0.01,REV=2011.01.18 aspell dictionary for Asturian
aspellaz 0.02,REV=2011.01.18 aspell dictionary for Azerbaijani
aspellbe 0.01,REV=2011.01.18 aspell dictionary for Belarusian, with variant be_SU belarusian-soviet
aspellbg 4.1.0,REV=2011.01.18 aspell dictionary for Bulgarian
aspellbn 0.50.1,REV=2011.01.18 aspell dictionary for Bengali
aspellbr 0.2.1.2mdk,REV=2011.01.18 aspell dictionary for Breton
aspellca 2.1.5.1,REV=2011.01.18 aspell dictionary for Catalan
aspellcs 20040614.1,REV=2011.01.18 aspell dictionary for Czech
aspellcsb 0.02,REV=2011.01.18 aspell dictionary for Kashubian
aspellcy 0.50.3,REV=2011.01.18 aspell dictionary for Welsh
aspellda 1.4.42,REV=2011.01.18 aspell dictionary for Danish
aspellde 20030222.1,REV=2011.01.18 aspell dictionaries for German, with variants de_CH swiss, de_DE german deutsch
aspellel 0.03,REV=2011.01.18 aspell dictionary for Greek
aspellen 7.1,REV=2011.01.18 aspell dictionaries for English, with variants en_CA canadian, en_GB british, en_US american
aspelleo 2.1.20000225,REV=2011.01.18 aspell dictionary for Esperanto
aspelles 1.11.2,REV=2011.01.18 aspell dictionary for Spanish
aspellet 0.1.21.1,REV=2011.01.18 aspell dictionary for Estonian
aspellfa 0.11,REV=2011.01.18 aspell dictionary for Persian
aspellfi 0.7,REV=2011.01.18 aspell dictionary for Finnish
aspellfo 0.2.16,REV=2011.01.18 aspell dictionary for Faroese
aspellfr 0.06,REV=2011.01.18 aspell dictionaries for French, with variants fr_CH suisse, fr_FR francais french
aspellfy 0.12,REV=2011.01.18 aspell dictionary for Frisian
aspellga 4.5,REV=2011.01.18 aspell dictionary for Irish
aspellgd 0.1.1,REV=2011.01.18 aspell dictionary for Scottish Gaelic
aspellgl 0.5,REV=2011.01.18 aspell dictionary for Galician
aspellgrc 0.02,REV=2011.01.18 aspell dictionary for Ancient Greek
aspellgu 0.03.0,REV=2011.01.18 aspell dictionary for Gujarati
aspellgv 1.0,REV=2011.01.18 aspell dictionary for Manx Gaelic
aspellhe 1.0,REV=2011.01.18 aspell dictionary for Hebrew
aspellhi 0.02,REV=2011.01.18 aspell dictionary for Hindi
aspellhil 0.11,REV=2011.01.18 aspell dictionary for Hiligaynon
aspellhr 0.51.0,REV=2011.01.18 aspell dictionary for Croatian
aspellhsb 0.02.0,REV=2011.01.18 aspell dictionary for Upper Sorbian
aspellhu 0.99.4.2,REV=2011.01.18 aspell dictionary for Hungarian
aspellhy 0.10.0,REV=2011.01.18 aspell dictionary for Armenian
aspellia 0.50.1,REV=2011.01.18 aspell dictionary for Interlingua
aspellid 1.2,REV=2011.01.18 aspell dictionary for Indonesian
aspellis 0.51,REV=2011.01.18 aspell dictionary for Icelandic
aspellit 2.2.beta.20050523,REV=2011.01. aspell dictionary for Italian
aspellku 0.20,REV=2011.01.18 aspell dictionary for Kurdi
aspellky 0.01,REV=2011.01.18 aspell dictionary for Kirghiz
aspellla 20020503,REV=2011.01.18 aspell dictionary for Latin
aspelllt 1.2.1,REV=2011.01.18 aspell dictionary for Lithuanian
aspelllv 0.5.5.1,REV=2011.01.18 aspell dictionary for Latvian
aspellmg 0.03.0,REV=2011.01.18 aspell dictionary for Malagasy
aspellmi 0.50.0,REV=2011.01.18 aspell dictionary for Maori
aspellmk 0.50.0,REV=2011.01.18 aspell dictionary for Macedonian
aspellml 0.3,REV=2011.01.18 aspell dictionary for Malayalam
aspellmn 0.06.2,REV=2011.01.18 aspell dictionary for Mongolian
aspellmr 0.1,REV=2011.01.18 aspell dictionary for Marathi
aspellms 1.0.3,REV=2011.01.18 aspell dictionary for Malay
aspellmt 0.3,REV=2011.01.18 aspell dictionary for Maltese
aspellnb 2.0,REV=2011.01.18 aspell dictionary for Norwegian Bokmal
aspellnds 0.01,REV=2011.01.18 aspell dictionary for Low Saxon
aspellnl 0.2,REV=2011.01.18 aspell dictionary for Dutch
aspellnn 2.0,REV=2011.01.18 aspell dictionary for Norwegian Nynorsk
aspellny 0.01,REV=2011.01.18 aspell dictionary for Chichewa
aspellor 3,REV=2011.01.18 aspell dictionary for Oriya
aspellpa 0.01.1,REV=2011.01.18 aspell dictionary for Punjabi
aspellpl 6.0_20061121.0,REV=2011.01.18 aspell dictionary for Polish
aspellptbr 20090702.0,REV=2011.01.18 aspell dictionary for Brazilian Portuguese
aspellptpt 20070510,REV=2011.01.18 aspell dictionary for Portuguese
aspellqu 0.02,REV=2011.01.18 aspell dictionary for Quechua
aspellro 3.3.2,REV=2011.01.18 aspell dictionary for Romanian
aspellru 0.99f7.1,REV=2011.01.18 aspell dictionary for Russian
aspellrw 1.0,REV=2011.01.18 aspell dictionary for Kinyarwanda
aspellsc 1.0,REV=2011.01.18 aspell dictionary for Sardinian
aspellsk 2.01.2,REV=2011.01.18 aspell dictionary for Slovak
aspellsl 0.50.0,REV=2011.01.18 aspell dictionary for Slovenian
aspellsr 0.02,REV=2011.01.18 aspell dictionary for Serbian
aspellsv 1.3.8,REV=2011.01.18 aspell dictionary for Swedish
aspellsw 20040316,REV=2011.01.18 aspell dictionary for Swahili
aspellta 20040324,REV=2011.01.18 aspell dictionary for Tamil
aspellte 1,REV=2011.01.18 aspell dictionary for Telugu
aspelltet 0.1.1,REV=2011.01.18 aspell dictionary for Tetum
aspelltk 0.01,REV=2011.01.18 aspell dictionary for Turkmen
aspelltl 0.02.1,REV=2011.01.18 aspell dictionary for Tagalog
aspelltn 1.0.1,REV=2011.01.18 aspell dictionary for Setswana
aspelltr 0.2,REV=2011.01.18 aspell dictionary for Turkish
aspelluk 1.4.0.0,REV=2011.01.18 aspell dictionary for Ukrainian
aspelluz 0.6,REV=2011.01.18 aspell dictionary for Uzbek
aspellvi 0.01.1.1,REV=2011.01.18 aspell dictionary for Vietnamese
aspellwa 0.4.5,REV=2011.01.18 aspell dictionary for Walloon
aspellyi 0.01.1.1,REV=2011.01.18 aspell dictionary for Yiddish
aspellzu 20030116,REV=2011.01.18 aspell dictionary for Zulu
asymptote 2.16,REV=2013.03.06 The Vector Graphics Language
auctex 11.87,REV=2013.04.18 A much enhanced TeX/LaTeX mode for Emacs
audiofile 0.2.7,REV=2011.03.13 Transitional package. Content moved to CSWlibaudiofile-utils CSWlibaudiofile0
augeas 1.10.0,REV=2018.01.29 A configuration editing tool
autoconf 2.69,REV=2012.04.25 GNU auto-configuration tool
autoconf2_13 2.13,REV=2012.03.07 GNU auto-configuration tool
autoconf_archive 2017.03.21,REV=2017.04.04 Collection of macros for GNU Autoconf
autogen 5.18.12,REV=2017.08.14 The Automated Text and Program Generation Tool
autogen_dev 5.18.12,REV=2017.08.14 Development files for libopts.so.25
automake 1.15.1,REV=2018.01.17 A tool for automatically generating Makefiles.
autossh 1.4,REV=2009.06.25_b Automatically restart SSH sessions and tunnels
avidemux 2.6.6,REV=2013.11.06 Video editor designed for simple cutting, filtering and encoding tasks.
awstats 7.3,REV=2014.12.08 Featureful tool for web, ftp and mail server statistics
axel 2.4,REV=2009.11.23 Lightweight command-line download accelerator
bacula 5.0.3,REV=2012.06.12 The Open Source Network Backup Solution
bacula_client 5.0.3,REV=2012.06.12 The Open Source Network Backup Solution - Client meta-package
bacula_common 5.0.3,REV=2012.06.12 The Open Source Network Backup Solution - shared files
bacula_console 5.0.3,REV=2012.06.12 The Open Source Network Backup Solution - Console
bacula_director 5.0.3,REV=2012.06.12 The Open Source Network Backup Solution - Director
bacula_doc 5.0.3,REV=2012.06.12 The Open Source Network Backup Solution - Documentation
bacula_fd 5.0.3,REV=2012.06.12 The Open Source Network Backup Solution - File Daemon
bacula_sd 5.0.3,REV=2012.06.12 The Open Source Network Backup Solution - Storage Daemon
bacula_tray_monitor 5.0.3,REV=2012.06.12 The Open Source Network Backup Solution - Tray monitor
balance 3.56,REV=2014.10.10 A TCP proxy and load balancer
bar 1.11.1,REV=2011.04.28 A command line tool to display information about a data transfer stream
bash 4.3.33,REV=2015.02.15 A sh-compatible command language interpreter
bash_completion 2.1,REV=2014.04.21 Programmable completion for bash
bass_cd 1.2,REV=2013.06.14 Beneath a Steel Sky, Freeware CD Version
berkeleydb 4.7.25,REV=2009.10.18 Stub package as contents moved to CSWbdb47
berkeleydb3 3.3.11,REV=2011.04.24_rev=p2 BerkeleyDB 3.3 embedded database libraries and utilities
berkeleydb3_dev 3.3.11,REV=2011.04.24_rev=p2 BerkeleyDB 3.3 development support
berkeleydb3_doc 3.3.11,REV=2011.04.24_rev=p2 BerkeleyDB 3.3 documentation
berkeleydb4 4.2.52,REV=2009.10.18 Stub package as contents moved to CSWbdb42
berkeleydb42 4.2.52,REV=2009.10.18_rev=p5 BerkeleyDB 4.2 embedded database libraries and utilities
berkeleydb42_devel 4.2.52,REV=2009.10.18_rev=p5 BerkeleyDB 4.2 development support
berkeleydb42_doc 4.2.52,REV=2009.10.18_rev=p5 BerkeleyDB 4.2 documentation
berkeleydb43 4.3.29,REV=2009.10.18_rev=p1 BerkeleyDB 4.3
berkeleydb43_devel 4.3.29,REV=2009.10.18_rev=p1 BerkeleyDB 4.3 development support
berkeleydb43_doc 4.3.29,REV=2009.10.18_rev=p1 BerkeleyDB 4.3 documentation
berkeleydb44 4.4.20,REV=2009.10.18_rev=p4 BerkeleyDB 4.4 embedded database libraries and utilities
berkeleydb44_devel 4.4.20,REV=2009.10.18_rev=p4 BerkeleyDB 4.4 development support
berkeleydb44_doc 4.4.20,REV=2009.10.18_rev=p4 BerkeleyDB 4.4 documentation
berkeleydb47 4.7.25,REV=2009.10.18_rev=p4 BerkeleyDB 4.7 embedded database libraries and utilities
berkeleydb47_devel 4.7.25,REV=2009.10.18_rev=p4 BerkeleyDB 4.7 development support
berkeleydb47_doc 4.7.25,REV=2009.10.18_rev=p4 BerkeleyDB 4.7 documentation
berkeleydb48 4.8.30,REV=2010.12.06_rev=p0 BerkeleyDB 4.8 embedded database libraries and utilities
berkeleydb48_devel 4.8.30,REV=2010.12.06_rev=p0 BerkeleyDB 4.8 development support
berkeleydb48_doc 4.8.30,REV=2010.12.06_rev=p0 BerkeleyDB 4.8 documentation
bibtex2html 1.97,REV=2013.03.13 A collection of tools for translating from BibTeX to HTML
bind 9.12.3,REV=2018.10.20 ISC BIND DNS main package
bind_chroot 9.12.3,REV=2018.10.20 ISC BIND DNS chroot package
bind_dev 9.12.3,REV=2018.10.20 ISC BIND DNS development package
bind_utils 9.12.3,REV=2018.10.20 ISC BIND DNS utilities package
binutils 2.26,REV=2016.05.19 GNU binary utilities: gas, gld, gprof, and others
bison 3.0.4,REV=2018.03.12 GNU Project parser generator (yacc replacement)
blame 1.3.1,REV=2010.04.19 Displays the last modification for each line in an RCS file
bluefish 2.2.10,REV=2017.08.04 Advanced Gtk+ HTML editor
bmon 2.0.1,REV=2004.11.03 bandwidth monitor
bonnie++ 1.97.1,REV=2013.06.29 A benchmark suite testing hard drive and file system performance
boost_gcc_dev 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries, development files
botnet 0.8,REV=2011.02.24 Botnet detector plugin for SpamAssassin
brotli 1.0.2,REV=2018.01.31 Brotli compression format
bsdiff 4.3,REV=2013.06.18 Binary diff/patch utility
buildbot 0.8.14,REV=2016.08.30 A system to automate the compile/test cycle
buildbot_slave 0.8.14,REV=2016.08.29 BuildBot Slave Daemon
buildbot_sqlalchemy 0.7.10,REV=2014.03.20 buildbot_sqlalchemy - Python SQL toolkit and Object Relational Mapper, private
Buildbot version
bvi 1.4.0rc,REV=2014.03.11 A vi-like binary file (hex) editor
bzflag 2.4.0,REV=2012.06.27 A free multiplayer multiplatform 3D tank battle game
bzip2 1.0.6,REV=2011.08.18 Compression utility for bzip2 compression algorithm
bzr 2.6.0,REV=2013.08.18 Next generation distributed version control
cabextract 1.6,REV=2015.08.03 Extract Microsoft cabinet files
cacertificates 20180228,REV=2018.02.28 CA certificates
cadaver 0.23.3,REV=2012.08.24 WebDAV commandline tool
calibre 0.9.38,REV=2013.10.02 An e-book converter and library management
carbonate 0.2.2,REV=2016.05.28 Tools for managing federated carbon clusters
cas_cpsampleconf 1.50,REV=2015.01.17 The cpsampleconf class action script for CSW packages
cas_cptemplates 1.50,REV=2015.01.17 The cptemplates class action script for CSW packages
cas_crontab 1.50,REV=2015.01.17 The crontab class action script for CSW packages
cas_dictconf 1.50,REV=2015.01.17 The dictconf class action script for CSW packages
cas_etcservices 1.50,REV=2015.01.17 The etcservices class action script for CSW packages
cas_etcshells 1.50,REV=2015.01.17 The etcshells class action script for CSW packages
cas_inetd 1.50,REV=2015.01.17 The inetd class action script for CSW packages
cas_initsmf 1.50,REV=2015.01.17 The initsmf class action script for CSW packages
cas_migrateconf 1.50,REV=2015.01.17 The migrateconf class action script for CSW packages
cas_postmsg 1.50,REV=2015.01.17 The postmsg class action script for CSW packages
cas_preserveconf 1.50,REV=2015.01.17 The preserveconf class action script for CSW packages
cas_pycompile 1.50,REV=2015.01.17 The pycompile class action script for CSW packages
cas_sslcert 1.50,REV=2015.01.17 The sslcert class action script for CSW packages
cas_texhash 1.50,REV=2015.01.17 The texhash class action script for CSW packages
cas_texinfo 1.50,REV=2015.01.17 The texinfo class action script for CSW packages
cas_usergroup 1.50,REV=2015.01.17 The usergroup class action script for CSW packages
ccache 3.3.6,REV=2018.01.29 Fast C/C++ compiler cache
ccrypt 1.10,REV=2014.03.11 Secure encryption and decryption of files and streams
cdecl 2.5,REV=2009.12.21 C declaration guide/tool
cdrtools 3.01a15,REV=2013.06.19 Tools for ripping from and recording to CDs and DVDs
celt 0.11.1,REV=2012.02.24 The CELT ultra-low delay audio codec utilities
cfengine 2.2.10,REV=2012.06.07 A tool for administering Networks of Diverse Machines
cfengine3_client 3.6.0,REV=2014.06.23 CFEngine 3 client binaries
cfengine3_server 3.6.0,REV=2014.06.23 CFEngine 3 server binary
cfengine3_utils 3.6.0,REV=2014.06.23 CFEngine 3 utilities and documentation
cfengine_doc 2.2.10,REV=2012.06.07 Cfengine documentation
cgilib 0.5,REV=2005.11.29 The CGI Library
cgit 0.10.1,REV=2014.03.12 Web front-end for Git
changepass 1.3.3,REV=2015.03.23 Batch-change passwords non-interactively
cherrypy 3.1.2,REV=2013.08.04 A pythonic, object-oriented web framework
chrpath 0.13,REV=2012.11.10 A program to fix/change runpaths
clamav 0.100.2,REV=2018.10.06 Clam AntiVirus
clamavsigs 3.7.1,REV=2011.06.25 ClamAV Unofficial Signature Databases Update Script
clisp 2.47,REV=2008.12.27 An ANSI Common Lisp implementation
clojure 1.7.0,REV=2015.10.02 A dynamic programming language that targets the Java Virtual Machine
cloog_dev 0.18.4,REV=2017.05.03 Code Generator in the Polyhedral Model, development files
clusterit 2.5,REV=2012.09.27 Suite of tools for managing large clusters of machines
clusterssh 3.28,REV=2014.03.30 clusterssh - ClusterSSH controls a number of xterm windows via a single graphical console
window
cmake 3.4.3,REV=2016.03.22 Cross-platform make
collectd 5.8.0,REV=2018.05.02 Collects system performance statistics periodically
collectd_dev 5.8.0,REV=2018.05.02 Development files for libcollectdclient.so.1
collectd_plugins_all 5.8.0,REV=2018.05.02 CollectD Metapackage that pulls in all plugins
collectd_plugin_dbi 5.8.0,REV=2018.05.02 CollectD Plugin for DBI
collectd_plugin_gmond 5.8.0,REV=2018.05.02 CollectD Plugin for Ganglia gmond
collectd_plugin_java 5.8.0,REV=2018.05.02 CollectD Plugin for Java
collectd_plugin_lua 5.8.0,REV=2018.05.02 CollectD Plugin for Lua
collectd_plugin_mysql 5.8.0,REV=2018.05.02 CollectD Plugin for MySQL
collectd_plugin_postgresql 5.8.0,REV=2018.05.02 CollectD Plugin for PostgreSQL
collectd_plugin_python 5.8.0,REV=2018.05.02 CollectD Plugin for Python
collectd_plugin_riemann 5.8.0,REV=2018.05.02 CollectD Plugin for Riemann
collectd_plugin_rrdtool 5.8.0,REV=2018.05.02 CollectD Plugin for RRDTool and RRDCache
collectd_plugin_snmp 5.8.0,REV=2018.05.02 CollectD Plugin for NetSNMP
collectd_plugin_xmms 5.8.0,REV=2018.05.02 CollectD Plugin for XMMS
colordiff 1.0.9,REV=2010.01.04 Wrapper for for the diff command producing colored output
colormake 0.9,REV=2018.01.15 A colorizer for make
column 8.1,REV=2005.03.06 columnate lists
common 1.5,REV=2010.12.11 common files and dirs for CSW packages
complexity 1.1,REV=2013.11.08 Measure complexity of C source
conserver 8.2.1,REV=2016.02.26 Client/Server console server software
convmv 1.15,REV=2014.08.10 Converts filenames from one encoding to another
coreutils 8.22,REV=2014.06.14 GNU core utilities
corkscrew 2.0,REV=2012.11.19 A tool for tunneling SSH through HTTP proxies
courier_authlib 0.65.0,REV=2012.12.08 Courier auth library
courier_authlib_dev 0.65.0,REV=2012.12.08 Courier auth library development files
courier_imap 4.12.0,REV=2013.01.29 Courier IMAP
cowsay 3.03,REV=2015.05.20 Generates ASCII pictures of a cow with a message
cracklib 2.9.2,REV=2015.03.23 Next generation version of libCrack password checking
cracklib_words 20080507,REV=2015.03.23 Next generation version of libCrack password checking library
cscope 15.8a,REV=2014.04.24 A text screen-based source browser
cswclassutils 1.50,REV=2015.01.17 Class action scripts for CSW packages
cswhookdebug 1.0,REV=2011.03.01 A set of hooks to ease debugging hook callers
cswpkgloghooks 2.0,REV=2010.12.18 Hook scripts to log package maintenance actions
cswpki 1.1,REV=2013.01.11 The OpenCSW PKI Collection
cswutils 1.24148,REV=2014.10.18 Utilities for CSW maintainers
cups 1.5.4,REV=2014.06.02 Common Unix Printing System
cupsclient 1.5.4,REV=2014.06.02 CUPS client binaries
cupsd 1.5.4,REV=2014.06.02 CUPS daemon
cups_dev 1.5.4,REV=2014.06.02 CUPS header files
curl 7.63.0,REV=2018.12.12 A command line tool and library for client-side URL transfers
cvs 1.12.13,p,REV=2012.06.22 Concurrent Versioning System
cvs2svn 2.3.0,REV=2009.11.12 CVS to svn/git/hg/bzr Repository Converter
cvsproxy 1.0.1,REV=2013.02.08 Provides a CVS proxy
cvsps 2.1,REV=2009.04.02 Patchsets for CVS
cyrus_imapd 2.4.17,REV=2013.07.10 Pop and Imap server from the Cyrus mail system
cyrus_imapd_utils 2.4.17,REV=2013.07.10 Various admin utilities for Cyrus Imapd/Popd
cython 0.19.2,REV=2013.10.18 Cython Compiler
c_icap 0.1.7,REV=2012.06.02 C-ICAP library
c_icap_dev 0.1.7,REV=2012.06.02 Brief description, development files
dante 1.2.1,REV=2010.08.31 Dante SOCKS (v4 and v5) proxy daemon
darkstat 3.0.718,REV=2014.05.30 Network traffic analyzer
dash 0.5.7,REV=2014.07.29 POSIX-compliant implementation of /bin/sh that aims to be as small as possible
davical 1.1.1,REV=2014.03.17 davical - CalDAV Server
dbh 1.0.24,REV=2009.03.26 Disk based hash tables, dbh
dbus 1.7.0,REV=2013.04.03 DBus Message Bus System
dcc 1.3.139,REV=2011.04.09 E-mail greylisting and a cooperative, distributed system to identify spam
dconf 0.5.1,REV=2013.05.15 Low-level configuration system for glib
dconf_editor 0.5.1,REV=2013.05.15 Low-level configuration system for glib, configuration editor
ddrescue 1.17,REV=2013.08.05 A data recovery tool
denyhosts 2.6,REV=2015.07.14 A tool to limit SSH brute force attacks
dhcp 4.4.1,REV=2018.06.08 ISC DHCP reference implementation
dhcping 1.2,REV=2009.07.01 DHCP daemon ping program
dhcp_dev 4.4.1,REV=2018.06.08 ISC DHCP development package
di 4.35,REV=2014.02.16 Disk information utility
dia 0.97.2,REV=2013.12.12 A GTK+ based diagram creation program
dialog 1.2r20121230,REV=2013.03.23 A script-interpreter which provides a set of curses widgets
dialog_dev 1.2r20121230,REV=2013.03.23 A script-interpreter which provides a set of curses widgets, development files
dict 1.12.1,REV=2013.11.27 DICT Protocol, client
dictd 1.12.1,REV=2013.11.27 DICT Protocol, server
dictd_dev 1.12.1,REV=2013.11.27 DICT Protocol, server plugins development files
dictem 1.0.4,REV=2013.11.30 Brief description
dictfmt 1.12.1,REV=2013.11.27 DICT Protocol, converter
dictzip 1.12.1,REV=2013.11.27 DICT Protocol, compressor
dict_foldoc 20131123,REV=2013.11.28 FOLDOC dictionary database
dict_gcide 0.48,REV=2013.11.30 GNU Collaborative International Dictionary of English
diffstat 1.59,REV=2014.06.08 A utility which provides statistics based on the output of diff
diffutils 3.2,REV=2011.10.24 Diff utilities
disktype 9,REV=2009.10.30 Detection of content format of a disk or disk image
distcc 3.1,REV=2009.04.05 A fast, free distributed C/C++ compiler
djvulibre 3.5.25,REV=2013.07.26 DjVu standalone viewer and ommandline tools
dmenu 4.0,REV=2013.08.01 Dynamic menu for X, originally designed for dwm
dnsmasq 2.59,REV=2012.03.02 Lightweight DNS forwarder and DHCP server
dnstop 20140915,REV=2016.09.30 Displays various tables of DNS traffic
dnstracer 1.9,REV=2010.03.20 Trace a chain of DNS servers to the source
dnswalk 2.0.2,REV=2009.07.01 DNS debugger
docbook2x 0.8.8,REV=2015.06.22 Converts DocBook documents to man and Texinfo format
docbookdsssl 1.79,REV=2009.09.15 Norman Walsh's modular stylesheets for DocBook
docbookdtds 4.5,REV=2009.09.16 SGML and XML document type definitions for DocBook.
docbookxsl 1.74.3,REV=2009.09.11 Norman Walsh's XSL stylesheets for DocBook XML
docbookxsldoc 1.74.3,REV=2009.09.11 Documentation for the Docbook XSL stylesheets
dovecot 2.3.4,REV=2018.11.26 Secure IMAP server
dovecot_dev 2.3.4,REV=2018.11.26 Dovecot secure IMAP server header files
dovecot_sieve 0.5.4,REV=2018.11.27 Secure POP3/IMAP server - Sieve filters support
doxygen 1.8.14,REV=2017.12.26 A documentation system for programming languages
doxygen_doc 1.8.14,REV=2017.12.26 Documentation for doxygen
dsh 0.25.9,REV=2012.09.27 Distributed shell which command through rsh or ssh on a cluster of machines
dspam 3.10.2,REV=2013.08.02 Antispam Filter, tools
dspam_dev 3.10.2,REV=2013.08.02 Antispam Filter, development files
dtracetoolkit 0.99,REV=2012.11.11 A collection of dtrace scripts developed by the DTrace community
duff 0.5.2,REV=2013.07.11 Duplicate file finder
easytag 2.1.8,REV=2013.04.08 Tag editor for MP3, Ogg Vorbis files and more
ecj 4.5,REV=2016.02.12 Eclipse JDT Core Batch Compiler, contains ecj.jar
ectags 5.8,REV=2009.09.09 Exuberant Ctags: A multilanguage implementation of Ctags
elinks 0.11.7,REV=2012.09.06 An advanced text mode web browser
emacs 24.5,REV=2016.07.16 The GNU Emacs editor - metapackage for generic dependencies
emacs_athena 24.5,REV=2016.07.16 The GNU Emacs editor - based on the Athena toolkit
emacs_bin_common 24.5,REV=2016.07.16 The GNU Emacs editor - common binaries
emacs_common 24.5,REV=2016.07.16 The GNU Emacs editor - architecture neutral common components
emacs_gtk 24.5,REV=2016.07.16 The GNU Emacs editor - based on the GTK toolkit
emacs_nox 24.5,REV=2016.07.16 The GNU Emacs editor - without any XWindows dependencies
emacs_sitestart 1.0,REV=2010.04.06 Emacs support for autoloading functionality at startup
emacs_template 3.1c,REV=2012.06.12 Templates for Emacs
enchant 1.6.0,REV=2013.11.12 A wrapper library for various spell checking engines, meta package
enchant_bin 1.6.0,REV=2013.11.12 A wrapper library for various spell checking engines, runtime package
enscript 1.6.5.2,REV=2011.07.13 GNU enscript converts ASCII files to PostScript
epstool 3.08 Utility to create or extract preview images in EPS files, fix bounding boxes and convert to bitmaps
erlang R16B,REV=2013.06.06 A functional programming language from Ericsson
erlang_dev R16B,REV=2013.06.06 Ericson Erlang OTP library sources and headers
erlang_doc R16B,REV=2013.06.06 Erlang manual and documentation
esound 0.2.41,REV=2011.03.14 The enlightened sound daemon
euler 1.61.0,REV=2009.12.22 EULER interactive computing with real, complex numbers and matrices
eventlog_dev 0.2.12,REV=2014.03.16 eventlog_dev - Replacement of the simple syslog() API providing structure to messages. -
development
evince 2.32.0,REV=2013.12.16 Document viewer for multiple document formats: pdf, ps ,dvi, base
evince_dev 2.32.0,REV=2013.12.16 Document viewer for multiple document formats: pdf, ps ,dvi, development files
exempi 2.1.1,REV=2010.01.21 Exempi is an implementation of XMP
exempi_devel 2.1.1,REV=2010.01.21 Exempi is an implementation of XMP - developer package
exiftool 9.26,REV=2013.04.15 Read, Write and Edit Image File Meta Information
exim 4.76,REV=2012.06.07 The Exim Mail Transfer Agent
exo 0.8.0,REV=2013.09.26 An extension library to Xfce
exo_dev 0.8.0,REV=2013.09.26 An extension library to Xfce, development files
exo_doc 0.8.0,REV=2013.09.26 An extension library to Xfce, documentation
expat 2.2.6,REV=2018.09.25 XML parser toolkit utility
expect 5.45,REV=2013.04.10 Tool for automating interactive applications
faad2 2.7,REV=2011.07.06 AAC utility program
facter 1.7.6,REV=2015.02.11 A system fact gatherer
facter2 2.4.6,REV=2016.10.13 A system fact gatherer
facter_ruby18 1.7.6,REV=2014.12.11 A system fact gatherer
fakeroot 1.20,REV=2014.04.22 A fake root environment by means of LD_PRELOAD and SYSV IPC (or TCP) trickery.
famfamfam_flag_icons 1.0,REV=2013.12.19 FamFamFam Flag Icons
famfamfam_silk_icons 1.3,REV=2013.12.20 FamFamFam Silk Icons
fax2png 1.0,REV=2012.11.11 Multipage 1-bit TIFF (fax or scan) to PNG image converter
feh 2.9.3,REV=2014.02.28 X11 image viewer aimed mostly at console users
fetchmail 6.3.21,REV=2013.04.15 Fetchmail mail retrieval and forwarding utility
fetchmailconf 6.3.21,REV=2013.04.15 A GUI to configure and run fetchmail
ffmpeg 3.0.1,REV=2016.04.19 Very fast video and audio converter
ffmpeg_dev 3.0.1,REV=2016.04.19 Development files for several FFMPEG shared libraries
fftw 3.3.3,REV=2013.01.04 Utilities for computing the discrete Fourier transform (DFT)
figlet 2.2.5,REV=2012.06.01 FIGlet is a program for making large letters out of ordinary text
filebench 1.4.9.1,REV=2014.04.03 filebench - A file system and storage benchmark
findutils 4.4.2,REV=2011.04.04 A set of utilities for searching a filesystem
fio 2.0.14,REV=2013.03.17 Flexible I/O Tester
fish 2.1.0,REV=2013.11.14 Smart and user-friendly command line shell
fi_agent 2.4,REV=2018.03.04 fusioninventory-agent: The FusionInventory agent
fi_agent_task_collect 2.4,REV=2018.03.04 fusioninventory-agent: Custom information retrieval support for FusionInventory
agent
fi_agent_task_deploy 2.4,REV=2018.03.04 fusioninventory-agent: Software deployment support for FusionInventory agent
fi_agent_task_esx 2.4,REV=2018.03.04 fusioninventory-agent: ESX inventory support for FusionInventory agent
fi_agent_task_inventory 2.4,REV=2018.03.04 fusioninventory-agent: Local inventory support for FusionInventory agent
fi_agent_task_network 2.4,REV=2018.03.04 fusioninventory-agent: Network discovery and inventory support for FusionInventory
agent
fi_agent_task_wakeonlan 2.4,REV=2018.03.04 fusioninventory-agent: Wake-on-lan support for FusionInventory agent
flac 1.3.1,REV=2014.12.08 Utility programs for the Free Lossless Audio Codec (FLAC)
flex 2.6.0,REV=2015.11.18 A tool for generating text-scanning programs
fltk 1.1.10,REV=2010.06.19 Fast light Tool Kit
fluidsynth 1.1.6,REV=2013.06.02 A real-time software synthesizer based on the SoundFont 2 specifications. , fluidsynth
fluidsynth_dev 1.1.6,REV=2013.06.02 A real-time software synthesizer based on the SoundFont 2 specifications. , development
files
fluxbox 1.3.5,REV=2013.05.20 Brief description
fontconfig 2.11.0,REV=2014.03.31 fontconfig - A library for configuring and customizing font access
fontconfig_dev 2.11.0,REV=2014.03.31 fontconfig_dev - Development files for libfontconfig.so.1
fontconfig_doc 2.11.0,REV=2014.03.31 fontconfig_doc - Development documentation for fontconfig
foomatic_filters 4.0.12,REV=2012.02.29 Cups printer driver for non postscript printers foomatic
foremost 1.5.7,REV=2013.07.04 Forensic file recovery and data carving tool
fortune 9708,REV=2012.11.12 Provides fortune cookies on demand
fossil 2.4,REV=2017.11.18 DSCM with built-in wiki, http interface and server, tickets database
fox 1.4.33,REV=2006.08.22 Fox Toolkit
foxrt 1.4.33,REV=2006.08.15 Fox Toolkit runtime
fping 3.9,REV=2014.03.11 A ping like program accepting any number of hosts
fprobe 1.1,REV=2009.07.26 Tool that collect network traffic data
freeciv 2.5.11,REV=2018.10.19 Free turn-based multiplayer strategy game
freefont 20120503,REV=2013.11.07 GNU FreeFont
freeglut 2.6.0,REV=2010.09.28 OpenSourced alternative to the OpenGL Utility Toolkit
freeipmi 1.5.1,REV=2016.02.26 IPMI software based on the IPMI v1.5/2.0 specification
freeradius 2.2.0,REV=2013.01.01 A free RADIUS server implementation
freeradius_krb5 2.2.0,REV=2013.01.01 Kerberos 5 Module rlm_krb5 for FreeRADIUS
freeradius_ldap 2.2.0,REV=2013.01.01 LDAP Module rlm_ldap for FreeRADIUS
freeradius_mysql 2.2.0,REV=2013.01.01 MySQL Module rlm_sql_mysql for FreeRADIUS
freeradius_postgresql 2.2.0,REV=2013.01.01 PostgreSQL Module rlm_sql_postgresql for FreeRADIUS
freetds 0.91,REV=2011.12.17 Implementation of the TDS protocol used by MS SQL Server and Sybase
freetds_dev 0.91,REV=2011.12.17 Development files for libct.so.4, libsybdb.so.5 and libtdsodbc.so.0
freetype 1.3.1,REV=2004.09.19 A free, high quality, and portable font engine.
ftgl 2.1.3rc5,REV=2010.09.29 Library that uses Freetype2 to simplify rendering fonts in OpenGL applications
ftgl_devel 2.1.3rc5,REV=2010.09.29 FTGL Development Files
gail 1.21.5.1,REV=2009.08.05 Accessibility support for GTK+ and libgnomecanvas (stub, now in CSWgtk2)
gamin 0.1.10,REV=2013.11.04 GAMIN file alteration monitor daemon (compatible to FAM)
gangliaagent 3.2.0,REV=2011.12.11 Ganglia performance monitoring agent gmond
gangliagmetad 3.2.0,REV=2011.12.11 Ganglia gmetad
gangliamodpython 3.1.7,REV=2011.11.27 Ganglia agent module for Python metrics
gangliaweb 3.2.0,REV=2011.12.11 Ganglia web
ganglia_dev 3.2.0,REV=2011.12.11 Ganglia headers for metric module development
ganglia_modules_solaris 1.0.1,REV=2011.12.20 Ganglia modules for IO and per-core CPU stats on Solaris
gar_dev 1.0,REV=2013.10.11 Ease setting up a GAR development environment
gawk 4.1.0,REV=2013.10.08 GNU awk
gbc 1.06,REV=2011.01.07 An interactive algebraic language with arbitrary precision which follows the POSIX 1003.2
gcal 3.6,REV=2011.07.10 Gcal is a program for calculating and printing calendars
gcc4ada 4.9.2,REV=2014.11.07 GCC Ada compiler (GNAT)
gcc4core 4.9.2,REV=2014.11.07 GNU C compiler
gcc4g++ 4.9.2,REV=2014.11.07 GNU C++ Compiler
gcc4gfortran 4.9.2,REV=2014.11.07 GNU Fortran Compiler
gcc4java 4.9.2,REV=2014.11.07 GNU Java Compiler
gcc4objc 4.9.2,REV=2014.11.07 GNU Objective C Compiler
gcc5ada 5.5.0,REV=2017.10.23 GCC Ada compiler (GNAT)
gcc5core 5.5.0,REV=2017.10.23 GNU C compiler
gcc5g++ 5.5.0,REV=2017.10.23 GNU C++ Compiler
gcc5gfortran 5.5.0,REV=2017.10.23 GNU Fortran Compiler
gcc5java 5.5.0,REV=2017.10.23 GNU Java Compiler
gcc5objc 5.5.0,REV=2017.10.23 GNU Objective C Compiler
gcpio 2.10,REV=2010.05.07 GNU cpio
gd 2.1.0,REV=2013.07.24 Utilities facilitating libgd for dynamic image creation
gdal 1.9.2,REV=2014.04.14 Geospatial Data Abstraction Library
gdal_dev 1.9.2,REV=2014.04.14 Geospatial Data Abstraction Library, development files
gdb 7.10,REV=2015.09.04 The GNU Debugger
gdk_pixbuf 2.28.2,REV=2013.10.30 GNOME tools for pixmap manupulation
gdk_pixbuf_doc 2.28.2,REV=2013.10.30 GNOME tools for pixmap manupulation, Documentation
gdmap 0.8.1,REV=2010.03.01 GdMap is a tool which allows to visualize disk space
gdome2 0.8.1,REV=2009.09.11 A DOM Level 2 Implementation
gedit 2.30.4,REV=2012.03.12 The official GNOME text editor
geeqie 1.0,REV=2014.04.25 A lightweight image viewer, forked from GQview
gegl 0.1.8,REV=2011.12.09 The gegl image processing utility
gengetopt 2.22.4,REV=2010.02.16 parses the command line options
genshi 0.7,REV=2013.12.26 Python toolkit for generation of output for the web
geoip 1.4.8,REV=2012.04.15 GeoIP C API
geoip_dev 1.4.8,REV=2012.04.15 GeoIP development files for libGeoIP.so.1
geoip_update 1.4.8,REV=2012.04.15 Updater for GeoIP.dat directly from MaxMind
geolitedb 20180730,REV=2018.07.30 Geolite country database
geos_dev 3.4.2,REV=2014.04.13 Geometry Engine, Open Source, development files
gfile 5.16,REV=2014.02.11 A file type guesser
gflags_dev 2.0,REV=2014.03.01 Commandline flags module for C++
gftp 2.0.19,REV=2013.04.23 A file transfer client with text and graphical user interfaces.
ggetopt 1.1.3,REV=2005.11.24 help shell scripts parse command-line parameters
ggettext 0.19.8,REV=2016.09.08 GNU locale utilities
ggettext_data 0.19.8,REV=2016.09.08 GNU locale utilities, translation files
ggettext_dev 0.19.8,REV=2016.09.08 GNU locale utilities, development files
ggrep 3.1,REV=2017.07.03 GNU grep
ghostscript 9.15,REV=2015.01.09 PostScript and PDF interpreter
ghostscript_dev 9.15,REV=2015.01.09 Development files for ghostscript and libgs.so.9
ghostscript_filters 9.07,REV=2013.06.06 CUPS filter for Ghostscript
ghostscript_fonts 8.11,REV=2013.05.27 Fonts and AFMs for use with GhostScript
gif2png 2.5.4,REV=2010.11.25 Converts files from GIF to PNG
giflib 4.2.0,REV=2012.05.19 A library for reading and writing gif images
gifsicle 1.87,REV=2015.02.04 Tool for creating, editing, and getting information about GIF images
gio_fam_backend 2.41.1,REV=2015.07.15 The GLib library of C routines., GIO FAM backend
git 2.4.0,REV=2015.05.07 Fast Version Control System
gitk 2.4.0,REV=2015.05.07 Git revision tree visualiser
gitosis 0.2,REV=2015.04.08_rev=73a03Z Software for hosting git repositories
git_completion 2.4.0,REV=2015.05.07 Bash completion support for Git
git_cvs 2.4.0,REV=2015.05.07 Git tools for working with CVS repositories
git_dev 2.4.0,REV=2015.05.07 Headers and static libraries for Git
git_doc 2.4.0,REV=2015.05.07 Documentation for Git
git_emacs 2.4.0,REV=2015.05.07 Git VCS support for Emacs
git_gui 2.4.0,REV=2015.05.07 Git GUI tool
git_subtree 0.2_d20ac,REV=2010.01.11 Subtree support for git
git_svn 2.4.0,REV=2015.05.07 Git tools for working with Subversion repositories
gkrellm 2.3.4,REV=2010.03.01 System monitor package
gkrellmd 2.3.4,REV=2010.03.01 System monitor package daemon
glib2 2.41.1,REV=2015.07.15 Low level core compatibility library for GTK+ and GNOME
glib2_doc 2.41.1,REV=2015.07.15 Gtk-doc Documentation for glib2
glibmm_doc 2.36.2,REV=2013.11.06 C++ interface to glib2, documentation
glib_dev 1.2.10,REV=2014.04.21_rev=2 General-purpose utility library, development files
global 6.1,REV=2011.10.25 GNU GLOBAL source code tag system
glpk 4.47,REV=2011.10.24 GNU linear programming kit
glproto 1.4.17,REV=2015.01.20 GL extension headers
gm4 1.4.18,REV=2017.01.02 GNU m4 Unix macro processor
gmake 4.2.1,REV=2016.08.04 GNU Make controls generation of executables and other compile-related tasks
gmake_guile 4.2.1,REV=2016.08.04 GNU Make with GUILE support
gmsl 1.1.7,REV=2015.01.17 GNU Make Standard Library
gmt 4.5.7,REV=2011.11.08 Generic Mapping Tools
gmtcoast_full 2.1.0,REV=2011.02.09 Full resolution coastlines for the Generic Mapping Tools (GMT)
gmtcoast_high 2.1.0,REV=2011.02.09 High resolution coastlines for the Generic Mapping Tools (GMT)
gmtcoast_low 2.1.0,REV=2011.02.09 Low resolution coastlines for the Generic Mapping Tools (GMT)
gmt_doc 4.5.7,REV=2011.11.08 Documentation for GMT
gnomekeyring 2.28.2,REV=2011.04.05 Stores passwords and encryption keys in an encrypted file
gnomekeyring_dev 2.28.2,REV=2011.04.05 Development files for gnome keyring
gnomevfs2 2.24.4,REV=2012.09.07 GnomeVFS - Filesystem Abstraction library
gnomevfs2_dev 2.24.4,REV=2012.09.07 Development files for GNOME vfs
gnome_ssh_askpass 5.9p1,REV=2011.12.17 A GNOME and Gtk2 passphrase requester
gnucashcommon 2.0.2,REV=2006.11.09 GNU Cash architecture common components
gnuchess 6.0.2,REV=2012.12.10 GNU Chess
gnupg 1.4.20,REV=2016.02.05 GnuPG is a complete and free replacement for PGP
gnupg2 2.0.29,REV=2015.11.24 GnuPG is a complete and free replacement for PGP
gnuplot 4.6.3,REV=2013.06.17 The Gnuplot Plotting Utility
gnuplot_wx 4.6.3,REV=2013.06.17 The Gnuplot Plotting Utility (with WX-Widgets and Pango)
gnustep_back 0.26.2,REV=2018.09.08 GNUstep-core back
gnustep_base 1.25.1,REV=2018.03.26 GNUstep-core base
gnustep_gui 0.26.2,REV=2018.04.28 GNUstep-core gui
gnustep_make 2.7.0,REV=2018.01.30 GNUstep-core make
gnus_namazu 0.3,REV=2012.07.11 Gnus interface to Namazu
gnutls 3.1.25,REV=2014.06.04 GNU Transport Layer Security Utility Programs
gobject_introspection 1.31.22,REV=2013.01.15 Package for extending API for GObject based libraries, bins
gobject_introspection_dev 1.31.22,REV=2013.01.15 Package for extending API for GObject based libraries, development files
gocr 0.49,REV=2012.12.07 GOCR is Optical Character Recognition
gorm 1.2.23,REV=2018.05.02 GNUstep graphical interface builder
gpatch 2.7.1,REV=2013.10.01 GNU patch utility
gperf 3.0.4,REV=2009.02.04 A perfect hash function generator
gpgme_dev 1.6.0,REV=2016.07.06 GPGME - GnuPG Made Easy, development files
gpg_error 1.20,REV=2015.11.20 Tools for libgpg-error.so
gpicview 0.2.1,REV=2010.12.09 A Simple and Fast Image Viewer for X
graphicsmagick 1.3.23,REV=2016.05.05 GraphicsMagick Image Processing System
graphicsmagick_dev 1.3.23,REV=2016.05.05 GraphicsMagick Image Processing System, development files
graphite_web 0.9.13,REV=2015.06.25 Enterprise scalable realtime graphing
graphviz 2.34.0,REV=2013.09.07 Graph Visualization Tools
graphviz2 2.28.0,REV=2011.06.05 Stub to the CSWgraphviz package
graphvizdoc 2.34.0,REV=2013.09.07 Graphviz documentation
graphvizgd 2.34.0,REV=2013.09.07 Graphviz renderers using gd
graphvizgraphs 2.34.0,REV=2013.09.07 Graphviz example graphs
graphvizguile 2.34.0,REV=2013.09.07 Graphviz language binding for guile
graphvizperl 2.34.0,REV=2013.09.07 Graphviz language binding for perl
graphvizruby 2.34.0,REV=2013.09.07 Graphviz language binding for ruby
graphvizsharp 2.34.0,REV=2013.09.07 Graphviz language binding for C#
graphviztcl 2.34.0,REV=2013.09.07 Graphviz language binding for tcl
graphviz_dev 2.34.0,REV=2013.09.07 Graphviz Headers etc. for development
grip 3.3.1,REV=2012.06.28 CD-player and CD-ripper for the Gnome desktop
groff 1.22.2,REV=2013.05.31 GNU roff/troff/nroff
gsasl 1.8.0,REV=2013.10.31 GNU SASL
gsed 4.2.2,p,REV=2012.12.26 The GNU non-interactive text Stream-oriented EDitor (sed)
gsl_dev 1.16,REV=2013.11.01 GNU Scientific Library, development files
gsl_doc 1.16,REV=2013.11.01 GNU Scientific Library, documentation
gsoap 2.8.17,REV=2014.08.15 Development toolkit for Web services and XML
gss 1.0.2,REV=2011.11.25 GNU Generic Security Service
gstplugins 1.8.1,REV=2016.05.29 Base GStreamer plugins handling various media types, base
gstplugins_bad 1.8.1,REV=2016.06.07 GStreamer plugins (Bad), base package
gstplugins_bad_dev 1.8.1,REV=2016.06.07 GStreamer plugins (Bad), development files
gstplugins_dev 1.8.1,REV=2016.05.29 Base GStreamer plugins handling various media types, development files
gstplugins_good 1.8.1,REV=2016.05.30 GStreamer plugins (Good)
gstplugins_ugly 1.8.1,REV=2016.05.30 GStreamer plugins (Ugly)
gstreamer 1.8.1,REV=2016.05.26 Open source multimedia framework, base
gstreamer_dev 1.8.1,REV=2016.05.26 Open source multimedia framework, development files
gs_ftp 0.6,REV=2018.09.24 GNUstep FTP client
gs_price 1.3.0,REV=2018.09.24 Image viewing and filtering program
gs_terminal 0.9.9,REV=2018.09.10 GNUstep Terminal emulator
gs_zipper 1.5,REV=2018.09.10 GNUstep graphical archive tool (zip, tar, ...)
gtar 1.26,REV=2011.06.29 GNU tape archiver
gthumb 2.10.12,REV=2012.11.09 Image organizer
gtk2 2.24.22,REV=2014.05.17 GTK+, the multiplatform X11 toolkit for GUI development
gtk2doc 2.24.22,REV=2014.05.17 GTK+, the multiplatform X11 toolkit for GUI development, Documentation
gtk2_printbackends_cups 2.24.22,REV=2014.05.17 GTK+, the multiplatform X11 toolkit for GUI development, CUPS Print Backend
gtk2_printbackends_file 2.24.22,REV=2014.05.17 GTK+, the multiplatform X11 toolkit for GUI development, File Print Backend
gtk2_printbackends_lpr 2.24.22,REV=2014.05.17 GTK+, the multiplatform X11 toolkit for GUI development, LPR Print Backend
gtk2_printbackends_papi 2.24.22,REV=2014.05.17 GTK+, the multiplatform X11 toolkit for GUI development, Print Backend
(OBSOLETE)
gtklp 1.2.9,REV=2012.10.09 GTK Gui for CUPS
gtkspell_doc 2.0.16,REV=2013.11.12 Spell checking for GtkTextView, documentation
gtk_dev 1.2.10,REV=2014.04.22 GIMP Toolkit, for creating graphical user interfaces, development files
gtk_engines 2.20.2,REV=2013.04.16 Brief description
gts 0.7.6,REV=2013.07.22 GNU Triangulated Surface Library, utilities
gts_dev 0.7.6,REV=2013.07.22 GNU Triangulated Surface Library, development files
guile 2.0.9,REV=2013.10.03 GNU extensibility library
guile_dev 2.0.9,REV=2013.10.03 GNU extensibility library, development files
guilt 0.36,REV=2015.09.16 Manipulate quilt like patches on top of git
gv 3.7.2,REV=2011.05.10 X graphic user interface for the Ghostscript interpreter
gvim 8.0.238,REV=2017.01.30 Vi IMproved with GNOME support
gwhois 20120626,REV=2014.08.18 Advanced WHOIS utility
gwrap_dev 1.3.4,REV=2012.07.19 A tool for exporting C libraries into Scheme interpreters, development files
gxmessage 2.12.4,REV=2014.04.03 gxmessage - Clone of xmessage for GTK based desktops
gzip 1.4,REV=2010.01.28 GNU zip
gzip_extras 1.4,REV=2010.01.28 GNU zip additional tools
haproxy 1.6.9,REV=2016.08.31 Reliable, high performance TCP/HTTP load balancer
harfbuzz 1.4.6,REV=2017.05.10 OpenType text shaping engine, utilities
hatari 1.9.0,REV=2016.04.05 Atari ST emulator
hdf5 1.8.7,REV=2011.10.27 HDF5 (hierarchical data format 5) software utilities
help2man 1.47.5,REV=2018.02.26 A tool for automatically generating simple manual pages from program output
hevea 2.04,REV=2013.03.16 A fast LaTeX to HTML translator
hexdump 1.8,REV=2014.08.10 A hex dumper that can handle EBCDIC
hexedit 1.2.13,REV=2014.01.24 View and edit files in hexadecimal or in ASCII
hicolor_icon_theme 0.5,REV=2004.08.06 freedesktop.org base icon theme
hiera 1.3.4,REV=2014.11.12 Brief description
hplip 3.14.3,REV=2014.04.01 hplip - HP Cups Printing and Imaging Inkjet driver
hplip_dev 3.14.3,REV=2014.04.01 hplip_dev - HP Cups Printing and Imaging, development files
htmldoc 1.8.27,REV=2014.04.06 Converts HTML files and web pages into indexed HTML PostScript and PDF
htmldoc_common 1.8.27,REV=2014.04.06 This package contains the htmldoc files common to all architectures
httping 1.5.3,REV=2014.04.06 Httping is like 'ping' but for http-requests.
hwloc 1.5,REV=2012.09.12 Hwloc provides abstraction of the hierarchical topology of modern architectures
hwloc_dev 1.5,REV=2012.09.12 Hwloc provides abstraction of the hierarchical topology of modern architectures, development
files
hwloc_doc 1.5,REV=2012.09.12 Hwloc provides abstraction of the hierarchical topology of modern architectures, documentation
iasl 20080321,REV=2008.05.11 Intel ASL compiler/decompiler
icecast 2.3.3,REV=2012.07.21 A free server software for streaming multimedia
icmake 7.21.00,REV=2013.12.03 Make system
icon_naming_utils 0.8.90,REV=2016.12.01 Icon naming utils
idle 2.6.9,REV=2016.03.03 Python IDE
idle27 2.7.11,REV=2016.03.14 Python IDE
idle33 3.3.6,REV=2016.03.19 Python IDE
idm_console_base 1.1.15,REV=2016.08.10 389 Directory Server - Management Console Framework
idzebra 2.0.52,REV=2012.07.15 A high-performance, general-purpose structured text indexing and retrieval engine
iftop 1.0pre4,REV=2014.06.18 Display bandwidth usage on an interface by host
iksemel 1.4,REV=2014.01.09 Jabber protocol utilities
ilmbase_dev 2.0.1,REV=2013.09.11 Development files for ILM base libraries
imagemagick 7.0.3,REV=2016.11.22_rev=7 A comprehensive package supporting automated and interative manipulation of images
imagemagick_dev 7.0.3,REV=2016.11.22_rev=7 Development files for ImageMagick libraries
imap 2007f,REV=2013.05.21 Mail server daemon (UW)
imapfilter 2.5.2,REV=2012.07.03 IMAP mail filtering utility
imapproxy 1.2.7,REV=2012.08.24 A caching IMAP proxy server
imapsync 1.267,REV=2009.01.19 IMAP synchronization, copy and migration tool
imlib2 1.4.5,REV=2013.03.20 Imlib2 tools
indent 2.2.10,REV=2009.07.01 C language source code formatting program
inkscape 0.48.4,REV=2013.11.13 Open source scalable vector graphics editor
intltool 0.50.2,REV=2014.08.03 A collection of tools for internationalization
iozone 3.434,REV=2015.11.23 I/O benchmarking tool
iperf 2.0.4,REV=2010.05.27 Internet Protocol bandwidth measuring tool
ipython 1.1.0,REV=2014.01.30 Enhanced interactive python shell
irssi 0.8.17,REV=2014.10.13 IRC client with IPv6, proxy, bot, socks and Perl support
isaexec 0.2,REV=2009.03.26 sneaky wrapper around Sun isaexec
iso_codes 3.17,REV=2010.06.26 Translations for names of various ISO standards
itstool 2.0.2,REV=2015.10.26 Translate your XML documents with PO files
jasper 1.900.1,REV=2013.05.31 JasPer reference implementation of the codec specified by JPEG-2000
jasspame 2009.10.17,REV=2009.10.17 JASSPA MicroEmacs
jasspamedede 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs German Spelling Dictionary (dede)
jasspameengb 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs English (British) Spelling Dictionary (engb)
jasspameenus 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs English (American) Spelling Dictionary (enus)
jasspameeses 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs Spanish Spelling Dictionary (eses)
jasspamefifi 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs Finnish Spelling Dictionary (fifi)
jasspamefrfr 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs French Spelling Dictionary (frfr)
jasspameitit 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs Italian Spelling Dictionary (itit)
jasspameplpl 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs Polish Spelling Dictionary (plpl)
jasspameptpt 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs Potuguese Spelling Dictionary (ptpt)
jasspameruye 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs Russian (YE) Spelling Dictionary (ruye)
jasspameruyo 2009.09.09,REV=2009.09.09 JASSPA MicroEmacs Russian (YO) Spelling Dictionary (ruyo)
javasvn 1.9.4,REV=2016.09.20 Subversion Java Language Binding
jbig2dec 0.11,REV=2013.05.28 Decoder implementing JBIG2 bi-level image compression
jbigkit 2.0,REV=2012.04.13 JBIG kit, a data compression algorithm for bi-level high-resolution images
jdk 1.8.0_181,REV=2018.07.18 Java Delopment Kit - Latest Version (now CSWjdk8)
jdk7 1.7.0_80,REV=2015.07.13 Java Development Kit 7
jdk8 1.8.0_181,REV=2018.07.18 Java Development Kit 8
jed 0.99.19,REV=2011.12.08 Editor based on slang
jenkins 1.515,REV=2013.05.21 An extendable open source continuous integration server
joe 4.0,REV=2015.05.30 Joe's Own Editor
jove 4.16 Jonathan's Own Version of Emacs (editor)
jpeg 7,REV=2011.11.24 JPEG library and tools by the Independent JPEG Group
jpeg2ps 1.9 jpeg2ps converts JPEG files to compressed PostScript Level 2 or 3 EPS
jpeginfo 1.6.1,REV=2010.04.09 Info and error checking of jpeg files
jpegoptim 1.3.0,REV=2013.09.18 Utility to optimize jpeg files
jpilot 1.8.1,REV=2012.07.03 GNOME Desktop Organizer Software for the Palm Pilot
jq 1.4,REV=2014.09.07 A lightweight and flexible command-line JSON processor.
jre 1.8.0_181,REV=2018.07.18 Java Runtime Environment - Latest Version (now CSWjre8)
jre7 1.7.0_80,REV=2015.07.13 Java Server Runtime Environment 8
jre8 1.8.0_181,REV=2018.07.18 Java Server Runtime Environment 8
jss4 4.2.6,REV=2015.05.20 Mozilla SSL SDK for Java, jss4.jar, libjss4.so
jss4_doc 4.2.6,REV=2015.05.20 Mozilla SSL SDK for Java, javadoc
jsvc 1.0.15,REV=2015.06.22 A set of libraries and applications for making Java applications run on UNIX more easily
k5ping 9fb8c5,REV=2014.04.04 k5ping - A test that KDC is performing AS_REQs, TGS_REQs, and krb524
kakasi 2.3.4,REV=2012.07.09 KAnji KAna Simple Inverter
kakasi_dev 2.3.4,REV=2012.07.09 KAnji KAna Simple Inverter, development files
kawa 1.9.1,REV=2009.04.26 Scheme implementation in Java and programming language framework
kbproto 1.0.3,REV=2009.05.29 KB extension headers from X.org
keychain 2.7.1,REV=2013.06.05 Convenient ssh-agent and gpg-agent manager
lame 3.99.5,REV=2012.04.27 LAME is an LGPL MP3 encoder
lame_mp3x 3.99.5,REV=2012.04.27 LAME Frame Analyzer for X11
lastx 1.1,REV=2009.12.04 An extension of the last utility shipped with Solaris
latex2html 2008,REV=2013.03.08 A converter written in Perl that converts LATEX documents to HTML
lbzip2 2.3,REV=2013.09.26 Parallel BZIP2 Data Compression Software
ldapjdk 20020819,REV=2012.01.05 Mozilla LDAP SDK for Java
ldapvi 1.7,REV=2012.06.07 Interactive LDAP client for Unix terminals
ldnsdrill 1.6.17,REV=2014.04.06 A dig style dnssec aware dns debugging tool (ldns)
leafnode 1.11.8,REV=2013.05.16 An NNTP server for small leaf sites
leocad 0.79.3,REV=2013.04.16 Virtual Lego brick CAD software
leocad_pieces 0.79.3,REV=2013.04.16 Virtual Lego brick CAD software, pieces
leptonica 1.69,REV=2013.07.24 Tools for efficient image processing and image analysis operations
less 530,REV=2018.02.18 A free open-source file pager
letsencrypt 0.4.0,REV=2016.02.12 Let's Encrypt client
lftp 4.8.3,REV=2018.02.22 A sophisticated command-line ftp/http client
lgrind 3.67,REV=2013.11.18 Produce beautiful listings of source code with LaTeX
lha 1.14i_ac20050924p1,REV=2010.04 File archiving/compression program
lib5250_0 0.17.4,REV=2012.06.13 A tn5250 emulator, lib5250.so.0
liba52 0.7.4,REV=2009.12.21 A free ATSC A/52 stream decoder library
libaa1 1.4rc5,REV=2012.11.11 Ascii art graphics library, libaa.so.1
libaa_dev 1.4rc5,REV=2012.11.11 Development files for libaa.so.1
libadminutil0 1.1.21,REV=2015.11.20 The enterprise-class Open Source LDAP server, libadminutil, libadmsslutil, libadminutil
libadmsslutil0 1.1.21,REV=2015.11.20 The enterprise-class Open Source LDAP server, libadminutil, libadmsslutil,
libadmsslutil
libadns1 1.4,REV=2013.06.12 Advanced, easy to use, asynchronous-capable DNS client library, libadns.so.1
libadns_dev 1.4,REV=2013.06.12 Development files for libadns.so.1
libao2 0.8.8,REV=2011.06.16 Cross-platform audio library, libao.so.2
libao4 1.1.0,REV=2012.08.07 Cross-platform audio library, libao.so.4
libao_dev 1.1.0,REV=2012.08.07 Development files for libao.so.4
libapr1_0 1.5.2,REV=2016.06.16 Apache portable runtime, libapr-1.so.0
libapreq2 2.12,REV=2010.02.10 Apache Request Library
libapreq2_devel 2.12,REV=2010.02.10 Apache Request Library development support
libaprutil1_0 1.5.4,REV=2015.08.26 Apache Portable Runtime Utilities, libaprutil-1.so.0 and private libraries
libaprutil1_dbd_freetds 1.5.4,REV=2015.08.26 Apache Portable Runtime database binding, apr-util-1/apr_dbd_freetds-1.so
libaprutil1_dbd_odbc 1.5.4,REV=2015.08.26 Apache Portable Runtime database binding, apr-util-1/apr_dbd_odbc-1.so
libaprutil1_dbd_pgsql 1.5.4,REV=2015.08.26 Apache Portable Runtime database binding, apr-util-1/apr_dbd_pgsql.so
libaprutil1_dbd_sqlite3 1.5.4,REV=2015.08.26 Apache Portable Runtime database binding, apr-util-1/apr_dbd_sqlite3-1.so
libaprutil1_dbm_db 1.5.4,REV=2015.08.26 Apache Portable Runtime database binding, apr-util-1/apr_dbm_db-1.so
libaprutil1_ldap 1.5.4,REV=2015.08.26 Apache Portable Runtime database binding, apr-util-1/apr_ldap-1.so
libaprutil_dev 1.5.4,REV=2015.08.26 Apache Portable Runtime Utilities, libaprutil-dev
libapr_dev 1.5.2,REV=2016.06.16 Development file for libapr-1.so.0
libarchive12 3.0.4,REV=2017.04.07 C library for reading and writing various archive formats, libarchive.so.12
libarchive2 2.8.4,REV=2013.04.24 C library for reading and writing various archive formats, libarchive.so.2
libarchive_dev 3.0.4,REV=2017.04.07 Development files for libarchive.so.12
libarchive_utils 3.0.4,REV=2017.04.07 Tools for reading and writing various archive formats
libargtable2_0 2.13,REV=2011.09.27 Parsing GNU style command line options with a minimum of fuss, libargtable2.so.0
libargtable2_dev 2.13,REV=2011.09.27 Development files for libargtable2.so.0
libart 2.3.20,REV=2009.03.13 libart - High performance 2D graphics library
libaspell15 0.60.6.1,REV=2018.02.08 The GNU spell checker (libraries)
libaspell_dev 0.60.6.1,REV=2018.02.08 The GNU spell checker (developpement files)
libasprintf0 0.19.8,REV=2016.09.08 GNU locale utilities, libasprintf.so.0
libasr0 1.0.2,REV=2015.10.23 A free, simple and portable asynchronous resolver library, libasr.so.0
libasr_dev 1.0.2,REV=2015.10.23 Development files for libasr.so.0
libassuan0 2.4.1,REV=2015.11.24 IPC library used by some GnuPG related software, libassuan.so.0
libassuan_dev 2.4.1,REV=2015.11.24 Development files for libassuan.so.0
libatk1_0_0 2.8.0,REV=2013.11.03 An accessibility toolkit for GNOME, libatk-1.0.so.0
libatkmm1_6_1 2.22.7,REV=2013.11.07 C++ bindings for ATK
libatkmm_dev 2.22.7,REV=2013.11.07 Development files for libatkmm-1.6.so.1
libatk_dev 2.8.0,REV=2013.11.03 Development files for libatk-1.0.so.0
libatlas_c++ 0.4.6 Atlas_C++ WorldForge core libraries
libatomic1 5.5.0,REV=2017.10.23 The GNU Compiler Collection, libatomic.so.1
libatomic_ops 7.2d,REV=2012.11.28 Portable library for atomic operations
libaudiofile0 0.2.7,REV=2011.03.13 Silican Graphics audio file library, libaudiofile.so.0
libaudiofile_dev 0.2.7,REV=2011.03.13 Development files for libaudiofile.so.0
libaudiofile_utils 0.2.7,REV=2011.03.13 Utility programs from Silicon Graphics audio file library
libaugeas0 1.10.0,REV=2018.01.29 The libaugeas.so.* files
libaugeas_dev 1.10.0,REV=2018.01.29 The libaugeas development files
libavcall1 2.1,REV=2018.02.18 Foreign function call libraries, libavcall.so.1
libavcodec54 1.2.1,REV=2013.05.28 FFMPEG library libavcodec.so.54
libavcodec57 3.0.1,REV=2016.04.19 FFMPEG library libavcodec.so.57
libavdevice54 1.2.1,REV=2013.05.28 FFMPEG library libavdevice.so.54
libavdevice57 3.0.1,REV=2016.04.19 FFMPEG library libavdevice.so.57
libavfilter2 0.11.2,REV=2012.10.01 FFMPEG library libavfilter.so.2
libavfilter3 1.2.1,REV=2013.05.28 FFMPEG library libavfilter.so.3
libavfilter6 3.0.1,REV=2016.04.19 FFMPEG library libavfilter.so.6
libavformat54 1.2.1,REV=2013.05.28 FFMPEG library libavformat.so.54
libavformat57 3.0.1,REV=2016.04.19 FFMPEG library libavformat.so.57
libavutil51 1.0.1,REV=2012.12.10 FFMPEG library libavutil.so.51
libavutil52 1.2.1,REV=2013.05.28 FFMPEG library libavutil.so.52
libavutil55 3.0.1,REV=2016.04.19 FFMPEG library libavutil.so.55
libbabl0_1_0 0.1.6,REV=2011.11.25 A dynamic, any to any, pixel format translation library, libbabl-0.1.so.0
libbabl_dev 0.1.6,REV=2011.11.25 Development files for libbabl-0.1.so.0
libbind 9.12.3,REV=2018.10.20 ISC BIND DNS library package
libbonobo2 2.32.1,REV=2011.12.09 GNOME component and compound document system
libbonoboui2_0 2.24.5,REV=2014.04.06 UI code for the GNOME 2 Object Activation Framework, libbonoboui-2.so.0
libbonoboui_dev 2.24.5,REV=2014.04.06 UI code for the GNOME 2 Object Activation Framework, development files
libboost_chrono1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries, libboost_chrono.so.1.49.0
libboost_date_time1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_date_time.so.1.49.0
libboost_filesystem1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_filesystem.so.1.49.0
libboost_graph1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries, libboost_graph.so.1.49.0
libboost_iostreams1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_iostreams.so.1.49.0
libboost_math_c99f1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_math_c99f.so.1.49.0
libboost_math_c99l1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_math_c99l.so.1.49.0
libboost_math_c99_1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_math_c99.so.1.49.0
libboost_math_tr1f1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_math_tr1f.so.1.49.0
libboost_math_tr1l1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_math_tr1l.so.1.49.0
libboost_math_tr1_1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_math_tr1.so.1.49.0
libboost_prexmon1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_prg_exec_monitor.so.1.49.0
libboost_prog_opts1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_program_options.so.1.49.0
libboost_random1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries, libboost_random.so.1.49.0
libboost_regex1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries, libboost_regex.so.1.49.0
libboost_s13n1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_serialization.so.1.49.0
libboost_signals1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_signals.so.1.49.0
libboost_system1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries, libboost_system.so.1.49.0
libboost_thread1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries, libboost_thread.so.1.49.0
libboost_timer1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries, libboost_timer.so.1.49.0
libboost_ut_fwk1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_unit_test_framework.so.1.49.0
libboost_wave1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries, libboost_wave.so.1.49.0
libboost_ws13n1_49_0_gxx 1.49.0,REV=2012.03.05 Free peer-reviewed portable C++ source libraries,
libboost_wserialization.so.1.49.0
libbrotlicommon1 1.0.2,REV=2018.01.31 Brotli compression format, libbrotlicommon.so.1
libbrotlidec1 1.0.2,REV=2018.01.31 Brotli compression format, libbrotlidec.so.1
libbrotlienc1 1.0.2,REV=2018.01.31 Brotli compression format, libbrotlienc.so.1
libbrotli_dev 1.0.2,REV=2018.01.31 Development files for libbrotlicommon.so.1, libbrotlidec.so.1, libbrotlienc.so.1
libbz2_1_0 1.0.6,REV=2011.08.18 Compression library, libbz2.so.1.0
libbz2_dev 1.0.6,REV=2011.08.18 Development files for libbz2.so.1.0
libcairo2 1.12.16,REV=2013.11.04 The Cairo 2D Graphics Library, libcairo.so.2
libcairomm1_0_1 1.10.0,REV=2013.11.06 C++ bindings for Cairo
libcairomm_dev 1.10.0,REV=2013.11.06 Development files for libcairo-1.0.so.1
libcairo_dev 1.12.16,REV=2013.11.04 Development files for libcairo.so.2
libcairo_doc 1.12.16,REV=2013.11.04 The Cairo 2D Graphics Library documentation
libcairo_gobject2 1.12.16,REV=2013.11.04 The Cairo 2D Graphics Library, libcairo-gobject.so.2
libcairo_script_interpreter2 1.12.16,REV=2013.11.04 The Cairo 2D Graphics Library, libcairo-script-interpreter.so.2
libcallback1 2.1,REV=2018.02.18 Foreign function call libraries, libcallbacko.1
libcares2 1.10.0,REV=2014.01.01 C-ares library to perform DNS requests and name resolves asynchronously
libcares_dev 1.10.0,REV=2014.01.01 Development files for libcares.so.2
libcdt5 2.34.0,REV=2013.09.07 Graph Visualization Tools, libcdt.so.5
libcelt0_2 0.11.1,REV=2012.02.24 The CELT ultra-low delay audio codec library, libcelt0.so.2
libcelt0_dev 0.11.1,REV=2012.02.24 Development files for libcelt0.so.2
libcerf1 1.4,REV=2016.04.08 Complex error functions, libcerf.so.1
libcerf_dev 1.4,REV=2016.04.08 Development files for libcerf.so.1
libcgraph6 2.34.0,REV=2013.09.07 Graph Visualization Tools, libcgraph.so.6
libcharset1 1.14,REV=2011.08.07 GNU iconv charset library, libcharset.so.1
libcheck0 0.9.12,REV=2014.05.07 A unit test framework for C, libcheck.so.0
libcheck_dev 0.9.12,REV=2014.05.07 Development files for libckeck.so.0
libchm0 0.40,REV=2013.06.17 Library designed for accessing MS ITSS files (chm), libchm.so.0
libchm_dev 0.40,REV=2013.06.17 Development files for libchm.so.0
libcilkrts5 5.5.0,REV=2017.10.23 The GNU Compiler Collection, libcilkrts.so.5
libclam6 0.98.7,REV=2015.04.30 Clam AntiVirus Library
libclam6_dev 0.98.7,REV=2015.04.30 Clam AntiVirus Development
libclam7 0.100.2,REV=2018.10.06 Clam AntiVirus Library
libclam7_dev 0.100.2,REV=2018.10.06 Clam AntiVirus Development
libcloog_isl2 0.16.3,REV=2011.09.08 Code Generator in the Polyhedral Model, libcloog-isl.so.2
libcloog_isl4 0.18.4,REV=2017.05.03 Code Generator in the Polyhedral Model, libcloog-isl.so.4
libcollectdclient0 5.1.0,REV=2012.06.23 Collects sistema performance statistics periodically, libcollectdclient.so.0
libcollectdclient1 5.8.0,REV=2018.05.02 Collects system performance statistics periodically, libcollectdclient.so.1
libcom_err3 1.12.1,REV=2014.03.14 MIT Kerberos 5 core libraries, libcom_err.so.3
libconfuse0 2.7,REV=2011.11.25 A configuration file parser library, libconfuse.so.0
libconfuse_dev 2.7,REV=2011.11.25 Development files for libconfuse.so.0
libcord1 7.2d,REV=2013.08.01 A garbage collector for C and C++, libcord.so.1
libcpptest0 1.1.1,REV=2012.09.11 Unit testing framework for handling automated tests in C++, libcpptest.so.0
libcpptest_dev 1.1.1,REV=2012.09.11 Development files for libcpptest.so.0
libcppunit1_12_1 1.12.1,REV=2015.05.13 C++ port of JUnit, libcppunit-1.12.so.1
libcppunit_dev 1.12.1,REV=2015.05.13 Development files C++ port of JUnit
libcrack2 2.9.2,REV=2015.03.23 Next generation version of libCrack password checking library, libcrack.so.2
libcrack_dev 2.9.2,REV=2015.03.23 Development files for libcrack.so.2
libcroco 0.6.2,REV=2009.10.09 A CSS parsing and manipulation toolkit
libct4 0.91,REV=2011.12.17 FreeTDS library, libct.so.4
libcups2 1.5.4,REV=2014.06.02 CUPS libraries, libcups.so.2
libcupscgi1 1.5.4,REV=2014.06.02 CUPS libraries, libcupscgi.so.1
libcupsdriver1 1.5.4,REV=2014.06.02 CUPS libraries, libcupsdriver.so.1
libcupsimage2 1.5.4,REV=2014.06.02 CUPS libraries, libcupsimage.so.2
libcupsmime1 1.5.4,REV=2014.06.02 CUPS libraries, libcupsmime.so.1
libcupsppdc1 1.5.4,REV=2014.06.02 CUPS libraries, libcupsppdc.so.1
libcurl4 7.63.0,REV=2018.12.12 Library for client-side URL transfers, libcurl.so.4
libcurl4_feature 7.63.0,REV=2018.12.12 Full-features library for client-side URL transfers superseding libcurl.so.4
libcurl_dev 7.63.0,REV=2018.12.12 Development files for libcurl.so.4
libc_client2007f 2007f,REV=2013.05.21 UW IMAP C-Client, libc-client.2007f.so
libc_client_dev 2007f,REV=2013.05.21 Development files for imap 2007f
libdatrie1 0.2.9,REV=2015.05.05 Double array tree library, libdatrie.so.1
libdatrie_dev 0.2.9,REV=2015.05.05 Development files for libdatrie.so.1
libdatrie_utils 0.2.9,REV=2015.05.05 Utility programs using libdatrie
libdbi1 0.8.4,REV=2012.01.19 A database-independent abstraction layer, libdbi.so.1
libdbi_dev 0.8.4,REV=2012.01.19 Development files for libdbi.so.1
libdbus1_3 1.7.0,REV=2013.04.03 DBus message bus system, libdbus-1.so.3
libdbus_dev 1.7.0,REV=2013.04.03 Development files for libdbus
libdbus_glib1_2 0.98,REV=2011.12.08 DBus glib bindings
libdbus_glib_dev 0.98,REV=2011.12.08 Development files for libdbus-glib-1.so.2
libdconf0 0.5.1,REV=2013.05.15 Low-level configuration system for glib, library
libdconf_dev 0.5.1,REV=2013.05.15 Low-level configuration system for glib, development files
libdialog11 1.2r20121230,REV=2013.03.23 A script-interpreter which provides a set of curses widgets, libdialog.so.11
libdjvulibre15 3.5.20.2,REV=2011.12.21 DjVu library, libdjvulibre.so.15
libdjvulibre21 3.5.25,REV=2013.07.26 DjVu library, libdjvulibre.so.21
libdjvulibre_dev 3.5.25,REV=2013.07.26 Development files for libdjvulibre.so.21
libdnet1 1.12,REV=2011.08.05 A simplified, portable interface to several low-level networking routines, libdnet.so.1
libdnet_dev 1.12,REV=2011.08.05 A simplified, portable interface to several low-level networking routines
libdshconfig1 0.20.9,REV=2012.09.27 Library for parsing dsh-style configuration files, libdshconfig.so.1
libdshconfig_dev 0.20.9,REV=2012.09.27 Development files for libdshconfig.so.1
libdspam7 3.10.2,REV=2013.08.02 Antispam Filter, libdspam.so.7
libds_admin_serv0 1.1.38,REV=2015.11.20 The 389 LDAP server Admin Tools, libds-admin-serv.so.0
libdvdcss2 1.2.13,REV=2016.06.01 Library for accessing DVDs without having to bother about decryption, libdvdcss.so.2
libdvdcss_dev 1.2.13,REV=2016.06.01 Library for accessing DVDs without having to bother about decryption, development files
libdvdcss_doc 1.2.13,REV=2016.06.01 Library for accessing DVDs without having to bother about decryption, documentation
libdvdnav4 4.2.0,REV=2016.06.01 Library that allows easy use of sophisticated DVD navigation, libdvdnav.so.4
libdvdnavmini4 4.2.0,REV=2016.06.01 Library that allows easy use of sophisticated DVD navigation, libdvdnavmini.so.4
libdvdnav_dev 4.2.0,REV=2016.06.01 Library that allows easy use of sophisticated DVD navigation, development files
libdvdread4 4.2.0,REV=2016.05.31 Library for reading DVD-Video images, libdvdread.so.4
libdvdread_dev 4.2.0,REV=2016.05.31 Library for reading DVD-Video images, development files
libebml 1.2.0,REV=2011.02.15 Transitional package as contents moved to CSWlibebml3
libebml3 1.2.0,REV=2011.02.15 Library for Extensible Binary Meta Language providing libebml.so.3
libebml_dev 1.2.0,REV=2011.02.15 Development files for libebml
libecpg6 9.3.5,REV=2014.07.29 PostgreSQL 9.3.5, libecpg
libecpg_compat3 9.3.5,REV=2014.07.29 PostgreSQL 9.3.5, libecpg_compat
libedit0 20130712_3.1,REV=2014.01.01 Non-GPL replacement for readline library
libedit_dev 20130712_3.1,REV=2014.01.01 Development files to libedit.so.1
libemf 1.0.4,REV=2010.11.23 Library implementation of ECMA-234 API for the generation of enhanced metafiles
libemf1 1.0.4,REV=2010.11.23 Runtime library for libEMF 1.x
libemf_devel 1.0.4,REV=2010.11.23 Development files for libEMF
libenchant1 1.6.0,REV=2013.11.12 A wrapper library for various spell checking engines, libenchant.so.1
libenchant_aspell 1.6.0,REV=2013.11.12 A wrapper library for various spell checking engines, aspell backend
libenchant_dev 1.6.0,REV=2013.11.12 A wrapper library for various spell checking engines - developer package
libenchant_ispell 1.6.0,REV=2013.11.12 A wrapper library for various spell checking engines, ispell backend
libenchant_myspell 1.6.0,REV=2013.11.12 A wrapper library for various spell checking engines, myspell backend
libesd0 0.2.41,REV=2011.03.14 The enlightened sound daemon library, libesd.so.0
libesd_dev 0.2.41,REV=2011.03.14 Development files for libesd.so.0
libesmtp6 1.0.6,REV=2016.07.18 Manage email submission to a mail transport layer, libesmtp.so.6
libesmtp_dev 1.0.6,REV=2016.07.18 Development files for libesmtp.so.6
libestr0 0.1.10,REV=2015.05.20 Some essentials for string handling, libestr.so.0
libestr_dev 0.1.10,REV=2015.05.20 Development files for libestr.so.0
libev3 3.9,REV=2014.03.21 libev3 - A high performance event handling library, libev.so.3
libev4 4.19,REV=2015.02.12 A high performance event handling library, libev.so.4
libevdocument2 2.30.3,REV=2013.07.23 Document viewer for multiple document formats: pdf, ps ,dvi, libevdocument.so.2
libevdocument3 2.32.0,REV=2013.12.16 Document viewer for multiple document formats: pdf, ps ,dvi, libevdocument.so.3
libevent1_4_2 1.4.14b,REV=2012.01.19 Event notification library, libevent-1.4.so.2
libevent2_0_5 2.0.21,REV=2013.01.01 Event notification library 2.0, libevent-2.0.so.5
libevent_core2_0_5 2.0.21,REV=2013.01.01 Event notification library 2.0, libevent_core-2.0.so.5
libevent_dev 2.0.21,REV=2013.01.01 Development files for libevent*-2.0.so.5
libevent_extra2_0_5 2.0.21,REV=2013.01.01 Event notification library 2.0, libevent_extra-2.0.so.5
libevent_openssl2_0_5 2.0.21,REV=2013.01.01 Event notification library 2.0, libevent_openssl-2.0.so.5
libevent_pthreads2_0_5 2.0.21,REV=2013.01.01 Event notification library 2.0, libevent_pthreads-2.0.so.5
libevtlog0 0.2.12,REV=2014.03.16 libevtlog0 - Replacement of the simple syslog() API providing structure to messages.,
libevtlog.so.0
libevview2 2.30.3,REV=2013.07.23 Document viewer for multiple document formats: pdf, ps ,dvi, libevview.so.2
libevview3 2.32.0,REV=2013.12.16 Document viewer for multiple document formats: pdf, ps ,dvi, libevview.so.3
libev_dev 4.19,REV=2015.02.12 A high performance event handling library, development files
libexif12 0.6.20,REV=2011.12.13 EXIF tag parsing library, libexif.so.12
libexif_dev 0.6.20,REV=2011.12.13 Development files for libexif.so.12
libexo1_0 0.8.0,REV=2013.09.26 An extension library to Xfce, libexo-1.so.0
libexpat0 1.95.8,REV=2011.07.15 XML parser toolkit, libexpat.so.0
libexpat1 2.2.6,REV=2018.09.25 XML parser toolkit, libexpat.so.1
libexpat_dev 2.2.6,REV=2018.09.25 Development files for libexpat.so.1
libexslt0 1.1.28,REV=2015.10.26 XSLT engine runtime package, libexslt.so.0
libfa1 1.10.0,REV=2018.01.29 The libfa.so.* files
libfaac 1.28,REV=2009.12.20 AAC encoder library and tool
libfaad2 2.7,REV=2011.07.06 Freeware Advanced Audio (AAC) Decoder including SBR decoding, libfaad.so.2
libfaad_dev 2.7,REV=2011.07.06 Development files for libfaad.so.2
libfakeroot0 1.20,REV=2014.04.22 A fake root environment by means of LD_PRELOAD and SYSV IPC (or TCP) trickery.,
libfakeroot-0.so
libfam0 0.1.10,REV=2013.11.04 FAM compatibility library from GAMIN, libfam.so.0
libfastjson3 0.99.2,REV=2016.03.08 A fork of the json-c library optimized for liblognorm, libfastjson.so.3
libfastjson4 0.99.8,REV=2018.01.10 A fork of the json-c library optimized for liblognorm, libfastjson.so.4
libfastjson_dev 0.99.8,REV=2018.01.10 Development files for libfastjson.so.4
libfbopenssl0 0.0.4,REV=2013.04.15 Extensions to OpenSSL including support for GSS-API and SPNEGO, libfbopenssl.so.0
libfbopenssl_dev 0.0.4,REV=2013.04.15 Development files for libfbopenssl.so.0
libffcall0 2.1,REV=2018.02.18 Foreign function call libraries, libffcall.so.0
libffcall_dev 2.1,REV=2018.02.18 Development files for libffcall.so.0 and assorted libs
libffi4 4.8.0,REV=2013.09.30 The GNU Compiler Collection, libffi.so.4