aboutsummaryrefslogtreecommitdiffstats
path: root/images/qemuarm/glibc/core-image-sato-sdk/installed-package-info.txt
blob: 0fdd6e3a9254657785b9901af80defb401de70a3 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
ltp ltp ltp 20240129 286386
rust rust rust 1.75.0 221323
go-runtime-dev go-runtime-dev go-runtime 1.22.2 199179
boost-dev boost-dev boost 1.84.0 141506
kernel-devsrc kernel-devsrc kernel-devsrc 1.0 55881
gcc gcc gcc 13.2.0 43122
go-runtime go-runtime go-runtime 1.22.2 33882
libicudata74 libicudata icu 74-2 30065
libc6-dbg glibc-dbg glibc 2.39+git 22694
g++ g++ gcc 13.2.0 22049
valgrind valgrind valgrind 3.22.0 21767
cpp cpp gcc 13.2.0 20507
systemtap systemtap systemtap 5.0 15615
gtk+3-dev gtk+3-dev gtk+3 3.24.41 13680
cargo cargo cargo 1.75.0 13308
gobject-introspection-dev gobject-introspection-dev gobject-introspection 1.78.1 12525
libstdc++-dev libstdc++-dev gcc-runtime 13.2.0 12271
libgtk-3.0 gtk+3 gtk+3 3.24.41 11034
mesa-megadriver mesa-megadriver mesa 24.0.3 10787
libgcc-s-dev libgcc-dev libgcc 13.2.0 10694
python3-core python3-core python3 3.12.3 8903
gcc-plugins gcc-plugins gcc 13.2.0 8762
binutils binutils binutils 2.42 8685
file file file 5.45 8449
perl-dev perl-dev perl 5.38.2 8391
gdb gdb gdb 14.2 7804
kernel-image-zimage-6.6.23-yocto-standard kernel-image-zimage linux-yocto 6.6.23+git 7120
linux-libc-headers-dev linux-libc-headers-dev linux-libc-headers 6.6 6049
gstreamer1.0-dev gstreamer1.0-dev gstreamer1.0 1.22.11 5895
gstreamer1.0-plugins-base-dev gstreamer1.0-plugins-base-dev gstreamer1.0-plugins-base 1.22.11 5738
coreutils coreutils coreutils 9.5 4973
python3-setuptools python3-setuptools python3-setuptools 69.5.1 4739
icu-dev icu-dev icu 74-2 4726
bluez5 bluez5 bluez5 5.72 4542
puzzles puzzles puzzles 0.0+git 4528
liberation-fonts liberation-fonts liberation-fonts 2.1.5 4262
libpython3.12-1.0 libpython3 python3 3.12.3 4209
libdnf2 libdnf libdnf 0.73.1 3969
lttng-tools lttng-tools lttng-tools 2.13.13 3755
glibc-localedata-iso14651-t1-common glibc-localedata-iso14651-t1-common glibc-locale 2.39+git 3307
xkeyboard-config xkeyboard-config xkeyboard-config 2.41 3287
librsvg-2-2 librsvg librsvg 2.57.1 3182
gnupg gnupg gnupg 2.4.5 3151
perl perl perl 5.38.2 3040
gstreamer1.0-plugins-bad-dev gstreamer1.0-plugins-bad-dev gstreamer1.0-plugins-bad 1.22.11 2863
shared-mime-info shared-mime-info shared-mime-info 2.4 2754
libcrypto3 libcrypto openssl 3.3.0 2734
libglib-2.0-0 glib-2.0 glib-2.0 2.78.4 2628
mesa-demos mesa-demos mesa-demos 8.5.0 2515
libglib-2.0-dev glib-2.0-dev glib-2.0 2.78.4 2487
gstreamer1.0 gstreamer1.0 gstreamer1.0 1.22.11 2418
perf perf perf 1.0 2335
libc6-dev glibc-dev glibc 2.39+git 2273
python3-misc python3-misc python3 3.12.3 2258
libicui18n74 libicui18n icu 74-2 2222
valgrind-dev valgrind-dev valgrind 3.22.0 2203
tcl tcl tcl 8.6.14 2167
gettext gettext gettext 0.22.5 2134
libtool libtool libtool 2.4.7 2119
libxcb-dev libxcb-dev libxcb 1.16.1 2089
at-spi2-core-dev at-spi2-core-dev at-spi2-core 2.52.0 2073
openssl-dev openssl-dev openssl 3.3.0 1991
autoconf autoconf autoconf 2.72e 1961
wpa-supplicant wpa-supplicant wpa-supplicant 2.10 1911
slang slang slang 2.3.3 1778
xserver-xorg xserver-xorg xserver-xorg 21.1.11 1754
gobject-introspection gobject-introspection gobject-introspection 1.78.1 1722
libstdc++6 libstdc++ gcc-runtime 13.2.0 1678
libharfbuzz-dev harfbuzz-dev harfbuzz 8.3.1 1677
libc6 glibc glibc 2.39+git 1660
python3-pkg-resources python3-pkg-resources python3-setuptools 69.5.1 1654
libepoxy-dev libepoxy-dev libepoxy 1.5.10 1626
libunistring5 libunistring libunistring 1.2 1617
python3-pydoc python3-pydoc python3 3.12.3 1528
pango-dev pango-dev pango 1.52.2 1523
libgnutls30 gnutls gnutls 3.8.5 1519
babeltrace2 babeltrace2 babeltrace2 2.0.6 1499
ofono ofono ofono 2.4 1477
libgl-mesa-dev libgl-mesa-dev mesa 24.0.3 1466
libicuuc74 libicuuc icu 74-2 1445
tcl-dev tcl-dev tcl 8.6.14 1420
shadow shadow shadow 4.15.0 1386
automake automake automake 1.16.5 1327
openssh-sshd openssh-sshd openssh 9.7p1 1326
kernel-module-lttng-tracer-6.6.23-yocto-standard kernel-module-lttng-tracer-6.6.23-yocto-standard lttng-modules 2.13.12 1321
python3-asyncio python3-asyncio python3 3.12.3 1304
boost-log boost-log boost 1.84.0 1212
bison bison bison 3.8.2 1180
python3-dev python3-dev python3 3.12.3 1176
libtcl8.6-0 tcl-lib tcl 8.6.14 1174
libharfbuzz0 harfbuzz harfbuzz 8.3.1 1165
babeltrace2-dev babeltrace2-dev babeltrace2 2.0.6 1158
xorgproto-dev xorgproto-dev xorgproto 2024.1 1142
elfutils elfutils elfutils 0.191 1135
xserver-xorg-dev xserver-xorg-dev xserver-xorg 21.1.11 1127
libasan8 libasan gcc-sanitizers 13.2.0 1096
gnupg-gpg gnupg-gpg gnupg 2.4.5 1086
rpm rpm rpm 4.19.1.1 1083
libx11-locale libx11-locale libx11 1.8.9 1080
eudev eudev eudev 3.2.14 1049
libsoup-3.0-dev libsoup-dev libsoup 3.4.4 1033
ccache ccache ccache 4.9.1 1030
libx11-6 libx11 libx11 1.8.9 1014
strace strace strace 6.7 995
libmodulemd-dev libmodulemd-dev libmodulemd 2.15.0 973
libgettextlib libgettextlib gettext 0.22.5 958
elfutils-binutils elfutils-binutils elfutils 0.191 940
python3-netclient python3-netclient python3 3.12.3 938
dnf dnf dnf 4.19.2 935
libsqlite3-0 libsqlite3 sqlite3 3.45.1 930
python3-pygobject python3-pygobject python3-pygobject 3.48.2 922
sudo sudo sudo 1.9.15p5 921
python3-email python3-email python3 3.12.3 915
libxml2 libxml2 libxml2 2.12.6 894
libharfbuzz-subset0 harfbuzz-subset harfbuzz 8.3.1 889
tcf-agent tcf-agent tcf-agent 1.8.0+git 885
bash bash bash 5.2.21 879
libcairo2 cairo cairo 1.18.0 860
libfreetype-dev freetype-dev freetype 2.13.2 857
libinput10 libinput libinput 1.25.0 838
libtag2 taglib taglib 2.0.1 829
lttng-ust lttng-ust lttng-ust 2.13.8 812
libepoxy0 libepoxy libepoxy 1.5.10 779
python3-numbers python3-numbers python3 3.12.3 764
boost-math boost-math boost 1.84.0 756
python3-xml python3-xml python3 3.12.3 753
libdrm-dev libdrm-dev libdrm 2.4.120 740
libtag-dev taglib-dev taglib 2.0.1 734
python3-io python3-io python3 3.12.3 724
libbfd libbfd binutils 2.42 723
libgcrypt libgcrypt libgcrypt 1.10.3 722
libasound2 alsa-lib alsa-lib 1.2.11 722
adwaita-icon-theme-symbolic adwaita-icon-theme-symbolic adwaita-icon-theme 46.0 715
openssl-bin openssl-bin openssl 3.3.0 704
sudo-lib sudo-lib sudo 1.9.15p5 700
quota quota quota 4.09 700
libboost-wave1.84.0 boost-wave boost 1.84.0 690
sato-icon-theme sato-icon-theme sato-icon-theme git 689
connman connman connman 1.42 689
at-spi2-core at-spi2-core at-spi2-core 2.52.0 686
libvorbis libvorbis libvorbis 1.3.7 684
openssh-ssh openssh-ssh openssh 9.7p1 683
mpg123 mpg123 mpg123 1.32.6 671
python3-2to3 python3-2to3 python3 3.12.3 667
libsqlite3-dev libsqlite3-dev sqlite3 3.45.1 663
libssl3 libssl openssl 3.3.0 644
wayland-protocols wayland-protocols wayland-protocols 1.35 638
gawk gawk gawk 5.3.0 611
libgstvideo-1.0-0 libgstvideo-1.0 gstreamer1.0-plugins-base 1.22.11 598
libboost-locale1.84.0 boost-locale boost 1.84.0 594
pango pango pango 1.52.2 578
busybox busybox busybox 1.36.1 574
binutils-dev binutils-dev binutils 2.42 560
icu icu icu 74-2 556
rxvt-unicode rxvt-unicode rxvt-unicode 9.31 555
libarchive libarchive libarchive 3.7.3 548
boost-test boost-test boost 1.84.0 535
libpulsecore libpulsecore pulseaudio 17.0 534
libpixman-1-0 pixman pixman 0.42.2 533
python3-unittest python3-unittest python3 3.12.3 531
perl-module-re perl-module-re perl 5.38.2 530
iproute2-ip iproute2-ip iproute2 6.8.0 529
nettle nettle nettle 3.9.1 515
libzstd1 libzstd zstd 1.5.5 513
mobile-broadband-provider-info mobile-broadband-provider-info mobile-broadband-provider-info 20230416 510
ldconfig ldconfig glibc 2.39+git 509
liborc-0.4-0 liborc-0.4 orc 0.4.38 505
libnl-3-cli libnl-cli libnl 3.9.0 496
python3-compression python3-compression python3 3.12.3 490
adwaita-icon-theme adwaita-icon-theme adwaita-icon-theme 46.0 487
libfm-gtk libfm-gtk libfm 1.3.2 484
gstreamer1.0-plugins-good-rtp gstreamer1.0-plugins-good-rtp gstreamer1.0-plugins-good 1.22.11 484
gstreamer1.0-plugins-base-playback gstreamer1.0-plugins-base-playback gstreamer1.0-plugins-base 1.22.11 471
libfreetype6 freetype freetype 2.13.2 469
libsoup libsoup libsoup 3.4.4 466
libgnutls-dev gnutls-dev gnutls 3.8.5 463
libasound-dev alsa-lib-dev alsa-lib 1.2.11 463
gstreamer1.0-plugins-good-isomp4 gstreamer1.0-plugins-good-isomp4 gstreamer1.0-plugins-good 1.22.11 458
libgdk-pixbuf-2.0-dev gdk-pixbuf-dev gdk-pixbuf 2.42.11 456
libgstcodecparsers-1.0-0 libgstcodecparsers-1.0 gstreamer1.0-plugins-bad 1.22.11 450
libdw1 libdw elfutils 0.191 446
gconf gconf gconf 3.2.6 443
libturbojpeg0 libturbojpeg libjpeg-turbo 3.0.1 442
gstreamer1.0-plugins-good-adaptivedemux2 gstreamer1.0-plugins-good-adaptivedemux2 gstreamer1.0-plugins-good 1.22.11 438
python3-dbus python3-dbus python3-dbus 1.3.2 426
flac-dev flac-dev flac 1.4.3 421
python3-pickle python3-pickle python3 3.12.3 420
wayland-dev wayland-dev wayland 1.22.0 418
libtheora libtheora libtheora 1.1.1 412
libmodulemd libmodulemd libmodulemd 2.15.0 411
gstreamer1.0-plugins-good-rtpmanager gstreamer1.0-plugins-good-rtpmanager gstreamer1.0-plugins-good 1.22.11 411
libsolv1 libsolv libsolv 0.7.28 410
vte-dev vte-dev vte 0.74.2 409
libvte-2.91-0 libvte vte 0.74.2 409
connman-tests connman-tests connman 1.42 408
openssh-keygen openssh-keygen openssh 9.7p1 406
libxml2-dev libxml2-dev libxml2 2.12.6 406
libvulkan1 vulkan-loader vulkan-loader 1.3.280.0 405
gdbserver gdbserver gdb 14.2 402
findutils findutils findutils 4.9.0 400
libnl-route-3-200 libnl-route libnl 3.9.0 393
pulseaudio-dev pulseaudio-dev pulseaudio 17.0 391
alsa-ucm-conf alsa-ucm-conf alsa-ucm-conf 1.2.11 389
tcf-agent-dev tcf-agent-dev tcf-agent 1.8.0+git 386
procps procps procps 4.0.4 386
libgstaudio-1.0-0 libgstaudio-1.0 gstreamer1.0-plugins-base 1.22.11 386
python3-logging python3-logging python3 3.12.3 383
libsndfile1 libsndfile1 libsndfile1 1.2.2 382
libcurl4 libcurl curl 8.7.1 375
powertop powertop powertop 2.15 374
liburcu-dev liburcu-dev liburcu 0.14.0 374
libpulsecommon libpulsecommon pulseaudio 17.0 373
python3-pycairo python3-pycairo python3-pycairo 1.26.0 372
libxkbcommon-dev libxkbcommon-dev libxkbcommon 1.7.0 369
libgstgl-1.0-0 libgstgl-1.0 gstreamer1.0-plugins-base 1.22.11 366
libfdisk1 util-linux-libfdisk util-linux 2.39.3 361
babeltrace babeltrace babeltrace 1.5.11 360
tar tar tar 1.35 355
libjpeg62 libjpeg-turbo libjpeg-turbo 3.0.1 353
libfontconfig1 fontconfig fontconfig 2.15.0 352
ncurses-dev ncurses-dev ncurses 6.4 349
libpcre1 libpcre libpcre 8.45 349
libglib-2.0-utils glib-2.0-utils glib-2.0 2.78.4 347
e2fsprogs e2fsprogs e2fsprogs 1.47.0 344
libell0 ell ell 0.64 343
boost-serialization boost-serialization boost 1.84.0 343
libgl-mesa libgl-mesa mesa 24.0.3 342
libmpfr6 mpfr mpfr 4.2.1 337
gpgme gpgme gpgme 1.23.2 335
alsa-topology-conf alsa-topology-conf alsa-topology-conf 1.2.5.1 334
libext2fs2 libext2fs e2fsprogs 1.47.0 328
libpcre2 libpcre2 libpcre2 10.43 319
flex flex flex 2.6.4 319
libgmp10 gmp gmp 6.3.0 317
libmount1 util-linux-libmount util-linux 2.39.3 314
pcmanfm pcmanfm pcmanfm 1.3.2 312
libubsan1 libubsan gcc-sanitizers 13.2.0 312
net-tools net-tools net-tools 2.10 301
bash-dev bash-dev bash 5.2.21 300
libwebp libwebp libwebp 1.4.0 297
gtk+3-locale-en-gb gtk+3-locale-en-gb gtk+3 3.24.41 294
libgpgmepp6 gpgme-cpp gpgme 1.23.2 289
rpm-dev rpm-dev rpm 4.19.1.1 286
libnl-3-dev libnl-dev libnl 3.9.0 284
gstreamer1.0-plugins-good-matroska gstreamer1.0-plugins-good-matroska gstreamer1.0-plugins-good 1.22.11 282
libpcre2-16-0 libpcre2-16 libpcre2 10.43 281
libboost-program-options1.84.0 boost-program-options boost 1.84.0 281
libgles2-mesa-dev libgles2-mesa-dev mesa 24.0.3 280
go-helloworld-dev go-helloworld-dev go-helloworld 0.1 276
ltp-dev ltp-dev ltp 20240129 274
consolekit consolekit consolekit 0.4.6 271
libboost-json1.84.0 boost-json boost 1.84.0 270
gstreamer1.0-plugins-bad-mxf gstreamer1.0-plugins-bad-mxf gstreamer1.0-plugins-bad 1.22.11 270
diffutils diffutils diffutils 3.10 270
libpcre2-32-0 libpcre2-32 libpcre2 10.43 269
nettle-dev nettle-dev nettle 3.9.1 268
libxt6 libxt libxt 1.3.0 265
wayland wayland wayland 1.22.0 261
libxt-dev libxt-dev libxt 1.3.0 260
expect expect expect 5.45.4 260
gpgme-dev gpgme-dev gpgme 1.23.2 258
blktrace blktrace blktrace 1.3.0+git 258
libfm4 libfm libfm 1.3.2 254
libblkid1 util-linux-libblkid util-linux 2.39.3 254
gstreamer1.0-plugins-good-video4linux2 gstreamer1.0-plugins-good-video4linux2 gstreamer1.0-plugins-good 1.22.11 254
e2fsprogs-e2fsck e2fsprogs-e2fsck e2fsprogs 1.47.0 254
nghttp2-dev nghttp2-dev nghttp2 1.61.0 252
libreadline8 readline readline 8.2 251
curl-dev curl-dev curl 8.7.1 249
libmicrohttpd-dev libmicrohttpd-dev libmicrohttpd 1.0.1 247
libx11-dev libx11-dev libx11 1.8.9 246
libboost-graph1.84.0 boost-graph boost 1.84.0 246
gconf-dev gconf-dev gconf 3.2.6 243
pulseaudio-lib-alsa-util pulseaudio-lib-alsa-util pulseaudio 17.0 242
libboost-url1.84.0 boost-url boost 1.84.0 242
libpulse0 libpulse pulseaudio 17.0 239
libgsttag-1.0-0 libgsttag-1.0 gstreamer1.0-plugins-base 1.22.11 237
lttng-tools-dev lttng-tools-dev lttng-tools 2.13.13 235
libflac12 libflac flac 1.4.3 233
rpm-build rpm-build rpm 4.19.1.1 232
orc-dev orc-dev orc 0.4.38 232
python3-ctypes python3-ctypes python3 3.12.3 231
gstreamer1.0-plugins-base-opengl gstreamer1.0-plugins-base-opengl gstreamer1.0-plugins-base 1.22.11 230
libfm-dev libfm-dev libfm 1.3.2 228
systemtap-runtime systemtap-runtime systemtap 5.0 227
dbus-1 dbus dbus 1.14.10 227
librsvg-2-dev librsvg-dev librsvg 2.57.1 226
libxkbcommon0 libxkbcommon libxkbcommon 1.7.0 225
librepo0 librepo librepo 1.17.0 223
libgettextsrc libgettextsrc gettext 0.22.5 223
libdbus-1-3 dbus-lib dbus 1.14.10 221
xz-dev xz-dev xz 5.4.6 220
python3-crypt python3-crypt python3 3.12.3 220
lttng-ust-dev lttng-ust-dev lttng-ust 2.13.8 218
avahi-dev avahi-dev avahi 0.8 217
gstreamer1.0-plugins-bad-videoparsersbad gstreamer1.0-plugins-bad-videoparsersbad gstreamer1.0-plugins-bad 1.22.11 215
sudo-sudo sudo-sudo sudo 1.9.15p5 213
libmp3lame0 libmp3lame lame 3.100 213
elfutils-dev elfutils-dev elfutils 0.191 213
python3-html python3-html python3 3.12.3 211
libgmp-dev gmp-dev gmp 6.3.0 210
libdnf-dev libdnf-dev libdnf 0.73.1 208
unzip unzip unzip 6.0 207
e2fsprogs-dev e2fsprogs-dev e2fsprogs 1.47.0 206
libexif12 libexif libexif 0.6.24 205
libinput-dev libinput-dev libinput 1.25.0 204
libgomp1 libgomp gcc-runtime 13.2.0 202
ca-certificates ca-certificates ca-certificates 20211016 202
zstd-dev zstd-dev zstd 1.5.5 198
gstreamer1.0-plugins-base-ogg gstreamer1.0-plugins-base-ogg gstreamer1.0-plugins-base 1.22.11 198
liburcu liburcu liburcu 0.14.0 196
libgstvulkan-1.0-0 libgstvulkan-1.0 gstreamer1.0-plugins-bad 1.22.11 196
libcomps0 libcomps libcomps 0.1.21 196
libgpg-error-dev libgpg-error-dev libgpg-error 1.48 194
pulseaudio-module-alsa-card pulseaudio-module-alsa-card pulseaudio 17.0 193
libc6-utils glibc-utils glibc 2.39+git 192
libegl-mesa libegl-mesa mesa 24.0.3 190
libboost-regex1.84.0 boost-regex boost 1.84.0 190
mpg123-dev mpg123-dev mpg123 1.32.6 189
libgstpbutils-1.0-0 libgstpbutils-1.0 gstreamer1.0-plugins-base 1.22.11 189
libjpeg-dev libjpeg-turbo-dev libjpeg-turbo 3.0.1 187
make make make 4.4.1 185
libmicrohttpd12 libmicrohttpd libmicrohttpd 1.0.1 185
less less less 643 183
libssh2-1 libssh2 libssh2 1.11.0 182
python3-datetime python3-datetime python3 3.12.3 181
libcrypt2 libxcrypt libxcrypt 4.4.36 181
quilt quilt quilt 0.67 179
python3-audio python3-audio python3 3.12.3 179
libboost-python312-1.84.0 boost-python boost 1.84.0 179
m4 m4 m4 1.4.19 178
libtirpc-dev libtirpc-dev libtirpc 1.3.4 178
libsmartcols1 util-linux-libsmartcols util-linux 2.39.3 177
libopcodes libopcodes binutils 2.42 177
libidn2-0 libidn2 libidn2 2.3.7 177
libglapi0 libglapi mesa 24.0.3 173
kernel-module-lttng-probe-ext4-6.6.23-yocto-standard kernel-module-lttng-probe-ext4-6.6.23-yocto-standard lttng-modules 2.13.12 173
libcairo-dev cairo-dev cairo 1.18.0 171
libpng16-dev libpng-dev libpng 1.6.43 170
gstreamer1.0-plugins-bad-dash gstreamer1.0-plugins-bad-dash gstreamer1.0-plugins-bad 1.22.11 170
grep grep grep 3.11 170
gettext-dev gettext-dev gettext 0.22.5 170
libunistring-dev libunistring-dev libunistring 1.2 169
libksba8 libksba libksba 1.6.6 169
glibc-localedata-i18n-ctype glibc-localedata-i18n-ctype glibc-locale 2.39+git 169
pulseaudio-server pulseaudio-server pulseaudio 17.0 168
gstreamer1.0-plugins-bad-mpegtsdemux gstreamer1.0-plugins-bad-mpegtsdemux gstreamer1.0-plugins-bad 1.22.11 166
xserver-xorg-extension-glx xserver-xorg-extension-glx xserver-xorg 21.1.11 164
matchbox-panel-2 matchbox-panel-2 matchbox-panel-2 2.12 162
gstreamer1.0-plugins-good-multifile gstreamer1.0-plugins-good-multifile gstreamer1.0-plugins-good 1.22.11 162
openssh-scp openssh-scp openssh 9.7p1 158
gstreamer1.0-plugins-good-rtsp gstreamer1.0-plugins-good-rtsp gstreamer1.0-plugins-good 1.22.11 158
libgdk-pixbuf-2.0-0 gdk-pixbuf gdk-pixbuf 2.42.11 157
libavahi-core7 libavahi-core avahi 0.8 157
python3-difflib python3-difflib python3 3.12.3 155
python3-curses python3-curses python3 3.12.3 155
sysvinit sysvinit sysvinit 3.04 154
x11perf x11perf x11perf 1.6.1 153
shadow-base shadow-base shadow 4.15.0 153
patch patch patch 2.7.6 150
libicutu74 libicutu icu 74-2 150
gstreamer1.0-plugins-bad-closedcaption gstreamer1.0-plugins-bad-closedcaption gstreamer1.0-plugins-bad 1.22.11 150
xkbcomp xkbcomp xkbcomp 1.4.7 149
xinput-calibrator xinput-calibrator xinput-calibrator 0.7.5+git 149
libgstcodecs-1.0-0 libgstcodecs-1.0 gstreamer1.0-plugins-bad 1.22.11 149
iptables iptables iptables 1.8.10 149
l3afpad l3afpad l3afpad 0.8.18.1.11+git 148
libxfont2-2 libxfont2 libxfont2 2.0.6 147
gstreamer1.0-plugins-bad-vulkan gstreamer1.0-plugins-bad-vulkan gstreamer1.0-plugins-bad 1.22.11 147
dbus-dev dbus-dev dbus 1.14.10 147
alsa-conf alsa-conf alsa-lib 1.2.11 147
gcc-dev gcc-dev gcc 13.2.0 146
util-linux-lsblk util-linux-lsblk util-linux 2.39.3 145
libpng16-16 libpng libpng 1.6.43 145
libgstmpegts-1.0-0 libgstmpegts-1.0 gstreamer1.0-plugins-bad 1.22.11 145
avahi-daemon avahi-daemon avahi 0.8 144
gstreamer1.0-plugins-good-avi gstreamer1.0-plugins-good-avi gstreamer1.0-plugins-good 1.22.11 142
libedit0 libedit libedit 20230828-3.1 141
libncursesw5 ncurses-libncursesw ncurses 6.4 137
bluez5-dev bluez5-dev bluez5 5.72 134
python3-netserver python3-netserver python3 3.12.3 133
kernel-module-nf-conntrack-6.6.23-yocto-standard kernel-module-nf-conntrack-6.6.23-yocto-standard linux-yocto 6.6.23+git 133
dosfstools dosfstools dosfstools 4.2 133
libgpg-error libgpg-error libgpg-error 1.48 131
curl curl curl 8.7.1 130
libnghttp2-14 libnghttp2 nghttp2 1.61.0 129
liblzma5 liblzma xz 5.4.6 129
libgstrtp-1.0-0 libgstrtp-1.0 gstreamer1.0-plugins-base 1.22.11 129
libegl-mesa-dev libegl-mesa-dev mesa 24.0.3 128
matchbox-wm matchbox-wm matchbox-wm 1.2.3 127
libglib-2.0-locale-en-gb glib-2.0-locale-en-gb glib-2.0 2.78.4 127
desktop-file-utils desktop-file-utils desktop-file-utils 0.27 127
libtinfo5 ncurses-libtinfo ncurses 6.4 126
libsolv-dev libsolv-dev libsolv 0.7.28 126
gstreamer1.0-plugins-bad-decklink gstreamer1.0-plugins-bad-decklink gstreamer1.0-plugins-bad 1.22.11 126
librepo-dev librepo-dev librepo 1.17.0 125
libcomps-dev libcomps-dev libcomps 0.1.21 124
cpio cpio cpio 2.15 123
sed sed sed 4.9 122
python3-json python3-json python3 3.12.3 122
libunwind libunwind libunwind 1.6.2 122
libell-dev ell-dev ell 0.64 119
alsa-utils-aplay alsa-utils-aplay alsa-utils 1.2.11 119
util-linux-lsfd util-linux-lsfd util-linux 2.39.3 118
libgudev-1.0-dev libgudev-dev libgudev 238 118
gstreamer1.0-plugins-bad-rtmp2 gstreamer1.0-plugins-bad-rtmp2 gstreamer1.0-plugins-bad 1.22.11 117
perl-module-file-temp perl-module-file-temp perl 5.38.2 116
python3-iniparse python3-iniparse python3-iniparse 0.5 115
connman-gnome connman-gnome connman-gnome 0.7 115
libdrm-intel1 libdrm-intel libdrm 2.4.120 114
libdbus-glib-1-dev dbus-glib-dev dbus-glib 0.112 114
openssh-sftp-server openssh-sftp-server openssh 9.7p1 113
ofono-tests ofono-tests ofono 2.4 113
ofono-dev ofono-dev ofono 2.4 113
libxcb1 libxcb libxcb 1.16.1 113
libdbus-glib-1-2 dbus-glib dbus-glib 0.112 113
alsa-utils-alsactl alsa-utils-alsactl alsa-utils 1.2.11 113
libsolvext1 libsolvext libsolv 0.7.28 112
libz-dev zlib-dev zlib 1.3.1 111
cronie cronie cronie 1.7.2 111
libxkbfile1 libxkbfile libxkbfile 1.1.3 110
libexif-locale-en-gb libexif-locale-en-gb libexif 0.6.24 110
gstreamer1.0-plugins-good-flv gstreamer1.0-plugins-good-flv gstreamer1.0-plugins-good 1.22.11 110
util-linux-sfdisk util-linux-sfdisk util-linux 2.39.3 109
util-linux-fdisk util-linux-fdisk util-linux 2.39.3 109
pulseaudio-misc pulseaudio-misc pulseaudio 17.0 109
libjson-c-dev json-c-dev json-c 0.17 109
libgstrtsp-1.0-0 libgstrtsp-1.0 gstreamer1.0-plugins-base 1.22.11 109
libexpat1 expat expat 2.6.2 109
libwebp-dev libwebp-dev libwebp 1.4.0 108
python3-rpm python3-rpm rpm 4.19.1.1 107
libtirpc3 libtirpc libtirpc 1.3.4 107
procps-ps procps-ps procps 4.0.4 106
libudev1 libudev eudev 3.2.14 106
gstreamer1.0-plugins-good-audioparsers gstreamer1.0-plugins-good-audioparsers gstreamer1.0-plugins-good 1.22.11 106
e2fsprogs-mke2fs e2fsprogs-mke2fs e2fsprogs 1.47.0 106
python3-sqlite3 python3-sqlite3 python3 3.12.3 105
pulseaudio-lib-protocol-native pulseaudio-lib-protocol-native pulseaudio 17.0 105
libgcrypt-dev libgcrypt-dev libgcrypt 1.10.3 105
libfribidi0 fribidi fribidi 1.0.13 105
gzip gzip gzip 1.13 105
gstreamer1.0-plugins-good-deinterlace gstreamer1.0-plugins-good-deinterlace gstreamer1.0-plugins-good 1.22.11 105
gstreamer1.0-plugins-good-audiofx gstreamer1.0-plugins-good-audiofx gstreamer1.0-plugins-good 1.22.11 105
util-linux-dev util-linux-dev util-linux 2.39.3 102
slang-dev slang-dev slang 2.3.3 102
python3-math python3-math python3 3.12.3 102
libproc2-0 procps-lib procps 4.0.4 102
kmod kmod kmod 31 102
util-linux-lscpu util-linux-lscpu util-linux 2.39.3 101
libgcc1 libgcc libgcc 13.2.0 101
babeltrace-dev babeltrace-dev babeltrace 1.5.11 100
wpa-supplicant-cli wpa-supplicant-cli wpa-supplicant 2.10 99
libtheora-dev libtheora-dev libtheora 1.1.1 99
gstreamer1.0-plugins-bad-dvb gstreamer1.0-plugins-bad-dvb gstreamer1.0-plugins-bad 1.22.11 99
glib-networking glib-networking glib-networking 2.78.1 99
bc bc bc 1.07.1 99
pciutils-dev pciutils-dev pciutils 3.11.1 98
libboost-filesystem1.84.0 boost-filesystem boost 1.84.0 98
libxcb-xinput0 libxcb-xinput libxcb 1.16.1 97
libncurses5 ncurses-libncurses ncurses 6.4 97
libnl-3-200 libnl libnl 3.9.0 96
libevdev-dev libevdev-dev libevdev 1.13.1 95
libcairo-script-interpreter2 cairo-script-interpreter cairo 1.18.0 95
kexec kexec kexec-tools 2.0.28 94
util-linux-blkid util-linux-blkid util-linux 2.39.3 93
gstreamer1.0-plugins-base-compositor gstreamer1.0-plugins-base-compositor gstreamer1.0-plugins-base 1.22.11 93
gstreamer1.0-plugins-bad-curl gstreamer1.0-plugins-bad-curl gstreamer1.0-plugins-bad 1.22.11 93
gnu-config gnu-config gnu-config 20240101+git 92
util-linux-zramctl util-linux-zramctl util-linux 2.39.3 90
libevdev libevdev libevdev 1.13.1 90
gstreamer1.0-plugins-base-tcp gstreamer1.0-plugins-base-tcp gstreamer1.0-plugins-base 1.22.11 90
util-linux-partx util-linux-partx util-linux 2.39.3 89
perl-module-posix perl-module-posix perl 5.38.2 89
libtraceevent1 libtraceevent libtraceevent 1.8.2 89
libmpc3 libmpc libmpc 1.3.1 89
libgstplay-1.0-0 libgstplay-1.0 gstreamer1.0-plugins-bad 1.22.11 89
gstreamer1.0-plugins-good-pulseaudio gstreamer1.0-plugins-good-pulseaudio gstreamer1.0-plugins-good 1.22.11 89
gstreamer1.0-plugins-base-typefindfunctions gstreamer1.0-plugins-base-typefindfunctions gstreamer1.0-plugins-base 1.22.11 88
util-linux-losetup util-linux-losetup util-linux 2.39.3 86
psplash-default psplash-default psplash 0.1+git 86
libarchive-dev libarchive-dev libarchive 3.7.3 86
gstreamer1.0-plugins-bad-ttmlsubs gstreamer1.0-plugins-bad-ttmlsubs gstreamer1.0-plugins-bad 1.22.11 86
gstreamer1.0-plugins-bad-mpegtsmux gstreamer1.0-plugins-bad-mpegtsmux gstreamer1.0-plugins-bad 1.22.11 86
util-linux-mkswap util-linux-mkswap util-linux 2.39.3 85
libusb-1.0-0 libusb1 libusb1 1.0.27 85
libgstadaptivedemux-1.0-0 libgstadaptivedemux-1.0 gstreamer1.0-plugins-bad 1.22.11 85
fontconfig-utils fontconfig-utils fontconfig 2.15.0 85
libmenu-cache3 menu-cache menu-cache 1.1.0 84
perl-module-getopt-long perl-module-getopt-long perl 5.38.2 83
matchbox-keyboard matchbox-keyboard matchbox-keyboard 0.1.1 83
python3-compile python3-compile python3 3.12.3 82
libpcre-dev libpcre-dev libpcre 8.45 82
libatopology2 libatopology alsa-lib 1.2.11 82
kernel-6.6.23-yocto-standard kernel-base linux-yocto 6.6.23+git 82
gstreamer1.0-plugins-bad-hls gstreamer1.0-plugins-bad-hls gstreamer1.0-plugins-bad 1.22.11 82
libyaml-0-2 libyaml libyaml 0.2.5 81
libusb-1.0-dev libusb1-dev libusb1 1.0.27 81
libboost-thread1.84.0 boost-thread boost 1.84.0 81
libssh2-dev libssh2-dev libssh2 1.11.0 79
gst-examples gst-examples gst-examples 1.18.6 79
python3-shell python3-shell python3 3.12.3 78
libfribidi-dev fribidi-dev fribidi 1.0.13 78
gstreamer1.0-plugins-bad-dtls gstreamer1.0-plugins-bad-dtls gstreamer1.0-plugins-bad 1.22.11 78
python3-six python3-six python3-six 1.16.0 77
libxcb-xkb1 libxcb-xkb libxcb 1.16.1 77
libflac++10 libflac++ flac 1.4.3 77
iproute2 iproute2 iproute2 6.8.0 77
gstreamer1.0-plugins-base-alsa gstreamer1.0-plugins-base-alsa gstreamer1.0-plugins-base 1.22.11 77
gstreamer1.0-plugins-bad-bluez gstreamer1.0-plugins-bad-bluez gstreamer1.0-plugins-bad 1.22.11 77
debugedit debugedit debugedit 5.0 77
libcheck-dev libcheck-dev libcheck 0.15.2 76
xf86-video-modesetting xf86-video-modesetting xserver-xorg 21.1.11 75
gstreamer1.0-plugins-good-goom gstreamer1.0-plugins-good-goom gstreamer1.0-plugins-good 1.22.11 75
util-linux-cfdisk util-linux-cfdisk util-linux 2.39.3 74
libmb-dev libmatchbox-dev libmatchbox 1.12 74
gstreamer1.0-plugins-bad-debugutilsbad gstreamer1.0-plugins-bad-debugutilsbad gstreamer1.0-plugins-bad 1.22.11 74
connman-client connman-client connman 1.42 74
openssl-ossl-module-legacy openssl-ossl-module-legacy openssl 3.3.0 73
libxcb-glx0 libxcb-glx libxcb 1.16.1 73
libgstsdp-1.0-0 libgstsdp-1.0 gstreamer1.0-plugins-base 1.22.11 73
libboost-contract1.84.0 boost-contract boost 1.84.0 73
gstreamer1.0-plugins-good-soup gstreamer1.0-plugins-good-soup gstreamer1.0-plugins-good 1.22.11 73
procps-dev procps-dev procps 4.0.4 72
perl-module-data-dumper perl-module-data-dumper perl 5.38.2 70
libxmu6 libxmu libxmu 1.2.1 70
gstreamer1.0-plugins-base-subparse gstreamer1.0-plugins-base-subparse gstreamer1.0-plugins-base 1.22.11 70
gstreamer1.0-plugins-base-pango gstreamer1.0-plugins-base-pango gstreamer1.0-plugins-base 1.22.11 70
gstreamer1.0-plugins-base-encoding gstreamer1.0-plugins-base-encoding gstreamer1.0-plugins-base 1.22.11 70
gstreamer1.0-plugins-bad-uvch264 gstreamer1.0-plugins-bad-uvch264 gstreamer1.0-plugins-bad 1.22.11 70
gstreamer1.0-plugins-bad-rist gstreamer1.0-plugins-bad-rist gstreamer1.0-plugins-bad 1.22.11 70
gstreamer1.0-plugins-bad-mpegpsdemux gstreamer1.0-plugins-bad-mpegpsdemux gstreamer1.0-plugins-bad 1.22.11 70
util-linux-lsipc util-linux-lsipc util-linux 2.39.3 69
libspeex1 speex speex 1.2.1 69
libmb1 libmatchbox libmatchbox 1.12 69
libelf1 libelf elfutils 0.191 69
gstreamer1.0-plugins-bad-ipcpipeline gstreamer1.0-plugins-bad-ipcpipeline gstreamer1.0-plugins-bad 1.22.11 69
python3-plistlib python3-plistlib python3 3.12.3 68
kernel-module-lttng-probe-btrfs-6.6.23-yocto-standard kernel-module-lttng-probe-btrfs-6.6.23-yocto-standard lttng-modules 2.13.12 68
gstreamer1.0-plugins-base-apps gstreamer1.0-plugins-base-apps gstreamer1.0-plugins-base 1.22.11 68
glibc-localedata-translit-cjk-compat glibc-localedata-translit-cjk-compat glibc-locale 2.39+git 68
libnl-nf-3-200 libnl-nf libnl 3.9.0 67
kernel-module-lttng-lib-ring-buffer-6.6.23-yocto-standard kernel-module-lttng-lib-ring-buffer-6.6.23-yocto-standard lttng-modules 2.13.12 67
perl-module-threads perl-module-threads perl 5.38.2 66
libxmu-dev libxmu-dev libxmu 1.2.1 66
libreadline-dev readline-dev readline 8.2 66
libice6 libice libice 1.1.1 66
gstreamer1.0-plugins-bad-camerabin gstreamer1.0-plugins-bad-camerabin gstreamer1.0-plugins-bad 1.22.11 66
glibc-localedata-translit-font glibc-localedata-translit-font glibc-locale 2.39+git 66
util-linux-lslogins util-linux-lslogins util-linux 2.39.3 65
libz1 zlib zlib 1.3.1 65
libpsl5 libpsl libpsl 0.21.5 65
gstreamer1.0-plugins-good-videomixer gstreamer1.0-plugins-good-videomixer gstreamer1.0-plugins-good 1.22.11 65
gstreamer1.0-plugins-good-udp gstreamer1.0-plugins-good-udp gstreamer1.0-plugins-good 1.22.11 65
gstreamer1.0-plugins-bad-dvbsubenc gstreamer1.0-plugins-bad-dvbsubenc gstreamer1.0-plugins-bad 1.22.11 65
xf86-input-libinput xf86-input-libinput xf86-input-libinput 1.4.0 64
perl-module-list-util perl-module-list-util perl 5.38.2 64
libexpat-dev expat-dev expat 2.6.2 64
libmpfr-dev mpfr-dev mpfr 4.2.1 63
xrandr xrandr xrandr 1.5.2 62
logrotate logrotate logrotate 3.21.0 62
util-linux-hwclock util-linux-hwclock util-linux 2.39.3 61
util-linux-eject util-linux-eject util-linux 2.39.3 61
libxft2 libxft libxft 2.3.8 61
libgstapp-1.0-0 libgstapp-1.0 gstreamer1.0-plugins-base 1.22.11 61
libdrm2 libdrm libdrm 2.4.120 61
libboost-iostreams1.84.0 boost-iostreams boost 1.84.0 61
gstreamer1.0-plugins-bad-siren gstreamer1.0-plugins-bad-siren gstreamer1.0-plugins-bad 1.22.11 59
gconf-locale-en-gb gconf-locale-en-gb gconf 3.2.6 59
util-linux-unshare util-linux-unshare util-linux 2.39.3 58
util-linux-setarch util-linux-setarch util-linux 2.39.3 58
util-linux-findmnt util-linux-findmnt util-linux 2.39.3 58
libexif-dev libexif-dev libexif 0.6.24 58
gstreamer1.0-plugins-bad-asfmux gstreamer1.0-plugins-bad-asfmux gstreamer1.0-plugins-bad 1.22.11 58
util-linux-setpriv util-linux-setpriv util-linux 2.39.3 57
util-linux-lsns util-linux-lsns util-linux 2.39.3 57
util-linux-fstrim util-linux-fstrim util-linux 2.39.3 57
util-linux-blockdev util-linux-blockdev util-linux 2.39.3 57
util-linux-blkzone util-linux-blkzone util-linux 2.39.3 57
rpcbind rpcbind rpcbind 1.2.6 57
libxi-dev libxi-dev libxi 1.8.1 57
libkmod2 libkmod kmod 31 57
libboost-container1.84.0 boost-container boost 1.84.0 57
glibc-gconv glibc-gconv glibc-locale 2.39+git 57
util-linux-dmesg util-linux-dmesg util-linux 2.39.3 56
libpcre2-dev libpcre2-dev libpcre2 10.43 56
libnss-mdns libnss-mdns libnss-mdns 0.15.1 56
glibc-localedata-translit-compat glibc-localedata-translit-compat glibc-locale 2.39+git 56
python3-threading python3-threading python3 3.12.3 55
pulseaudio-module-stream-restore pulseaudio-module-stream-restore pulseaudio 17.0 54
libxext-dev libxext-dev libxext 1.3.6 54
libnl-xfrm-3-200 libnl-xfrm libnl 3.9.0 54
hicolor-icon-theme hicolor-icon-theme hicolor-icon-theme 0.17 54
gstreamer1.0-plugins-good-smpte gstreamer1.0-plugins-good-smpte gstreamer1.0-plugins-good 1.22.11 54
gstreamer1.0-plugins-good-flac gstreamer1.0-plugins-good-flac gstreamer1.0-plugins-good 1.22.11 54
dbus-tools dbus-tools dbus 1.14.10 54
wpa-supplicant-passphrase wpa-supplicant-passphrase wpa-supplicant 2.10 53
util-linux-script util-linux-script util-linux 2.39.3 53
util-linux-ipcs util-linux-ipcs util-linux 2.39.3 53
perl-module-overload perl-module-overload perl 5.38.2 53
perl-module-feature perl-module-feature perl 5.38.2 53
libyaml-0-dev libyaml-dev libyaml 0.2.5 53
libtasn1-6 libtasn1 libtasn1 4.19.0 53
libspeexdsp1 speexdsp speexdsp 1.2.1 53
liblz1 lzlib lzlib 1.14 53
libgstcuda-1.0-0 libgstcuda-1.0 gstreamer1.0-plugins-bad 1.22.11 53
libboost-fiber1.84.0 boost-fiber boost 1.84.0 53
gstreamer1.0-plugins-good-wavparse gstreamer1.0-plugins-good-wavparse gstreamer1.0-plugins-good 1.22.11 53
gstreamer1.0-plugins-base-xvimagesink gstreamer1.0-plugins-base-xvimagesink gstreamer1.0-plugins-base 1.22.11 53
python3-pprint python3-pprint python3 3.12.3 52
libbz2-1 libbz2 bzip2 1.0.8 52
connman-dev connman-dev connman 1.42 52
acl acl acl 2.3.2 52
kernel-module-tun-6.6.23-yocto-standard kernel-module-tun-6.6.23-yocto-standard linux-yocto 6.6.23+git 51
util-linux-lslocks util-linux-lslocks util-linux 2.39.3 50
util-linux-cal util-linux-cal util-linux 2.39.3 50
util-linux-agetty util-linux-agetty util-linux 2.39.3 50
pinentry pinentry pinentry 1.2.1 50
libpci3 libpci pciutils 3.11.1 50
gstreamer1.0-plugins-good-debug gstreamer1.0-plugins-good-debug gstreamer1.0-plugins-good 1.22.11 50
gstreamer1.0-plugins-base-theora gstreamer1.0-plugins-base-theora gstreamer1.0-plugins-base 1.22.11 50
gstreamer1.0-plugins-base-rawparse gstreamer1.0-plugins-base-rawparse gstreamer1.0-plugins-base 1.22.11 50
gstreamer1.0-plugins-bad-dvbsuboverlay gstreamer1.0-plugins-bad-dvbsuboverlay gstreamer1.0-plugins-bad 1.22.11 50
util-linux-wdctl util-linux-wdctl util-linux 2.39.3 49
util-linux-resizepart util-linux-resizepart util-linux 2.39.3 49
util-linux-kill util-linux-kill util-linux 2.39.3 49
libxcb-randr0 libxcb-randr libxcb 1.16.1 49
libpixman-1-dev pixman-dev pixman 0.42.2 49
libmp3lame-dev libmp3lame-dev lame 3.100 49
libgstriff-1.0-0 libgstriff-1.0 gstreamer1.0-plugins-base 1.22.11 49
libgstplayer-1.0-0 libgstplayer-1.0 gstreamer1.0-plugins-bad 1.22.11 49
libgstbadaudio-1.0-0 libgstbadaudio-1.0 gstreamer1.0-plugins-bad 1.22.11 49
libavahi-client3 libavahi-client avahi 0.8 49
libassuan0 libassuan libassuan 2.5.7 49
gstreamer1.0-plugins-bad-transcode gstreamer1.0-plugins-bad-transcode gstreamer1.0-plugins-bad 1.22.11 48
pkgconfig pkgconfig pkgconfig 0.29.2+git 47
matchbox-desktop matchbox-desktop matchbox-desktop 2.3 46
libxext6 libxext libxext 1.3.6 46
libjson-c5 json-c json-c 0.17 46
libgbm1 libgbm mesa 24.0.3 46
libdrm-amdgpu1 libdrm-amdgpu libdrm 2.4.120 46
gstreamer1.0-plugins-good-videofilter gstreamer1.0-plugins-good-videofilter gstreamer1.0-plugins-good 1.22.11 46
gstreamer1.0-plugins-bad-timecode gstreamer1.0-plugins-bad-timecode gstreamer1.0-plugins-bad 1.22.11 46
util-linux-lsmem util-linux-lsmem util-linux 2.39.3 45
util-linux-chrt util-linux-chrt util-linux 2.39.3 45
util-linux-chmem util-linux-chmem util-linux 2.39.3 45
perl-module-threads-shared perl-module-threads-shared perl 5.38.2 45
perl-module-config-heavy perl-module-config-heavy perl 5.38.2 45
libxi6 libxi libxi 1.8.1 45
libticw5 ncurses-libticw ncurses 6.4 45
libtic5 ncurses-libtic ncurses 6.4 45
libsbc1 sbc sbc 2.0 45
libgstwebrtc-1.0-0 libgstwebrtc-1.0 gstreamer1.0-plugins-bad 1.22.11 45
libgnutlsxx30 gnutls-xx gnutls 3.8.5 45
libgdbm6 gdbm gdbm 1.23 45
gstreamer1.0-plugins-base-videotestsrc gstreamer1.0-plugins-base-videotestsrc gstreamer1.0-plugins-base 1.22.11 45
gstreamer1.0-plugins-bad-aiff gstreamer1.0-plugins-bad-aiff gstreamer1.0-plugins-bad 1.22.11 45
python3-codecs python3-codecs python3 3.12.3 44
kernel-module-lttng-probe-rcu-6.6.23-yocto-standard kernel-module-lttng-probe-rcu-6.6.23-yocto-standard lttng-modules 2.13.12 44
gcc-sanitizers gcc-sanitizers gcc-sanitizers 13.2.0 44
libunwind-dev libunwind-dev libunwind 1.6.2 43
libsndfile-dev libsndfile1-dev libsndfile1 1.2.2 43
libcap libcap libcap 2.69 43
coreutils-stdbuf coreutils-stdbuf coreutils 9.5 43
xinput xinput xinput 1.6.4 42
perl-module-file-path perl-module-file-path perl 5.38.2 42
libformw5 ncurses-libformw ncurses 6.4 42
gstreamer1.0-plugins-good-effectv gstreamer1.0-plugins-good-effectv gstreamer1.0-plugins-good 1.22.11 42
gstreamer1.0-plugins-good-dtmf gstreamer1.0-plugins-good-dtmf gstreamer1.0-plugins-good 1.22.11 42
gstreamer1.0-plugins-base-vorbis gstreamer1.0-plugins-base-vorbis gstreamer1.0-plugins-base 1.22.11 42
util-linux-uclampset util-linux-uclampset util-linux 2.39.3 41
util-linux-taskset util-linux-taskset util-linux 2.39.3 41
util-linux-scriptlive util-linux-scriptlive util-linux 2.39.3 41
util-linux-pipesz util-linux-pipesz util-linux 2.39.3 41
util-linux-mount util-linux-mount util-linux 2.39.3 41
util-linux-more util-linux-more util-linux 2.39.3 41
util-linux-hexdump util-linux-hexdump util-linux 2.39.3 41
util-linux-hardlink util-linux-hardlink util-linux 2.39.3 41
util-linux-fsck util-linux-fsck util-linux 2.39.3 41
shared-mime-info-locale-en-gb shared-mime-info-locale-en-gb shared-mime-info 2.4 41
kernel-module-nf-nat-6.6.23-yocto-standard kernel-module-nf-nat-6.6.23-yocto-standard linux-yocto 6.6.23+git 41
gstreamer1.0-plugins-good-videobox gstreamer1.0-plugins-good-videobox gstreamer1.0-plugins-good 1.22.11 41
gstreamer1.0-plugins-base-ximagesink gstreamer1.0-plugins-base-ximagesink gstreamer1.0-plugins-base 1.22.11 41
gstreamer1.0-plugins-base-videorate gstreamer1.0-plugins-base-videorate gstreamer1.0-plugins-base 1.22.11 41
gstreamer1.0-plugins-base-gio gstreamer1.0-plugins-base-gio gstreamer1.0-plugins-base 1.22.11 41
gstreamer1.0-plugins-base-adder gstreamer1.0-plugins-base-adder gstreamer1.0-plugins-base 1.22.11 41
gstreamer1.0-plugins-bad-rfbsrc gstreamer1.0-plugins-bad-rfbsrc gstreamer1.0-plugins-bad 1.22.11 41
gstreamer1.0-plugins-bad-geometrictransform gstreamer1.0-plugins-bad-geometrictransform gstreamer1.0-plugins-bad 1.22.11 41
gawk-dev gawk-dev gawk 5.3.0 41
libspeexdsp-dev speexdsp-dev speexdsp 1.2.1 40
libspeex-dev speex-dev speex 1.2.1 40
kernel-module-lttng-probe-statedump-6.6.23-yocto-standard kernel-module-lttng-probe-statedump-6.6.23-yocto-standard lttng-modules 2.13.12 40
bzip2 bzip2 bzip2 1.0.8 40
libavahi-gobject0 libavahi-gobject avahi 0.8 39
util-linux-irqtop util-linux-irqtop util-linux 2.39.3 38
libvorbis-dev libvorbis-dev libvorbis 1.3.7 38
libgudev-1.0-0 libgudev libgudev 238 38
libgstwayland-1.0-0 libgstwayland-1.0 gstreamer1.0-plugins-bad 1.22.11 38
libform5 ncurses-libform ncurses 6.4 38
libfontconfig-dev fontconfig-dev fontconfig 2.15.0 38
libavahi-common3 libavahi-common avahi 0.8 38
gstreamer1.0-plugins-bad-inter gstreamer1.0-plugins-bad-inter gstreamer1.0-plugins-bad 1.22.11 38
connman-tools connman-tools connman 1.42 38
util-linux-swapon util-linux-swapon util-linux 2.39.3 37
util-linux-sulogin util-linux-sulogin util-linux 2.39.3 37
util-linux-last util-linux-last util-linux 2.39.3 37
util-linux-column util-linux-column util-linux 2.39.3 37
util-linux-choom util-linux-choom util-linux 2.39.3 37
perl-module-file-find perl-module-file-find perl 5.38.2 37
libxkbfile-dev libxkbfile-dev libxkbfile 1.1.3 37
libxcb-render0 libxcb-render libxcb 1.16.1 37
libtag-c2 taglib-c taglib 2.0.1 37
libicuio74 libicuio icu 74-2 37
libgsttranscoder-1.0-0 libgsttranscoder-1.0 gstreamer1.0-plugins-bad 1.22.11 37
kernel-module-x-tables-6.6.23-yocto-standard kernel-module-x-tables-6.6.23-yocto-standard linux-yocto 6.6.23+git 37
gstreamer1.0-plugins-good-jpeg gstreamer1.0-plugins-good-jpeg gstreamer1.0-plugins-good 1.22.11 37
gstreamer1.0-plugins-good-interleave gstreamer1.0-plugins-good-interleave gstreamer1.0-plugins-good 1.22.11 37
gstreamer1.0-plugins-good-alpha gstreamer1.0-plugins-good-alpha gstreamer1.0-plugins-good 1.22.11 37
gstreamer1.0-plugins-base-videoconvertscale gstreamer1.0-plugins-base-videoconvertscale gstreamer1.0-plugins-base 1.22.11 37
gstreamer1.0-plugins-base-audiotestsrc gstreamer1.0-plugins-base-audiotestsrc gstreamer1.0-plugins-base 1.22.11 37
gstreamer1.0-plugins-bad-mpegpsmux gstreamer1.0-plugins-bad-mpegpsmux gstreamer1.0-plugins-bad 1.22.11 37
gstreamer1.0-plugins-bad-gdp gstreamer1.0-plugins-bad-gdp gstreamer1.0-plugins-bad 1.22.11 37
gstreamer1.0-plugins-bad-frei0r gstreamer1.0-plugins-bad-frei0r gstreamer1.0-plugins-bad 1.22.11 37
gstreamer1.0-plugins-bad-dvdspu gstreamer1.0-plugins-bad-dvdspu gstreamer1.0-plugins-bad 1.22.11 37
diffstat diffstat diffstat 1.66 37
alsa-utils-amixer alsa-utils-amixer alsa-utils 1.2.11 37
libice-dev libice-dev libice 1.1.1 36
attr attr attr 2.5.2 36
perl-module-carp perl-module-carp perl 5.38.2 35
ncurses ncurses ncurses 6.4 35
libnss-db2 libnss-db glibc 2.39+git 35
libc-malloc-debug0 malloc-debug glibc 2.39+git 35
xauth xauth xauth 1.1.3 34
util-linux-logger util-linux-logger util-linux 2.39.3 34
settings-daemon settings-daemon settings-daemon 0.0.2 34
perl-module-cwd perl-module-cwd perl 5.38.2 34
libpopt0 popt popt 1.19 34
kernel-module-lttng-probe-sched-6.6.23-yocto-standard kernel-module-lttng-probe-sched-6.6.23-yocto-standard lttng-modules 2.13.12 34
kernel-module-lttng-probe-block-6.6.23-yocto-standard kernel-module-lttng-probe-block-6.6.23-yocto-standard lttng-modules 2.13.12 34
iptables-dev iptables-dev iptables 1.8.10 34
gstreamer1.0-plugins-good-taglib gstreamer1.0-plugins-good-taglib gstreamer1.0-plugins-good 1.22.11 34
gstreamer1.0-plugins-good-replaygain gstreamer1.0-plugins-good-replaygain gstreamer1.0-plugins-good 1.22.11 34
gstreamer1.0-plugins-good-gdkpixbuf gstreamer1.0-plugins-good-gdkpixbuf gstreamer1.0-plugins-good 1.22.11 34
util-linux-wipefs util-linux-wipefs util-linux 2.39.3 33
util-linux-setterm util-linux-setterm util-linux 2.39.3 33
util-linux-scriptreplay util-linux-scriptreplay util-linux 2.39.3 33
util-linux-rtcwake util-linux-rtcwake util-linux 2.39.3 33
util-linux-rfkill util-linux-rfkill util-linux 2.39.3 33
util-linux-mkfs.cramfs util-linux-mkfs.cramfs util-linux 2.39.3 33
libxrender-dev libxrender-dev libxrender 0.9.11 33
libgnutls-openssl27 gnutls-openssl gnutls 3.8.5 33
libgles2-mesa libgles2-mesa mesa 24.0.3 33
libdrm-radeon1 libdrm-radeon libdrm 2.4.120 33
libboost-type-erasure1.84.0 boost-type-erasure boost 1.84.0 33
gstreamer1.0-plugins-base-audiomixer gstreamer1.0-plugins-base-audiomixer gstreamer1.0-plugins-base 1.22.11 33
gstreamer1.0-plugins-bad-smoothstreaming gstreamer1.0-plugins-bad-smoothstreaming gstreamer1.0-plugins-bad 1.22.11 33
gstreamer1.0-plugins-bad-shm gstreamer1.0-plugins-bad-shm gstreamer1.0-plugins-bad 1.22.11 33
gstreamer1.0-plugins-bad-interlace gstreamer1.0-plugins-bad-interlace gstreamer1.0-plugins-bad 1.22.11 33
gstreamer1.0-plugins-bad-id3tag gstreamer1.0-plugins-bad-id3tag gstreamer1.0-plugins-bad 1.22.11 33
kernel-module-lttng-probe-kmem-6.6.23-yocto-standard kernel-module-lttng-probe-kmem-6.6.23-yocto-standard lttng-modules 2.13.12 32
kernel-module-loop-6.6.23-yocto-standard kernel-module-loop-6.6.23-yocto-standard linux-yocto 6.6.23+git 32
xprop xprop xprop 1.2.7 31
python3-mime python3-mime python3 3.12.3 31
xmodmap xmodmap xmodmap 1.0.11 30
util-linux-uuidd util-linux-uuidd util-linux 2.39.3 30
util-linux-prlimit util-linux-prlimit util-linux 2.39.3 30
util-linux-nsenter util-linux-nsenter util-linux 2.39.3 30
perl-module-pod-usage perl-module-pod-usage perl 5.38.2 30
perl-module-file-glob perl-module-file-glob perl 5.38.2 30
libc6-thread-db glibc-thread-db glibc 2.39+git 30
kernel-module-lttng-probe-vmscan-6.6.23-yocto-standard kernel-module-lttng-probe-vmscan-6.6.23-yocto-standard lttng-modules 2.13.12 30
xwininfo xwininfo xwininfo 1.1.6 29
util-linux-uuidparse util-linux-uuidparse util-linux 2.39.3 29
util-linux-fsck.cramfs util-linux-fsck.cramfs util-linux 2.39.3 29
util-linux-chcpu util-linux-chcpu util-linux 2.39.3 29
pulseaudio-module-device-manager pulseaudio-module-device-manager pulseaudio 17.0 29
libxrandr2 libxrandr libxrandr 1.5.4 29
libxcursor1 libxcursor libxcursor 1.2.2 29
libtraceevent-dev libtraceevent-dev libtraceevent 1.8.2 29
libpcrecpp0 libpcrecpp libpcre 8.45 29
libksba-dev libksba-dev libksba 1.6.6 29
libgstfft-1.0-0 libgstfft-1.0 gstreamer1.0-plugins-base 1.22.11 29
libcheck0 libcheck libcheck 0.15.2 29
libassuan-dev libassuan-dev libassuan 2.5.7 29
initscripts initscripts initscripts 1.0 29
gstreamer1.0-plugins-good-ximagesrc gstreamer1.0-plugins-good-ximagesrc gstreamer1.0-plugins-good 1.22.11 29
gstreamer1.0-plugins-good-speex gstreamer1.0-plugins-good-speex gstreamer1.0-plugins-good 1.22.11 29
gstreamer1.0-plugins-good-ossaudio gstreamer1.0-plugins-good-ossaudio gstreamer1.0-plugins-good 1.22.11 29
gstreamer1.0-plugins-good-imagefreeze gstreamer1.0-plugins-good-imagefreeze gstreamer1.0-plugins-good 1.22.11 29
gstreamer1.0-plugins-bad-sdpelem gstreamer1.0-plugins-bad-sdpelem gstreamer1.0-plugins-bad 1.22.11 29
gstreamer1.0-plugins-bad-rtpmanagerbad gstreamer1.0-plugins-bad-rtpmanagerbad gstreamer1.0-plugins-bad 1.22.11 29
gstreamer1.0-plugins-bad-jpegformat gstreamer1.0-plugins-bad-jpegformat gstreamer1.0-plugins-bad 1.22.11 29
gstreamer1.0-plugins-bad-jp2kdecimator gstreamer1.0-plugins-bad-jp2kdecimator gstreamer1.0-plugins-bad 1.22.11 29
gstreamer1.0-plugins-bad-fieldanalysis gstreamer1.0-plugins-bad-fieldanalysis gstreamer1.0-plugins-bad 1.22.11 29
gstreamer1.0-plugins-bad-audiobuffersplit gstreamer1.0-plugins-bad-audiobuffersplit gstreamer1.0-plugins-bad 1.22.11 29
sato-screenshot sato-screenshot sato-screenshot 0.3 28
mtdev mtdev mtdev 1.1.7 27
iptables-module-xt-set iptables-module-xt-set iptables 1.8.10 27
xdpyinfo xdpyinfo xdpyinfo 1.3.4 26
wpa-supplicant-dev wpa-supplicant-dev wpa-supplicant 2.10 26
util-linux-lsirq util-linux-lsirq util-linux 2.39.3 26
util-linux-flock util-linux-flock util-linux 2.39.3 26
libwrap0 libwrap tcp-wrappers 7.6 26
libnl-idiag-3-200 libnl-idiag libnl 3.9.0 26
libgomp-dev libgomp-dev gcc-runtime 13.2.0 26
libe2p2 libe2p e2fsprogs 1.47.0 26
iptables-module-xt-hashlimit iptables-module-xt-hashlimit iptables 1.8.10 26
gstreamer1.0-plugins-good-wavenc gstreamer1.0-plugins-good-wavenc gstreamer1.0-plugins-good 1.22.11 26
gstreamer1.0-plugins-bad-gaudieffects gstreamer1.0-plugins-bad-gaudieffects gstreamer1.0-plugins-bad 1.22.11 26
gstreamer1.0-plugins-bad-autoconvert gstreamer1.0-plugins-bad-autoconvert gstreamer1.0-plugins-bad 1.22.11 26
gstreamer1.0-plugins-bad-audiovisualizers gstreamer1.0-plugins-bad-audiovisualizers gstreamer1.0-plugins-bad 1.22.11 26
dnf-locale-en-gb dnf-locale-en-gb dnf 4.19.2 26
util-linux-wall util-linux-wall util-linux 2.39.3 25
util-linux-readprofile util-linux-readprofile util-linux 2.39.3 25
util-linux-namei util-linux-namei util-linux 2.39.3 25
util-linux-mcookie util-linux-mcookie util-linux 2.39.3 25
util-linux-ldattach util-linux-ldattach util-linux 2.39.3 25
util-linux-fincore util-linux-fincore util-linux 2.39.3 25
util-linux-fallocate util-linux-fallocate util-linux 2.39.3 25
util-linux-ctrlaltdel util-linux-ctrlaltdel util-linux 2.39.3 25
util-linux-blkpr util-linux-blkpr util-linux 2.39.3 25
util-linux-blkdiscard util-linux-blkdiscard util-linux 2.39.3 25
python3-pygobject-dev python3-pygobject-dev python3-pygobject 3.48.2 25
pulseaudio-module-device-restore pulseaudio-module-device-restore pulseaudio 17.0 25
perl-module-dynaloader perl-module-dynaloader perl 5.38.2 25
perl-module-attributes perl-module-attributes perl 5.38.2 25
libxrender1 libxrender libxrender 0.9.11 25
libxkbcommon-x11-0 libxkbcommon-x11 libxkbcommon 1.7.0 25
libxcb-xfixes0 libxcb-xfixes libxcb 1.16.1 25
libstartup-notification-1-0 startup-notification startup-notification 0.12 25
libsm6 libsm libsm 1.2.4 25
libpciaccess0 libpciaccess libpciaccess 0.18.1 25
liborc-test-0.4-0 liborc-test-0.4 orc 0.4.38 25
libogg0 libogg libogg 1.3.5 25
libltdl7 libltdl libtool 2.4.7 25
libgstphotography-1.0-0 libgstphotography-1.0 gstreamer1.0-plugins-bad 1.22.11 25
libffi8 libffi libffi 3.4.6 25
kernel-module-lttng-probe-net-6.6.23-yocto-standard kernel-module-lttng-probe-net-6.6.23-yocto-standard lttng-modules 2.13.12 25
gstreamer1.0-plugins-good-videocrop gstreamer1.0-plugins-good-videocrop gstreamer1.0-plugins-good 1.22.11 25
gstreamer1.0-plugins-good-shapewipe gstreamer1.0-plugins-good-shapewipe gstreamer1.0-plugins-good 1.22.11 25
gstreamer1.0-plugins-good-multipart gstreamer1.0-plugins-good-multipart gstreamer1.0-plugins-good 1.22.11 25
gstreamer1.0-plugins-good-flxdec gstreamer1.0-plugins-good-flxdec gstreamer1.0-plugins-good 1.22.11 25
gstreamer1.0-plugins-base-volume gstreamer1.0-plugins-base-volume gstreamer1.0-plugins-base 1.22.11 25
gstreamer1.0-plugins-base-audioresample gstreamer1.0-plugins-base-audioresample gstreamer1.0-plugins-base 1.22.11 25
gstreamer1.0-plugins-bad-waylandsink gstreamer1.0-plugins-bad-waylandsink gstreamer1.0-plugins-bad 1.22.11 25
gstreamer1.0-plugins-bad-sndfile gstreamer1.0-plugins-bad-sndfile gstreamer1.0-plugins-bad 1.22.11 25
gstreamer1.0-plugins-bad-midi gstreamer1.0-plugins-bad-midi gstreamer1.0-plugins-bad 1.22.11 25
gstreamer1.0-plugins-bad-codectimestamper gstreamer1.0-plugins-bad-codectimestamper gstreamer1.0-plugins-bad 1.22.11 25
gstreamer1.0-plugins-bad-aes gstreamer1.0-plugins-bad-aes gstreamer1.0-plugins-bad 1.22.11 25
openssl-conf openssl-conf openssl 3.3.0 24
kernel-module-lttng-probe-timer-6.6.23-yocto-standard kernel-module-lttng-probe-timer-6.6.23-yocto-standard lttng-modules 2.13.12 24
xkeyboard-config-locale-en-gb xkeyboard-config-locale-en-gb xkeyboard-config 2.41 23
rpm-sign rpm-sign rpm 4.19.1.1 23
rgb rgb rgb 1.1.0 23
python3-stringold python3-stringold python3 3.12.3 23
perl-module-mro perl-module-mro perl 5.38.2 23
libfm-locale-en-gb libfm-locale-en-gb libfm 1.3.2 23
libcap-ng libcap-ng libcap-ng 0.8.4 23
kernel-module-lttng-probe-jbd2-6.6.23-yocto-standard kernel-module-lttng-probe-jbd2-6.6.23-yocto-standard lttng-modules 2.13.12 23
gstreamer1.0-plugins-good-equalizer gstreamer1.0-plugins-good-equalizer gstreamer1.0-plugins-good 1.22.11 23
blktool blktool blktool 4-7.1 23
util-linux-whereis util-linux-whereis util-linux 2.39.3 22
systemtap-dev systemtap-dev systemtap 5.0 22
ncurses-terminfo-base ncurses-terminfo-base ncurses 6.4 22
iptables-module-xt-conntrack iptables-module-xt-conntrack iptables 1.8.10 22
gstreamer1.0-plugins-bad-codecalpha gstreamer1.0-plugins-bad-codecalpha gstreamer1.0-plugins-bad 1.22.11 22
xset xset xset 1.2.5 21
util-linux-waitpid util-linux-waitpid util-linux 2.39.3 21
util-linux-umount util-linux-umount util-linux 2.39.3 21
util-linux-isosize util-linux-isosize util-linux 2.39.3 21
util-linux-ipcrm util-linux-ipcrm util-linux 2.39.3 21
util-linux-ipcmk util-linux-ipcmk util-linux 2.39.3 21
util-linux-ionice util-linux-ionice util-linux 2.39.3 21
util-linux-getopt util-linux-getopt util-linux 2.39.3 21
util-linux-fadvise util-linux-fadvise util-linux 2.39.3 21
util-linux-col util-linux-col util-linux 2.39.3 21
util-linux-colrm util-linux-colrm util-linux 2.39.3 21
pulseaudio-module-udev-detect pulseaudio-module-udev-detect pulseaudio 17.0 21
pulseaudio-module-role-cork pulseaudio-module-role-cork pulseaudio 17.0 21
pulseaudio-module-filter-apply pulseaudio-module-filter-apply pulseaudio 17.0 21
libxkbregistry0 libxkbregistry libxkbcommon 1.7.0 21
libxcb-xv0 libxcb-xv libxcb 1.16.1 21
libuuid1 util-linux-libuuid util-linux-libuuid 2.39.3 21
libmenuw5 ncurses-libmenuw ncurses 6.4 21
libmenu5 ncurses-libmenu ncurses 6.4 21
libgsturidownloader-1.0-0 libgsturidownloader-1.0 gstreamer1.0-plugins-bad 1.22.11 21
libgstbasecamerabinsrc-1.0-0 libgstbasecamerabinsrc-1.0 gstreamer1.0-plugins-bad 1.22.11 21
libdrm-nouveau2 libdrm-nouveau libdrm 2.4.120 21
libdrm-freedreno1 libdrm-freedreno libdrm 2.4.120 21
libdebuginfod1 libdebuginfod elfutils 0.191 21
libcairo-gobject2 cairo-gobject cairo 1.18.0 21
libboost-chrono1.84.0 boost-chrono boost 1.84.0 21
libasm1 libasm elfutils 0.191 21
libacl1 libacl acl 2.3.2 21
kernel-module-lttng-statedump-6.6.23-yocto-standard kernel-module-lttng-statedump-6.6.23-yocto-standard lttng-modules 2.13.12 21
gstreamer1.0-plugins-good-spectrum gstreamer1.0-plugins-good-spectrum gstreamer1.0-plugins-good 1.22.11 21
gstreamer1.0-plugins-good-png gstreamer1.0-plugins-good-png gstreamer1.0-plugins-good 1.22.11 21
gstreamer1.0-plugins-good-mpg123 gstreamer1.0-plugins-good-mpg123 gstreamer1.0-plugins-good 1.22.11 21
gstreamer1.0-plugins-good-level gstreamer1.0-plugins-good-level gstreamer1.0-plugins-good 1.22.11 21
gstreamer1.0-plugins-good-lame gstreamer1.0-plugins-good-lame gstreamer1.0-plugins-good 1.22.11 21
gstreamer1.0-plugins-good-autodetect gstreamer1.0-plugins-good-autodetect gstreamer1.0-plugins-good 1.22.11 21
gstreamer1.0-plugins-good-auparse gstreamer1.0-plugins-good-auparse gstreamer1.0-plugins-good 1.22.11 21
gstreamer1.0-plugins-base-overlaycomposition gstreamer1.0-plugins-base-overlaycomposition gstreamer1.0-plugins-base 1.22.11 21
gstreamer1.0-plugins-base-audioconvert gstreamer1.0-plugins-base-audioconvert gstreamer1.0-plugins-base 1.22.11 21
gstreamer1.0-plugins-bad-y4mdec gstreamer1.0-plugins-bad-y4mdec gstreamer1.0-plugins-bad 1.22.11 21
gstreamer1.0-plugins-bad-videosignal gstreamer1.0-plugins-bad-videosignal gstreamer1.0-plugins-bad 1.22.11 21
gstreamer1.0-plugins-bad-videoframe-audiolevel gstreamer1.0-plugins-bad-videoframe-audiolevel gstreamer1.0-plugins-bad 1.22.11 21
gstreamer1.0-plugins-bad-switchbin gstreamer1.0-plugins-bad-switchbin gstreamer1.0-plugins-bad 1.22.11 21
gstreamer1.0-plugins-bad-rtponvif gstreamer1.0-plugins-bad-rtponvif gstreamer1.0-plugins-bad 1.22.11 21
gstreamer1.0-plugins-bad-netsim gstreamer1.0-plugins-bad-netsim gstreamer1.0-plugins-bad 1.22.11 21
gstreamer1.0-plugins-bad-coloreffects gstreamer1.0-plugins-bad-coloreffects gstreamer1.0-plugins-bad 1.22.11 21
gstreamer1.0-plugins-bad-bayer gstreamer1.0-plugins-bad-bayer gstreamer1.0-plugins-bad 1.22.11 21
gstreamer1.0-plugins-bad-apps gstreamer1.0-plugins-bad-apps gstreamer1.0-plugins-bad 1.22.11 21
glibc-localedata-translit-neutral glibc-localedata-translit-neutral glibc-locale 2.39+git 21
e2fsprogs-dumpe2fs e2fsprogs-dumpe2fs e2fsprogs 1.47.0 21
e2fsprogs-badblocks e2fsprogs-badblocks e2fsprogs 1.47.0 21
procps-sysctl procps-sysctl procps 4.0.4 20
perl-module-class-struct perl-module-class-struct perl 5.38.2 20
libnpth-dev npth-dev npth 1.7 20
libgdk-pixbuf-2.0-locale-en-gb gdk-pixbuf-locale-en-gb gdk-pixbuf 2.42.11 20
kernel-module-ip-tables-6.6.23-yocto-standard kernel-module-ip-tables-6.6.23-yocto-standard linux-yocto 6.6.23+git 20
kernel-module-ip6-tables-6.6.23-yocto-standard kernel-module-ip6-tables-6.6.23-yocto-standard linux-yocto 6.6.23+git 20
eudev-dev eudev-dev eudev 3.2.14 20
xinit xinit xinit 1.4.2 19
perl-module-term-cap perl-module-term-cap perl 5.38.2 19
perl-module-exporter perl-module-exporter perl 5.38.2 19
libxcvt libxcvt libxcvt 0.1.2 19
libtasn1-dev libtasn1-dev libtasn1 4.19.0 19
libstartup-notification-1-dev startup-notification-dev startup-notification 0.12 19
libsm-dev libsm-dev libsm 1.2.4 19
libfontenc1 libfontenc libfontenc 1.1.8 19
libedit-dev libedit-dev libedit 20230828-3.1 19
libdaemon-dev libdaemon-dev libdaemon 0.14 19
xf86-video-fbdev xf86-video-fbdev xf86-video-fbdev 0.5.0 18
which which which 2.21 18
netbase netbase netbase 6.4 18
libxft-dev libxft-dev libxft 2.3.8 18
libtool-dev libtool-dev libtool 2.4.7 18
libnl-genl-3-200 libnl-genl libnl 3.9.0 18
libffi-dev libffi-dev libffi 3.4.6 18
kernel-module-lttng-probe-scsi-6.6.23-yocto-standard kernel-module-lttng-probe-scsi-6.6.23-yocto-standard lttng-modules 2.13.12 18
gstreamer1.0-plugins-bad-freeverb gstreamer1.0-plugins-bad-freeverb gstreamer1.0-plugins-bad 1.22.11 18
go-helloworld go-helloworld go-helloworld 0.1 18
util-linux-utmpdump util-linux-utmpdump util-linux 2.39.3 17
util-linux-delpart util-linux-delpart util-linux 2.39.3 17
util-linux-addpart util-linux-addpart util-linux 2.39.3 17
sysvinit-pidof sysvinit-pidof sysvinit 3.04 17
pulseaudio-module-suspend-on-idle pulseaudio-module-suspend-on-idle pulseaudio 17.0 17
pulseaudio-module-null-sink pulseaudio-module-null-sink pulseaudio 17.0 17
pulseaudio-module-card-restore pulseaudio-module-card-restore pulseaudio 17.0 17
perl-module-thread-queue perl-module-thread-queue perl 5.38.2 17
perl-module-fcntl perl-module-fcntl perl 5.38.2 17
libxtst6 libxtst libxtst 1.2.4 17
libxrandr-dev libxrandr-dev libxrandr 1.5.4 17
libxdmcp6 libxdmcp libxdmcp 1.1.5 17
libxcb-util1 xcb-util xcb-util 0.4.1 17
libxcb-sync1 libxcb-sync libxcb 1.16.1 17
libss2 libss e2fsprogs 1.47.0 17
libptytty0 libptytty libptytty 2.0 17
libpopt-dev popt-dev popt 1.19 17
libogg-dev libogg-dev libogg 1.3.5 17
libmpc-dev libmpc-dev libmpc 1.3.1 17
libgstinsertbin-1.0-0 libgstinsertbin-1.0 gstreamer1.0-plugins-bad 1.22.11 17
libgmpxx4 libgmpxx gmp 6.3.0 17
libgdk-pixbuf-2.0-loader-gif gdk-pixbuf-loader-gif gdk-pixbuf 2.42.11 17
libgbm-dev libgbm-dev mesa 24.0.3 17
libfm-extra4 libfm-extra libfm-extra 1.3.2 17
libdrm-etnaviv1 libdrm-etnaviv libdrm 2.4.120 17
libdaemon0 libdaemon libdaemon 0.14 17
libboost-random1.84.0 boost-random boost 1.84.0 17
libatomic1 libatomic gcc-runtime 13.2.0 17
libasound-module-pcm-pulse libasound-module-pcm-pulse alsa-plugins 1.2.7.1 17
libasound-module-ctl-pulse libasound-module-ctl-pulse alsa-plugins 1.2.7.1 17
kernel-module-lttng-test-6.6.23-yocto-standard kernel-module-lttng-test-6.6.23-yocto-standard lttng-modules 2.13.12 17
kernel-module-lttng-ring-buffer-client-overwrite-6.6.23-yocto-standard kernel-module-lttng-ring-buffer-client-overwrite-6.6.23-yocto-standard lttng-modules 2.13.12 17
kernel-module-lttng-ring-buffer-client-mmap-overwrite-6.6.23-yocto-standard kernel-module-lttng-ring-buffer-client-mmap-overwrite-6.6.23-yocto-standard lttng-modules 2.13.12 17
kernel-module-lttng-ring-buffer-client-mmap-discard-6.6.23-yocto-standard kernel-module-lttng-ring-buffer-client-mmap-discard-6.6.23-yocto-standard lttng-modules 2.13.12 17
kernel-module-lttng-ring-buffer-client-discard-6.6.23-yocto-standard kernel-module-lttng-ring-buffer-client-discard-6.6.23-yocto-standard lttng-modules 2.13.12 17
gstreamer1.0-plugins-good-xingmux gstreamer1.0-plugins-good-xingmux gstreamer1.0-plugins-good 1.22.11 17
gstreamer1.0-plugins-good-monoscope gstreamer1.0-plugins-good-monoscope gstreamer1.0-plugins-good 1.22.11 17
gstreamer1.0-plugins-good-icydemux gstreamer1.0-plugins-good-icydemux gstreamer1.0-plugins-good 1.22.11 17
gstreamer1.0-plugins-good-cutter gstreamer1.0-plugins-good-cutter gstreamer1.0-plugins-good 1.22.11 17
gstreamer1.0-plugins-base-audiorate gstreamer1.0-plugins-base-audiorate gstreamer1.0-plugins-base 1.22.11 17
gstreamer1.0-plugins-bad-webp gstreamer1.0-plugins-bad-webp gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-vmnc gstreamer1.0-plugins-bad-vmnc gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-subenc gstreamer1.0-plugins-bad-subenc gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-speed gstreamer1.0-plugins-bad-speed gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-segmentclip gstreamer1.0-plugins-bad-segmentclip gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-sbc gstreamer1.0-plugins-bad-sbc gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-rsvg gstreamer1.0-plugins-bad-rsvg gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-pnm gstreamer1.0-plugins-bad-pnm gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-pcapparse gstreamer1.0-plugins-bad-pcapparse gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-legacyrawparse gstreamer1.0-plugins-bad-legacyrawparse gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-ivtc gstreamer1.0-plugins-bad-ivtc gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-bz2 gstreamer1.0-plugins-bad-bz2 gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-audiomixmatrix gstreamer1.0-plugins-bad-audiomixmatrix gstreamer1.0-plugins-bad 1.22.11 17
gstreamer1.0-plugins-bad-audiolatency gstreamer1.0-plugins-bad-audiolatency gstreamer1.0-plugins-bad 1.22.11 17
expect-dev expect-dev expect 5.45.4 17
perl-module-io-handle perl-module-io-handle perl 5.38.2 16
perl-module-file-spec-unix perl-module-file-spec-unix perl 5.38.2 16
perl-module-file-copy perl-module-file-copy perl 5.38.2 16
libgdbm-dev gdbm-dev gdbm 1.23 16
avahi-locale-en-gb avahi-locale-en-gb avahi 0.8 16
perl-module-io perl-module-io perl 5.38.2 15
libpciaccess-dev libpciaccess-dev libpciaccess 0.18.1 15
kernel-module-nf-defrag-ipv6-6.6.23-yocto-standard kernel-module-nf-defrag-ipv6-6.6.23-yocto-standard linux-yocto 6.6.23+git 15
kernel-module-lttng-probe-power-6.6.23-yocto-standard kernel-module-lttng-probe-power-6.6.23-yocto-standard lttng-modules 2.13.12 15
kernel-module-lttng-probe-module-6.6.23-yocto-standard kernel-module-lttng-probe-module-6.6.23-yocto-standard lttng-modules 2.13.12 15
kernel-module-lttng-probe-i2c-6.6.23-yocto-standard kernel-module-lttng-probe-i2c-6.6.23-yocto-standard lttng-modules 2.13.12 15
iptables-module-xt-tos iptables-module-xt-tos iptables 1.8.10 15
iptables-module-xt-rateest iptables-module-xt-rateest iptables 1.8.10 15
iptables-module-xt-mark iptables-module-xt-mark iptables 1.8.10 15
iptables-module-xt-connmark iptables-module-xt-connmark iptables 1.8.10 15
glibc-localedata-translit-circle glibc-localedata-translit-circle glibc-locale 2.39+git 15
perl-module-constant perl-module-constant perl 5.38.2 14
net-tools-mii-tool net-tools-mii-tool net-tools 2.10 14
mtdev-dev mtdev-dev mtdev 1.1.7 14
matchbox-config-gtk matchbox-config-gtk matchbox-config-gtk 0.2+git 14
libidn2-dev libidn2-dev libidn2 2.3.7 14
libattr1 libattr attr 2.5.2 14
iptables-module-xt-nat iptables-module-xt-nat iptables 1.8.10 14
xrestop xrestop xrestop 0.4 13
xhost xhost xhost 1.0.9 13
util-linux-write util-linux-write util-linux 2.39.3 13
util-linux-ul util-linux-ul util-linux 2.39.3 13
util-linux-swapoff util-linux-swapoff util-linux 2.39.3 13
util-linux-rename util-linux-rename util-linux 2.39.3 13
python3-fcntl python3-fcntl python3 3.12.3 13
pulseaudio-module-x11-xsmp pulseaudio-module-x11-xsmp pulseaudio 17.0 13
pulseaudio-module-switch-on-port-available pulseaudio-module-switch-on-port-available pulseaudio 17.0 13
pulseaudio-module-intended-roles pulseaudio-module-intended-roles pulseaudio 17.0 13
pulseaudio-module-console-kit pulseaudio-module-console-kit pulseaudio 17.0 13
pulseaudio-module-augment-properties pulseaudio-module-augment-properties pulseaudio 17.0 13
libxxf86vm1 libxxf86vm libxxf86vm 1.1.5 13
libxv1 libxv libxv 1.0.12 13
libxmuu1 libxmuu libxmu 1.2.1 13
libxfixes3 libxfixes libxfixes 6.0.1 13
libxcursor-dev libxcursor-dev libxcursor 1.2.2 13
libxcb-xvmc0 libxcb-xvmc libxcb 1.16.1 13
libxcb-xf86dri0 libxcb-xf86dri libxcb 1.16.1 13
libxcb-record0 libxcb-record libxcb 1.16.1 13
libxcb-dri3-0 libxcb-dri3 libxcb 1.16.1 13
libxcb-dri2-0 libxcb-dri2 libxcb 1.16.1 13
libpulse-simple0 libpulse-simple pulseaudio 17.0 13
libpulse-mainloop-glib0 libpulse-mainloop-glib pulseaudio 17.0 13
libnpth0 npth npth 1.7 13
libmnl0 libmnl libmnl 1.0.5 13
libgstisoff-1.0-0 libgstisoff-1.0 gstreamer1.0-plugins-bad 1.22.11 13
libgstallocators-1.0-0 libgstallocators-1.0 gstreamer1.0-plugins-base 1.22.11 13
libc6-extra-nss glibc-extra-nss glibc 2.39+git 13
libboost-timer1.84.0 boost-timer boost 1.84.0 13
kernel-module-lttng-probe-sunrpc-6.6.23-yocto-standard kernel-module-lttng-probe-sunrpc-6.6.23-yocto-standard lttng-modules 2.13.12 13
iptables-module-xt-time iptables-module-xt-time iptables 1.8.10 13
iptables-module-xt-sctp iptables-module-xt-sctp iptables 1.8.10 13
iptables-module-ip6t-srh iptables-module-ip6t-srh iptables 1.8.10 13
gstreamer1.0-plugins-good-navigationtest gstreamer1.0-plugins-good-navigationtest gstreamer1.0-plugins-good 1.22.11 13
gstreamer1.0-plugins-good-mulaw gstreamer1.0-plugins-good-mulaw gstreamer1.0-plugins-good 1.22.11 13
gstreamer1.0-plugins-good-goom2k1 gstreamer1.0-plugins-good-goom2k1 gstreamer1.0-plugins-good 1.22.11 13
gstreamer1.0-plugins-good-cairo gstreamer1.0-plugins-good-cairo gstreamer1.0-plugins-good 1.22.11 13
gstreamer1.0-plugins-good-apetag gstreamer1.0-plugins-good-apetag gstreamer1.0-plugins-good 1.22.11 13
gstreamer1.0-plugins-good-alphacolor gstreamer1.0-plugins-good-alphacolor gstreamer1.0-plugins-good 1.22.11 13
gstreamer1.0-plugins-good-alaw gstreamer1.0-plugins-good-alaw gstreamer1.0-plugins-good 1.22.11 13
gstreamer1.0-plugins-bad-videofiltersbad gstreamer1.0-plugins-bad-videofiltersbad gstreamer1.0-plugins-bad 1.22.11 13
gstreamer1.0-plugins-bad-removesilence gstreamer1.0-plugins-bad-removesilence gstreamer1.0-plugins-bad 1.22.11 13
gstreamer1.0-plugins-bad-proxy gstreamer1.0-plugins-bad-proxy gstreamer1.0-plugins-bad 1.22.11 13
gstreamer1.0-plugins-bad-ivfparse gstreamer1.0-plugins-bad-ivfparse gstreamer1.0-plugins-bad 1.22.11 13
gstreamer1.0-plugins-bad-festival gstreamer1.0-plugins-bad-festival gstreamer1.0-plugins-bad 1.22.11 13
gstreamer1.0-plugins-bad-faceoverlay gstreamer1.0-plugins-bad-faceoverlay gstreamer1.0-plugins-bad 1.22.11 13
gstreamer1.0-plugins-bad-adpcmenc gstreamer1.0-plugins-bad-adpcmenc gstreamer1.0-plugins-bad 1.22.11 13
gstreamer1.0-plugins-bad-adpcmdec gstreamer1.0-plugins-bad-adpcmdec gstreamer1.0-plugins-bad 1.22.11 13
gstreamer1.0-plugins-bad-accurip gstreamer1.0-plugins-bad-accurip gstreamer1.0-plugins-bad 1.22.11 13
glibc-localedata-i18n glibc-localedata-i18n glibc-locale 2.39+git 13
sudo-dev sudo-dev sudo 1.9.15p5 12
perl-module-xsloader perl-module-xsloader perl 5.38.2 12
libcap-dev libcap-dev libcap 2.69 12
kernel-module-lttng-ring-buffer-metadata-mmap-client-6.6.23-yocto-standard kernel-module-lttng-ring-buffer-metadata-mmap-client-6.6.23-yocto-standard lttng-modules 2.13.12 12
kernel-module-lttng-ring-buffer-metadata-client-6.6.23-yocto-standard kernel-module-lttng-ring-buffer-metadata-client-6.6.23-yocto-standard lttng-modules 2.13.12 12
kernel-module-lttng-ring-buffer-event-notifier-client-6.6.23-yocto-standard kernel-module-lttng-ring-buffer-event-notifier-client-6.6.23-yocto-standard lttng-modules 2.13.12 12
kernel-module-lttng-probe-workqueue-6.6.23-yocto-standard kernel-module-lttng-probe-workqueue-6.6.23-yocto-standard lttng-modules 2.13.12 12
xf86-input-libinput-dev xf86-input-libinput-dev xf86-input-libinput 1.4.0 11
perl-module-scalar-util perl-module-scalar-util perl 5.38.2 11
perl-module-file-basename perl-module-file-basename perl 5.38.2 11
pcmanfm-locale-en-gb pcmanfm-locale-en-gb pcmanfm 1.3.2 11
lttng-modules-dev lttng-modules-dev lttng-modules 2.13.12 11
libxv-dev libxv-dev libxv 1.0.12 11
libxcb-util-dev xcb-util-dev xcb-util 0.4.1 11
libcrypt-dev libxcrypt-dev libxcrypt 4.4.36 11
libasan-dev libasan-dev gcc-sanitizers 13.2.0 11
kernel-module-lttng-probe-skb-6.6.23-yocto-standard kernel-module-lttng-probe-skb-6.6.23-yocto-standard lttng-modules 2.13.12 11
iptables-module-xt-tcpmss iptables-module-xt-tcpmss iptables 1.8.10 11
iptables-module-xt-dscp iptables-module-xt-dscp iptables 1.8.10 11
iptables-module-ipt-ttl iptables-module-ipt-ttl iptables 1.8.10 11
iptables-module-ip6t-hl iptables-module-ip6t-hl iptables 1.8.10 11
gstreamer1.0-locale-en-gb gstreamer1.0-locale-en-gb gstreamer1.0 1.22.11 11
dbus-common dbus-common dbus 1.14.10 11
attr-dev attr-dev attr 2.5.2 11
udev-extraconf udev-extraconf udev-extraconf 1.1 10
perl-module-file-stat perl-module-file-stat perl 5.38.2 10
perl-module-file-spec perl-module-file-spec perl 5.38.2 10
perl-module-builtin perl-module-builtin perl 5.38.2 10
matchbox-terminal matchbox-terminal matchbox-terminal 0.2+git 10
kmod-dev kmod-dev kmod 31 10
kernel-module-lttng-uprobes-6.6.23-yocto-standard kernel-module-lttng-uprobes-6.6.23-yocto-standard lttng-modules 2.13.12 10
kernel-module-lttng-probe-sock-6.6.23-yocto-standard kernel-module-lttng-probe-sock-6.6.23-yocto-standard lttng-modules 2.13.12 10
kernel-module-lttng-probe-signal-6.6.23-yocto-standard kernel-module-lttng-probe-signal-6.6.23-yocto-standard lttng-modules 2.13.12 10
kernel-module-lttng-probe-irq-6.6.23-yocto-standard kernel-module-lttng-probe-irq-6.6.23-yocto-standard lttng-modules 2.13.12 10
kernel-module-lttng-counter-6.6.23-yocto-standard kernel-module-lttng-counter-6.6.23-yocto-standard lttng-modules 2.13.12 10
iptables-module-xt-recent iptables-module-xt-recent iptables 1.8.10 10
iptables-module-xt-owner iptables-module-xt-owner iptables 1.8.10 10
iptables-module-xt-nfqueue iptables-module-xt-nfqueue iptables 1.8.10 10
iptables-module-xt-multiport iptables-module-xt-multiport iptables 1.8.10 10
iptables-module-xt-log iptables-module-xt-log iptables 1.8.10 10
iptables-module-xt-iprange iptables-module-xt-iprange iptables 1.8.10 10
iptables-module-xt-ct iptables-module-xt-ct iptables 1.8.10 10
iptables-module-xt-connlimit iptables-module-xt-connlimit iptables 1.8.10 10
at-spi2-core-locale-en-gb at-spi2-core-locale-en-gb at-spi2-core 2.52.0 10
util-linux-uuidgen util-linux-uuidgen util-linux 2.39.3 9
util-linux-switch-root util-linux-switch-root util-linux 2.39.3 9
util-linux-swaplabel util-linux-swaplabel util-linux 2.39.3 9
util-linux-setsid util-linux-setsid util-linux 2.39.3 9
util-linux-rev util-linux-rev util-linux 2.39.3 9
util-linux-renice util-linux-renice util-linux 2.39.3 9
util-linux-pivot-root util-linux-pivot-root util-linux 2.39.3 9
util-linux-nologin util-linux-nologin util-linux 2.39.3 9
util-linux-mountpoint util-linux-mountpoint util-linux 2.39.3 9
util-linux-mkfs util-linux-mkfs util-linux 2.39.3 9
util-linux-mesg util-linux-mesg util-linux 2.39.3 9
util-linux-look util-linux-look util-linux 2.39.3 9
util-linux-fsfreeze util-linux-fsfreeze util-linux 2.39.3 9
util-linux-findfs util-linux-findfs util-linux 2.39.3 9
util-linux-fcntl-lock util-linux-fcntl-lock util-linux 2.39.3 9
util-linux-colcrt util-linux-colcrt util-linux 2.39.3 9
ttyrun ttyrun ttyrun 2.32.0 9
quota-dev quota-dev quota 4.09 9
python3-pycairo-dev python3-pycairo-dev python3-pycairo 1.26.0 9
pulseaudio-module-x11-publish pulseaudio-module-x11-publish pulseaudio 17.0 9
pulseaudio-module-x11-cork-request pulseaudio-module-x11-cork-request pulseaudio 17.0 9
pulseaudio-module-position-event-sounds pulseaudio-module-position-event-sounds pulseaudio 17.0 9
pulseaudio-module-native-protocol-unix pulseaudio-module-native-protocol-unix pulseaudio 17.0 9
pulseaudio-module-filter-heuristics pulseaudio-module-filter-heuristics pulseaudio 17.0 9
pulseaudio-module-detect pulseaudio-module-detect pulseaudio 17.0 9
pulseaudio-module-default-device-restore pulseaudio-module-default-device-restore pulseaudio 17.0 9
pulseaudio-module-cli-protocol-unix pulseaudio-module-cli-protocol-unix pulseaudio 17.0 9
pulseaudio-module-always-sink pulseaudio-module-always-sink pulseaudio 17.0 9
pulseaudio-module-alsa-source pulseaudio-module-alsa-source pulseaudio 17.0 9
pulseaudio-module-alsa-sink pulseaudio-module-alsa-sink pulseaudio 17.0 9
pulseaudio-lib-protocol-cli pulseaudio-lib-protocol-cli pulseaudio 17.0 9
pulseaudio-lib-cli pulseaudio-lib-cli pulseaudio 17.0 9
libxres1 libxres libxres 1.2.2 9
libxinerama1 libxinerama libxinerama 1.1.5 9
libxdmcp-dev libxdmcp-dev libxdmcp 1.1.5 9
libxdamage1 libxdamage libxdamage 1.1.6 9
libxcomposite1 libxcomposite libxcomposite 0.4.6 9
libxcb-xinerama0 libxcb-xinerama libxcb 1.16.1 9
libxcb-shm0 libxcb-shm libxcb 1.16.1 9
libxcb-shape0 libxcb-shape libxcb 1.16.1 9
libxcb-screensaver0 libxcb-screensaver libxcb 1.16.1 9
libxcb-res0 libxcb-res libxcb 1.16.1 9
libxcb-present0 libxcb-present libxcb 1.16.1 9
libxcb-dpms0 libxcb-dpms libxcb 1.16.1 9
libxcb-dbe0 libxcb-dbe libxcb 1.16.1 9
libxcb-damage0 libxcb-damage libxcb 1.16.1 9
libxcb-composite0 libxcb-composite libxcb 1.16.1 9
libxau6 libxau libxau 1.0.11 9
libwrap-dev libwrap-dev tcp-wrappers 7.6 9
libpcreposix0 libpcreposix libpcre 8.45 9
libpanelw5 ncurses-libpanelw ncurses 6.4 9
libpanel5 ncurses-libpanel ncurses 6.4 9
libgdbm-compat4 gdbm-compat gdbm 1.23 9
libdrm-omap1 libdrm-omap libdrm 2.4.120 9
libcom-err2 libcomerr e2fsprogs 1.47.0 9
libboost-coroutine1.84.0 boost-coroutine boost 1.84.0 9
libboost-atomic1.84.0 boost-atomic boost 1.84.0 9
libavahi-glib1 libavahi-glib avahi 0.8 9
libaio-dev libaio-dev libaio 0.3.113 9
kernel-module-lttng-probe-gpio-6.6.23-yocto-standard kernel-module-lttng-probe-gpio-6.6.23-yocto-standard lttng-modules 2.13.12 9
kernel-module-lttng-probe-compaction-6.6.23-yocto-standard kernel-module-lttng-probe-compaction-6.6.23-yocto-standard lttng-modules 2.13.12 9
kernel-module-lttng-kretprobes-6.6.23-yocto-standard kernel-module-lttng-kretprobes-6.6.23-yocto-standard lttng-modules 2.13.12 9
iptables-module-xt-u32 iptables-module-xt-u32 iptables 1.8.10 9
iptables-module-xt-tcp iptables-module-xt-tcp iptables 1.8.10 9
iptables-module-xt-string iptables-module-xt-string iptables 1.8.10 9
iptables-module-xt-policy iptables-module-xt-policy iptables 1.8.10 9
iptables-module-xt-limit iptables-module-xt-limit iptables 1.8.10 9
iptables-module-xt-ipvs iptables-module-xt-ipvs iptables 1.8.10 9
iptables-module-xt-hmark iptables-module-xt-hmark iptables 1.8.10 9
iptables-module-xt-dccp iptables-module-xt-dccp iptables 1.8.10 9
iptables-module-xt-connbytes iptables-module-xt-connbytes iptables 1.8.10 9
iptables-module-xt-bpf iptables-module-xt-bpf iptables 1.8.10 9
iptables-module-xt-addrtype iptables-module-xt-addrtype iptables 1.8.10 9
iptables-module-ipt-reject iptables-module-ipt-reject iptables 1.8.10 9
iptables-module-ipt-icmp iptables-module-ipt-icmp iptables 1.8.10 9
iptables-module-ip6t-rt iptables-module-ip6t-rt iptables 1.8.10 9
iptables-module-ip6t-mh iptables-module-ip6t-mh iptables 1.8.10 9
iptables-module-ip6t-ipv6header iptables-module-ip6t-ipv6header iptables 1.8.10 9
iptables-module-ip6t-icmp6 iptables-module-ip6t-icmp6 iptables 1.8.10 9
iptables-module-ip6t-hbh iptables-module-ip6t-hbh iptables 1.8.10 9
init-system-helpers-service init-system-helpers-service init-system-helpers 1.66 9
gstreamer1.0-plugins-good-y4menc gstreamer1.0-plugins-good-y4menc gstreamer1.0-plugins-good 1.22.11 9
gstreamer1.0-plugins-good-id3demux gstreamer1.0-plugins-good-id3demux gstreamer1.0-plugins-good 1.22.11 9
gstreamer1.0-plugins-bad-smooth gstreamer1.0-plugins-bad-smooth gstreamer1.0-plugins-bad 1.22.11 9
gstreamer1.0-plugins-bad-fbdevsink gstreamer1.0-plugins-bad-fbdevsink gstreamer1.0-plugins-bad 1.22.11 9
gstreamer1.0-plugins-bad-audiofxbad gstreamer1.0-plugins-bad-audiofxbad gstreamer1.0-plugins-bad 1.22.11 9
glibc-gconv-iso8859-1 glibc-gconv-iso8859-1 glibc-locale 2.39+git 9
glibc-gconv-iso8859-15 glibc-gconv-iso8859-15 glibc-locale 2.39+git 9
glibc-gconv-ibm850 glibc-gconv-ibm850 glibc-locale 2.39+git 9
glibc-gconv-cp1252 glibc-gconv-cp1252 glibc-locale 2.39+git 9
perl-module-text-wrap perl-module-text-wrap perl 5.38.2 8
perl-module-text-parsewords perl-module-text-parsewords perl 5.38.2 8
matchbox-theme-sato matchbox-theme-sato matchbox-theme-sato 0.2 8
libxxf86vm-dev libxxf86vm-dev libxxf86vm 1.1.5 8
libxtst-dev libxtst-dev libxtst 1.2.4 8
libxfixes-dev libxfixes-dev libxfixes 6.0.1 8
libvulkan-dev vulkan-loader-dev vulkan-loader 1.3.280.0 8
libmnl-dev libmnl-dev libmnl 1.0.5 8
kernel-module-lttng-wrapper-6.6.23-yocto-standard kernel-module-lttng-wrapper-6.6.23-yocto-standard lttng-modules 2.13.12 8
kernel-module-lttng-kprobes-6.6.23-yocto-standard kernel-module-lttng-kprobes-6.6.23-yocto-standard lttng-modules 2.13.12 8
perl-module-tie-hash perl-module-tie-hash perl 5.38.2 7
libfm-extra-dev libfm-extra-dev libfm-extra 1.3.2 7
kernel-module-nf-defrag-ipv4-6.6.23-yocto-standard kernel-module-nf-defrag-ipv4-6.6.23-yocto-standard linux-yocto 6.6.23+git 7
kernel-module-lttng-probe-printk-6.6.23-yocto-standard kernel-module-lttng-probe-printk-6.6.23-yocto-standard lttng-modules 2.13.12 7
kernel-module-lttng-probe-napi-6.6.23-yocto-standard kernel-module-lttng-probe-napi-6.6.23-yocto-standard lttng-modules 2.13.12 7
kernel-module-lttng-counter-client-percpu-32-modular-6.6.23-yocto-standard kernel-module-lttng-counter-client-percpu-32-modular-6.6.23-yocto-standard lttng-modules 2.13.12 7
kernel-module-iptable-nat-6.6.23-yocto-standard kernel-module-iptable-nat-6.6.23-yocto-standard linux-yocto 6.6.23+git 7
glib-networking-locale-en-gb glib-networking-locale-en-gb glib-networking 2.78.1 7
flex-dev flex-dev flex 2.6.4 7
update-rc.d update-rc.d update-rc.d 0.8+git 6
psplash psplash psplash 0.1+git 6
perl-module-exporter-heavy perl-module-exporter-heavy perl 5.38.2 6
perl-module-errno perl-module-errno perl 5.38.2 6
perf-dev perf-dev perf 1.0 6
libpsl-dev libpsl-dev libpsl 0.21.5 6
libmenu-cache-dev menu-cache-dev menu-cache 1.1.0 6
kernel-module-lttng-probe-udp-6.6.23-yocto-standard kernel-module-lttng-probe-udp-6.6.23-yocto-standard lttng-modules 2.13.12 6
kernel-module-lttng-counter-client-percpu-64-modular-6.6.23-yocto-standard kernel-module-lttng-counter-client-percpu-64-modular-6.6.23-yocto-standard lttng-modules 2.13.12 6
kernel-module-lttng-clock-6.6.23-yocto-standard kernel-module-lttng-clock-6.6.23-yocto-standard lttng-modules 2.13.12 6
kernel-module-iptable-filter-6.6.23-yocto-standard kernel-module-iptable-filter-6.6.23-yocto-standard linux-yocto 6.6.23+git 6
kernel-module-ip6table-filter-6.6.23-yocto-standard kernel-module-ip6table-filter-6.6.23-yocto-standard linux-yocto 6.6.23+git 6
iptables-module-xt-tproxy iptables-module-xt-tproxy iptables 1.8.10 6
iptables-module-xt-socket iptables-module-xt-socket iptables 1.8.10 6
iptables-module-xt-cgroup iptables-module-xt-cgroup iptables 1.8.10 6
glibc-mtrace glibc-mtrace glibc-mtrace 2.39+git 6
glibc-localedata-translit-narrow glibc-localedata-translit-narrow glibc-locale 2.39+git 6
file-dev file-dev file 5.45 6
bzip2-dev bzip2-dev bzip2 1.0.8 6
acl-dev acl-dev acl 2.3.2 6
xcursor-transparent-theme xcursor-transparent-theme xcursor-transparent-theme 0.1.1+git 5
update-alternatives-opkg update-alternatives-opkg opkg-utils 0.6.3 5
ssh-pregen-hostkeys ssh-pregen-hostkeys ssh-pregen-hostkeys 1.0 5
shadow-dev shadow-dev shadow 4.15.0 5
pulseaudio-module-rescue-streams pulseaudio-module-rescue-streams pulseaudio 17.0 5
powertop-locale-en-us powertop-locale-en-us powertop 2.15 5
perl-module-symbol perl-module-symbol perl 5.38.2 5
perl-module-io-file perl-module-io-file perl 5.38.2 5
matchbox-panel-2-dev matchbox-panel-2-dev matchbox-panel-2 2.12 5
matchbox-keyboard-im matchbox-keyboard-im matchbox-keyboard 0.1.1 5
matchbox-keyboard-applet matchbox-keyboard-applet matchbox-keyboard 0.1.1 5
libxshmfence1 libxshmfence libxshmfence 1.3.2 5
libxinerama-dev libxinerama-dev libxinerama 1.1.5 5
libxfont2-dev libxfont2-dev libxfont2 2.0.6 5
libxcb-xtest0 libxcb-xtest libxcb 1.16.1 5
libx11-xcb1 libx11-xcb libx11 1.8.9 5
liblz-dev lzlib-dev lzlib 1.14 5
libgstsctp-1.0-0 libgstsctp-1.0 gstreamer1.0-plugins-bad 1.22.11 5
libfontenc-dev libfontenc-dev libfontenc 1.1.8 5
libfl2 flex-libfl flex 2.6.4 5
libfakekey0 libfakekey libfakekey 0.3+git 5
libcap-ng-dev libcap-ng-dev libcap-ng 0.8.4 5
libboost-system1.84.0 boost-system boost 1.84.0 5
libboost-date-time1.84.0 boost-date-time boost 1.84.0 5
libboost-context1.84.0 boost-context boost 1.84.0 5
libasound-module-conf-pulse libasound-module-conf-pulse alsa-plugins 1.2.7.1 5
libaio1 libaio libaio 0.3.113 5
ldd ldd glibc 2.39+git 5
kernel-module-nls-utf8-6.6.23-yocto-standard kernel-module-nls-utf8-6.6.23-yocto-standard linux-yocto 6.6.23+git 5
kernel-module-lttng-clock-plugin-test-6.6.23-yocto-standard kernel-module-lttng-clock-plugin-test-6.6.23-yocto-standard lttng-modules 2.13.12 5
iptables-module-xt-udp iptables-module-xt-udp iptables 1.8.10 5
iptables-module-xt-trace iptables-module-xt-trace iptables 1.8.10 5
iptables-module-xt-tee iptables-module-xt-tee iptables 1.8.10 5
iptables-module-xt-tcpoptstrip iptables-module-xt-tcpoptstrip iptables 1.8.10 5
iptables-module-xt-synproxy iptables-module-xt-synproxy iptables 1.8.10 5
iptables-module-xt-statistic iptables-module-xt-statistic iptables 1.8.10 5
iptables-module-xt-standard iptables-module-xt-standard iptables 1.8.10 5
iptables-module-xt-secmark iptables-module-xt-secmark iptables 1.8.10 5
iptables-module-xt-rpfilter iptables-module-xt-rpfilter iptables 1.8.10 5
iptables-module-xt-quota iptables-module-xt-quota iptables 1.8.10 5
iptables-module-xt-pkttype iptables-module-xt-pkttype iptables 1.8.10 5
iptables-module-xt-physdev iptables-module-xt-physdev iptables 1.8.10 5
iptables-module-xt-osf iptables-module-xt-osf iptables 1.8.10 5
iptables-module-xt-nflog iptables-module-xt-nflog iptables 1.8.10 5
iptables-module-xt-nfacct iptables-module-xt-nfacct iptables 1.8.10 5
iptables-module-xt-mac iptables-module-xt-mac iptables 1.8.10 5
iptables-module-xt-length iptables-module-xt-length iptables 1.8.10 5
iptables-module-xt-led iptables-module-xt-led iptables 1.8.10 5
iptables-module-xt-ipcomp iptables-module-xt-ipcomp iptables 1.8.10 5
iptables-module-xt-idletimer iptables-module-xt-idletimer iptables 1.8.10 5
iptables-module-xt-helper iptables-module-xt-helper iptables 1.8.10 5
iptables-module-xt-esp iptables-module-xt-esp iptables 1.8.10 5
iptables-module-xt-ecn iptables-module-xt-ecn iptables 1.8.10 5
iptables-module-xt-devgroup iptables-module-xt-devgroup iptables 1.8.10 5
iptables-module-xt-cpu iptables-module-xt-cpu iptables 1.8.10 5
iptables-module-xt-connsecmark iptables-module-xt-connsecmark iptables 1.8.10 5
iptables-module-xt-comment iptables-module-xt-comment iptables 1.8.10 5
iptables-module-xt-cluster iptables-module-xt-cluster iptables 1.8.10 5
iptables-module-xt-classify iptables-module-xt-classify iptables 1.8.10 5
iptables-module-xt-checksum iptables-module-xt-checksum iptables 1.8.10 5
iptables-module-xt-audit iptables-module-xt-audit iptables 1.8.10 5
iptables-module-ipt-ulog iptables-module-ipt-ulog iptables 1.8.10 5
iptables-module-ipt-realm iptables-module-ipt-realm iptables 1.8.10 5
iptables-module-ipt-netmap iptables-module-ipt-netmap iptables 1.8.10 5
iptables-module-ipt-ecn iptables-module-ipt-ecn iptables 1.8.10 5
iptables-module-ipt-clusterip iptables-module-ipt-clusterip iptables 1.8.10 5
iptables-module-ipt-ah iptables-module-ipt-ah iptables 1.8.10 5
iptables-module-ip6t-snpt iptables-module-ip6t-snpt iptables 1.8.10 5
iptables-module-ip6t-reject iptables-module-ip6t-reject iptables 1.8.10 5
iptables-module-ip6t-netmap iptables-module-ip6t-netmap iptables 1.8.10 5
iptables-module-ip6t-frag iptables-module-ip6t-frag iptables 1.8.10 5
iptables-module-ip6t-eui64 iptables-module-ip6t-eui64 iptables 1.8.10 5
iptables-module-ip6t-dst iptables-module-ip6t-dst iptables 1.8.10 5
iptables-module-ip6t-dnpt iptables-module-ip6t-dnpt iptables 1.8.10 5
iptables-module-ip6t-ah iptables-module-ip6t-ah iptables 1.8.10 5
gstreamer1.0-plugins-base-pbtypes gstreamer1.0-plugins-base-pbtypes gstreamer1.0-plugins-base 1.22.11 5
gstreamer1.0-plugins-base-app gstreamer1.0-plugins-base-app gstreamer1.0-plugins-base 1.22.11 5
glibc-localedata-translit-wide glibc-localedata-translit-wide glibc-locale 2.39+git 5
dbus-wait dbus-wait dbus-wait 0.1+git 5
xserver-nodm-init xserver-nodm-init xserver-nodm-init 3.0 4
systemtap-locale-en systemtap-locale-en systemtap 5.0 4
python3-dbus-dev python3-dbus-dev python3-dbus 1.3.2 4
perl-module-file-compare perl-module-file-compare perl 5.38.2 4
perl-module-bytes perl-module-bytes perl 5.38.2 4
libxcvt-dev libxcvt-dev libxcvt 0.1.2 4
libxcomposite-dev libxcomposite-dev libxcomposite 0.4.6 4
libxau-dev libxau-dev libxau 1.0.11 4
libuuid-dev util-linux-libuuid-dev util-linux-libuuid 2.39.3 4
libsoup-3.0-locale-en-gb libsoup-locale-en-gb libsoup 3.4.4 4
base-files base-files base-files 3.0.14 4
perl-module-text-tabs perl-module-text-tabs perl 5.38.2 3
perl-module-parent perl-module-parent perl 5.38.2 3
perl-module-io-seekable perl-module-io-seekable perl 5.38.2 3
make-dev make-dev make 4.4.1 3
libxres-dev libxres-dev libxres 1.2.2 3
libxdamage-dev libxdamage-dev libxdamage 1.1.6 3
libsbc-dev sbc-dev sbc 2.0 3
libfakekey-dev libfakekey-dev libfakekey 0.3+git 3
init-ifupdown init-ifupdown init-ifupdown 1.0 3
gtk+3-locale-en gtk+3-locale-en gtk+3 3.24.41 3
glibc-localedata-translit-small glibc-localedata-translit-small glibc-locale 2.39+git 3
glibc-localedata-translit-fraction glibc-localedata-translit-fraction glibc-locale 2.39+git 3
glibc-localedata-translit-emojis glibc-localedata-translit-emojis glibc-locale 2.39+git 3
consolekit-dev consolekit-dev consolekit 0.4.6 3
busybox-udhcpc busybox-udhcpc busybox 1.36.1 3
busybox-syslog busybox-syslog busybox 1.36.1 3
sysvinit-inittab sysvinit-inittab sysvinit-inittab 2.88dsf 2
sysvinit-dev sysvinit-dev sysvinit 3.04 2
shadow-securetty shadow-securetty shadow-securetty 4.6 2
powertop-locale-en-gb powertop-locale-en-gb powertop 2.15 2
perl-module-overload-numbers perl-module-overload-numbers perl 5.38.2 2
perl-module-overloading perl-module-overloading perl 5.38.2 2
pcmanfm-dev pcmanfm-dev pcmanfm 1.3.2 2
libxshmfence-dev libxshmfence-dev libxshmfence 1.3.2 2
libptytty-dev libptytty-dev libptytty 2.0 2
initscripts-functions initscripts-functions initscripts 1.0 2
busybox-hwclock busybox-hwclock busybox 1.36.1 2
bison-dev bison-dev bison 3.8.2 2
xserver-xf86-config xserver-xf86-config xserver-xf86-config 0.1 1
vte-locale-en-gb vte-locale-en-gb vte 0.74.2 1
shared-mime-info-dev shared-mime-info-dev shared-mime-info 2.4 1
perl-module-selectsaver perl-module-selectsaver perl 5.38.2 1
perl-module-bytes-heavy perl-module-bytes-heavy perl 5.38.2 1
openssl openssl openssl 3.3.0 1
modutils-initscripts modutils-initscripts modutils-initscripts 1.0 1
mini-x-session mini-x-session mini-x-session 0.1 1
matchbox-session-sato matchbox-session-sato matchbox-session-sato 0.1 1
iproute2-dev iproute2-dev iproute2 6.8.0 1
gstreamer1.0-plugins-good-locale-en-gb gstreamer1.0-plugins-good-locale-en-gb gstreamer1.0-plugins-good 1.22.11 1
gstreamer1.0-plugins-base-locale-en-gb gstreamer1.0-plugins-base-locale-en-gb gstreamer1.0-plugins-base 1.22.11 1
gstreamer1.0-plugins-bad-locale-en-gb gstreamer1.0-plugins-bad-locale-en-gb gstreamer1.0-plugins-bad 1.22.11 1
glibc-localedata-iso14651-t1 glibc-localedata-iso14651-t1 glibc-locale 2.39+git 1
formfactor formfactor formfactor 0.0 1
alsa-state alsa-state alsa-state 0.2.0 1
alsa-plugins-pulseaudio-conf alsa-plugins-pulseaudio-conf alsa-plugins 1.2.7.1 1
xwininfo-dev xwininfo-dev xwininfo 1.1.6 0
xset-dev xset-dev xset 1.2.5 0
xserver-xf86-config-dev xserver-xf86-config-dev xserver-xf86-config 0.1 0
xserver-nodm-init-dev xserver-nodm-init-dev xserver-nodm-init 3.0 0
xrestop-dev xrestop-dev xrestop 0.4 0
xrandr-dev xrandr-dev xrandr 1.5.2 0
xprop-dev xprop-dev xprop 1.2.7 0
xmodmap-dev xmodmap-dev xmodmap 1.0.11 0
xkeyboard-config-dev xkeyboard-config-dev xkeyboard-config 2.41 0
xkbcomp-dev xkbcomp-dev xkbcomp 1.4.7 0
xinput-dev xinput-dev xinput 1.6.4 0
xinput-calibrator-dev xinput-calibrator-dev xinput-calibrator 0.7.5+git 0
xinit-dev xinit-dev xinit 1.4.2 0
xhost-dev xhost-dev xhost 1.0.9 0
xf86-video-fbdev-dev xf86-video-fbdev-dev xf86-video-fbdev 0.5.0 0
xdpyinfo-dev xdpyinfo-dev xdpyinfo 1.3.4 0
xcursor-transparent-theme-dev xcursor-transparent-theme-dev xcursor-transparent-theme 0.1.1+git 0
xauth-dev xauth-dev xauth 1.1.3 0
x11perf-dev x11perf-dev x11perf 1.6.1 0
wpa-supplicant-plugins wpa-supplicant-plugins wpa-supplicant 2.10 0
which-dev which-dev which 2.21 0
util-linux util-linux util-linux 2.39.3 0
update-rc.d-dev update-rc.d-dev update-rc.d 0.8+git 0
unzip-dev unzip-dev unzip 6.0 0
udev-extraconf-dev udev-extraconf-dev udev-extraconf 1.1 0
ttyrun-dev ttyrun-dev ttyrun 2.32.0 0
tar-dev tar-dev tar 1.35 0
sysvinit-inittab-dev sysvinit-inittab-dev sysvinit-inittab 2.88dsf 0
strace-dev strace-dev strace 6.7 0
ssh-pregen-hostkeys-dev ssh-pregen-hostkeys-dev ssh-pregen-hostkeys 1.0 0
shutdown-desktop shutdown-desktop shutdown-desktop 1.0 0
shutdown-desktop-dev shutdown-desktop-dev shutdown-desktop 1.0 0
shadow-securetty-dev shadow-securetty-dev shadow-securetty 4.6 0
settings-daemon-dev settings-daemon-dev settings-daemon 0.0.2 0
sed-dev sed-dev sed 4.9 0
sato-screenshot-dev sato-screenshot-dev sato-screenshot 0.3 0
sato-icon-theme-dev sato-icon-theme-dev sato-icon-theme git 0
rxvt-unicode-dev rxvt-unicode-dev rxvt-unicode 9.31 0
rust-dev rust-dev rust 1.75.0 0
run-postinsts-dev run-postinsts-dev run-postinsts 1.0 0
rpcbind-dev rpcbind-dev rpcbind 1.2.6 0
rgb-dev rgb-dev rgb 1.1.0 0
quilt-dev quilt-dev quilt 0.67 0
python3-six-dev python3-six-dev python3-six 1.16.0 0
python3-setuptools-dev python3-setuptools-dev python3-setuptools 69.5.1 0
python3-pkgutil python3-pkgutil python3 3.12.3 0
python3-iniparse-dev python3-iniparse-dev python3-iniparse 0.5 0
puzzles-dev puzzles-dev puzzles 0.0+git 0
pulseaudio-client-conf-sato pulseaudio-client-conf-sato pulseaudio-client-conf-sato 1 0
pulseaudio-client-conf-sato-dev pulseaudio-client-conf-sato-dev pulseaudio-client-conf-sato 1 0
psplash-dev psplash-dev psplash 0.1+git 0
powertop-dev powertop-dev powertop 2.15 0
pointercal-xinput pointercal-xinput pointercal-xinput 0.0 0
pointercal-xinput-dev pointercal-xinput-dev pointercal-xinput 0.0 0
pkgconfig-dev pkgconfig-dev pkgconfig 0.29.2+git 0
pinentry-dev pinentry-dev pinentry 1.2.1 0
patch-dev patch-dev patch 2.7.6 0
packagegroup-rust-sdk-target packagegroup-rust-sdk-target packagegroup-rust-sdk-target 1.0 0
packagegroup-rust-sdk-target-dev packagegroup-rust-sdk-target-dev packagegroup-rust-sdk-target 1.0 0
packagegroup-machine-base packagegroup-machine-base packagegroup-base 1.0 0
packagegroup-machine-base-dev packagegroup-machine-base-dev packagegroup-base 1.0 0
packagegroup-distro-base packagegroup-distro-base packagegroup-base 1.0 0
packagegroup-distro-base-dev packagegroup-distro-base-dev packagegroup-base 1.0 0
packagegroup-core-x11-xserver packagegroup-core-x11-xserver packagegroup-core-x11-xserver 1.0 0
packagegroup-core-x11-xserver-dev packagegroup-core-x11-xserver-dev packagegroup-core-x11-xserver 1.0 0
packagegroup-core-x11-utils packagegroup-core-x11-utils packagegroup-core-x11 1.0 0
packagegroup-core-x11-utils-dev packagegroup-core-x11-utils-dev packagegroup-core-x11 1.0 0
packagegroup-core-x11-sato packagegroup-core-x11-sato packagegroup-core-x11-sato 1.0 0
packagegroup-core-x11-sato-games packagegroup-core-x11-sato-games packagegroup-core-x11-sato 1.0 0
packagegroup-core-x11-sato-games-dev packagegroup-core-x11-sato-games-dev packagegroup-core-x11-sato 1.0 0
packagegroup-core-x11-sato-dev packagegroup-core-x11-sato-dev packagegroup-core-x11-sato 1.0 0
packagegroup-core-x11-sato-base packagegroup-core-x11-sato-base packagegroup-core-x11-sato 1.0 0
packagegroup-core-x11-sato-base-dev packagegroup-core-x11-sato-base-dev packagegroup-core-x11-sato 1.0 0
packagegroup-core-x11-sato-apps packagegroup-core-x11-sato-apps packagegroup-core-x11-sato 1.0 0
packagegroup-core-x11-sato-apps-dev packagegroup-core-x11-sato-apps-dev packagegroup-core-x11-sato 1.0 0
packagegroup-core-x11-base packagegroup-core-x11-base packagegroup-core-x11-base 1.0 0
packagegroup-core-x11-base-dev packagegroup-core-x11-base-dev packagegroup-core-x11-base 1.0 0
packagegroup-core-tools-testapps packagegroup-core-tools-testapps packagegroup-core-tools-testapps 1.0 0
packagegroup-core-tools-testapps-dev packagegroup-core-tools-testapps-dev packagegroup-core-tools-testapps 1.0 0
packagegroup-core-tools-profile packagegroup-core-tools-profile packagegroup-core-tools-profile 1.0 0
packagegroup-core-tools-profile-dev packagegroup-core-tools-profile-dev packagegroup-core-tools-profile 1.0 0
packagegroup-core-tools-debug packagegroup-core-tools-debug packagegroup-core-tools-debug 1.0 0
packagegroup-core-tools-debug-dev packagegroup-core-tools-debug-dev packagegroup-core-tools-debug 1.0 0
packagegroup-core-standalone-sdk-target packagegroup-core-standalone-sdk-target packagegroup-core-standalone-sdk-target 1.0 0
packagegroup-core-standalone-sdk-target-dev packagegroup-core-standalone-sdk-target-dev packagegroup-core-standalone-sdk-target 1.0 0
packagegroup-core-ssh-openssh packagegroup-core-ssh-openssh packagegroup-core-ssh-openssh 1.0 0
packagegroup-core-ssh-openssh-dev packagegroup-core-ssh-openssh-dev packagegroup-core-ssh-openssh 1.0 0
packagegroup-core-sdk packagegroup-core-sdk packagegroup-core-sdk 1.0 0
packagegroup-core-sdk-dev packagegroup-core-sdk-dev packagegroup-core-sdk 1.0 0
packagegroup-core-eclipse-debug packagegroup-core-eclipse-debug packagegroup-core-eclipse-debug 1.0 0
packagegroup-core-eclipse-debug-dev packagegroup-core-eclipse-debug-dev packagegroup-core-eclipse-debug 1.0 0
packagegroup-core-buildessential packagegroup-core-buildessential packagegroup-core-buildessential 1.0 0
packagegroup-core-buildessential-dev packagegroup-core-buildessential-dev packagegroup-core-buildessential 1.0 0
packagegroup-core-boot packagegroup-core-boot packagegroup-core-boot 1.0 0
packagegroup-core-boot-dev packagegroup-core-boot-dev packagegroup-core-boot 1.0 0
packagegroup-base-zeroconf packagegroup-base-zeroconf packagegroup-base 1.0 0
packagegroup-base-zeroconf-dev packagegroup-base-zeroconf-dev packagegroup-base 1.0 0
packagegroup-base-vfat packagegroup-base-vfat packagegroup-base 1.0 0
packagegroup-base-vfat-dev packagegroup-base-vfat-dev packagegroup-base 1.0 0
packagegroup-base-usbgadget packagegroup-base-usbgadget packagegroup-base 1.0 0
packagegroup-base-usbgadget-dev packagegroup-base-usbgadget-dev packagegroup-base 1.0 0
packagegroup-base packagegroup-base packagegroup-base 1.0 0
packagegroup-base-nfs packagegroup-base-nfs packagegroup-base 1.0 0
packagegroup-base-nfs-dev packagegroup-base-nfs-dev packagegroup-base 1.0 0
packagegroup-base-ipv6 packagegroup-base-ipv6 packagegroup-base 1.0 0
packagegroup-base-ipv6-dev packagegroup-base-ipv6-dev packagegroup-base 1.0 0
packagegroup-base-extended packagegroup-base-extended packagegroup-base 1.0 0
packagegroup-base-extended-dev packagegroup-base-extended-dev packagegroup-base 1.0 0
packagegroup-base-dev packagegroup-base-dev packagegroup-base 1.0 0
packagegroup-base-bluetooth packagegroup-base-bluetooth packagegroup-base 1.0 0
packagegroup-base-bluetooth-dev packagegroup-base-bluetooth-dev packagegroup-base 1.0 0
packagegroup-base-alsa packagegroup-base-alsa packagegroup-base 1.0 0
packagegroup-base-alsa-dev packagegroup-base-alsa-dev packagegroup-base 1.0 0
openssh openssh openssh 9.7p1 0
openssh-dev openssh-dev openssh 9.7p1 0
net-tools-dev net-tools-dev net-tools 2.10 0
netbase-dev netbase-dev netbase 6.4 0
modutils-initscripts-dev modutils-initscripts-dev modutils-initscripts 1.0 0
mobile-broadband-provider-info-dev mobile-broadband-provider-info-dev mobile-broadband-provider-info 20230416 0
mini-x-session-dev mini-x-session-dev mini-x-session 0.1 0
mesa-dev mesa-dev mesa 24.0.3 0
mesa-demos-dev mesa-demos-dev mesa-demos 8.5.0 0
matchbox-wm-dev matchbox-wm-dev matchbox-wm 1.2.3 0
matchbox-theme-sato-dev matchbox-theme-sato-dev matchbox-theme-sato 0.2 0
matchbox-terminal-dev matchbox-terminal-dev matchbox-terminal 0.2+git 0
matchbox-session-sato-dev matchbox-session-sato-dev matchbox-session-sato 0.1 0
matchbox-session matchbox-session matchbox-session 0.1 0
matchbox-session-dev matchbox-session-dev matchbox-session 0.1 0
matchbox-keyboard-dev matchbox-keyboard-dev matchbox-keyboard 0.1.1 0
matchbox-desktop-dev matchbox-desktop-dev matchbox-desktop 2.3 0
matchbox-config-gtk-dev matchbox-config-gtk-dev matchbox-config-gtk 0.2+git 0
m4-dev m4-dev m4 1.4.19 0
lttng-modules lttng-modules lttng-modules 2.13.12 0
logrotate-dev logrotate-dev logrotate 3.21.0 0
locale-base-en-us locale-base-en-us glibc-locale 2.39+git 0
locale-base-en-gb locale-base-en-gb glibc-locale 2.39+git 0
locale-base-c locale-base-c glibc-locale 2.39+git 0
libubsan-dev libubsan-dev gcc-sanitizers 13.2.0 0
libnss-mdns-dev libnss-mdns-dev libnss-mdns 0.15.1 0
libglapi-dev libglapi-dev mesa 24.0.3 0
libatomic-dev libatomic-dev gcc-runtime 13.2.0 0
less-dev less-dev less 643 0
l3afpad-dev l3afpad-dev l3afpad 0.8.18.1.11+git 0
kexec-tools-dev kexec-tools-dev kexec-tools 2.0.28 0
kernel-image-6.6.23-yocto-standard kernel-image linux-yocto 6.6.23+git 0
kernel-devsrc-dev kernel-devsrc-dev kernel-devsrc 1.0 0
iptables-modules iptables-modules iptables 1.8.10 0
init-system-helpers-dev init-system-helpers-dev init-system-helpers 1.66 0
initscripts-dev initscripts-dev initscripts 1.0 0
init-ifupdown-dev init-ifupdown-dev init-ifupdown 1.0 0
hicolor-icon-theme-dev hicolor-icon-theme-dev hicolor-icon-theme 0.17 0
gzip-dev gzip-dev gzip 1.13 0
g++-symlinks g++-symlinks gcc 13.2.0 0
gstreamer1.0-plugins-good-meta gstreamer1.0-plugins-good-meta gstreamer1.0-plugins-good 1.22.11 0
gstreamer1.0-plugins-good-dev gstreamer1.0-plugins-good-dev gstreamer1.0-plugins-good 1.22.11 0
gstreamer1.0-plugins-base-meta gstreamer1.0-plugins-base-meta gstreamer1.0-plugins-base 1.22.11 0
gstreamer1.0-plugins-bad-meta gstreamer1.0-plugins-bad-meta gstreamer1.0-plugins-bad 1.22.11 0
gst-examples-dev gst-examples-dev gst-examples 1.18.6 0
grep-dev grep-dev grep 3.11 0
gnupg-dev gnupg-dev gnupg 2.4.5 0
glib-networking-dev glib-networking-dev glib-networking 2.78.1 0
glibc-mtrace-dev glibc-mtrace-dev glibc-mtrace 2.39+git 0
glibc-locale-en-gb glibc-locale-en-gb glibc-locale 2.39+git 0
gdb-dev gdb-dev gdb 14.2 0
gcc-symlinks gcc-symlinks gcc 13.2.0 0
formfactor-dev formfactor-dev formfactor 0.0 0
findutils-dev findutils-dev findutils 4.9.0 0
dosfstools-dev dosfstools-dev dosfstools 4.2 0
dnf-dev dnf-dev dnf 4.19.2 0
diffutils-dev diffutils-dev diffutils 3.10 0
diffstat-dev diffstat-dev diffstat 1.66 0
desktop-file-utils-dev desktop-file-utils-dev desktop-file-utils 0.27 0
debugedit-dev debugedit-dev debugedit 5.0 0
dbus-wait-dev dbus-wait-dev dbus-wait 0.1+git 0
cronie-dev cronie-dev cronie 1.7.2 0
cpp-symlinks cpp-symlinks gcc 13.2.0 0
cpio-dev cpio-dev cpio 2.15 0
coreutils-dev coreutils-dev coreutils 9.5 0
connman-gnome-dev connman-gnome-dev connman-gnome 0.7 0
connman-conf-dev connman-conf-dev connman-conf 1.0 0
connman-conf connman-conf connman-conf 1.0 0
ccache-dev ccache-dev ccache 4.9.1 0
cargo-dev cargo-dev cargo 1.75.0 0
ca-certificates-dev ca-certificates-dev ca-certificates 20211016 0
busybox-dev busybox-dev busybox 1.36.1 0
blktrace-dev blktrace-dev blktrace 1.3.0+git 0
blktool-dev blktool-dev blktool 4-7.1 0
bc-dev bc-dev bc 1.07.1 0
base-passwd-dev base-passwd-dev base-passwd 3.6.3 0
base-passwd base-passwd base-passwd 3.6.3 0
base-files-dev base-files-dev base-files 3.0.14 0
automake-dev automake-dev automake 1.16.5 0
autoconf-dev autoconf-dev autoconf 2.72e 0
alsa-utils-dev alsa-utils-dev alsa-utils 1.2.11 0
alsa-states alsa-states alsa-state 0.2.0 0
alsa-state-dev alsa-state-dev alsa-state 0.2.0 0
alsa-plugins-dev alsa-plugins-dev alsa-plugins 1.2.7.1 0
adwaita-icon-theme-dev adwaita-icon-theme-dev adwaita-icon-theme 46.0 0