-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNobara_Installed_Packages.txt
2628 lines (2628 loc) · 310 KB
/
Nobara_Installed_Packages.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
Installed Packages
1password.x86_64 8.9.14-1 @1password
GConf2.x86_64 3.2.6-34.fc36 @fedora
ImageMagick.x86_64 1:6.9.12.70-1.fc36 @updates
ImageMagick-c++.x86_64 1:6.9.12.70-1.fc36 @updates
ImageMagick-libs.x86_64 1:6.9.12.70-1.fc36 @updates
LibRaw.x86_64 0.20.2-5.fc36 @anaconda
ModemManager.x86_64 1.18.8-1.fc36 @fedora-updates
ModemManager-glib.x86_64 1.18.8-1.fc36 @fedora-updates
NetworkManager.x86_64 1:1.38.6-1.fc36 @updates
NetworkManager-adsl.x86_64 1:1.38.6-1.fc36 @updates
NetworkManager-bluetooth.x86_64 1:1.38.6-1.fc36 @updates
NetworkManager-config-connectivity-fedora.noarch 1:1.38.6-1.fc36 @updates
NetworkManager-libnm.i686 1:1.38.6-1.fc36 @updates
NetworkManager-libnm.x86_64 1:1.38.6-1.fc36 @updates
NetworkManager-openconnect.x86_64 1.2.8-2.fc36 @fedora-updates
NetworkManager-openconnect-gnome.x86_64 1.2.8-2.fc36 @fedora-updates
NetworkManager-openvpn.x86_64 1:1.8.18-1.fc36 @anaconda
NetworkManager-openvpn-gnome.x86_64 1:1.8.18-1.fc36 @anaconda
NetworkManager-ppp.x86_64 1:1.38.6-1.fc36 @updates
NetworkManager-pptp.x86_64 1:1.2.10-1.fc36 @anaconda
NetworkManager-pptp-gnome.x86_64 1:1.2.10-1.fc36 @anaconda
NetworkManager-ssh.x86_64 1.2.12-3.fc36 @anaconda
NetworkManager-ssh-gnome.x86_64 1.2.12-3.fc36 @anaconda
NetworkManager-team.x86_64 1:1.38.6-1.fc36 @updates
NetworkManager-vpnc.x86_64 1:1.2.8-1.fc36 @anaconda
NetworkManager-vpnc-gnome.x86_64 1:1.2.8-1.fc36 @anaconda
NetworkManager-wifi.x86_64 1:1.38.6-1.fc36 @updates
NetworkManager-wwan.x86_64 1:1.38.6-1.fc36 @updates
PackageKit.x86_64 1.2.5-1.fc36 @anaconda
PackageKit-command-not-found.x86_64 1.2.5-1.fc36 @anaconda
PackageKit-glib.x86_64 1.2.5-1.fc36 @anaconda
PackageKit-gstreamer-plugin.x86_64 1.2.5-1.fc36 @anaconda
PackageKit-gtk3-module.x86_64 1.2.5-1.fc36 @anaconda
SDL2.i686 2.26.0-1.fc36 @nobara-baseos-multilib
SDL2.x86_64 2.26.0-1.fc36 @nobara-baseos
SDL2-devel.x86_64 2.26.0-1.fc36 @nobara-baseos
SDL2_image.x86_64 2.0.5-8.fc36 @fedora
SDL2_mixer.x86_64 2.0.4-10.fc36 @fedora
SDL2_ttf.x86_64 2.0.18-2.fc36 @fedora
SDL_mixer.x86_64 1.2.12-24.fc36 @fedora
aajohan-comfortaa-fonts.noarch 3.101-4.fc36 @anaconda
aardvark-dns.x86_64 1.4.0-1.fc36 @updates
abattis-cantarell-fonts.noarch 0.301-7.fc36 @anaconda
abattis-cantarell-vf-fonts.noarch 0.301-7.fc36 @anaconda
abrt.x86_64 2.15.1-1.fc36 @anaconda
abrt-addon-ccpp.x86_64 2.15.1-1.fc36 @anaconda
abrt-addon-kerneloops.x86_64 2.15.1-1.fc36 @anaconda
abrt-addon-pstoreoops.x86_64 2.15.1-1.fc36 @anaconda
abrt-addon-vmcore.x86_64 2.15.1-1.fc36 @anaconda
abrt-addon-xorg.x86_64 2.15.1-1.fc36 @anaconda
abrt-cli.x86_64 2.15.1-1.fc36 @anaconda
abrt-dbus.x86_64 2.15.1-1.fc36 @anaconda
abrt-desktop.x86_64 2.15.1-1.fc36 @anaconda
abrt-gui.x86_64 2.15.1-1.fc36 @anaconda
abrt-gui-libs.x86_64 2.15.1-1.fc36 @anaconda
abrt-java-connector.x86_64 1.3.1-3.fc36 @anaconda
abrt-libs.x86_64 2.15.1-1.fc36 @anaconda
abrt-plugin-bodhi.x86_64 2.15.1-1.fc36 @anaconda
abrt-retrace-client.x86_64 2.15.1-1.fc36 @anaconda
abrt-tui.noarch 2.15.1-1.fc36 @anaconda
accountsservice.x86_64 0.6.55-9.fc36 @anaconda
accountsservice-libs.x86_64 0.6.55-9.fc36 @anaconda
acl.x86_64 2.3.1-3.fc36 @anaconda
adcli.x86_64 0.9.1-10.fc36 @anaconda
adobe-mappings-cmap.noarch 20230118-1.fc36 @updates
adobe-mappings-cmap-deprecated.noarch 20230118-1.fc36 @updates
adobe-mappings-pdf.noarch 20190401-1.fc36 @anaconda
adobe-source-code-pro-fonts.noarch 2.030.1.050-12.fc36 @anaconda
adw-gtk3.x86_64 3.1-2.fc36 @nobara-baseos
adwaita-cursor-theme.noarch 42.0-1.fc36 @anaconda
adwaita-gtk2-theme.x86_64 3.28-14.fc36 @anaconda
adwaita-icon-theme.noarch 42.0-1.fc36 @anaconda
adwaita-qt5.x86_64 1.4.2-1.fc36 @fedora-updates
adwaita-qt6.x86_64 1.4.2-1.fc36 @updates
akmod-xone.x86_64 0.2-3.fc36 @nobara-baseos
akmod-xpadneo.x86_64 0.9.5-1.fc36 @nobara-baseos
akmods.noarch 0.5.7-8.fc36 @updates
alsa-lib.i686 1.2.8-1.fc36 @updates
alsa-lib.x86_64 1.2.8-1.fc36 @updates
alsa-plugins-pulseaudio.x86_64 1.2.7.1-1.fc36 @fedora-updates
alsa-sof-firmware.noarch 2.2.2-1.fc36 @fedora-updates
alsa-ucm.noarch 1.2.8-1.fc36 @updates
alsa-utils.x86_64 1.2.8-1.fc36 @updates
alternatives.x86_64 1.21-1.fc36 @updates
amd-gpu-firmware.noarch 20221214-142.fc36 @nobara-baseos
anaconda.x86_64 36.16.5-12.fc36 @nobara-baseos
anaconda-core.x86_64 36.16.5-12.fc36 @nobara-baseos
anaconda-gui.x86_64 36.16.5-12.fc36 @nobara-baseos
anaconda-install-env-deps.x86_64 36.16.5-12.fc36 @nobara-baseos
anaconda-live.x86_64 36.16.5-12.fc36 @nobara-baseos
anaconda-tui.x86_64 36.16.5-12.fc36 @nobara-baseos
anaconda-user-help.noarch 26.2-2.fc36 @anaconda
anaconda-widgets.x86_64 36.16.5-12.fc36 @nobara-baseos
angband.x86_64 4.2.4-1.fc36 @fedora
angband-data.noarch 4.2.4-1.fc36 @fedora
annobin-docs.noarch 10.93-1.fc36 @updates
annobin-plugin-gcc.x86_64 10.93-1.fc36 @updates
ansible-srpm-macros.noarch 1-8.1.fc36 @updates
anthy-unicode.x86_64 1.0.0.20211224-5.fc36 @fedora-updates
antiword.x86_64 0.37-33.fc36 @anaconda
apparmor-libs.x86_64 3.1.2-0.3.fc36 @nobara-baseos
apparmor-parser.x86_64 3.1.2-0.3.fc36 @nobara-baseos
apparmor-profiles.noarch 3.1.2-0.3.fc36 @nobara-baseos
apparmor-utils.x86_64 3.1.2-0.3.fc36 @nobara-baseos
appstream.x86_64 0.15.5-1.fc36 @updates
appstream-data.noarch 36-5.fc36 @updates
apr.x86_64 1.7.0-16.fc36 @anaconda
apr-util.x86_64 1.6.1-20.fc36 @anaconda
apr-util-bdb.x86_64 1.6.1-20.fc36 @anaconda
apr-util-openssl.x86_64 1.6.1-20.fc36 @anaconda
at-spi2-atk.i686 2.38.0-4.fc36 @anaconda
at-spi2-atk.x86_64 2.38.0-4.fc36 @anaconda
at-spi2-core.i686 2.44.1-1.fc36 @fedora-updates
at-spi2-core.x86_64 2.44.1-1.fc36 @fedora-updates
atk.i686 2.38.0-1.fc36 @anaconda
atk.x86_64 2.38.0-1.fc36 @anaconda
atkmm.x86_64 2.28.3-1.fc36 @fedora-updates
atmel-firmware.noarch 1.3-26.fc36 @anaconda
attr.x86_64 2.5.1-4.fc36 @anaconda
audit.x86_64 3.0.9-1.fc36 @fedora-updates
audit-libs.x86_64 3.0.9-1.fc36 @fedora-updates
augeas-libs.x86_64 1.13.0-2.fc36 @anaconda
authselect.x86_64 1.4.0-1.fc36 @fedora-updates
authselect-libs.x86_64 1.4.0-1.fc36 @fedora-updates
auto-cpufreq.noarch 1.9.7-1 @nobara-baseos
autoconf.noarch 2.71-3.fc36 @updates
automake.noarch 1.16.5-7.fc36 @updates
avahi.x86_64 0.8-16.fc36 @updates
avahi-glib.x86_64 0.8-16.fc36 @updates
avahi-libs.i686 0.8-16.fc36 @updates
avahi-libs.x86_64 0.8-16.fc36 @updates
avahi-tools.x86_64 0.8-16.fc36 @updates
avahi-ui-gtk3.x86_64 0.8-16.fc36 @updates
b43-fwcutter.x86_64 019-21.fc36 @anaconda
b43-openfwwf.noarch 5.2-28.fc36 @anaconda
babl.x86_64 0.1.92-1.fc36 @fedora-updates
baobab.x86_64 42.0-1.fc36 @anaconda
basesystem.noarch 11-13.fc36 @anaconda
bash.x86_64 5.2.15-1.fc36 @updates
bash-completion.noarch 1:2.11-6.fc36 @anaconda
bc.x86_64 1.07.1-15.fc36 @anaconda
bcache-tools.x86_64 1.1-2.fc36 @anaconda
bind-libs.x86_64 32:9.16.33-1.fc36 @fedora-updates
bind-license.noarch 32:9.16.33-1.fc36 @fedora-updates
bind-utils.x86_64 32:9.16.33-1.fc36 @fedora-updates
binutils.x86_64 2.37-37.fc36 @updates
binutils-gold.x86_64 2.37-37.fc36 @updates
bison.x86_64 3.8.2-2.fc36 @fedora
bitstream-vera-sans-fonts.noarch 1.10-46.fc36 @fedora
bitstream-vera-sans-mono-fonts.noarch 1.10-46.fc36 @fedora
blivet-data.noarch 1:3.4.4-1.fc36 @fedora-updates
blivet-gui-runtime.noarch 2.3.0-5.fc36 @anaconda
bluez.x86_64 5.66-4.fc36 @updates
bluez-cups.x86_64 5.66-4.fc36 @updates
bluez-libs.i686 5.66-4.fc36 @updates
bluez-libs.x86_64 5.66-4.fc36 @updates
bluez-obexd.x86_64 5.66-4.fc36 @updates
bluez-tools.x86_64 0.2.0-0.18.git20170912.7cb788c.fc36 @fedora
bodhi-client.noarch 7.0.1-1.fc36 @updates
bolt.x86_64 0.9.2-1.fc36 @anaconda
boost-filesystem.x86_64 1.76.0-12.fc36 @fedora-updates
boost-iostreams.x86_64 1.76.0-12.fc36 @updates
boost-program-options.x86_64 1.76.0-12.fc36 @updates
boost-random.x86_64 1.76.0-12.fc36 @updates
boost-regex.x86_64 1.76.0-12.fc36 @fedora-updates
boost-system.x86_64 1.76.0-12.fc36 @fedora-updates
boost-thread.x86_64 1.76.0-12.fc36 @fedora-updates
borgbackup.x86_64 1.2.3-1.fc36 @updates
brasero-libs.x86_64 3.12.3-1.fc36 @anaconda
bridge-utils.x86_64 1.7.1-4.fc36 @fedora
brlapi.x86_64 0.8.4-4.fc36 @fedora-updates
brltty.x86_64 6.5-4.fc36 @fedora-updates
btrfs-progs.x86_64 6.1.2-1.fc36 @updates
bubblewrap.x86_64 0.5.0-2.fc36 @anaconda
bzip2.x86_64 1.0.8-11.fc36 @anaconda
bzip2-libs.i686 1.0.8-11.fc36 @anaconda
bzip2-libs.x86_64 1.0.8-11.fc36 @anaconda
c-ares.x86_64 1.17.2-2.fc36 @anaconda
ca-certificates.noarch 2022.2.54-1.2.fc36 @fedora-updates
cabextract.x86_64 1.9.1-3.fc36 @anaconda
caca-utils.x86_64 0.99-0.59.beta20.fc36 @anaconda
cairo.i686 1.17.6-1.fc36 @anaconda
cairo.x86_64 1.17.6-1.fc36 @anaconda
cairo-gobject.i686 1.17.6-1.fc36 @anaconda
cairo-gobject.x86_64 1.17.6-1.fc36 @anaconda
cairomm.x86_64 1.14.2-22.fc36 @anaconda
capstone.x86_64 4.0.2-9.fc36 @fedora
catatonit.x86_64 0.1.7-10.fc36 @updates
catimg.x86_64 2.7.0-5.fc36 @fedora-updates
cdparanoia-libs.i686 10.2-39.fc36 @anaconda
cdparanoia-libs.x86_64 10.2-39.fc36 @anaconda
checkpolicy.x86_64 3.3-2.fc36 @anaconda
cheese.x86_64 2:41.1-2.fc36 @anaconda
cheese-libs.x86_64 2:41.1-2.fc36 @anaconda
chkconfig.x86_64 1.21-1.fc36 @updates
chrony.x86_64 4.3-1.fc36 @updates
cifs-utils.x86_64 6.15-1.fc36 @fedora-updates
cifs-utils-info.x86_64 6.15-1.fc36 @fedora-updates
cjkuni-uming-fonts.noarch 0.2.20080216.1-68.fc36 @fedora
clang.x86_64 14.0.5-2.fc36 @updates
clang-libs.x86_64 14.0.5-2.fc36 @updates
clang-resource-filesystem.x86_64 14.0.5-2.fc36 @updates
cldr-emoji-annotation.noarch 1:41-1.fc36 @fedora-updates
cldr-emoji-annotation-dtd.noarch 1:41-1.fc36 @fedora-updates
clutter.x86_64 1.26.4-8.fc36 @anaconda
clutter-gst3.x86_64 3.0.27-9.fc36 @fedora-updates
clutter-gtk.x86_64 1.8.4-13.fc36 @anaconda
cmake-filesystem.x86_64 3.25.2-1.fc36 @updates
cmrt.x86_64 1.0.6-17.fc36 @anaconda
code.x86_64 1.74.3-1673284922.el7 @@commandline
cogl.x86_64 1.22.8-5.fc36 @anaconda
color-filesystem.noarch 1-28.fc36 @anaconda
colord.x86_64 1.4.6-1.fc36 @anaconda
colord-gtk4.x86_64 0.3.0-1.fc36 @anaconda
colord-libs.i686 1.4.6-1.fc36 @anaconda
colord-libs.x86_64 1.4.6-1.fc36 @anaconda
comgr.x86_64 5.2.3.50203.2-copr.fc36 @nobara-baseos
compat-lua-libs.x86_64 5.1.5-20.fc36 @fedora
compiler-rt.x86_64 14.0.5-1.fc36 @fedora-updates
compsize.x86_64 1.5-3.fc36 @anaconda
conmon.x86_64 2:2.1.5-1.fc36 @updates
container-selinux.noarch 2:2.198.0-1.fc36 @updates
containers-common.noarch 4:1-65.fc36 @updates
containers-common-extra.noarch 4:1-65.fc36 @updates
copy-jdk-configs.noarch 4.1-1.fc36 @updates
coreutils.x86_64 9.0-9.fc36 @updates
coreutils-common.x86_64 9.0-9.fc36 @updates
corosynclib.x86_64 3.1.7-1.fc36 @updates
cpio.x86_64 2.13-12.fc36 @anaconda
cpp.x86_64 12.2.1-4.fc36 @updates
cracklib.x86_64 2.9.6-28.fc36 @anaconda
cracklib-dicts.x86_64 2.9.6-28.fc36 @anaconda
crawl-common-data.noarch 0.29.1-2.fc36 @updates
crawl-tiles.x86_64 0.29.1-2.fc36 @updates
createrepo_c.x86_64 0.20.1-1.fc36 @fedora-updates
createrepo_c-libs.x86_64 0.20.1-1.fc36 @fedora-updates
criu.x86_64 3.17.1-2.fc36 @fedora-updates
criu-libs.x86_64 3.17.1-2.fc36 @fedora-updates
cronie.x86_64 1.5.7-5.fc36 @updates
cronie-anacron.x86_64 1.5.7-5.fc36 @updates
crontabs.noarch 1.11-27.20190603git.fc36 @updates
crun.x86_64 1.7.2-3.fc36 @updates
crypto-policies.noarch 20220428-1.gitdfb10ea.fc36 @fedora-updates
crypto-policies-scripts.noarch 20220428-1.gitdfb10ea.fc36 @fedora-updates
cryptsetup.x86_64 2.4.3-2.fc36 @anaconda
cryptsetup-libs.x86_64 2.4.3-2.fc36 @anaconda
ctags.x86_64 5.9-3.20220206.0.fc36 @anaconda
cups.x86_64 1:2.4.2-5.fc36 @updates
cups-client.x86_64 1:2.4.2-5.fc36 @updates
cups-filesystem.noarch 1:2.4.2-5.fc36 @updates
cups-filters.x86_64 1.28.16-2.fc36 @fedora-updates
cups-filters-braille.x86_64 1.28.16-2.fc36 @fedora-updates
cups-filters-libs.x86_64 1.28.16-2.fc36 @fedora-updates
cups-ipptool.x86_64 1:2.4.2-5.fc36 @updates
cups-libs.i686 1:2.4.2-5.fc36 @updates
cups-libs.x86_64 1:2.4.2-5.fc36 @updates
cups-pk-helper.x86_64 0.2.6-14.fc36 @anaconda
curl.x86_64 7.82.0-12.fc36 @updates
cxl-libs.x86_64 75-1.fc36 @updates
cyrus-sasl.x86_64 2.1.27-18.fc36 @fedora
cyrus-sasl-gssapi.x86_64 2.1.27-18.fc36 @anaconda
cyrus-sasl-lib.i686 2.1.27-18.fc36 @anaconda
cyrus-sasl-lib.x86_64 2.1.27-18.fc36 @anaconda
cyrus-sasl-plain.x86_64 2.1.27-18.fc36 @anaconda
dash.x86_64 0.5.10.2-10.fc36 @anaconda
daxctl-libs.x86_64 75-1.fc36 @updates
dbus.x86_64 1:1.14.4-1.fc36 @updates
dbus-broker.x86_64 32-1.fc36 @fedora-updates
dbus-common.noarch 1:1.14.4-1.fc36 @updates
dbus-daemon.x86_64 1:1.14.4-1.fc36 @updates
dbus-glib.x86_64 0.112-3.fc36 @anaconda
dbus-libs.i686 1:1.14.4-1.fc36 @updates
dbus-libs.x86_64 1:1.14.4-1.fc36 @updates
dbus-tools.x86_64 1:1.14.4-1.fc36 @updates
dbus-x11.x86_64 1:1.14.4-1.fc36 @updates
dbusmenu-qt.x86_64 0.9.3-0.28.20160218.fc36 @fedora
dconf.i686 0.40.0-6.fc36 @anaconda
dconf.x86_64 0.40.0-6.fc36 @anaconda
dconf-editor.x86_64 3.38.3-3.fc36 @anaconda
debugedit.x86_64 5.0-3.fc36 @anaconda
dee.x86_64 1.2.7-40.fc36 @anaconda
default-editor.noarch 6.0-2.fc36 @anaconda
dejavu-sans-fonts.noarch 2.37-18.fc36 @anaconda
dejavu-sans-mono-fonts.noarch 2.37-18.fc36 @anaconda
dejavu-serif-fonts.noarch 2.37-18.fc36 @anaconda
deltarpm.x86_64 3.6.2-11.fc36 @anaconda
desktop-backgrounds-gnome.noarch 36.0.0-10.fc36 @nobara-baseos
desktop-file-utils.x86_64 0.26-6.fc36 @anaconda
device-mapper.x86_64 1.02.175-7.fc36 @anaconda
device-mapper-event.x86_64 1.02.175-7.fc36 @anaconda
device-mapper-event-libs.x86_64 1.02.175-7.fc36 @anaconda
device-mapper-libs.x86_64 1.02.175-7.fc36 @anaconda
device-mapper-multipath-libs.x86_64 0.8.7-9.fc36 @updates
device-mapper-persistent-data.x86_64 0.9.0-7.fc36 @anaconda
devscripts-checkbashisms.x86_64 2.22.1-1.fc36 @anaconda
dhcp-client.x86_64 12:4.4.3-4.P1.fc36 @updates
dhcp-common.noarch 12:4.4.3-4.P1.fc36 @updates
diffutils.x86_64 3.8-2.fc36 @anaconda
discord.x86_64 0.0.22-1.fc36 @nobara-appstream
distribution-gpg-keys.noarch 1.81-1.fc36 @updates
djvulibre-libs.x86_64 3.5.28-2.fc36 @anaconda
dleyna-connector-dbus.x86_64 0.3.0-12.fc36 @anaconda
dleyna-core.x86_64 0.6.0-13.fc36 @anaconda
dleyna-renderer.x86_64 0.6.0-14.fc36 @anaconda
dleyna-server.x86_64 0.6.0-13.fc36 @anaconda
dmidecode.x86_64 1:3.3-3.fc36 @anaconda
dmraid.x86_64 1.0.0.rc16-52.fc36 @anaconda
dmraid-events.x86_64 1.0.0.rc16-52.fc36 @anaconda
dmraid-libs.x86_64 1.0.0.rc16-52.fc36 @anaconda
dnf.noarch 4.14.0-2.fc36 @nobara-baseos
dnf-data.noarch 4.14.0-2.fc36 @nobara-baseos
dnf-plugins-core.noarch 4.3.1-2.fc36 @nobara-baseos
dnf-utils.noarch 4.3.1-2.fc36 @nobara-baseos
dnfdaemon.noarch 0.3.21-0.1.git20220916.fc36 @nobara-baseos
dnfdaemon-selinux.noarch 0.3.21-0.1.git20220916.fc36 @nobara-baseos
dnsmasq.x86_64 2.86-10.fc36 @fedora-updates
dos2unix.x86_64 7.4.2-4.fc36 @anaconda
dosfstools.x86_64 4.2-3.fc36 @anaconda
dotconf.x86_64 1.3-28.fc36 @anaconda
double-conversion.x86_64 3.1.5-6.fc36 @anaconda
dracut.x86_64 057-3.fc36 @fedora-updates
dracut-config-rescue.x86_64 057-3.fc36 @fedora-updates
dracut-live.x86_64 057-3.fc36 @fedora-updates
dracut-network.x86_64 057-3.fc36 @fedora-updates
dracut-squash.x86_64 057-3.fc36 @fedora-updates
drpm.x86_64 0.5.1-1.fc36 @anaconda
dwz.x86_64 0.14-4.fc36 @fedora-updates
e2fsprogs.x86_64 1.46.5-2.fc36 @anaconda
e2fsprogs-libs.x86_64 1.46.5-2.fc36 @anaconda
ed.x86_64 1.14.2-12.fc36 @anaconda
edk2-ovmf.noarch 20221117gitfff6d81270b5-9.fc36 @updates
efi-filesystem.noarch 5-5.fc36 @anaconda
efi-srpm-macros.noarch 5-5.fc36 @anaconda
efibootmgr.x86_64 16-12.fc36 @anaconda
efivar-libs.x86_64 38-6.fc36 @updates
egl-gbm.x86_64 1.1.0-2.fc36 @anaconda
egl-wayland.x86_64 1.1.11-1.fc36 @fedora-updates
elfutils.x86_64 0.188-3.fc36 @updates
elfutils-debuginfod-client.i686 0.188-3.fc36 @updates
elfutils-debuginfod-client.x86_64 0.188-3.fc36 @updates
elfutils-default-yama-scope.noarch 0.188-3.fc36 @updates
elfutils-libelf.i686 0.188-3.fc36 @updates
elfutils-libelf.x86_64 0.188-3.fc36 @updates
elfutils-libelf-devel.x86_64 0.188-3.fc36 @updates
elfutils-libs.i686 0.188-3.fc36 @updates
elfutils-libs.x86_64 0.188-3.fc36 @updates
emacs-filesystem.noarch 1:28.2-1.fc36 @updates
enchant.x86_64 1:1.6.0-30.fc36 @anaconda
enchant2.x86_64 2.3.2-5.fc36 @anaconda
eog.x86_64 42.3-1.fc36 @fedora-updates
espeak-ng.x86_64 1.50-7.fc36 @anaconda
ethtool.x86_64 2:6.1-1.fc36 @updates
evince.x86_64 42.4-1.fc36 @updates
evince-djvu.x86_64 42.4-1.fc36 @updates
evince-libs.x86_64 42.4-1.fc36 @updates
evince-nautilus.x86_64 42.4-1.fc36 @updates
evince-previewer.x86_64 42.4-1.fc36 @updates
evince-thumbnailer.x86_64 42.4-1.fc36 @updates
evolution-data-server.x86_64 3.44.4-2.fc36 @updates
evolution-data-server-langpacks.noarch 3.44.4-2.fc36 @updates
exempi.x86_64 2.6.0-0.2.20211007gite23c213.fc36 @anaconda
exfatprogs.x86_64 1.2.0-1.fc36 @updates
exiv2.x86_64 0.27.5-2.fc36 @anaconda
exiv2-libs.x86_64 0.27.5-2.fc36 @anaconda
expat.i686 2.5.0-1.fc36 @updates
expat.x86_64 2.5.0-1.fc36 @updates
faad2-libs.i686 1:2.10.1-1.fc36 @rpmfusion-free-updates
faad2-libs.x86_64 1:2.10.1-1.fc36 @rpmfusion-free-updates
fakeroot.x86_64 1.30.1-1.fc36 @updates
fakeroot-libs.x86_64 1.30.1-1.fc36 @updates
fdk-aac-free.i686 2.0.0-8.fc36 @anaconda
fdk-aac-free.x86_64 2.0.0-8.fc36 @anaconda
fedora-chromium-config.noarch 1.2-3.fc36 @fedora-updates
fedora-flathub-remote.noarch 1-2.fc36 @anaconda
fedora-gpg-keys.noarch 36-49 @nobara-baseos
fedora-packager.noarch 0.6.0.6-3.fc35 @anaconda
fedora-packager-kerberos.noarch 0.6.0.6-3.fc35 @anaconda
fedora-packager-yubikey.noarch 0.6.0.6-3.fc35 @anaconda
fedora-repos.noarch 36-49 @nobara-baseos
fedora-third-party.noarch 0.10-1.fc36 @anaconda
fedora-workstation-backgrounds.noarch 1.3-1.fc36 @fedora-updates
fedpkg.noarch 1.43-2.fc36 @fedora-updates
ffmpeg-libs.i686 5.0.2-1.fc36 @rpmfusion-free-updates
ffmpeg-libs.x86_64 5.0.2-1.fc36 @rpmfusion-free-updates
fftw-libs-double.x86_64 3.3.10-2.fc36 @fedora
file.x86_64 5.41-4.fc36 @anaconda
file-libs.x86_64 5.41-4.fc36 @anaconda
file-roller.x86_64 3.42.0-1.fc36 @anaconda
filesystem.x86_64 3.18-2.fc36 @fedora-updates
findutils.x86_64 1:4.9.0-1.fc36 @anaconda
firefox.x86_64 108.0.1-3.fc36 @nobara-baseos
firewalld.noarch 1.2.3-1.fc36 @updates
firewalld-filesystem.noarch 1.2.3-1.fc36 @updates
flac-libs.i686 1.3.4-1.fc36 @anaconda
flac-libs.x86_64 1.3.4-1.fc36 @anaconda
flashrom.x86_64 1.2-8.fc36 @anaconda
flatpak.x86_64 1.12.7-8.fc36 @nobara-baseos
flatpak-libs.x86_64 1.12.7-8.fc36 @nobara-baseos
flatpak-selinux.noarch 1.12.7-8.fc36 @nobara-baseos
flatpak-session-helper.x86_64 1.12.7-8.fc36 @nobara-baseos
flex.x86_64 2.6.4-10.fc36 @fedora
flexiblas.x86_64 3.3.0-1.fc36 @updates
flexiblas-netlib.x86_64 3.3.0-1.fc36 @updates
flexiblas-openblas-openmp.x86_64 3.3.0-1.fc36 @updates
fluid-soundfont-common.noarch 3.1-26.fc36 @fedora
fluid-soundfont-gm.noarch 3.1-26.fc36 @fedora
fluidsynth.x86_64 2.3.1-1.fc36 @updates
fluidsynth-libs.x86_64 2.3.1-1.fc36 @updates
fmt.x86_64 8.1.1-5.fc36 @fedora
folks.x86_64 1:0.15.5-1.fc36 @anaconda
fontconfig.i686 2.14.1-2.fc36 @updates
fontconfig.x86_64 2.14.1-2.fc36 @updates
fonts-filesystem.noarch 1:2.0.5-7.fc36 @anaconda
fonts-srpm-macros.noarch 1:2.0.5-7.fc36 @anaconda
foomatic.x86_64 4.0.13-22.fc36 @anaconda
foomatic-db.noarch 4.0-73.20210611.fc36 @anaconda
foomatic-db-filesystem.noarch 4.0-73.20210611.fc36 @anaconda
foomatic-db-ppds.noarch 4.0-73.20210611.fc36 @anaconda
fpaste.noarch 0.4.3.0-1.fc36 @updates
fpc-srpm-macros.noarch 1.3-5.fc36 @anaconda
fprintd.x86_64 1.94.2-2.fc36 @anaconda
fprintd-pam.x86_64 1.94.2-2.fc36 @anaconda
freeglut.x86_64 3.2.2-1.fc36 @anaconda
freeipmi.x86_64 1.6.10-1.fc36 @fedora-updates
freerdp.x86_64 2:2.9.0-1.fc36 @updates
freerdp-libs.x86_64 2:2.9.0-1.fc36 @updates
freetype.i686 2.12.1-2.fc36 @fedora-updates
freetype.x86_64 2.12.1-2.fc36 @fedora-updates
frei0r-plugins.x86_64 1.7.0-14.fc36 @anaconda
fribidi.i686 1.0.11-3.fc36 @fedora-updates
fribidi.x86_64 1.0.11-3.fc36 @fedora-updates
fros.noarch 1.1-28.fc36 @anaconda
fros-gnome.noarch 1.1-28.fc36 @anaconda
fstrm.x86_64 0.6.1-4.fc36 @anaconda
fuse.x86_64 2.9.9-14.fc36 @anaconda
fuse-common.x86_64 3.10.5-2.fc36 @anaconda
fuse-libs.x86_64 2.9.9-14.fc36 @anaconda
fuse-overlayfs.x86_64 1.9-6.fc36 @updates
fuse3.x86_64 3.10.5-2.fc36 @anaconda
fuse3-libs.x86_64 3.10.5-2.fc36 @anaconda
fwupd.x86_64 1.8.6-1.fc36 @updates
fwupd-efi.x86_64 1.3-1.fc36 @fedora-updates
fwupd-plugin-flashrom.x86_64 1.8.6-1.fc36 @updates
fwupd-plugin-modem-manager.x86_64 1.8.6-1.fc36 @updates
fwupd-plugin-uefi-capsule-data.x86_64 1.8.6-1.fc36 @updates
gamemode.i686 1.6-4.fc36 @anaconda
gamemode.x86_64 1.6-4.fc36 @anaconda
gamescope.x86_64 3.11.51-git.20221227.f863708.fc36 @nobara-baseos
gavl.x86_64 1.4.0-20.fc36 @anaconda
gawk.x86_64 5.1.1-2.fc36 @anaconda
gawk-all-langpacks.x86_64 5.1.1-2.fc36 @anaconda
gc.x86_64 8.0.6-3.fc36 @fedora-updates
gcc.x86_64 12.2.1-4.fc36 @updates
gcc-c++.x86_64 12.2.1-4.fc36 @updates
gcc-gdb-plugin.x86_64 12.2.1-4.fc36 @updates
gcc-gfortran.x86_64 12.2.1-4.fc36 @updates
gcc-plugin-annobin.x86_64 12.2.1-4.fc36 @updates
gcr.x86_64 3.41.1-1.fc36 @fedora-updates
gcr-base.x86_64 3.41.1-1.fc36 @fedora-updates
gd.i686 2.3.3-5.fc36 @anaconda
gd.x86_64 2.3.3-5.fc36 @anaconda
gdb.x86_64 12.1-2.fc36 @updates
gdb-headless.x86_64 12.1-2.fc36 @updates
gdbm-libs.i686 1:1.22-2.fc36 @anaconda
gdbm-libs.x86_64 1:1.22-2.fc36 @anaconda
gdisk.x86_64 1.0.9-2.fc36 @fedora-updates
gdk-pixbuf2.i686 2.42.9-2.fc36 @fedora-updates
gdk-pixbuf2.x86_64 2.42.9-2.fc36 @fedora-updates
gdk-pixbuf2-modules.i686 2.42.9-2.fc36 @fedora-updates
gdk-pixbuf2-modules.x86_64 2.42.9-2.fc36 @fedora-updates
gdk-pixbuf2-xlib.x86_64 2.40.2-4.fc36 @anaconda
gdm.x86_64 1:42.0-3.fc36 @nobara-baseos
gdouros-symbola-fonts.noarch 10.24-10.fc36 @anaconda
gedit.x86_64 2:42.2-1.fc36 @fedora-updates
gegl04.x86_64 0.4.38-1.fc36 @fedora-updates
geoclue2.x86_64 2.6.0-2.fc36 @anaconda
geoclue2-libs.x86_64 2.6.0-2.fc36 @anaconda
geocode-glib.x86_64 3.26.4-1.fc36 @fedora-updates
geolite2-city.noarch 20191217-6.fc36 @anaconda
geolite2-country.noarch 20191217-6.fc36 @anaconda
gettext.x86_64 0.21-9.fc36 @anaconda
gettext-libs.x86_64 0.21-9.fc36 @anaconda
gfbgraph.x86_64 0.2.4-2.fc36 @anaconda
ghc-base.x86_64 4.14.2.0-117.fc36 @anaconda
ghc-mountpoints.x86_64 1.0.2-19.fc36 @anaconda
ghc-srpm-macros.noarch 1.5.0-6.fc36 @anaconda
ghostscript.x86_64 9.56.1-5.fc36 @updates
ghostscript-tools-fonts.x86_64 9.56.1-5.fc36 @updates
ghostscript-tools-printing.x86_64 9.56.1-5.fc36 @updates
giflib.x86_64 5.2.1-14.fc36 @fedora-updates
git.x86_64 2.39.1-1.fc36 @updates
git-core.x86_64 2.39.1-1.fc36 @updates
git-core-doc.noarch 2.39.1-1.fc36 @updates
gjs.x86_64 1.72.2-2.fc36 @fedora-updates
glib-networking.i686 2.72.2-1.fc36 @fedora-updates
glib-networking.x86_64 2.72.2-1.fc36 @fedora-updates
glib2.i686 2.72.3-1.fc36 @fedora-updates
glib2.x86_64 2.72.3-1.fc36 @fedora-updates
glib2-devel.x86_64 2.72.3-1.fc36 @fedora-updates
glibc.i686 2.35-10.fc36 @nobara-baseos-multilib
glibc.x86_64 2.35-10.fc36 @nobara-baseos
glibc-all-langpacks.x86_64 2.35-10.fc36 @nobara-baseos
glibc-common.x86_64 2.35-10.fc36 @nobara-baseos
glibc-devel.x86_64 2.35-10.fc36 @nobara-baseos
glibc-gconv-extra.i686 2.35-10.fc36 @nobara-baseos-multilib
glibc-gconv-extra.x86_64 2.35-10.fc36 @nobara-baseos
glibc-headers-x86.noarch 2.35-10.fc36 @nobara-baseos
glibc-langpack-en.x86_64 2.35-10.fc36 @nobara-baseos
glibmm24.x86_64 2.66.4-1.fc36 @fedora-updates
glusterfs.x86_64 10.3-1.fc36 @updates
glusterfs-cli.x86_64 10.3-1.fc36 @updates
glusterfs-client-xlators.x86_64 10.3-1.fc36 @updates
glusterfs-fuse.x86_64 10.3-1.fc36 @updates
glx-utils.x86_64 8.4.0-13.20210504git0f9e7d9.fc36 @anaconda
gmp.i686 1:6.2.1-2.fc36 @anaconda
gmp.x86_64 1:6.2.1-2.fc36 @anaconda
gmp-c++.x86_64 1:6.2.1-2.fc36 @fedora
gmp-devel.x86_64 1:6.2.1-2.fc36 @fedora
gnat-srpm-macros.noarch 4-15.fc36 @anaconda
gnome-abrt.x86_64 1.4.2-1.fc36 @fedora-updates
gnome-autoar.x86_64 0.4.3-1.fc36 @anaconda
gnome-backgrounds.noarch 42.0-1.fc36 @anaconda
gnome-bluetooth.x86_64 1:42.5-1.fc36 @updates
gnome-bluetooth-libs.x86_64 1:42.5-1.fc36 @updates
gnome-browser-connector.x86_64 42.1-1.fc36 @fedora-updates
gnome-calculator.x86_64 42.2-1.fc36 @fedora-updates
gnome-calendar.x86_64 42.2-1.fc36 @fedora-updates
gnome-characters.x86_64 42.0-1.fc36 @anaconda
gnome-classic-session.noarch 42.3-1.fc36 @fedora-updates
gnome-clocks.x86_64 42.0-1.fc36 @anaconda
gnome-color-manager.x86_64 3.36.0-7.fc36 @anaconda
gnome-connections.x86_64 42.1.2-3.fc36 @updates
gnome-contacts.x86_64 42.0-1.fc36 @anaconda
gnome-control-center.x86_64 42.3-2.fc36 @nobara-baseos
gnome-control-center-filesystem.noarch 42.3-2.fc36 @nobara-baseos
gnome-desktop3.x86_64 42.8-1.fc36 @updates
gnome-desktop4.x86_64 42.8-1.fc36 @updates
gnome-disk-utility.x86_64 42.0-1.fc36 @anaconda
gnome-extension-manager.x86_64 0.3.1-2.fc36 @nobara-baseos
gnome-font-viewer.x86_64 42.0-1.fc36 @anaconda
gnome-icon-theme.noarch 3.12.0-17.fc36 @anaconda
gnome-initial-setup.x86_64 42.1-1.fc36 @nobara-baseos
gnome-keyring.x86_64 42.1-1.fc36 @fedora-updates
gnome-keyring-pam.x86_64 42.1-1.fc36 @fedora-updates
gnome-logs.x86_64 42.0-1.fc36 @anaconda
gnome-maps.x86_64 42.3-1.fc36 @fedora-updates
gnome-menus.x86_64 3.36.0-6.fc36 @anaconda
gnome-online-accounts.x86_64 3.44.0-2.fc36 @updates
gnome-online-miners.x86_64 3.34.0-10.fc36 @anaconda
gnome-photos.x86_64 42.0-3.fc36 @fedora-updates
gnome-remote-desktop.x86_64 42.6-1.fc36 @updates
gnome-session.x86_64 42.0-1.fc36 @anaconda
gnome-session-wayland-session.x86_64 42.0-1.fc36 @anaconda
gnome-session-xsession.x86_64 42.0-1.fc36 @anaconda
gnome-settings-daemon.x86_64 42.2-1.fc36 @fedora-updates
gnome-shell.x86_64 42.3.1-9.fc36 @nobara-baseos
gnome-shell-extension-appindicator.noarch 46-1.fc36 @updates
gnome-shell-extension-application-volume-mixer.noarch 11-3.fc36 @nobara-baseos
gnome-shell-extension-apps-menu.noarch 42.3-1.fc36 @fedora-updates
gnome-shell-extension-arc-menu.noarch 33-11.fc36 @nobara-baseos
gnome-shell-extension-auto-move-windows.noarch 42.3-1.fc36 @fedora-updates
gnome-shell-extension-background-logo.noarch 42.0-1.fc36 @anaconda
gnome-shell-extension-blur-my-shell.noarch 44-2.fc36 @nobara-baseos
gnome-shell-extension-caffeine.noarch 39-3.20220331.git2394e7f.fc36 @fedora-updates
gnome-shell-extension-clipboard-history.noarch 1.2.1-2.fc36 @nobara-baseos
gnome-shell-extension-common.noarch 42.3-1.fc36 @fedora-updates
gnome-shell-extension-dash-to-dock.noarch 74-1.fc36 @fedora-updates
gnome-shell-extension-dash-to-panel.noarch 50-11.fc36 @nobara-baseos
gnome-shell-extension-desktop-icons.noarch 46-3.fc36 @nobara-baseos
gnome-shell-extension-freon.noarch 2:45-1.20220710gitdab42ff.fc36 @fedora-updates
gnome-shell-extension-frippery-move-clock.noarch 42.1-1.fc36 @fedora-updates
gnome-shell-extension-gesture-improvements.noarch 22-2.fc36 @nobara-baseos
gnome-shell-extension-gsconnect.x86_64 50-1.fc36 @anaconda
gnome-shell-extension-just-perfection.noarch 22.0-1.fc36 @fedora-updates
gnome-shell-extension-launch-new-instance.noarch 42.3-1.fc36 @fedora-updates
gnome-shell-extension-openweather.noarch 118-1.fc36 @fedora-updates
gnome-shell-extension-places-menu.noarch 42.3-1.fc36 @fedora-updates
gnome-shell-extension-pop-shell.noarch 1.2.0^6.af192b4-2.fc36 @nobara-baseos
gnome-shell-extension-sound-output-device-chooser.noarch 43-2.fc36 @nobara-baseos
gnome-shell-extension-supergfxctl-gex.noarch 4.2.0-2.fc36 @nobara-baseos
gnome-shell-extension-window-list.noarch 42.3-1.fc36 @fedora-updates
gnome-shell-extension-wireless-hid.noarch 5-2.fc36 @nobara-baseos
gnome-software.x86_64 42.4-2.fc36 @fedora-updates
gnome-startup-applications.x86_64 42.0-1.fc36 @nobara-baseos
gnome-system-monitor.x86_64 42.0-1.fc36 @anaconda
gnome-terminal.x86_64 3.44.1-1.fc36 @fedora-updates
gnome-terminal-nautilus.x86_64 3.44.1-1.fc36 @fedora-updates
gnome-themes-extra.x86_64 3.28-14.fc36 @anaconda
gnome-tweaks.noarch 42~beta-1.fc36 @anaconda
gnome-user-docs.noarch 42.0-1.fc36 @anaconda
gnome-user-share.x86_64 3.34.0-7.fc36 @anaconda
gnome-video-effects.noarch 0.5.0-7.fc36 @anaconda
gnome-weather.x86_64 42.0-1.fc36 @anaconda
gnome-x11-gesture-daemon.x86_64 0.2.1-2.fc36 @nobara-baseos
gnupg2.x86_64 2.3.7-3.fc36 @fedora-updates
gnupg2-smime.x86_64 2.3.7-3.fc36 @fedora-updates
gnutls.i686 3.7.8-3.fc36 @updates
gnutls.x86_64 3.7.8-3.fc36 @updates
gnutls-dane.x86_64 3.7.8-3.fc36 @updates
gnutls-utils.x86_64 3.7.8-3.fc36 @updates
go-srpm-macros.noarch 3.2.0-1.fc36 @fedora-updates
gobject-introspection.x86_64 1.72.1-1.fc36 @updates
gom.x86_64 0.4-7.fc36 @anaconda
google-droid-sans-fonts.noarch 20200215-12.fc36 @anaconda
google-noto-cjk-fonts-common.noarch 20201206-4.fc36 @anaconda
google-noto-emoji-color-fonts.noarch 20211102-1.fc36 @anaconda
google-noto-fonts-common.noarch 20201206-10.fc36 @fedora-updates
google-noto-naskh-arabic-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-armenian-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-canadian-aboriginal-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-cherokee-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-cjk-ttc-fonts.noarch 20201206-4.fc36 @anaconda
google-noto-sans-ethiopic-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-georgian-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-gurmukhi-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-hebrew-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-lao-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-math-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-mono-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-sinhala-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-thaana-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-sans-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
google-noto-serif-vf-fonts.noarch 20201206-10.fc36 @fedora-updates
goverlay.x86_64 0.9.1-2.fc36 @nobara-baseos
gpac-libs.x86_64 2.0.0-1.fc36 @rpmfusion-free
gperftools-libs.x86_64 2.9.1-3.fc36 @fedora
gpgme.x86_64 1.17.0-4.fc36 @fedora-updates
gpm-libs.x86_64 1.20.7-40.fc36 @anaconda
graphene.i686 1.10.6-4.fc36 @anaconda
graphene.x86_64 1.10.6-4.fc36 @anaconda
graphite2.i686 1.3.14-9.fc36 @anaconda
graphite2.x86_64 1.3.14-9.fc36 @anaconda
graphviz.x86_64 2.50.0-6.fc36 @anaconda
grep.x86_64 3.7-2.fc36 @anaconda
grilo.x86_64 0.3.15-2.fc36 @fedora-updates
grilo-plugins.x86_64 0.3.15-1.fc36 @fedora-updates
grim.x86_64 1.4.0-1.fc36 @fedora
groff-base.x86_64 1.22.4-9.fc36 @anaconda
grub2-common.noarch 1:2.06-61.fc36 @updates
grub2-efi-ia32.x86_64 1:2.06-61.fc36 @updates
grub2-efi-ia32-cdboot.x86_64 1:2.06-61.fc36 @updates
grub2-efi-x64.x86_64 1:2.06-61.fc36 @updates
grub2-efi-x64-cdboot.x86_64 1:2.06-61.fc36 @updates
grub2-pc.x86_64 1:2.06-61.fc36 @updates
grub2-pc-modules.noarch 1:2.06-61.fc36 @updates
grub2-tools.x86_64 1:2.06-61.fc36 @updates
grub2-tools-efi.x86_64 1:2.06-61.fc36 @updates
grub2-tools-extra.x86_64 1:2.06-61.fc36 @updates
grub2-tools-minimal.x86_64 1:2.06-61.fc36 @updates
grubby.x86_64 8.40-67.fc36 @fedora-updates
gsettings-desktop-schemas.x86_64 42.0-12.fc36 @nobara-baseos
gsl.x86_64 2.6-6.fc36 @anaconda
gsm.i686 1.0.19-7.fc36 @anaconda
gsm.x86_64 1.0.19-7.fc36 @anaconda
gsound.x86_64 1.0.3-3.fc36 @anaconda
gspell.x86_64 1.10.0-1.fc36 @fedora-updates
gssdp.i686 1.4.0.1-2.fc36 @anaconda
gssdp.x86_64 1.4.0.1-2.fc36 @anaconda
gssproxy.x86_64 0.8.4-7.fc36 @fedora
gstreamer1.i686 1.20.3-1.fc36 @fedora-updates
gstreamer1.x86_64 1.20.3-1.fc36 @fedora-updates
gstreamer1-plugin-libav.i686 1.20.3-5.fc36 @updates
gstreamer1-plugin-libav.x86_64 1.20.3-5.fc36 @updates
gstreamer1-plugin-openh264.x86_64 1.20.3-3.fc36 @fedora-cisco-openh264
gstreamer1-plugins-bad-free.i686 1.20.3-1.fc36 @fedora-updates
gstreamer1-plugins-bad-free.x86_64 1.20.3-1.fc36 @fedora-updates
gstreamer1-plugins-bad-freeworld.i686 1:1.20.3-1.fc36 @rpmfusion-free-updates
gstreamer1-plugins-bad-freeworld.x86_64 1:1.20.3-1.fc36 @rpmfusion-free-updates
gstreamer1-plugins-base.i686 1.20.3-1.fc36 @fedora-updates
gstreamer1-plugins-base.x86_64 1.20.3-1.fc36 @fedora-updates
gstreamer1-plugins-good.i686 1.20.3-1.fc36 @fedora-updates
gstreamer1-plugins-good.x86_64 1.20.3-1.fc36 @fedora-updates
gstreamer1-plugins-good-gtk.x86_64 1.20.3-1.fc36 @fedora-updates
gstreamer1-plugins-good-qt.x86_64 1.20.3-1.fc36 @fedora-updates
gstreamer1-plugins-ugly.i686 1:1.20.3-1.fc36 @rpmfusion-free-updates
gstreamer1-plugins-ugly.x86_64 1:1.20.3-1.fc36 @rpmfusion-free-updates
gstreamer1-plugins-ugly-free.i686 1.20.3-1.fc36 @fedora-updates
gstreamer1-plugins-ugly-free.x86_64 1.20.3-1.fc36 @fedora-updates
gstreamer1-vaapi.x86_64 1.20.3-1.fc36 @fedora-updates
gtk-update-icon-cache.x86_64 3.24.35-1.fc36 @updates
gtk-vnc2.x86_64 1.3.0-2.fc36 @anaconda
gtk2.i686 2.24.33-8.fc36 @anaconda
gtk2.x86_64 2.24.33-8.fc36 @anaconda
gtk3.i686 3.24.35-1.fc36 @updates
gtk3.x86_64 3.24.35-1.fc36 @updates
gtk4.x86_64 4.6.6-2.fc36 @nobara-baseos
gtkmm30.x86_64 3.24.6-1.fc36 @fedora-updates
gtksourceview4.x86_64 4.8.3-1.fc36 @anaconda
gtksourceview5.x86_64 5.4.2-1.fc36 @fedora-updates
gts.x86_64 0.7.6-41.20121130.fc36 @anaconda
guestfs-tools.x86_64 1.48.3-1.fc36 @updates
guile22.x86_64 2.2.7-5.fc36 @anaconda
gupnp.i686 1.4.3-2.fc36 @anaconda
gupnp.x86_64 1.4.3-2.fc36 @anaconda
gupnp-av.x86_64 0.14.1-1.fc36 @fedora-updates
gupnp-dlna.x86_64 0.12.0-2.fc36 @anaconda
gupnp-igd.i686 1.2.0-5.fc36 @anaconda
gupnp-igd.x86_64 1.2.0-5.fc36 @anaconda
gutenprint.x86_64 5.3.4-8.fc36 @anaconda
gutenprint-cups.x86_64 5.3.4-8.fc36 @anaconda
gutenprint-libs.x86_64 5.3.4-8.fc36 @anaconda
gvfs.x86_64 1.50.3-1.fc36 @updates
gvfs-afc.x86_64 1.50.3-1.fc36 @updates
gvfs-afp.x86_64 1.50.3-1.fc36 @updates
gvfs-archive.x86_64 1.50.3-1.fc36 @updates
gvfs-client.x86_64 1.50.3-1.fc36 @updates
gvfs-fuse.x86_64 1.50.3-1.fc36 @updates
gvfs-goa.x86_64 1.50.3-1.fc36 @updates
gvfs-gphoto2.x86_64 1.50.3-1.fc36 @updates
gvfs-mtp.x86_64 1.50.3-1.fc36 @updates
gvfs-smb.x86_64 1.50.3-1.fc36 @updates
gvnc.x86_64 1.3.0-2.fc36 @anaconda
gvncpulse.x86_64 1.3.0-2.fc36 @anaconda
gzip.x86_64 1.11-3.fc36 @anaconda
harfbuzz.i686 4.0.0-2.fc36 @fedora-updates
harfbuzz.x86_64 4.0.0-2.fc36 @fedora-updates
harfbuzz-icu.x86_64 4.0.0-2.fc36 @fedora-updates
hddtemp.x86_64 0.3-0.50.beta15.fc36 @anaconda
hexedit.x86_64 1.6-1.fc36 @updates
hfsplus-tools.x86_64 540.1.linux3-26.fc36 @anaconda
hicolor-icon-theme.noarch 0.17-13.fc36 @fedora-updates
hidapi.x86_64 0.12.0-1.fc36 @fedora-updates
highcontrast-icon-theme.noarch 3.28-14.fc36 @anaconda
hivex-libs.x86_64 1.3.21-6.fc36 @fedora
hostname.x86_64 3.23-6.fc36 @anaconda
hplip.x86_64 3.22.10-3.fc36 @updates
hplip-common.x86_64 3.22.10-3.fc36 @updates
hplip-libs.x86_64 3.22.10-3.fc36 @updates
hsa-rocr.x86_64 5.2.3.50203.2-copr.fc36 @nobara-baseos
hsakmt-roct-devel.x86_64 5.2.3.50203.2-copr.fc36 @nobara-baseos
htop.x86_64 3.2.1-1.fc36 @updates
http-parser.x86_64 2.9.4-6.fc36 @anaconda
httpd.x86_64 2.4.54-3.fc36 @fedora-updates
httpd-core.x86_64 2.4.54-3.fc36 @fedora-updates
httpd-filesystem.noarch 2.4.54-3.fc36 @fedora-updates
httpd-tools.x86_64 2.4.54-3.fc36 @fedora-updates
hunspell.x86_64 1.7.0-19.fc36 @anaconda
hunspell-en.noarch 0.20140811.1-22.fc36 @anaconda
hunspell-en-GB.noarch 0.20140811.1-22.fc36 @anaconda
hunspell-en-US.noarch 0.20140811.1-22.fc36 @anaconda
hunspell-filesystem.x86_64 1.7.0-19.fc36 @anaconda
hwdata.noarch 0.366-1.fc36 @updates
hyperv-daemons.x86_64 0-0.39.20220731git.fc36 @fedora-updates
hyperv-daemons-license.noarch 0-0.39.20220731git.fc36 @fedora-updates
hypervfcopyd.x86_64 0-0.39.20220731git.fc36 @fedora-updates
hypervkvpd.x86_64 0-0.39.20220731git.fc36 @fedora-updates
hypervvssd.x86_64 0-0.39.20220731git.fc36 @fedora-updates
hyphen.x86_64 2.8.8-17.fc36 @anaconda
i2c-tools.x86_64 4.3-2.fc36 @anaconda
ibus.x86_64 1.5.26-9.fc36 @fedora-updates
ibus-anthy.x86_64 1.5.14-4.fc36 @fedora-updates
ibus-anthy-python.noarch 1.5.14-4.fc36 @fedora-updates
ibus-gtk2.x86_64 1.5.26-9.fc36 @fedora-updates
ibus-gtk3.x86_64 1.5.26-9.fc36 @fedora-updates
ibus-gtk4.x86_64 1.5.26-9.fc36 @fedora-updates
ibus-hangul.x86_64 1.5.4-8.fc36 @anaconda
ibus-libpinyin.x86_64 1.13.0-1.fc36 @fedora-updates
ibus-libs.x86_64 1.5.26-9.fc36 @fedora-updates
ibus-libzhuyin.x86_64 1.10.0-4.fc36 @anaconda
ibus-m17n.x86_64 1.4.18-1.fc36 @updates
ibus-setup.noarch 1.5.26-9.fc36 @fedora-updates
ibus-typing-booster.noarch 2.20.0-1.fc36 @updates
iio-sensor-proxy.x86_64 3.4-1.fc36 @fedora-updates
ilbc.x86_64 1.1.1-22.fc36 @fedora
ima-evm-utils.x86_64 1.4-5.fc36 @anaconda
imath.x86_64 3.1.6-1.fc36 @updates
imlib2.x86_64 1.7.4-2.fc36 @anaconda
info.x86_64 6.8-3.fc36 @anaconda
inih.i686 56-1.fc36 @fedora-updates
inih.x86_64 56-1.fc36 @fedora-updates
iniparser.x86_64 4.1-9.fc36 @anaconda
initscripts.x86_64 10.16-2.fc36 @anaconda
initscripts-rename-device.x86_64 10.16-2.fc36 @anaconda
initscripts-service.noarch 10.16-2.fc36 @anaconda
inkscape.x86_64 1.2.2-3.fc36 @updates
inotify-tools.x86_64 3.22.1.0-2.fc36 @fedora
intel-gmmlib.x86_64 22.1.7-1.fc36 @updates
intel-gpu-firmware.noarch 20221214-142.fc36 @nobara-baseos
intel-media-driver.x86_64 22.3.1-2.fc36 @rpmfusion-nonfree-updates
intel-mediasdk.x86_64 22.3.0-1.fc36 @fedora
inxi.noarch 3.3.24-1.fc36 @updates
ipcalc.x86_64 1.0.1-3.fc36 @anaconda
ipmitool.x86_64 1.8.18-25.fc36 @anaconda
iproute.x86_64 5.15.0-2.fc36 @anaconda
iproute-tc.x86_64 5.15.0-2.fc36 @fedora
ipset.x86_64 7.15-5.fc36.1 @updates
ipset-libs.x86_64 7.15-5.fc36.1 @updates
iptables-libs.x86_64 1.8.7-15.fc36 @anaconda
iptables-nft.x86_64 1.8.7-15.fc36 @anaconda
iptstate.x86_64 2.2.6-14.fc36 @anaconda
iputils.x86_64 20221126-1.fc36 @updates
ipxe-roms-qemu.noarch 20220210-1.git64113751.fc36 @fedora-updates
iscsi-initiator-utils.x86_64 6.2.1.4-4.git2a8f9d8.fc36 @anaconda
iscsi-initiator-utils-iscsiuio.x86_64 6.2.1.4-4.git2a8f9d8.fc36 @anaconda
isns-utils-libs.x86_64 0.101-4.fc36 @anaconda
iso-codes.noarch 4.9.0-2.fc36 @anaconda
isomd5sum.x86_64 1:1.2.3-15.fc36 @anaconda
iw.x86_64 5.9-4.fc36 @anaconda
iwl100-firmware.noarch 39.31.5.1-142.fc36 @nobara-baseos
iwl1000-firmware.noarch 1:39.31.5.1-142.fc36 @nobara-baseos
iwl105-firmware.noarch 18.168.6.1-142.fc36 @nobara-baseos
iwl135-firmware.noarch 18.168.6.1-142.fc36 @nobara-baseos
iwl2000-firmware.noarch 18.168.6.1-142.fc36 @nobara-baseos
iwl2030-firmware.noarch 18.168.6.1-142.fc36 @nobara-baseos
iwl3160-firmware.noarch 1:25.30.13.0-142.fc36 @nobara-baseos
iwl3945-firmware.noarch 15.32.2.9-142.fc36 @nobara-baseos
iwl4965-firmware.noarch 228.61.2.24-142.fc36 @nobara-baseos
iwl5000-firmware.noarch 8.83.5.1_1-142.fc36 @nobara-baseos
iwl5150-firmware.noarch 8.24.2.2-142.fc36 @nobara-baseos
iwl6000-firmware.noarch 9.221.4.1-142.fc36 @nobara-baseos
iwl6000g2a-firmware.noarch 18.168.6.1-142.fc36 @nobara-baseos
iwl6000g2b-firmware.noarch 18.168.6.1-142.fc36 @nobara-baseos
iwl6050-firmware.noarch 41.28.5.1-142.fc36 @nobara-baseos
iwl7260-firmware.noarch 1:25.30.13.0-142.fc36 @nobara-baseos
iwlax2xx-firmware.noarch 20221214-142.fc36 @nobara-baseos
jansson.x86_64 2.13.1-4.fc36 @anaconda
jasper-libs.x86_64 2.0.33-2.fc36 @anaconda
java-latest-openjdk.x86_64 1:19.0.1.0.10-4.rolling.fc36 @updates
java-latest-openjdk-headless.x86_64 1:19.0.1.0.10-4.rolling.fc36 @updates
javapackages-filesystem.noarch 6.0.0-7.fc36 @fedora
jbig2dec-libs.x86_64 0.19-6.fc36 @anaconda
jbigkit-libs.i686 2.1-23.fc36 @anaconda
jbigkit-libs.x86_64 2.1-23.fc36 @anaconda
jemalloc.x86_64 5.2.1-7.fc36 @fedora
jomolhari-fonts.noarch 0.003-35.fc36 @anaconda
jq.x86_64 1.6-13.fc36 @anaconda
js-jquery.noarch 3.6.0-2.fc36 @anaconda
json-c.i686 0.15-3.fc36 @anaconda
json-c.x86_64 0.15-3.fc36 @anaconda
json-glib.i686 1.6.6-2.fc36 @anaconda
json-glib.x86_64 1.6.6-2.fc36 @anaconda
julietaula-montserrat-fonts.noarch 1:7.222-2.fc36 @anaconda
jwhois.x86_64 4.0-67.fc36 @anaconda
jxl-pixbuf-loader.x86_64 0.6.1-9.fc36 @anaconda
kasumi-common.noarch 2.5-37.fc36 @anaconda
kasumi-unicode.x86_64 2.5-37.fc36 @anaconda
kbd.x86_64 2.4.0-9.fc36 @anaconda
kbd-legacy.noarch 2.4.0-9.fc36 @anaconda
kbd-misc.noarch 2.4.0-9.fc36 @anaconda
kde-filesystem.x86_64 4-67.fc36 @fedora
kdump-anaconda-addon.noarch 006-6.20220128git9603258.fc36 @anaconda
kernel.x86_64 6.0.10-201.fc36 @nobara-baseos
kernel.x86_64 6.0.13-201.fsync.fc36 @nobara-baseos
kernel.x86_64 6.0.14-201.fsync.fc36 @nobara-baseos
kernel-core.x86_64 6.0.10-201.fc36 @nobara-baseos
kernel-core.x86_64 6.0.13-201.fsync.fc36 @nobara-baseos
kernel-core.x86_64 6.0.14-201.fsync.fc36 @nobara-baseos
kernel-devel.x86_64 6.0.10-201.fc36 @nobara-baseos
kernel-devel.x86_64 6.0.13-201.fsync.fc36 @nobara-baseos
kernel-devel.x86_64 6.0.14-201.fsync.fc36 @nobara-baseos
kernel-devel-matched.x86_64 6.0.14-201.fsync.fc36 @nobara-baseos
kernel-headers.x86_64 6.0.14-201.fsync.fc36 @nobara-baseos
kernel-modules.x86_64 6.0.10-201.fc36 @nobara-baseos
kernel-modules.x86_64 6.0.13-201.fsync.fc36 @nobara-baseos
kernel-modules.x86_64 6.0.14-201.fsync.fc36 @nobara-baseos
kernel-modules-extra.x86_64 6.0.10-201.fc36 @nobara-baseos
kernel-modules-extra.x86_64 6.0.13-201.fsync.fc36 @nobara-baseos
kernel-modules-extra.x86_64 6.0.14-201.fsync.fc36 @nobara-baseos
kernel-srpm-macros.noarch 1.0-14.fc36 @fedora
kexec-tools.x86_64 2.0.25-1.fc36 @updates
keybinder3.x86_64 0.3.2-13.fc36 @anaconda
keyutils.x86_64 1.6.1-4.fc36 @anaconda
keyutils-libs.i686 1.6.1-4.fc36 @anaconda
keyutils-libs.x86_64 1.6.1-4.fc36 @anaconda
kf5-filesystem.x86_64 5.101.0-1.fc36 @updates
khmer-os-system-fonts.noarch 5.0-35.fc36 @anaconda
kmod.x86_64 29-7.fc36 @anaconda
kmod-libs.x86_64 29-7.fc36 @anaconda
kmod-xone-6.0.13-201.fsync.fc36.x86_64.x86_64 0.2-3.fc36 @@commandline
kmod-xone-6.0.14-201.fsync.fc36.x86_64.x86_64 0.2-3.fc36 @@commandline
kmod-xpadneo-6.0.13-201.fsync.fc36.x86_64.x86_64 0.9.5-1.fc36 @@commandline
kmod-xpadneo-6.0.14-201.fsync.fc36.x86_64.x86_64 0.9.5-1.fc36 @@commandline
kmodtool.noarch 1.1-3.fc36 @fedora
koji.noarch 1.31.1-1.fc36 @updates
kpartx.x86_64 0.8.7-9.fc36 @updates
krb5-libs.i686 1.19.2-12.fc36 @updates
krb5-libs.x86_64 1.19.2-12.fc36 @updates
krb5-pkinit.x86_64 1.19.2-12.fc36 @updates
krb5-workstation.x86_64 1.19.2-12.fc36 @updates
ladspa.x86_64 1.13-28.fc36 @fedora
lame-libs.i686 3.100-12.fc36 @anaconda
lame-libs.x86_64 3.100-12.fc36 @anaconda
langpacks-core-en.noarch 3.0-25.fc36 @fedora-updates
langpacks-core-font-en.noarch 3.0-25.fc36 @fedora-updates
langpacks-en.noarch 3.0-25.fc36 @fedora-updates
langtable.noarch 0.0.61-2.fc36 @updates
lasi.x86_64 1.1.3-8.fc36 @anaconda
lcms2.i686 2.13.1-1.fc36 @anaconda
lcms2.x86_64 2.13.1-1.fc36 @anaconda
less.x86_64 590-5.fc36 @fedora-updates
libICE.i686 1.0.10-8.fc36 @anaconda
libICE.x86_64 1.0.10-8.fc36 @anaconda
libSM.i686 1.2.3-10.fc36 @anaconda
libSM.x86_64 1.2.3-10.fc36 @anaconda
libX11.i686 1.7.3.1-2.fc36 @anaconda
libX11.x86_64 1.7.3.1-2.fc36 @anaconda
libX11-common.noarch 1.7.3.1-2.fc36 @anaconda
libX11-devel.x86_64 1.7.3.1-2.fc36 @fedora
libX11-xcb.i686 1.7.3.1-2.fc36 @anaconda
libX11-xcb.x86_64 1.7.3.1-2.fc36 @anaconda
libXScrnSaver.i686 1.2.3-10.fc36 @anaconda
libXScrnSaver.x86_64 1.2.3-10.fc36 @anaconda
libXau.i686 1.0.9-8.fc36 @anaconda
libXau.x86_64 1.0.9-8.fc36 @anaconda
libXau-devel.x86_64 1.0.9-8.fc36 @fedora
libXaw.x86_64 1.0.14-2.fc36 @anaconda
libXcomposite.i686 0.4.5-7.fc36 @anaconda
libXcomposite.x86_64 0.4.5-7.fc36 @anaconda
libXcursor.i686 1.2.0-7.fc36 @anaconda
libXcursor.x86_64 1.2.0-7.fc36 @anaconda
libXdamage.i686 1.1.5-7.fc36 @anaconda
libXdamage.x86_64 1.1.5-7.fc36 @anaconda
libXdmcp.x86_64 1.1.3-8.fc36 @anaconda
libXext.i686 1.3.4-8.fc36 @anaconda
libXext.x86_64 1.3.4-8.fc36 @anaconda
libXfixes.i686 6.0.0-3.fc36 @anaconda
libXfixes.x86_64 6.0.0-3.fc36 @anaconda
libXfont2.x86_64 2.0.3-12.fc36 @anaconda
libXft.i686 2.3.4-2.fc36 @anaconda
libXft.x86_64 2.3.4-2.fc36 @anaconda
libXi.i686 1.8-2.fc36 @anaconda
libXi.x86_64 1.8-2.fc36 @anaconda
libXinerama.i686 1.1.4-10.fc36 @anaconda
libXinerama.x86_64 1.1.4-10.fc36 @anaconda
libXmu.x86_64 1.1.3-8.fc36 @anaconda
libXpm.i686 3.5.15-2.fc36 @updates
libXpm.x86_64 3.5.15-2.fc36 @updates
libXrandr.i686 1.5.2-8.fc36 @anaconda
libXrandr.x86_64 1.5.2-8.fc36 @anaconda
libXrender.i686 0.9.10-16.fc36 @anaconda
libXrender.x86_64 0.9.10-16.fc36 @anaconda
libXres.x86_64 1.2.1-2.fc36 @anaconda
libXt.x86_64 1.2.1-2.fc36 @anaconda
libXtst.i686 1.2.3-16.fc36 @anaconda
libXtst.x86_64 1.2.3-16.fc36 @anaconda
libXv.i686 1.0.11-16.fc36 @anaconda
libXv.x86_64 1.0.11-16.fc36 @anaconda
libXvMC.x86_64 1.0.12-7.fc36 @anaconda
libXxf86dga.x86_64 1.1.5-8.fc36 @anaconda
libXxf86vm.i686 1.1.4-18.fc36 @anaconda
libXxf86vm.x86_64 1.1.4-18.fc36 @anaconda
liba52.i686 0.7.4-42.fc36 @anaconda
liba52.x86_64 0.7.4-42.fc36 @anaconda
libacl.x86_64 2.3.1-3.fc36 @anaconda
libadwaita.x86_64 1.2.0-2.fc36 @updates
libadwaita-qt5.x86_64 1.4.2-1.fc36 @fedora-updates
libadwaita-qt6.x86_64 1.4.2-1.fc36 @fedora-updates
libaio.x86_64 0.3.111-13.fc36 @anaconda
libao.x86_64 1.2.0-22.fc36 @anaconda
libaom.i686 3.2.0-5.fc36 @anaconda
libaom.x86_64 3.2.0-5.fc36 @anaconda
libappindicator.x86_64 12.10.0-32.fc36 @fedora
libappindicator-gtk3.x86_64 12.10.0-32.fc36 @anaconda
libappstream-glib.x86_64 0.8.0-4.fc36 @fedora-updates
libarchive.x86_64 3.5.3-3.fc36 @fedora-updates
libargon2.x86_64 20171227-9.fc36 @fedora-updates
libass.i686 0.17.0-1.fc36 @updates
libass.x86_64 0.17.0-1.fc36 @updates
libassuan.x86_64 2.5.5-4.fc36 @anaconda
libasyncns.i686 0.8-22.fc36 @anaconda
libasyncns.x86_64 0.8-22.fc36 @anaconda
libatasmart.x86_64 0.19-22.fc36 @anaconda
libatomic.i686 12.2.1-4.fc36 @updates
libatomic.x86_64 12.2.1-4.fc36 @updates
libattr.i686 2.5.1-4.fc36 @anaconda
libattr.x86_64 2.5.1-4.fc36 @anaconda
libavdevice.x86_64 5.0.2-1.fc36 @rpmfusion-free-updates
libavif.i686 0.9.3-3.fc36 @anaconda
libavif.x86_64 0.9.3-3.fc36 @anaconda
libb2.x86_64 0.98.1-6.fc36 @anaconda
libbabeltrace.x86_64 1.5.8-9.fc36 @anaconda
libbasicobjects.x86_64 0.1.1-50.fc36 @anaconda
libblkid.i686 2.38-1.fc36 @fedora-updates
libblkid.x86_64 2.38-1.fc36 @fedora-updates
libblkid-devel.x86_64 2.38-1.fc36 @fedora-updates
libblockdev.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-btrfs.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-crypto.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-dm.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-fs.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-kbd.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-loop.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-lvm.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-lvm-dbus.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-mdraid.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-mpath.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-nvdimm.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-part.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-plugins-all.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-swap.x86_64 2.28-2.fc36 @fedora-updates
libblockdev-utils.x86_64 2.28-2.fc36 @fedora-updates
libbluray.i686 1.3.4-1.fc36 @updates
libbluray.x86_64 1.3.4-1.fc36 @updates
libbpf.x86_64 2:0.7.0-3.fc36 @fedora-updates
libbrotli.i686 1.0.9-7.fc36 @anaconda
libbrotli.x86_64 1.0.9-7.fc36 @anaconda
libbs2b.x86_64 3.1.0-28.fc36 @fedora
libbsd.x86_64 0.11.7-2.fc36 @updates