-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappstream-x86_64.xml
More file actions
6030 lines (6030 loc) · 487 KB
/
appstream-x86_64.xml
File metadata and controls
6030 lines (6030 loc) · 487 KB
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
<?xml version="1.0" encoding="utf-8"?>
<comps>
<group>
<id>internet-applications</id>
<default>true</default>
<uservisible>false</uservisible>
<display_order>1024</display_order>
<name>Internet Applications</name>
<name xml:lang="as">ইন্টাৰনেট এপ্লিকেচনসমূহ</name>
<name xml:lang="bn">ইন্টারনেট অ্যাপ্লিকেশন</name>
<name xml:lang="cs">Internetové aplikace</name>
<name xml:lang="de">Internet-Anwendungen</name>
<name xml:lang="de_CH">Internet-Anwendungen</name>
<name xml:lang="es">Aplicaciones de Internet</name>
<name xml:lang="fr">Applications internet</name>
<name xml:lang="gu">ઇન્ટરનેટ કાર્યક્રમો</name>
<name xml:lang="hi">इंटरनेट अनुप्रयोग</name>
<name xml:lang="ia">Applicationes de Rete</name>
<name xml:lang="it">Applicazioni internet</name>
<name xml:lang="ja">インターネットアプリケーション</name>
<name xml:lang="kn">ಅಂತರಜಾಲ ಅನ್ವಯಗಳು</name>
<name xml:lang="ko">인터넷 프로그램</name>
<name xml:lang="ml">ഇന്റര്നെറ്റ് പ്രയോഗങ്ങള്</name>
<name xml:lang="mr">ऍप्लिकेशन्स्</name>
<name xml:lang="or">ଇଣ୍ଟରନେଟ ପ୍ରୟୋଗଗୁଡ଼ିକ</name>
<name xml:lang="pa">ਇੰਟਰਨੈੱਟ ਐਪਲੀਕੇਸ਼ਨਾਂ</name>
<name xml:lang="pl">Aplikacje internetowe</name>
<name xml:lang="pt">Aplicações de Internet</name>
<name xml:lang="pt_BR">Aplicações de Internet</name>
<name xml:lang="ru">Приложения Интернета</name>
<name xml:lang="sv">Internetprogram</name>
<name xml:lang="ta">இணையத்தள பயன்பாடுகள்</name>
<name xml:lang="te">ఇంటర్నెట్ అనువర్తనములు</name>
<name xml:lang="uk">Інтернет-програми</name>
<name xml:lang="zh">網際網路應用程式</name>
<name xml:lang="zh_CN">互联网应用程序</name>
<name xml:lang="zh_TW">網際網路應用程式</name>
<description>Email, chat, and video conferencing software.</description>
<description xml:lang="as">ই-মেইল, চেট আৰু ভিডিঅ' সন্মিলনী চফ্টৱেৰ।</description>
<description xml:lang="bn">ই-মেইল, আলাপন ও ভিডিও কনফারেন্স সম্বন্ধীয় সফ্টওয়্যার।</description>
<description xml:lang="cs">Aplikace pro provoz e-mailu, chatu a videokonferencí.</description>
<description xml:lang="de">E-Mail, Chat und Videokonferenz-Software.</description>
<description xml:lang="de_CH">E-Mail, Chat und Videokonferenz-Software.</description>
<description xml:lang="es">Software de correo-e, chat, y vídeo conferencias.</description>
<description xml:lang="fr">Messagerie électronique, messagerie instantanée, et logiciel de vidéoconférence.</description>
<description xml:lang="gu">ઇમેલ, ચેટ, અને વિડિયો કૉન્ફરન્સીંગ સોફ્ટવેર.</description>
<description xml:lang="hi">ईमेल, चैट, और वीडियो सम्मेलन सॉफ्टवेयर.</description>
<description xml:lang="ia">Software de e-posta, chat e video-conferentia.</description>
<description xml:lang="it">Software per conferenza video, email e chat.</description>
<description xml:lang="ja">電子メール、チャット、ビデオ会議のソフトウェアです。</description>
<description xml:lang="kn">ಇಮೈಲ್, ಮಾತುಕತೆ, ಹಾಗು ವೀಡಿಯೊ ಸಮ್ಮೇಳನಕ್ಕೆ ನೆರವಾಗುವ ತಂತ್ರಾಂಶ.</description>
<description xml:lang="ko">이메일, 채팅, 화상회의 소프트웨어.</description>
<description xml:lang="ml">ഈമെയില്, ചാറ്റ്, വീഡിയോ കോണ്ഫറന്സിങ് എന്നിവയ്ക്കുള്ള സോഫ്റ്റ്വെയര്.</description>
<description xml:lang="mr">ईमेल, चॅट, व व्हिडीओ कॉन्फरेंसिंग सॉफ्टवेअर.</description>
<description xml:lang="or">ଇମେଲ, ଚାର୍ଟ, ଏବଂ ଭିଡିଓ ସମ୍ମେଳନ ସଫ୍ଟୱେର।</description>
<description xml:lang="pa">ਈਮੇਲ, ਚੈਟ, ਅਤੇ ਵੀਡੀਓ ਕਾਨਫਰੰਸ ਸਾਫਟਵੇਅਰ।</description>
<description xml:lang="pl">Oprogramowanie do obsługi poczty, komunikatorów i wideokonferencji.</description>
<description xml:lang="pt">Software email, babe-papo e vídeo-conferência.</description>
<description xml:lang="pt_BR">Software email, babe-papo e vídeo-conferência.</description>
<description xml:lang="ru">Программы электронной почты, обмена сообщениями и видеоконференций.</description>
<description xml:lang="sv">Epost-, chatt- och videokonferensprogram.</description>
<description xml:lang="ta">மின்னஞ்சல், அரட்டை, மற்றும் வீடியோ கலந்துரையாடல் மென்பொருள்.</description>
<description xml:lang="te">ఈమెయిల్, చాట్, మరియు వీడియో కాన్ఫరెన్సింగ్ సాఫ్టువేర్.</description>
<description xml:lang="uk">Програми для обміну електронною поштою, спілкування та проведення відеоконференцій.</description>
<description xml:lang="zh">郵件、聊天,以及視訊通話的軟體。</description>
<description xml:lang="zh_CN">电子邮件、聊天和视频会议软件。</description>
<description xml:lang="zh_TW">郵件、聊天,以及視訊通話的軟體。</description>
<packagelist>
<packagereq type="default">evolution</packagereq>
<packagereq type="default">evolution-ews</packagereq>
<packagereq type="default">evolution-help</packagereq>
<packagereq type="default">evolution-mapi</packagereq>
<packagereq type="default">hexchat</packagereq>
<packagereq type="optional">pidgin</packagereq>
<packagereq type="optional">thunderbird</packagereq>
</packagelist>
</group>
<group>
<id>graphics</id>
<default>true</default>
<uservisible>false</uservisible>
<display_order>1024</display_order>
<name>Graphics Creation Tools</name>
<name xml:lang="as">গ্ৰাফিক্স নিৰ্মাণৰ বাবে ব্যৱহাৰযোগ্য সঁজুলিসমূহ</name>
<name xml:lang="bn">গ্রাফিক্স নির্মাণের জন্য ব্যবহারযোগ্য সরঞ্জাম</name>
<name xml:lang="cs">Grafické tvůrčí nástroje</name>
<name xml:lang="de">Tools zur Erstellung von Grafiken</name>
<name xml:lang="de_CH">Tools zur Erstellung von Grafiken</name>
<name xml:lang="es">Herramientas de creación de gráficas</name>
<name xml:lang="fr">Outils de création graphique</name>
<name xml:lang="gu">ગ્રાફિક્સ બનાવવાનાં સાધનો</name>
<name xml:lang="hi">आलेखी निर्माण औज़ार</name>
<name xml:lang="ia">Instrumentos pro crear graphicas</name>
<name xml:lang="it">Tool di creazione grafici</name>
<name xml:lang="ja">グラフィックスツール</name>
<name xml:lang="kn">ಗ್ರಾಫಿಕ್ಸ್ ರಚನಾ ಉಪಕರಣಗಳು</name>
<name xml:lang="ko">그래픽 생성 툴</name>
<name xml:lang="ml">ഗ്രാഫിക്സ് സജ്ജമാക്കുന്നതിനുള്ള ഉപകരണങ്ങള്</name>
<name xml:lang="mr">ग्राफिक्स् निर्माण साधने</name>
<name xml:lang="or">ଆଲେଖୀକ ନିର୍ମାଣ ଉପକରଣ</name>
<name xml:lang="pa">ਗਰਾਫੀਕਲ ਬਣਾਵਟੀ ਸੰਦ</name>
<name xml:lang="pl">Narzędzia tworzenia grafiki</name>
<name xml:lang="pt">Ferramentas de criaçao gráficas</name>
<name xml:lang="pt_BR">Ferramentas de criaçao gráficas</name>
<name xml:lang="ru">Средства создания графики</name>
<name xml:lang="sv">Grafiska verktyg för att skapa</name>
<name xml:lang="ta">வரைகலைகள் உருவாக்க கருவிகள்</name>
<name xml:lang="te">గ్రాఫిక్స్ సృష్టీకరణ సాధనములు</name>
<name xml:lang="uk">Інструменти для створення графіки</name>
<name xml:lang="zh">圖形設計工具</name>
<name xml:lang="zh_CN">图形生成工具</name>
<name xml:lang="zh_TW">圖形設計工具</name>
<description>Software for creation and manipulation of still images.</description>
<description xml:lang="as">ছবি নিৰ্মাণ আৰু পৰিবৰ্তনৰ বাবে ব্যৱহাৰযোগ্য চফ্টৱেৰ।</description>
<description xml:lang="bn">ছবি নির্মাণ ও পরিবর্তনের জন্য ব্যবহারযোগ্য সফ্টওয়্যার।</description>
<description xml:lang="cs">Software pro tvorbu a úpravu statických obrázků.</description>
<description xml:lang="de">Software zur Erstellung und Manipulation von Stillbildern.</description>
<description xml:lang="de_CH">Software zur Erstellung und Manipulation von Stillbildern.</description>
<description xml:lang="es">Software para creación y manipulación de imágenes fijas.</description>
<description xml:lang="fr">Logiciel pour la création et la manipulation d'images fixes.</description>
<description xml:lang="gu">હજુ ઇમેજોને વાપરવા અને બનાવવા માટે સોફ્ટવેર.</description>
<description xml:lang="hi">निर्जीव छवियों के निर्माण और परिवर्तन के लिए सॉफ्टवेयर.</description>
<description xml:lang="ia">Software pro crear e manipular imagines immobile.</description>
<description xml:lang="it">Software per la creazione e manipolazione di immagini ferme.</description>
<description xml:lang="ja">静止画像の作成や修正を行うためのソフトウェアです。</description>
<description xml:lang="kn">ಸ್ಥಿರ ಚಿತ್ರಗಳನ್ನು ರಚಿಸುವ ಹಾಗು ಸಂಸ್ಕರಿಸಲು ನೆರವಾಗುವ ತಂತ್ರಾಂಶ.</description>
<description xml:lang="ko">정지 화상을 만들고 다루기 위한 소프트웨어.</description>
<description xml:lang="ml">നിശ്ചല ചിത്രങ്ങള് തയ്യാറാക്കുന്നതിനും കൈകാര്യം ചെയ്യുന്നതിനുമുള്ള സോഫ്റ്റ്വെയര്.</description>
<description xml:lang="mr">स्टील प्रतिमांच्या निर्माण व बदलकरीता सॉफ्टवेअर.</description>
<description xml:lang="or">ସ୍ଥିର ପ୍ରତିଛବିଗୁଡ଼ିକର ନିର୍ମାଣ ଏବଂ ସଙ୍କଳନ ପାଇଁ ସଫ୍ଟୱେର।</description>
<description xml:lang="pa">ਸਟਿੱਲ ਈਮੇਜ਼ ਬਣਾਉਣ ਅਤੇ ਸੋਧਣ ਲਈ ਸਾਫਟਵੇਅਰ।</description>
<description xml:lang="pl">Oprogramowanie do tworzenia i modyfikowania obrazów.</description>
<description xml:lang="pt">Software para criação e manipulação de imagens paradas.</description>
<description xml:lang="pt_BR">Software para criação e manipulação de imagens paradas.</description>
<description xml:lang="ru">Программы для создания и обработки изображений.</description>
<description xml:lang="sv">Program för att skapa och förändra stillbilder.</description>
<description xml:lang="ta">இன்னும் படங்களை உருவாக்க மற்றும் திறமையாக கையாளுவதற்கான மென்பொருள்.</description>
<description xml:lang="te">స్టిల్ ఇమేజెస్ను సృష్టించుటకు మరియు తీర్చిదిద్దుటకు సాఫ్టువేరు.</description>
<description xml:lang="uk">Програми для створення і обробки статичних зображень.</description>
<description xml:lang="zh">用來建立和操作靜態影像的軟體。</description>
<description xml:lang="zh_CN">生成和操作静止图像的软件。</description>
<description xml:lang="zh_TW">用來建立和操作靜態影像的軟體。</description>
<packagelist>
<packagereq type="default">gutenprint-plugin</packagereq>
<packagereq type="default">libsane-hpaio</packagereq>
<packagereq type="default">sane-backends-drivers-scanners</packagereq>
<packagereq type="default">sane-frontends</packagereq>
<packagereq type="default">xsane-gimp</packagereq>
<packagereq type="optional">dcraw</packagereq>
<packagereq type="optional">netpbm-progs</packagereq>
</packagelist>
</group>
<group>
<id>base-x</id>
<default>true</default>
<uservisible>false</uservisible>
<display_order>1024</display_order>
<name>base-x</name>
<name xml:lang="de">base-x</name>
<name xml:lang="es">base-x</name>
<name xml:lang="fr">base-x</name>
<name xml:lang="it">base-x</name>
<name xml:lang="ja">base-x</name>
<name xml:lang="ko">base-x</name>
<name xml:lang="pt">base-x</name>
<name xml:lang="pt_BR">base-x</name>
<name xml:lang="ru">базовый</name>
<name xml:lang="zh_CN">base-x</name>
<name xml:lang="zh_TW">base-x</name>
<description>Local X.org display server</description>
<description xml:lang="de">Lokaler X.org-Anzeigeserver</description>
<description xml:lang="es">Servidor de pantalla X.org local</description>
<description xml:lang="fr">Serveur d'affichage d' X.org locale</description>
<description xml:lang="it">Server di visualizzazione X.org locale</description>
<description xml:lang="ja">ローカル X.org ディスプレイサーバー</description>
<description xml:lang="ko">로컬 X.org 디스플레이 서버</description>
<description xml:lang="pt">Servidor de exibição X.org local</description>
<description xml:lang="pt_BR">Servidor de exibição X.org local</description>
<description xml:lang="ru">Локальный сервер отображения X.org</description>
<description xml:lang="zh_CN">Local X.org 显示服务器</description>
<description xml:lang="zh_TW">本地X.org顯示服務器</description>
<packagelist>
<packagereq type="mandatory">glx-utils</packagereq>
<packagereq type="mandatory">mesa-dri-drivers</packagereq>
<packagereq type="mandatory">plymouth-system-theme</packagereq>
<packagereq type="mandatory">xorg-x11-drv-ati</packagereq>
<packagereq type="mandatory">xorg-x11-drv-evdev</packagereq>
<packagereq type="mandatory">xorg-x11-drv-fbdev</packagereq>
<packagereq type="mandatory">xorg-x11-drv-intel</packagereq>
<packagereq type="mandatory">xorg-x11-drv-libinput</packagereq>
<packagereq type="mandatory">xorg-x11-drv-nouveau</packagereq>
<packagereq type="mandatory">xorg-x11-drv-qxl</packagereq>
<packagereq type="mandatory">xorg-x11-drv-vesa</packagereq>
<packagereq type="mandatory">xorg-x11-drv-vmware</packagereq>
<packagereq type="mandatory">xorg-x11-drv-wacom</packagereq>
<packagereq type="mandatory">xorg-x11-server-Xorg</packagereq>
<packagereq type="mandatory">xorg-x11-utils</packagereq>
<packagereq type="mandatory">xorg-x11-xauth</packagereq>
<packagereq type="mandatory">xorg-x11-xinit</packagereq>
<packagereq type="mandatory">xorg-x11-xinit-session</packagereq>
</packagelist>
</group>
<group>
<id>workstation-product</id>
<default>true</default>
<uservisible>false</uservisible>
<display_order>1024</display_order>
<name>Workstation product core</name>
<name xml:lang="de">Workstation-Produktkern</name>
<name xml:lang="es">Núcleo de producto de la estación de trabajo</name>
<name xml:lang="fr">Composants de base Station de travail</name>
<name xml:lang="it">Nucleo di prodotto della stazione di lavoro</name>
<name xml:lang="ja">ワークステーション製品コア</name>
<name xml:lang="ko">워크스테이션 제품 코어</name>
<name xml:lang="pt">Núcleo do produto da estação de trabalho</name>
<name xml:lang="pt_BR">Núcleo do produto da estação de trabalho</name>
<name xml:lang="ru">Ядро продукта рабочей станции</name>
<name xml:lang="zh_CN">工作站产品核心</name>
<name xml:lang="zh_TW">工作站產品核心</name>
<description>Packages mandatory for the workstation product.</description>
<description xml:lang="de">Für das Workstation-Produkt sind Pakete obligatorisch.</description>
<description xml:lang="es">Los paquetes son obligatorios para el producto de la estación de trabajo.</description>
<description xml:lang="fr">Les packages obligatoires pour le produit Station de travail.</description>
<description xml:lang="it">Pacchetti obbligatori per il prodotto per la postazione di lavoro.</description>
<description xml:lang="ja">ワークステーション製品に必須のパッケージです。</description>
<description xml:lang="ko">워크스테이션 제품에 대한 필수 패키지입니다.</description>
<description xml:lang="pt_BR">Pacotes obrigatórios para o produto estação de trabalho.</description>
<description xml:lang="ru">Упаковки, обязательные для использования на рабочей станции.</description>
<description xml:lang="zh_CN">工作站产品必需的软件包。</description>
<description xml:lang="zh_TW">工作站產品必需的包。</description>
<packagelist>
<packagereq type="mandatory">adwaita-qt</packagereq>
<packagereq type="mandatory">bind-utils</packagereq>
<packagereq type="mandatory">evolution</packagereq>
<packagereq type="mandatory">evolution-ews</packagereq>
<packagereq type="mandatory">evolution-help</packagereq>
<packagereq type="mandatory">git</packagereq>
<packagereq type="mandatory">google-noto-emoji-fonts</packagereq>
<packagereq type="mandatory">hunspell</packagereq>
<packagereq type="mandatory">ibus-gtk2</packagereq>
<packagereq type="mandatory">ibus-gtk3</packagereq>
<packagereq type="mandatory">ibus-hangul</packagereq>
<packagereq type="mandatory">ibus-kkc</packagereq>
<packagereq type="mandatory">ibus-libpinyin</packagereq>
<packagereq type="mandatory">ibus-libzhuyin</packagereq>
<packagereq type="mandatory">ibus-m17n</packagereq>
<packagereq type="mandatory">ibus-typing-booster</packagereq>
<packagereq type="mandatory">nmap-ncat</packagereq>
<packagereq type="mandatory">pinentry-gnome3</packagereq>
<packagereq type="mandatory">pinfo</packagereq>
<packagereq type="mandatory">plymouth</packagereq>
<packagereq type="mandatory">qgnomeplatform</packagereq>
<packagereq type="mandatory">qt5-qtbase</packagereq>
<packagereq type="mandatory">qt5-qtbase-gui</packagereq>
<packagereq type="mandatory">qt5-qtdeclarative</packagereq>
<packagereq type="mandatory">qt5-qtxmlpatterns</packagereq>
<packagereq type="mandatory">rhythmbox</packagereq>
<packagereq type="mandatory">setroubleshoot</packagereq>
<packagereq type="mandatory">telnet</packagereq>
<packagereq type="mandatory">xorg-x11-drv-libinput</packagereq>
</packagelist>
</group>
<group>
<id>graphical-admin-tools</id>
<default>true</default>
<uservisible>true</uservisible>
<display_order>1024</display_order>
<name>Graphical Administration Tools</name>
<name xml:lang="as">গ্ৰাফিকেল পদ্ধতিত ব্যৱহাৰযোগ্য প্ৰশাসনিক সঁজুলিসমূহ</name>
<name xml:lang="bn">গ্রাফিক্যাল পদ্ধতিতে ব্যবহারযোগ্য প্রশাসনিক সরঞ্জাম</name>
<name xml:lang="cs">Grafické nástroje pro správu</name>
<name xml:lang="de">Grafische Administrations-Tools</name>
<name xml:lang="de_CH">Grafische Administrations-Tools</name>
<name xml:lang="es">Herramientas gráficas de Administración</name>
<name xml:lang="fr">Outils d'administration graphique</name>
<name xml:lang="gu">ગ્રાફિકલ સંચાલન સાધનો</name>
<name xml:lang="hi">आलेखी प्रशासन औज़ार</name>
<name xml:lang="ia">Instrumentos de administration graphic</name>
<name xml:lang="it">Tool di amministrazione grafica</name>
<name xml:lang="ja">グラフィカル管理ツール</name>
<name xml:lang="kn">ಚಿತ್ರಾತ್ಮಕ ನಿರ್ವಹಣಾ ಉಪಕರಣಗಳು</name>
<name xml:lang="ko">그래픽기반 관리 툴</name>
<name xml:lang="ml">ഗ്രാഫിക്സ് അഡ്മിനിസ്ട്രേഷന് ഉപകരണങ്ങള്</name>
<name xml:lang="mr">ग्राफिकल प्रशासकीय साधने</name>
<name xml:lang="or">ଆଲେଖୀକ ପ୍ରଶାସନୀୟ ଉପକରଣମାନ</name>
<name xml:lang="pa">ਗਰਾਫੀਕਲ ਪਰਬੰਧਨ ਟੂਲ</name>
<name xml:lang="pl">Graficzne narzędzia administracyjne</name>
<name xml:lang="pt">Ferramentas Administrativas gráficas</name>
<name xml:lang="pt_BR">Ferramentas Administrativas gráficas</name>
<name xml:lang="ru">Графические средства администрирования</name>
<name xml:lang="sv">Grafiska administrationsverktyg</name>
<name xml:lang="ta">வரைகலை நிர்வாக கருவிகள்</name>
<name xml:lang="te">గ్రాఫికల్ నిర్వహణా సాధనములు</name>
<name xml:lang="uk">Графічні засоби адміністрування</name>
<name xml:lang="zh">圖形化管理工具</name>
<name xml:lang="zh_CN">图形管理工具</name>
<name xml:lang="zh_TW">圖形化管理工具</name>
<description>Graphical system administration tools for managing many aspects of a system.</description>
<description xml:lang="as">এটা চিস্টেমৰ বহু বস্তুক চম্ভালীবলে গ্ৰাফীয় চিস্টেম ব্যৱস্থাপনা সঁজুলিসমূহ।</description>
<description xml:lang="bn">সিস্টেমের বিভিন্ন অংশ পরিচালনার জন্য সিস্টেম অ্যাডমিনিস্ট্রেশনের গ্রাফিক্যাল সরঞ্জাম</description>
<description xml:lang="cs">Grafické nástroje pro správu mnoha aspektů systému.</description>
<description xml:lang="de">Grafische Systemadministrations-Tools zur Verwaltung vieler Aspekte eines Systems.</description>
<description xml:lang="de_CH">Grafische Systemadministrations-Tools zur Verwaltung vieler Aspekte eines Systems.</description>
<description xml:lang="es">Herramientas de administración de sistemas gráficos para administrar varios aspectos de un sistema.</description>
<description xml:lang="fr">Outils d'administration du système graphique pour la gestion de nombreux aspects d'un système.</description>
<description xml:lang="gu">સિસ્ટમની ઘણી સ્થિતિને સંચાલિત કરવા માટે ગ્રાફિકલ સિસ્ટમ સંચાલન સાધનો.</description>
<description xml:lang="hi">तंत्र के कई पहलू के लिए आलेखी प्रशासन औज़ार.</description>
<description xml:lang="ia">Utensiles graphic pro administrar numerose aspectos de un systema.</description>
<description xml:lang="it">Strumenti di gestione del sistema grafici per la gestione di numerosi aspetti di un sistema</description>
<description xml:lang="ja">システムの多くの側面を管理するためのグラフィカルなシステム管理ツールです。</description>
<description xml:lang="kn">ಒಂದು ವ್ಯವಸ್ಥೆಯ ಹಲವು ಅಂಶಗಳನ್ನು ನಿರ್ವಹಿಸುವ ಚಿತ್ರಾತ್ಮಕ ನಿರ್ವಹಣಾ ಉಪಕರಣಗಳು</description>
<description xml:lang="ko">시스템의 여러 측면을 관리하기 위한 그래픽 시스템 관리 툴.</description>
<description xml:lang="ml">ഒരു സിസ്റ്റത്തിന്റെ പല തരത്തിലുള്ള കാര്യങ്ങള് കൈകാര്യം ചെയ്യുന്നതിനുള്ള ഗ്രാഫിക്കല് സിസ്റ്റം അഡ്മിനിസ്ട്രേഷന് പ്രയോഗങ്ങള്.</description>
<description xml:lang="mr">प्रणालीचे अनेक पैलू व्यवस्थापीत करण्यासाठी ग्राफिकल सिस्टम् प्रशासन साधने.</description>
<description xml:lang="or">ତନ୍ତ୍ରର ଅନେକ ଦୃଷ୍ଟିକୋଣକୁ ପରିଚାଳନା କରିବା ପାଇଁ ଆଲେଖିକ ତନ୍ତ୍ର ପ୍ରଶାସନୀୟ ଉପକରଣଗୁଡ଼ିକ।</description>
<description xml:lang="pa">ਇੱਕ ਸਿਸਟਮ ਦੇ ਬਹੁਤ ਸਾਰੇ ਕੰਟਰੋਲਾਂ ਲਈ ਗਰਾਫੀਕਲ ਸਿਸਟਮ ਪਰਬੰਧਨ ਟੂਲ।</description>
<description xml:lang="pl">Graficzne narzędzia administracji systemem do zarządzania wieloma aspektami systemu.</description>
<description xml:lang="pt">Ferramentas de administração de sistemas para gerenciar muitos aspectos de um sistema.</description>
<description xml:lang="pt_BR">Ferramentas de administração de sistemas para gerenciar muitos aspectos de um sistema.</description>
<description xml:lang="ru">Графические программы управления системными компонентами.</description>
<description xml:lang="ta">ஒரு சிஸ்டத்தின் பல வகைகளை நிர்வகிக்க வரைகலை சிஸ்டம் நிர்வாக கருவிகள்.</description>
<description xml:lang="te">సిస్టమ్ యొక్క పెక్కు దృక్కులు(యాస్పెక్ట్స్) నిర్వహించుటకు గ్రాఫికల్ సిస్టమ్ నిర్వహణా సాధనములు.</description>
<description xml:lang="uk">Графічні програми для адміністративного керування різними параметрами системи.</description>
<description xml:lang="zh">管理系統多方面的圖像化系統管理工具。</description>
<description xml:lang="zh_CN">用于管理系统各个方面的图形系统管理工具。</description>
<description xml:lang="zh_TW">管理系統多方面的圖像化系統管理工具。</description>
<packagelist>
<packagereq type="optional">gnome-disk-utility</packagereq>
<packagereq type="optional">policycoreutils-gui</packagereq>
<packagereq type="optional">setroubleshoot</packagereq>
<packagereq type="optional">wireshark</packagereq>
</packagelist>
</group>
<group>
<id>conflicts-appstream</id>
<default>false</default>
<uservisible>false</uservisible>
<display_order>1024</display_order>
<name>Conflicts AppStream</name>
<name xml:lang="de">Konflikte AppStream</name>
<name xml:lang="es">Conflictos AppStream</name>
<name xml:lang="fr">Conflits AppStream</name>
<name xml:lang="it">Conflitti AppStream</name>
<name xml:lang="ja">AppStream と競合</name>
<name xml:lang="ko">AppStream과 충돌</name>
<name xml:lang="pt_BR">AppStream de Conflitos</name>
<name xml:lang="ru">Конфликты AppStream AppStream</name>
<name xml:lang="zh_CN">与 AppStream 冲突</name>
<name xml:lang="zh_TW">衝突AppStream</name>
<description>This group includes packages conflicting with an everything installation from the AppStream repo</description>
<description xml:lang="de">Diese Gruppe umfasst Pakete, die mit einer Komplettinstallation aus dem AppStream-Repository in Konflikt stehen</description>
<description xml:lang="es">Este grupo incluye paquetes que entran en conflicto con una instalación de todo desde el repositorio de AppStream</description>
<description xml:lang="fr">Ce groupe inclut des packages en conflit avec une installation de tous les packages à partir du dépôt AppStream</description>
<description xml:lang="it">Questo gruppo include pacchetti in conflitto con un'installazione completa dal repository AppStream</description>
<description xml:lang="ja">このグループには、AppStream リポジトリーからの everything インストールと競合するパッケージが含まれています</description>
<description xml:lang="ko">이 그룹에는 AppStream 리포지터리를 통해 설치된 소프트웨어와 충돌하는 패키지가 포함되어 있습니다</description>
<description xml:lang="pt_BR">Este grupo inclui pacotes em conflito com uma instalação de tudo do AppStream repo</description>
<description xml:lang="ru">Эта группа включает в себя пакеты, противоречащие установке из AppStream repo</description>
<description xml:lang="zh_CN">这个组包括了与通过 AppStream repo 安装的软件冲突的软件包</description>
<description xml:lang="zh_TW">該組包括與AppStream倉庫中的所有安裝衝突的包</description>
<packagelist />
</group>
<group>
<id>guest-agents</id>
<default>true</default>
<uservisible>false</uservisible>
<display_order>1024</display_order>
<name>Guest Agents</name>
<name xml:lang="as">অতিথি সহায়ক</name>
<name xml:lang="cs">Agenti pro virtualizované hosty</name>
<name xml:lang="de">Gast-Agenten</name>
<name xml:lang="de_CH">Gast-Agenten</name>
<name xml:lang="es">Agentes de huésped</name>
<name xml:lang="fr">Agents invités</name>
<name xml:lang="gu">મહેમાન એજન્ટો</name>
<name xml:lang="hi">अतिथि प्रतिनिधि</name>
<name xml:lang="it">Agente guest</name>
<name xml:lang="ja">ゲストエージェント</name>
<name xml:lang="kn">ಅತಿಥಿ ಮಧ್ಯವರ್ತಿಗಳು</name>
<name xml:lang="ko">게스트 에이전트</name>
<name xml:lang="ml">ഗസ്റ്റ് ഏജന്റുകള്</name>
<name xml:lang="mr">अतिथी अजेंट्स</name>
<name xml:lang="or">ଅତିଥି ସଦସ୍ୟମାନେ</name>
<name xml:lang="pa">ਪ੍ਰਾਹੁਣੇ ਏਜੰਟ</name>
<name xml:lang="pl">Agenty gościa</name>
<name xml:lang="pt">Agentes de Convidados</name>
<name xml:lang="pt_BR">Agentes de Convidados</name>
<name xml:lang="ru">Гостевые агенты</name>
<name xml:lang="ta">விருந்தினர் முகவர்கள்</name>
<name xml:lang="te">అతిథి ఏజెంట్లు</name>
<name xml:lang="uk">Агенти гостьових систем</name>
<name xml:lang="zh">客座代理程式</name>
<name xml:lang="zh_CN">虚拟机代理</name>
<name xml:lang="zh_TW">客座代理程式</name>
<description>Agents used when running under a hypervisor.</description>
<description xml:lang="as">এটা হাইপাৰভাইছৰৰ অন্তৰ্গত চলোতে ব্যৱহৃত সহায়কসমূহ।</description>
<description xml:lang="cs">Nástroje používané při virtualizaci s hypervizorem.</description>
<description xml:lang="de">Verwendete Agenten bei Ausführung unter einem Hypervisor.</description>
<description xml:lang="de_CH">Verwendete Agenten bei Ausführung unter einem Hypervisor.</description>
<description xml:lang="es">Agentes utilizados al ejecutarse en un hipervisor.</description>
<description xml:lang="fr">Agents utilisés lors d'une exécution sous un hyperviseur.</description>
<description xml:lang="gu">હાયપરવાઇઝર હેઠળ ચલાવી રહ્યા હોય ત્યારે વપરાતા એજન્ટો.</description>
<description xml:lang="hi">हाइपरविज़र के अंतर्गत प्रयुक्त होने वाले प्रतिनिधि.</description>
<description xml:lang="it">Agenti usati durante l'esecuzione con un hypervisor.</description>
<description xml:lang="ja">ハイパーバイザー配下で稼働する場合に使用するエージェントです。</description>
<description xml:lang="kn">ಒಂದು ಹೈಪರ್ವೈಸರಿನ ಅಡಿಯಲ್ಲಿ ಚಲಾಯಿತಗೊಳ್ಳುವಾಗ ಬಳಸಲಾಗುವ ಮಧ್ಯವರ್ತಿಗಳು.</description>
<description xml:lang="ko">하이퍼바이저에서 실행 시 사용되는 에이전트.</description>
<description xml:lang="ml">ഒരു ഹൈപ്പര്വൈസറില് പ്രവര്ത്തിയ്ക്കുമ്പോള് ഉപയോഗിയ്ക്കുന്ന ഏജന്റുകള്.</description>
<description xml:lang="mr">हाइपरवाजर अंतर्गत चालवतेवेळी वापरण्याजोगी एजंट्स.</description>
<description xml:lang="or">ଏକ ହାଇପରଭାଇଜର ଅନ୍ତର୍ଗତରେ ଚଲାଉଥିବା ସମୟରେ ବ୍ୟବହୃତ ସଦସ୍ୟମାନେ।</description>
<description xml:lang="pa">ਜਦੋਂ ਹਾਈਪਰਵਾਈਜ਼ਰ ਹੇਠਾਂ ਚਲਾਏ ਜਾਣ ਤਾਂ ਵਰਤੇ ਜਾਂਦੇ ਏਜੰਟ।</description>
<description xml:lang="pl">Agenty używane podczas działania pod nadzorcą.</description>
<description xml:lang="pt">Agentes utilizados ao serem executados sob um hypervisor</description>
<description xml:lang="pt_BR">Agentes utilizados ao serem executados sob um hypervisor</description>
<description xml:lang="ru">Агенты, работающие под управлением гипервизора.</description>
<description xml:lang="ta">ஒரு ஹைப்பர்வைசரின் கீழ் இயக்கப்படும் போது பயன்படுத்தப்படும் முகவர்கள்.</description>
<description xml:lang="te">హైపర్విజర్ కిందన నడుస్తున్నప్పుడు అతిథులు ఉపయోగించబడును.</description>
<description xml:lang="uk">Агенти, що використовуються під час роботи під керування гіпервізора.</description>
<description xml:lang="zh">在 hypervisor 下執行時所使用的代理程式。</description>
<description xml:lang="zh_CN">在 hypervisor 中运行时使用的代理。</description>
<description xml:lang="zh_TW">在 hypervisor 下執行時所使用的代理程式。</description>
<packagelist>
<packagereq type="mandatory">hyperv-daemons</packagereq>
<packagereq type="mandatory">open-vm-tools</packagereq>
<packagereq type="mandatory">qemu-guest-agent</packagereq>
</packagelist>
</group>
<group>
<id>texlive</id>
<default>true</default>
<uservisible>false</uservisible>
<display_order>1024</display_order>
<name>TeX formatting system</name>
<name xml:lang="de">TeX-Formatierungssystem</name>
<name xml:lang="es">Sistema de formateo TeX</name>
<name xml:lang="fr">Système de formatage TeX</name>
<name xml:lang="it">Sistema di formattazione TeX</name>
<name xml:lang="ja">TeX フォーマットシステム</name>
<name xml:lang="ko">TeX 형식 시스템</name>
<name xml:lang="pt_BR">Sistema de formatação TeX</name>
<name xml:lang="ru">Система форматирования TeX</name>
<name xml:lang="zh_CN">TeX 格式系统</name>
<name xml:lang="zh_TW">TeX格式化系統</name>
<description>The TeX system for editing, typesetting, previewing, and printing TeX documents.</description>
<description xml:lang="de">Das TeX-System zum Bearbeiten, Setzen, Vorschauen und Drucken von TeX-Dokumenten.</description>
<description xml:lang="es">El sistema TeX para editar, maquetar, previsualizar e imprimir documentos TeX.</description>
<description xml:lang="fr">Système TeX pour l'édition, la composition, la prévisualisation et l'impression de documents TeX.</description>
<description xml:lang="it">Il sistema TeX per l'editing, la composizione, l'anteprima e la stampa di documenti TeX.</description>
<description xml:lang="ja">TeX 文書の編集、植字、プレビュー、印刷のための TeXシステムです。</description>
<description xml:lang="ko">TeX 문서 편집, 조판, 미리보기, 인쇄를 위한 TeX 시스템입니다.</description>
<description xml:lang="pt">O sistema TeX para edição, composição, pré-visualização e impressão de documentos TeX.</description>
<description xml:lang="pt_BR">O sistema TeX para edição, composição, pré-visualização e impressão de documentos TeX.</description>
<description xml:lang="ru">Система TeX для редактирования, набора текста, предварительного просмотра и печати текстовых документов TeX.</description>
<description xml:lang="zh_CN">用来对 TeX 文档进行编辑、排版、预览及打印的 TeX 系统。</description>
<description xml:lang="zh_TW">用於編輯,排版,預覽和打印TeX文檔的TeX系統。</description>
<packagelist>
<packagereq type="mandatory">texlive</packagereq>
<packagereq type="mandatory">texlive-adjustbox</packagereq>
<packagereq type="mandatory">texlive-ae</packagereq>
<packagereq type="mandatory">texlive-algorithms</packagereq>
<packagereq type="mandatory">texlive-amscls</packagereq>
<packagereq type="mandatory">texlive-amsfonts</packagereq>
<packagereq type="mandatory">texlive-amsmath</packagereq>
<packagereq type="mandatory">texlive-anyfontsize</packagereq>
<packagereq type="mandatory">texlive-anysize</packagereq>
<packagereq type="mandatory">texlive-appendix</packagereq>
<packagereq type="mandatory">texlive-arabxetex</packagereq>
<packagereq type="mandatory">texlive-arphic</packagereq>
<packagereq type="mandatory">texlive-attachfile</packagereq>
<packagereq type="mandatory">texlive-avantgar</packagereq>
<packagereq type="mandatory">texlive-awesomebox</packagereq>
<packagereq type="mandatory">texlive-babel</packagereq>
<packagereq type="mandatory">texlive-babel-english</packagereq>
<packagereq type="mandatory">texlive-babelbib</packagereq>
<packagereq type="mandatory">texlive-base</packagereq>
<packagereq type="mandatory">texlive-beamer</packagereq>
<packagereq type="mandatory">texlive-bera</packagereq>
<packagereq type="mandatory">texlive-beton</packagereq>
<packagereq type="mandatory">texlive-bibtex</packagereq>
<packagereq type="mandatory">texlive-bibtopic</packagereq>
<packagereq type="mandatory">texlive-bidi</packagereq>
<packagereq type="mandatory">texlive-bigfoot</packagereq>
<packagereq type="mandatory">texlive-bookman</packagereq>
<packagereq type="mandatory">texlive-booktabs</packagereq>
<packagereq type="mandatory">texlive-breakurl</packagereq>
<packagereq type="mandatory">texlive-breqn</packagereq>
<packagereq type="mandatory">texlive-capt-of</packagereq>
<packagereq type="mandatory">texlive-caption</packagereq>
<packagereq type="mandatory">texlive-carlisle</packagereq>
<packagereq type="mandatory">texlive-changebar</packagereq>
<packagereq type="mandatory">texlive-changepage</packagereq>
<packagereq type="mandatory">texlive-charter</packagereq>
<packagereq type="mandatory">texlive-chngcntr</packagereq>
<packagereq type="mandatory">texlive-cite</packagereq>
<packagereq type="mandatory">texlive-cjk</packagereq>
<packagereq type="mandatory">texlive-classpack</packagereq>
<packagereq type="mandatory">texlive-cm</packagereq>
<packagereq type="mandatory">texlive-cm-lgc</packagereq>
<packagereq type="mandatory">texlive-cm-super</packagereq>
<packagereq type="mandatory">texlive-cmap</packagereq>
<packagereq type="mandatory">texlive-cmextra</packagereq>
<packagereq type="mandatory">texlive-cns</packagereq>
<packagereq type="mandatory">texlive-collectbox</packagereq>
<packagereq type="mandatory">texlive-collection-basic</packagereq>
<packagereq type="mandatory">texlive-collection-fontsrecommended</packagereq>
<packagereq type="mandatory">texlive-collection-htmlxml</packagereq>
<packagereq type="mandatory">texlive-collection-latex</packagereq>
<packagereq type="mandatory">texlive-collection-latexrecommended</packagereq>
<packagereq type="mandatory">texlive-collection-xetex</packagereq>
<packagereq type="mandatory">texlive-colortbl</packagereq>
<packagereq type="mandatory">texlive-courier</packagereq>
<packagereq type="mandatory">texlive-crop</packagereq>
<packagereq type="mandatory">texlive-csquotes</packagereq>
<packagereq type="mandatory">texlive-ctable</packagereq>
<packagereq type="mandatory">texlive-ctablestack</packagereq>
<packagereq type="mandatory">texlive-currfile</packagereq>
<packagereq type="mandatory">texlive-datetime</packagereq>
<packagereq type="mandatory">texlive-dvipdfmx</packagereq>
<packagereq type="mandatory">texlive-dvipng</packagereq>
<packagereq type="mandatory">texlive-dvips</packagereq>
<packagereq type="mandatory">texlive-dvisvgm</packagereq>
<packagereq type="mandatory">texlive-ec</packagereq>
<packagereq type="mandatory">texlive-eepic</packagereq>
<packagereq type="mandatory">texlive-enctex</packagereq>
<packagereq type="mandatory">texlive-enumitem</packagereq>
<packagereq type="mandatory">texlive-environ</packagereq>
<packagereq type="mandatory">texlive-epsf</packagereq>
<packagereq type="mandatory">texlive-epstopdf</packagereq>
<packagereq type="mandatory">texlive-eqparbox</packagereq>
<packagereq type="mandatory">texlive-eso-pic</packagereq>
<packagereq type="mandatory">texlive-etex</packagereq>
<packagereq type="mandatory">texlive-etex-pkg</packagereq>
<packagereq type="mandatory">texlive-etoolbox</packagereq>
<packagereq type="mandatory">texlive-euenc</packagereq>
<packagereq type="mandatory">texlive-euler</packagereq>
<packagereq type="mandatory">texlive-euro</packagereq>
<packagereq type="mandatory">texlive-eurosym</packagereq>
<packagereq type="mandatory">texlive-extsizes</packagereq>
<packagereq type="mandatory">texlive-fancybox</packagereq>
<packagereq type="mandatory">texlive-fancyhdr</packagereq>
<packagereq type="mandatory">texlive-fancyref</packagereq>
<packagereq type="mandatory">texlive-fancyvrb</packagereq>
<packagereq type="mandatory">texlive-filecontents</packagereq>
<packagereq type="mandatory">texlive-filehook</packagereq>
<packagereq type="mandatory">texlive-finstrut</packagereq>
<packagereq type="mandatory">texlive-fix2col</packagereq>
<packagereq type="mandatory">texlive-fixlatvian</packagereq>
<packagereq type="mandatory">texlive-float</packagereq>
<packagereq type="mandatory">texlive-fmtcount</packagereq>
<packagereq type="mandatory">texlive-fncychap</packagereq>
<packagereq type="mandatory">texlive-fontawesome</packagereq>
<packagereq type="mandatory">texlive-fontbook</packagereq>
<packagereq type="mandatory">texlive-fonts-tlwg</packagereq>
<packagereq type="mandatory">texlive-fontspec</packagereq>
<packagereq type="mandatory">texlive-fontware</packagereq>
<packagereq type="mandatory">texlive-fontwrap</packagereq>
<packagereq type="mandatory">texlive-footmisc</packagereq>
<packagereq type="mandatory">texlive-fp</packagereq>
<packagereq type="mandatory">texlive-fpl</packagereq>
<packagereq type="mandatory">texlive-framed</packagereq>
<packagereq type="mandatory">texlive-garuda-c90</packagereq>
<packagereq type="mandatory">texlive-geometry</packagereq>
<packagereq type="mandatory">texlive-glyphlist</packagereq>
<packagereq type="mandatory">texlive-graphics</packagereq>
<packagereq type="mandatory">texlive-graphics-cfg</packagereq>
<packagereq type="mandatory">texlive-graphics-def</packagereq>
<packagereq type="mandatory">texlive-gsftopk</packagereq>
<packagereq type="mandatory">texlive-helvetic</packagereq>
<packagereq type="mandatory">texlive-hyperref</packagereq>
<packagereq type="mandatory">texlive-hyph-utf8</packagereq>
<packagereq type="mandatory">texlive-hyphen-base</packagereq>
<packagereq type="mandatory">texlive-hyphenat</packagereq>
<packagereq type="mandatory">texlive-ifetex</packagereq>
<packagereq type="mandatory">texlive-ifluatex</packagereq>
<packagereq type="mandatory">texlive-ifmtarg</packagereq>
<packagereq type="mandatory">texlive-ifoddpage</packagereq>
<packagereq type="mandatory">texlive-iftex</packagereq>
<packagereq type="mandatory">texlive-ifxetex</packagereq>
<packagereq type="mandatory">texlive-import</packagereq>
<packagereq type="mandatory">texlive-index</packagereq>
<packagereq type="mandatory">texlive-jadetex</packagereq>
<packagereq type="mandatory">texlive-jknapltx</packagereq>
<packagereq type="mandatory">texlive-kastrup</packagereq>
<packagereq type="mandatory">texlive-kerkis</packagereq>
<packagereq type="mandatory">texlive-knuth-lib</packagereq>
<packagereq type="mandatory">texlive-knuth-local</packagereq>
<packagereq type="mandatory">texlive-koma-script</packagereq>
<packagereq type="mandatory">texlive-kpathsea</packagereq>
<packagereq type="mandatory">texlive-l3experimental</packagereq>
<packagereq type="mandatory">texlive-l3kernel</packagereq>
<packagereq type="mandatory">texlive-l3packages</packagereq>
<packagereq type="mandatory">texlive-lastpage</packagereq>
<packagereq type="mandatory">texlive-latex</packagereq>
<packagereq type="mandatory">texlive-latex-fonts</packagereq>
<packagereq type="mandatory">texlive-latex2man</packagereq>
<packagereq type="mandatory">texlive-latexconfig</packagereq>
<packagereq type="mandatory">texlive-lettrine</packagereq>
<packagereq type="mandatory">texlive-lib</packagereq>
<packagereq type="mandatory">texlive-linegoal</packagereq>
<packagereq type="mandatory">texlive-lineno</packagereq>
<packagereq type="mandatory">texlive-listings</packagereq>
<packagereq type="mandatory">texlive-lm</packagereq>
<packagereq type="mandatory">texlive-lm-math</packagereq>
<packagereq type="mandatory">texlive-ltabptch</packagereq>
<packagereq type="mandatory">texlive-ltxmisc</packagereq>
<packagereq type="mandatory">texlive-lua-alt-getopt</packagereq>
<packagereq type="mandatory">texlive-lualatex-math</packagereq>
<packagereq type="mandatory">texlive-lualibs</packagereq>
<packagereq type="mandatory">texlive-luaotfload</packagereq>
<packagereq type="mandatory">texlive-luatex</packagereq>
<packagereq type="mandatory">texlive-luatex85</packagereq>
<packagereq type="mandatory">texlive-luatexbase</packagereq>
<packagereq type="mandatory">texlive-makecmds</packagereq>
<packagereq type="mandatory">texlive-makeindex</packagereq>
<packagereq type="mandatory">texlive-manfnt-font</packagereq>
<packagereq type="mandatory">texlive-marginnote</packagereq>
<packagereq type="mandatory">texlive-marvosym</packagereq>
<packagereq type="mandatory">texlive-mathpazo</packagereq>
<packagereq type="mandatory">texlive-mathspec</packagereq>
<packagereq type="mandatory">texlive-mathtools</packagereq>
<packagereq type="mandatory">texlive-mdwtools</packagereq>
<packagereq type="mandatory">texlive-memoir</packagereq>
<packagereq type="mandatory">texlive-metafont</packagereq>
<packagereq type="mandatory">texlive-metalogo</packagereq>
<packagereq type="mandatory">texlive-metapost</packagereq>
<packagereq type="mandatory">texlive-mflogo</packagereq>
<packagereq type="mandatory">texlive-mflogo-font</packagereq>
<packagereq type="mandatory">texlive-mfnfss</packagereq>
<packagereq type="mandatory">texlive-mfware</packagereq>
<packagereq type="mandatory">texlive-microtype</packagereq>
<packagereq type="mandatory">texlive-mnsymbol</packagereq>
<packagereq type="mandatory">texlive-mparhack</packagereq>
<packagereq type="mandatory">texlive-mptopdf</packagereq>
<packagereq type="mandatory">texlive-ms</packagereq>
<packagereq type="mandatory">texlive-multido</packagereq>
<packagereq type="mandatory">texlive-multirow</packagereq>
<packagereq type="mandatory">texlive-natbib</packagereq>
<packagereq type="mandatory">texlive-ncctools</packagereq>
<packagereq type="mandatory">texlive-ncntrsbk</packagereq>
<packagereq type="mandatory">texlive-needspace</packagereq>
<packagereq type="mandatory">texlive-norasi-c90</packagereq>
<packagereq type="mandatory">texlive-ntgclass</packagereq>
<packagereq type="mandatory">texlive-oberdiek</packagereq>
<packagereq type="mandatory">texlive-overpic</packagereq>
<packagereq type="mandatory">texlive-palatino</packagereq>
<packagereq type="mandatory">texlive-paralist</packagereq>
<packagereq type="mandatory">texlive-parallel</packagereq>
<packagereq type="mandatory">texlive-parskip</packagereq>
<packagereq type="mandatory">texlive-passivetex</packagereq>
<packagereq type="mandatory">texlive-pdfpages</packagereq>
<packagereq type="mandatory">texlive-pdftex</packagereq>
<packagereq type="mandatory">texlive-pgf</packagereq>
<packagereq type="mandatory">texlive-philokalia</packagereq>
<packagereq type="mandatory">texlive-placeins</packagereq>
<packagereq type="mandatory">texlive-polyglossia</packagereq>
<packagereq type="mandatory">texlive-powerdot</packagereq>
<packagereq type="mandatory">texlive-preprint</packagereq>
<packagereq type="mandatory">texlive-psfrag</packagereq>
<packagereq type="mandatory">texlive-pslatex</packagereq>
<packagereq type="mandatory">texlive-psnfss</packagereq>
<packagereq type="mandatory">texlive-pspicture</packagereq>
<packagereq type="mandatory">texlive-pst-3d</packagereq>
<packagereq type="mandatory">texlive-pst-blur</packagereq>
<packagereq type="mandatory">texlive-pst-coil</packagereq>
<packagereq type="mandatory">texlive-pst-eps</packagereq>
<packagereq type="mandatory">texlive-pst-fill</packagereq>
<packagereq type="mandatory">texlive-pst-grad</packagereq>
<packagereq type="mandatory">texlive-pst-math</packagereq>
<packagereq type="mandatory">texlive-pst-node</packagereq>
<packagereq type="mandatory">texlive-pst-plot</packagereq>
<packagereq type="mandatory">texlive-pst-slpe</packagereq>
<packagereq type="mandatory">texlive-pst-text</packagereq>
<packagereq type="mandatory">texlive-pst-tree</packagereq>
<packagereq type="mandatory">texlive-pstricks</packagereq>
<packagereq type="mandatory">texlive-pstricks-add</packagereq>
<packagereq type="mandatory">texlive-ptext</packagereq>
<packagereq type="mandatory">texlive-pxfonts</packagereq>
<packagereq type="mandatory">texlive-qstest</packagereq>
<packagereq type="mandatory">texlive-rcs</packagereq>
<packagereq type="mandatory">texlive-realscripts</packagereq>
<packagereq type="mandatory">texlive-rsfs</packagereq>
<packagereq type="mandatory">texlive-sansmath</packagereq>
<packagereq type="mandatory">texlive-sauerj</packagereq>
<packagereq type="mandatory">texlive-scheme-basic</packagereq>
<packagereq type="mandatory">texlive-section</packagereq>
<packagereq type="mandatory">texlive-sectsty</packagereq>
<packagereq type="mandatory">texlive-seminar</packagereq>
<packagereq type="mandatory">texlive-sepnum</packagereq>
<packagereq type="mandatory">texlive-setspace</packagereq>
<packagereq type="mandatory">texlive-showexpl</packagereq>
<packagereq type="mandatory">texlive-soul</packagereq>
<packagereq type="mandatory">texlive-stmaryrd</packagereq>
<packagereq type="mandatory">texlive-subfig</packagereq>
<packagereq type="mandatory">texlive-subfigure</packagereq>
<packagereq type="mandatory">texlive-svn-prov</packagereq>
<packagereq type="mandatory">texlive-symbol</packagereq>
<packagereq type="mandatory">texlive-t2</packagereq>
<packagereq type="mandatory">texlive-tabu</packagereq>
<packagereq type="mandatory">texlive-tabulary</packagereq>
<packagereq type="mandatory">texlive-tetex</packagereq>
<packagereq type="mandatory">texlive-tex</packagereq>
<packagereq type="mandatory">texlive-tex-gyre</packagereq>
<packagereq type="mandatory">texlive-tex-gyre-math</packagereq>
<packagereq type="mandatory">texlive-tex-ini-files</packagereq>
<packagereq type="mandatory">texlive-tex4ht</packagereq>
<packagereq type="mandatory">texlive-texconfig</packagereq>
<packagereq type="mandatory">texlive-texlive-common-doc</packagereq>
<packagereq type="mandatory">texlive-texlive-docindex</packagereq>
<packagereq type="mandatory">texlive-texlive-en</packagereq>
<packagereq type="mandatory">texlive-texlive-msg-translations</packagereq>
<packagereq type="mandatory">texlive-texlive-scripts</packagereq>
<packagereq type="mandatory">texlive-texlive.infra</packagereq>
<packagereq type="mandatory">texlive-textcase</packagereq>
<packagereq type="mandatory">texlive-textpos</packagereq>
<packagereq type="mandatory">texlive-threeparttable</packagereq>
<packagereq type="mandatory">texlive-thumbpdf</packagereq>
<packagereq type="mandatory">texlive-times</packagereq>
<packagereq type="mandatory">texlive-tipa</packagereq>
<packagereq type="mandatory">texlive-titlesec</packagereq>
<packagereq type="mandatory">texlive-titling</packagereq>
<packagereq type="mandatory">texlive-tocloft</packagereq>
<packagereq type="mandatory">texlive-tools</packagereq>
<packagereq type="mandatory">texlive-trimspaces</packagereq>
<packagereq type="mandatory">texlive-txfonts</packagereq>
<packagereq type="mandatory">texlive-type1cm</packagereq>
<packagereq type="mandatory">texlive-typehtml</packagereq>
<packagereq type="mandatory">texlive-ucharclasses</packagereq>
<packagereq type="mandatory">texlive-ucs</packagereq>
<packagereq type="mandatory">texlive-uhc</packagereq>
<packagereq type="mandatory">texlive-ulem</packagereq>
<packagereq type="mandatory">texlive-underscore</packagereq>
<packagereq type="mandatory">texlive-unicode-data</packagereq>
<packagereq type="mandatory">texlive-unicode-math</packagereq>
<packagereq type="mandatory">texlive-unisugar</packagereq>
<packagereq type="mandatory">texlive-updmap-map</packagereq>
<packagereq type="mandatory">texlive-upquote</packagereq>
<packagereq type="mandatory">texlive-url</packagereq>
<packagereq type="mandatory">texlive-utopia</packagereq>
<packagereq type="mandatory">texlive-varwidth</packagereq>
<packagereq type="mandatory">texlive-wadalab</packagereq>
<packagereq type="mandatory">texlive-was</packagereq>
<packagereq type="mandatory">texlive-wasy</packagereq>
<packagereq type="mandatory">texlive-wasy2-ps</packagereq>
<packagereq type="mandatory">texlive-wasysym</packagereq>
<packagereq type="mandatory">texlive-wrapfig</packagereq>
<packagereq type="mandatory">texlive-xcolor</packagereq>
<packagereq type="mandatory">texlive-xdvi</packagereq>
<packagereq type="mandatory">texlive-xecjk</packagereq>
<packagereq type="mandatory">texlive-xecolor</packagereq>
<packagereq type="mandatory">texlive-xecyr</packagereq>
<packagereq type="mandatory">texlive-xeindex</packagereq>
<packagereq type="mandatory">texlive-xepersian</packagereq>
<packagereq type="mandatory">texlive-xesearch</packagereq>
<packagereq type="mandatory">texlive-xetex</packagereq>
<packagereq type="mandatory">texlive-xetex-itrans</packagereq>
<packagereq type="mandatory">texlive-xetex-pstricks</packagereq>
<packagereq type="mandatory">texlive-xetex-tibetan</packagereq>
<packagereq type="mandatory">texlive-xetexconfig</packagereq>
<packagereq type="mandatory">texlive-xetexfontinfo</packagereq>
<packagereq type="mandatory">texlive-xifthen</packagereq>
<packagereq type="mandatory">texlive-xkeyval</packagereq>
<packagereq type="mandatory">texlive-xltxtra</packagereq>
<packagereq type="mandatory">texlive-xmltex</packagereq>
<packagereq type="mandatory">texlive-xmltexconfig</packagereq>
<packagereq type="mandatory">texlive-xstring</packagereq>
<packagereq type="mandatory">texlive-xtab</packagereq>
<packagereq type="mandatory">texlive-xunicode</packagereq>
<packagereq type="mandatory">texlive-zapfchan</packagereq>
<packagereq type="mandatory">texlive-zapfding</packagereq>
</packagelist>
</group>
<group>
<id>development</id>
<default>true</default>
<uservisible>true</uservisible>
<display_order>1024</display_order>
<name>Development Tools</name>
<name xml:lang="af">Ontwikkelingsnutsgoed</name>
<name xml:lang="am">ማሳደጊያ መሣሪያዎች</name>
<name xml:lang="ar">أدوات التطوير</name>
<name xml:lang="as">উন্নয়ন সঁজুলিসমূহ</name>
<name xml:lang="bal">وسایل پیشروگ</name>
<name xml:lang="be">Сродкі распрацоўкі праграм</name>
<name xml:lang="bg">Инструменти за разработка</name>
<name xml:lang="bn">সফ্টওয়্যার নির্মাণের জন্য প্রয়োজনীয় টুল</name>
<name xml:lang="bs">Razvojni alati</name>
<name xml:lang="ca">Eines de desenvolupament</name>
<name xml:lang="cs">Vývojářské nástroje</name>
<name xml:lang="cy">Arfau Datblygu</name>
<name xml:lang="da">Udviklingsværktøjer</name>
<name xml:lang="de">Entwicklungswerkzeuge</name>
<name xml:lang="de_CH">Entwicklungswekzeuge</name>
<name xml:lang="el">Εργαλεία ανάπτυξης λογισμικού</name>
<name xml:lang="en_GB">Development Tools</name>
<name xml:lang="es">Herramientas de desarrollo</name>
<name xml:lang="et">Arendusvahendid</name>
<name xml:lang="fa">ابزارهای برنامهسازی</name>
<name xml:lang="fa_IR">ابزارهای برنامهسازی</name>
<name xml:lang="fi">Ohjelmistokehitystyökalut</name>
<name xml:lang="fr">Outils de développement</name>
<name xml:lang="gl">Ferramentas de desenvolvemento</name>
<name xml:lang="gu">વિકાસના સાધનો</name>
<name xml:lang="he">כלי פיתוח</name>
<name xml:lang="hi">विकासात्मक उपकरण</name>
<name xml:lang="hr">Razvojni alati</name>
<name xml:lang="hu">Fejlesztőeszközök</name>
<name xml:lang="hy">Ծրագրավորման գործիքներ</name>
<name xml:lang="ia">Instrumentos de disveloppamento</name>
<name xml:lang="id">Peralatan Pengembangan</name>
<name xml:lang="ilo">Ramramit a Pambukel</name>
<name xml:lang="is">Þróunartól</name>
<name xml:lang="it">Strumenti di sviluppo</name>
<name xml:lang="ja">開発ツール</name>
<name xml:lang="ka">პროგრამირების ინსტრუმენტები</name>
<name xml:lang="kn">ವಿಕಸನ ಉಪಕರಣಗಳು</name>
<name xml:lang="ko">개발용 툴</name>
<name xml:lang="lv">Programmēšanas rīki</name>
<name xml:lang="mai">विकासात्मक अओजार</name>
<name xml:lang="mk">Алатки за развој</name>
<name xml:lang="ml">ഡെവലപ്പ്മെന്റ് ഉപകരണങ്ങള്</name>
<name xml:lang="mr">विकास उपकरणे</name>
<name xml:lang="ms">Alatan Pembangunan</name>
<name xml:lang="nb">Utviklingsverktøy</name>
<name xml:lang="ne">विकास उपकरण</name>
<name xml:lang="nl">Ontwikkelingshulpmiddelen</name>
<name xml:lang="no">Utviklingsverktøy</name>
<name xml:lang="nso">Didirišwa tša Tšwetšopele</name>
<name xml:lang="or">ବିକାଶ ଉପକରଣ</name>
<name xml:lang="pa">ਵਿਕਾਸ ਸੰਦ</name>
<name xml:lang="pl">Narzędzia programistyczne</name>
<name xml:lang="pt">Ferramentas de Desenvolvimento</name>
<name xml:lang="pt_BR">Ferramentas de Desenvolvimento</name>
<name xml:lang="ro">Unelte pentru dezvoltare</name>
<name xml:lang="ru">Средства разработки</name>
<name xml:lang="si">ප්රවර්ධන මෙවලම්</name>
<name xml:lang="sk">Vývojárske nástroje</name>
<name xml:lang="sl">Razvojna orodja</name>
<name xml:lang="sq">Mjete Zhvillimi</name>
<name xml:lang="sr">Развојне алатке</name>
<name xml:lang="sr@Latn">Razvojne alatke</name>
<name xml:lang="sr@latin">Razvojne alatke</name>
<name xml:lang="sv">Utvecklingsverktyg</name>
<name xml:lang="ta">உருவாக்கம் கருவிகள்</name>
<name xml:lang="te">అబివృద్ధిచేయు సాధనములు</name>
<name xml:lang="tg">Асбобҳои барноманависӣ</name>
<name xml:lang="th">เครื่องมือสำหรับการพัฒนาซอฟต์แวร์</name>
<name xml:lang="tr">Geliştirme Araçları</name>
<name xml:lang="uk">Засоби розробки</name>
<name xml:lang="ur">تعمیر کے الات</name>
<name xml:lang="vi">Công cụ phát triển</name>
<name xml:lang="zh">開發工具</name>
<name xml:lang="zh_CN">开发工具</name>
<name xml:lang="zh_TW">開發工具</name>
<name xml:lang="zu">Amathuluzi Okuthuthukisa</name>
<description>A basic development environment.</description>
<description xml:lang="as">উন্নয়নৰ বাবে মৌলিক পৰিৱেশ।</description>
<description xml:lang="bn">ডিভেলমেন্টের জন্য মৌলিক পরিবেশ।</description>
<description xml:lang="cs">Základní vývojové prostředí.</description>
<description xml:lang="de">Eine grundlegende Entwicklungsumgebung.</description>
<description xml:lang="de_CH">Eine grundlegende Entwicklungsumgebung.</description>
<description xml:lang="es">Un entorno de desarrollo básico.</description>
<description xml:lang="eu">Oinarrizko garapen ingurune bat</description>
<description xml:lang="fr">Un environnement de développement de base.</description>
<description xml:lang="gu">આધાર વિકાસ પર્યાવરણ.</description>
<description xml:lang="hi">मौलिक विकास वातावरण.</description>
<description xml:lang="ia">Un ambiente de disveloppamento basic.</description>
<description xml:lang="it">Un ambiente di sviluppo di base.</description>
<description xml:lang="ja">基本的な開発環境。</description>
<description xml:lang="kn">ಒಂದು ಮೂಲಭೂತ ವಿಕಸನಾ ಪರಿಸರ.</description>
<description xml:lang="ko">기본 개발 환경.</description>
<description xml:lang="ml">ഒരു അടിസ്ഥാന ഡെവലപ്പ്മെന്റ് എന്വയോണ്മെന്റ്.</description>
<description xml:lang="mr">मुळ डेव्हलपमेंट एन्वार्यनमेंट.</description>
<description xml:lang="or">ଗୋଟିଏ ମୌଳିକ ବିକାଶ ପରିବେଶ।</description>
<description xml:lang="pa">ਇੱਕ ਮੁਢਲਾ ਵਿਕਾਸ ਵਾਤਾਵਰਣ।</description>
<description xml:lang="pl">Podstawowe środowisko programistyczne.</description>
<description xml:lang="pt">O ambiente básico de desenvolvimento</description>
<description xml:lang="pt_BR">O ambiente básico de desenvolvimento</description>
<description xml:lang="ru">Стандартная среда разработки.</description>
<description xml:lang="sv">En grundläggande utvecklingsmiljö.</description>
<description xml:lang="ta">ஒரு அடிப்படை வளர்ச்சி சூழல்.</description>
<description xml:lang="te">ఒక ప్రాధమిక అభివృద్ది వాతావరణం.</description>
<description xml:lang="uk">Базове середовище розробки.</description>
<description xml:lang="zh">基本開發環境。</description>
<description xml:lang="zh_CN">基本开发环境。</description>
<description xml:lang="zh_TW">基本開發環境。</description>
<packagelist>
<packagereq type="mandatory">autoconf</packagereq>
<packagereq type="mandatory">automake</packagereq>
<packagereq type="mandatory">bison</packagereq>
<packagereq type="mandatory">flex</packagereq>
<packagereq type="mandatory">gcc</packagereq>
<packagereq type="mandatory">gcc-c++</packagereq>
<packagereq type="mandatory">gdb</packagereq>
<packagereq type="mandatory">libtool</packagereq>
<packagereq type="mandatory">redhat-rpm-config</packagereq>
<packagereq type="mandatory">rpm-build</packagereq>
<packagereq type="default">asciidoc</packagereq>
<packagereq type="default">byacc</packagereq>
<packagereq type="default">ctags</packagereq>
<packagereq type="default">diffstat</packagereq>
<packagereq type="default">git</packagereq>
<packagereq type="default">intltool</packagereq>
<packagereq type="default">jna</packagereq>
<packagereq type="default">ltrace</packagereq>
<packagereq type="default">patchutils</packagereq>
<packagereq type="default">perl-Fedora-VSP</packagereq>
<packagereq type="default">perl-Sys-Syslog</packagereq>
<packagereq type="default">perl-generators</packagereq>
<packagereq type="default">pesign</packagereq>
<packagereq type="default">source-highlight</packagereq>
<packagereq type="default">systemtap</packagereq>
<packagereq type="default">valgrind</packagereq>
<packagereq type="default">valgrind-devel</packagereq>
<packagereq type="optional">cmake</packagereq>
<packagereq type="optional">rpmdevtools</packagereq>
<packagereq type="optional">rpmlint</packagereq>
</packagelist>
</group>
<group>
<id>office-suite</id>
<default>true</default>
<uservisible>false</uservisible>
<display_order>1024</display_order>
<name>Office Suite and Productivity</name>
<name xml:lang="as">কাৰ্যালয় গোট আৰু কাৰ্য্যক্ষমতা</name>
<name xml:lang="bn">অফিস স্যুট ও কর্মক্ষমতা</name>
<name xml:lang="cs">Kancelářské aplikace</name>
<name xml:lang="de">Büro-Suite und Produktivität</name>
<name xml:lang="de_CH">Büro-Suite und Produktivität</name>
<name xml:lang="es">Office Suite y Productividad</name>
<name xml:lang="fr">Suite de bureautique et productivité</name>
<name xml:lang="gu">ઓફિસ સુટ અને ઉત્પાદકતા</name>
<name xml:lang="hi">ऑफिस सूइट और उत्पादकता</name>
<name xml:lang="ia">Applicationes de officio e productivitate</name>
<name xml:lang="it">Suite d'ufficio e Produttività</name>
<name xml:lang="ja">オフィススイートと生産性</name>
<name xml:lang="kn">ಆಫೀಸ್ ಸೂಟ್ ಹಾಗು ಉತ್ಪಾದಕತೆ</name>
<name xml:lang="ko">오피스 스위트/생산성</name>
<name xml:lang="ml">ഓഫീസ് സ്യൂട്ടും പ്രൊഡക്ടിവിറ്റിയും</name>
<name xml:lang="mr">ऑफिस स्युट व प्रोडक्टिवीटी</name>
<name xml:lang="or">ଅଫିସ ଅନୁଗାମୀ ଏବଂ ଉତ୍ପାଦନ</name>
<name xml:lang="pa">ਦਫਤਰੀ ਸੂਟ ਅਤੇ ਉਤਪਾਦਨ</name>
<name xml:lang="pl">Biuro i praca biurowa</name>
<name xml:lang="pt">Conjunto Office e Produtividade</name>
<name xml:lang="pt_BR">Conjunto Office e Produtividade</name>
<name xml:lang="ru">Офисный комплект</name>
<name xml:lang="sv">Kontorssvit och produktivitet</name>
<name xml:lang="ta">அலுவலகம் பரிவாரம் மற்றும் உற்பத்தி திறன்</name>
<name xml:lang="te">ఆఫీస్ స్యూట్ మరియు ఉత్పాదకత</name>
<name xml:lang="uk">Офісні комплекси і окремі програми</name>
<name xml:lang="zh">辦公軟體和生產軟體</name>
<name xml:lang="zh_CN">办公套件和生产率</name>
<name xml:lang="zh_TW">辦公軟體和生產軟體</name>
<description>A full-purpose office suite, and other productivity tools.</description>
<description xml:lang="as">সম্পূৰ্ণ কাৰ্য্যক্ষমতা বিশিষ্ট কাৰ্যালয় গোট আৰু অন্যান্য নিৰ্মাণকাৰ্য্যৰ সামগ্ৰী।</description>
<description xml:lang="bn">সম্পূর্ণ কর্মক্ষমতা বিশিষ্ট অফিস স্যুট ও অন্যান্য নির্মাণকাজের সামগ্রী।</description>
<description xml:lang="cs">Univerzální kancelářský balík a další užitečné nástroje.</description>
<description xml:lang="de">Eine Vollzweck-Office-Suite und sonstige Produktivitäts-Tools.</description>
<description xml:lang="de_CH">Eine Vollzweck-Office-Suite und sonstige Produktivitäts-Tools.</description>
<description xml:lang="es">Un propósito total de office suite y otras herramientas de productividad.</description>
<description xml:lang="fr">Suite bureautique complète et autres outils de productivité.</description>
<description xml:lang="gu">સંપૂર્ણ-હેતુ માટે ઓફિસ સુટ, અને બીજા ઉત્પાદકતા સાધનો.</description>
<description xml:lang="hi">एक पूर्ण उद्देश्यीय ऑफिस सूइट, और अन्य उत्पादकता औज़ार.</description>
<description xml:lang="ia">Un insimul complete del applicationes de officio e altere utensiles pro le productivitate.</description>
<description xml:lang="it">Una suite d'ufficio per tutti gli scopi ed altri tool di produttività.</description>
<description xml:lang="ja">全目的対応のオフィススイートおよびその他生産性ツールです。</description>
<description xml:lang="kn">ಸಂಪೂರ್ಣ ಸಜ್ಜಿತವಾದ ಆಫೀಸ್ ಸೂಟ್, ಹಾಗು ಇತರೆ ಉತ್ಪಾದನಾ ಉಪಕರಣಗಳು.</description>
<description xml:lang="ko">완전한 오피스 스위트와 다른 생산성 툴.</description>
<description xml:lang="ml">പൂര്ണ്ണ ആവശ്യങ്ങള്ക്കുള്ള ഓഫീസ് സ്യൂട്ടും മറ്റ് പ്രൊഡക്ടിവിറ്റി ഉപകരണങ്ങളും.</description>
<description xml:lang="mr">संपूर्णतया-उपयोगी ऑफिस संच, व इतर उपयोगी साधने.</description>
<description xml:lang="or">ଗୋଟିଏ ସମ୍ପୂର୍ଣ୍ଣ-ଉପଯୋଗୀ ଅଫିସ ଅନୁଗାମୀ, ଏବଂ ଅନ୍ୟାନ୍ୟ ଉତ୍ପାଦନ ମୂଳକ ସାଧନଗୁଡ଼ିକ।</description>
<description xml:lang="pa">ਇੱਕ ਸੰਪੂਰਨ ਦਫਤਰ ਸੈੱਟ, ਅਤੇ ਹੋਰ ਉਤਪਾਦਕੀ ਜੰਤਰ।</description>
<description xml:lang="pl">Pakiet biurowy i inne narzędzia produkcyjne.</description>
<description xml:lang="pt">Um conjunto de office totalmente designado e outras ferramentas de produtividade.</description>
<description xml:lang="pt_BR">Um conjunto de office totalmente designado e outras ferramentas de produtividade.</description>
<description xml:lang="ru">Многофункциональный комплект офисных приложений.</description>
<description xml:lang="sv">En kontorssvit för alla ändamål, och andra produktivitetsverktyg.</description>
<description xml:lang="ta">ஒரு முழு-செயல்முறை அலுவக சூழல், மற்றும் மற்ற தயாரிப்பு கருவிகள்.</description>
<description xml:lang="te">ఒక పూర్తి-ప్రయోజనాత్మక ఆఫీస్ సూట్, మరియు యితర వుత్పాదక సాధనములు.</description>
<description xml:lang="uk">Комплекс офісних програм широкого призначення.</description>
<description xml:lang="zh">完整用途的辦公軟體套件,以及其它生產用途的工具。</description>
<description xml:lang="zh_CN">全套办公套件以及其它产品工具。</description>
<description xml:lang="zh_TW">完整用途的辦公軟體套件,以及其它生產用途的工具。</description>
<packagelist>
<packagereq type="default">libreoffice-calc</packagereq>
<packagereq type="default">libreoffice-draw</packagereq>
<packagereq type="default">libreoffice-emailmerge</packagereq>
<packagereq type="default">libreoffice-graphicfilter</packagereq>
<packagereq type="default">libreoffice-impress</packagereq>
<packagereq type="default">libreoffice-math</packagereq>
<packagereq type="default">libreoffice-writer</packagereq>
<packagereq type="optional">libreoffice-base</packagereq>
<packagereq type="optional">libreoffice-ogltrans</packagereq>
<packagereq type="optional">libreoffice-pyuno</packagereq>
<packagereq type="optional">libreoffice-wiki-publisher</packagereq>
</packagelist>
</group>
<group>
<id>virtualization-tools</id>
<default>true</default>