aboutsummaryrefslogtreecommitdiffstats
path: root/images/qemuarm/glibc/core-image-full-cmdline/depends-nokernel-nolibc.dot
blob: c15663608f3d5c1597cdfe3a30d0d5c045211c70 (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
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
digraph depends {
    node [shape=plaintext]
"acl" -> "libacl1" [label=">= 2.3.2"]
"acl" -> "libacl1" [label="libacl.so.1(ACL_1.0)"] [style=dashed]
"acl" -> "libacl1" [label="libacl.so.1"] [style=dashed]
"at" -> "bash" [label="/bin/sh"] [style=dashed]
"at" -> "busybox" [label="/bin/sh"] [style=dashed]
"at" -> "initscripts-functions" [label="initd-functions"] [style=dashed]
"attr" -> "bash" [label="/bin/sh"] [style=dashed]
"attr" -> "busybox" [label="/bin/sh"] [style=dashed]
"attr" -> "libattr1" [label=">= 2.5.2"]
"attr" -> "libattr1" [label="libattr.so.1(ATTR_1.0)"] [style=dashed]
"attr" -> "libattr1" [label="libattr.so.1(ATTR_1.2)"] [style=dashed]
"attr" -> "libattr1" [label="libattr.so.1"] [style=dashed]
"attr" -> "update-alternatives-opkg"
"at" -> "update-rc.d" [style=dotted]
"base-files" -> "bash" [label="/bin/sh"] [style=dashed]
"base-files" -> "busybox" [label="/bin/sh"] [style=dashed]
"base-passwd" -> "bash" [label="/bin/sh"] [style=dashed]
"base-passwd" -> "busybox" [label="/bin/sh"] [style=dashed]
"bash" -> "base-files"
"bash" -> "bash" [label="/bin/sh"] [style=dashed]
"bash" -> "busybox" [label="/bin/sh"] [style=dashed]
"bash" -> "libtinfo5" [label=">= 6.4"]
"bash" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"bash" -> "update-alternatives-opkg"
"bc" -> "bash" [label="/bin/sh"] [style=dashed]
"bc" -> "busybox" [label="/bin/sh"] [style=dashed]
"bc" -> "libreadline8" [label=">= 8.2"]
"bc" -> "libreadline8" [label="libreadline.so.8"] [style=dashed]
"bc" -> "update-alternatives-opkg"
"busybox" -> "bash" [label="/bin/sh"] [style=dashed]
"busybox" -> "busybox" [label="/bin/sh"] [style=dashed]
"busybox" -> "busybox-udhcpc" [style=dotted]
"busybox-hwclock" -> "bash" [label="/bin/sh"] [style=dashed]
"busybox-hwclock" -> "busybox" [label="/bin/sh"] [style=dashed]
"busybox-hwclock" -> "update-rc.d" [style=dotted]
"busybox-udhcpc" -> "bash" [label="/bin/sh"] [style=dashed]
"busybox-udhcpc" -> "busybox" [label="/bin/sh"] [style=dashed]
"busybox" -> "update-alternatives-opkg"
"bzip2" -> "bash" [label="/bin/sh"] [style=dashed]
"bzip2" -> "busybox" [label="/bin/sh"] [style=dashed]
"bzip2" -> "libbz2-1" [label=">= 1.0.8"]
"bzip2" -> "libbz2-1" [label="libbz2.so.1"] [style=dashed]
"bzip2" -> "update-alternatives-opkg"
"ca-certificates" -> "bash" [label="/bin/sh"] [style=dashed]
"ca-certificates" -> "busybox" [label="/bin/sh"] [style=dashed]
"ca-certificates" -> "openssl"
"ca-certificates" -> "openssl-bin"
"coreutils" -> "bash" [label="/bin/sh"] [style=dashed]
"coreutils" -> "busybox" [label="/bin/sh"] [style=dashed]
"coreutils" -> "coreutils-stdbuf"
"coreutils" -> "libacl1" [label=">= 2.3.2"]
"coreutils" -> "libacl1" [label="libacl.so.1(ACL_1.0)"] [style=dashed]
"coreutils" -> "libacl1" [label="libacl.so.1"] [style=dashed]
"coreutils" -> "libattr1" [label=">= 2.5.2"]
"coreutils" -> "libattr1" [label="libattr.so.1(ATTR_1.1)"] [style=dashed]
"coreutils" -> "libattr1" [label="libattr.so.1(ATTR_1.3)"] [style=dashed]
"coreutils" -> "libattr1" [label="libattr.so.1"] [style=dashed]
"coreutils" -> "libcap" [label=">= 2.69"]
"coreutils" -> "libcap" [label="libcap.so.2"] [style=dashed]
"coreutils" -> "libgmp10" [label=">= 6.3.0"]
"coreutils" -> "libgmp10" [label="libgmp.so.10"] [style=dashed]
"coreutils" -> "update-alternatives-opkg"
"cpio" -> "bash" [label="/bin/sh"] [style=dashed]
"cpio" -> "busybox" [label="/bin/sh"] [style=dashed]
"cpio" -> "update-alternatives-opkg"
"cracklib" -> "bash" [label="/bin/sh"] [style=dashed]
"cracklib" -> "busybox" [label="/bin/sh"] [style=dashed]
"cracklib" -> "cracklib" [label="libcrack.so.2"] [style=dashed]
"cracklib" -> "libz1" [label=">= 1.3.1"]
"cracklib" -> "libz1" [label="libz.so.1"] [style=dashed]
"cracklib" -> "libz1" [label="libz.so.1(ZLIB_1.2.3.3)"] [style=dashed]
"cronie" -> "base-files"
"cronie" -> "base-passwd"
"cronie" -> "bash" [label="/bin/sh"] [style=dashed]
"cronie" -> "busybox" [label="/bin/sh"] [style=dashed]
"cronie" -> "group(crontab)" [style=dotted]
"cronie" -> "initscripts-functions" [label="initd-functions"] [style=dashed]
"cronie" -> "shadow"
"cronie" -> "update-rc.d" [style=dotted]
"debugedit" -> "bash"
"debugedit" -> "bash" [label="/bin/bash"] [style=dashed]
"debugedit" -> "elfutils-binutils"
"debugedit" -> "libdw1" [label=">= 0.191"]
"debugedit" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.167)"] [style=dashed]
"debugedit" -> "libdw1" [label="libdw.so.1"] [style=dashed]
"debugedit" -> "libelf1" [label=">= 0.191"]
"debugedit" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.0)"] [style=dashed]
"debugedit" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.3)"] [style=dashed]
"debugedit" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.6)"] [style=dashed]
"debugedit" -> "libelf1" [label="libelf.so.1"] [style=dashed]
"diffutils" -> "bash" [label="/bin/sh"] [style=dashed]
"diffutils" -> "busybox" [label="/bin/sh"] [style=dashed]
"diffutils" -> "update-alternatives-opkg"
"dnf" -> "busybox" [label="/usr/bin/env"] [style=dashed]
"dnf" -> "coreutils" [label="/usr/bin/env"] [style=dashed]
"dnf" -> "gnupg" [style=dotted]
"dnf" -> "libcomps0" [label="libcomps"] [style=dashed]
"dnf" -> "libdnf2" [label="libdnf"] [style=dashed]
"dnf" -> "librepo0" [label="librepo"] [style=dashed]
"dnf-locale-en-gb" -> "virtual-locale-en-gb" [style=dotted]
"dnf" -> "python3-codecs"
"dnf" -> "python3-compression"
"dnf" -> "python3-core"
"dnf" -> "python3-curses"
"dnf" -> "python3-email"
"dnf" -> "python3-fcntl"
"dnf" -> "python3-iniparse"
"dnf" -> "python3-json"
"dnf" -> "python3-logging"
"dnf" -> "python3-misc"
"dnf" -> "python3-netclient"
"dnf" -> "python3-rpm"
"dnf" -> "python3-shell"
"dnf" -> "python3-sqlite3"
"dnf" -> "python3-threading"
"e2fsprogs-badblocks" -> "libcom-err2" [label=">= 1.47.0"]
"e2fsprogs-badblocks" -> "libcom-err2" [label="libcom_err.so.2"] [style=dashed]
"e2fsprogs-badblocks" -> "libext2fs2" [label=">= 1.47.0"]
"e2fsprogs-badblocks" -> "libext2fs2" [label="libext2fs.so.2"] [style=dashed]
"e2fsprogs" -> "bash" [label="/bin/sh"] [style=dashed]
"e2fsprogs" -> "busybox" [label="/bin/sh"] [style=dashed]
"e2fsprogs-dumpe2fs" -> "libblkid1" [label=">= 2.39.3"]
"e2fsprogs-dumpe2fs" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"e2fsprogs-dumpe2fs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"e2fsprogs-dumpe2fs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"e2fsprogs-dumpe2fs" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"e2fsprogs-dumpe2fs" -> "libcom-err2" [label=">= 1.47.0"]
"e2fsprogs-dumpe2fs" -> "libcom-err2" [label="libcom_err.so.2"] [style=dashed]
"e2fsprogs-dumpe2fs" -> "libe2p2" [label=">= 1.47.0"]
"e2fsprogs-dumpe2fs" -> "libe2p2" [label="libe2p.so.2"] [style=dashed]
"e2fsprogs-dumpe2fs" -> "libext2fs2" [label=">= 1.47.0"]
"e2fsprogs-dumpe2fs" -> "libext2fs2" [label="libext2fs.so.2"] [style=dashed]
"e2fsprogs-e2fsck" -> "libblkid1" [label=">= 2.39.3"]
"e2fsprogs-e2fsck" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"e2fsprogs-e2fsck" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"e2fsprogs-e2fsck" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"e2fsprogs-e2fsck" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"e2fsprogs-e2fsck" -> "libcom-err2" [label=">= 1.47.0"]
"e2fsprogs-e2fsck" -> "libcom-err2" [label="libcom_err.so.2"] [style=dashed]
"e2fsprogs-e2fsck" -> "libe2p2" [label=">= 1.47.0"]
"e2fsprogs-e2fsck" -> "libe2p2" [label="libe2p.so.2"] [style=dashed]
"e2fsprogs-e2fsck" -> "libext2fs2" [label=">= 1.47.0"]
"e2fsprogs-e2fsck" -> "libext2fs2" [label="libext2fs.so.2"] [style=dashed]
"e2fsprogs-e2fsck" -> "libuuid1" [label=">= 2.39.3"]
"e2fsprogs-e2fsck" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"e2fsprogs-e2fsck" -> "libuuid1" [label="libuuid.so.1(UUID_1.0)"] [style=dashed]
"e2fsprogs" -> "e2fsprogs-badblocks"
"e2fsprogs" -> "e2fsprogs-dumpe2fs"
"e2fsprogs" -> "e2fsprogs-e2fsck" [style=dotted]
"e2fsprogs" -> "e2fsprogs-mke2fs" [style=dotted]
"e2fsprogs" -> "libblkid1" [label=">= 2.39.3"]
"e2fsprogs" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"e2fsprogs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"e2fsprogs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"e2fsprogs" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"e2fsprogs" -> "libcom-err2" [label=">= 1.47.0"]
"e2fsprogs" -> "libcom-err2" [label="libcom_err.so.2"] [style=dashed]
"e2fsprogs" -> "libe2p2" [label=">= 1.47.0"]
"e2fsprogs" -> "libe2p2" [label="libe2p.so.2"] [style=dashed]
"e2fsprogs" -> "libext2fs2" [label=">= 1.47.0"]
"e2fsprogs" -> "libext2fs2" [label="libext2fs.so.2"] [style=dashed]
"e2fsprogs" -> "libss2" [label=">= 1.47.0"]
"e2fsprogs" -> "libss2" [label="libss.so.2"] [style=dashed]
"e2fsprogs" -> "libuuid1" [label=">= 2.39.3"]
"e2fsprogs" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"e2fsprogs" -> "libuuid1" [label="libuuid.so.1(UUID_1.0)"] [style=dashed]
"e2fsprogs-mke2fs" -> "bash" [label="/bin/sh"] [style=dashed]
"e2fsprogs-mke2fs" -> "busybox" [label="/bin/sh"] [style=dashed]
"e2fsprogs-mke2fs" -> "libblkid1" [label=">= 2.39.3"]
"e2fsprogs-mke2fs" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"e2fsprogs-mke2fs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"e2fsprogs-mke2fs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"e2fsprogs-mke2fs" -> "libblkid1" [label="libblkid.so.1(BLKID_2_36)"] [style=dashed]
"e2fsprogs-mke2fs" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"e2fsprogs-mke2fs" -> "libcom-err2" [label=">= 1.47.0"]
"e2fsprogs-mke2fs" -> "libcom-err2" [label="libcom_err.so.2"] [style=dashed]
"e2fsprogs-mke2fs" -> "libe2p2" [label=">= 1.47.0"]
"e2fsprogs-mke2fs" -> "libe2p2" [label="libe2p.so.2"] [style=dashed]
"e2fsprogs-mke2fs" -> "libext2fs2" [label=">= 1.47.0"]
"e2fsprogs-mke2fs" -> "libext2fs2" [label="libext2fs.so.2"] [style=dashed]
"e2fsprogs-mke2fs" -> "libuuid1" [label=">= 2.39.3"]
"e2fsprogs-mke2fs" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"e2fsprogs-mke2fs" -> "libuuid1" [label="libuuid.so.1(UUID_1.0)"] [style=dashed]
"e2fsprogs-mke2fs" -> "update-alternatives-opkg"
"e2fsprogs" -> "update-alternatives-opkg"
"ed" -> "bash" [label="/bin/sh"] [style=dashed]
"ed" -> "busybox" [label="/bin/sh"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label=">= 0.191"]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.122)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.127)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.143)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.148)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.149)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.158)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.159)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.160)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.161)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.165)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.167)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.171)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.173)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.177)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.191)"] [style=dashed]
"elfutils-binutils" -> "libdw1" [label="libdw.so.1"] [style=dashed]
"elfutils-binutils" -> "libelf1" [label=">= 0.191"]
"elfutils-binutils" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.0)"] [style=dashed]
"elfutils-binutils" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.1.1)"] [style=dashed]
"elfutils-binutils" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.1)"] [style=dashed]
"elfutils-binutils" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.3)"] [style=dashed]
"elfutils-binutils" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.4)"] [style=dashed]
"elfutils-binutils" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.5)"] [style=dashed]
"elfutils-binutils" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.6)"] [style=dashed]
"elfutils-binutils" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.7)"] [style=dashed]
"elfutils-binutils" -> "libelf1" [label="libelf.so.1"] [style=dashed]
"elfutils-binutils" -> "libstdc++6" [label=">= 13.2.0"]
"elfutils-binutils" -> "libstdc++6" [label="libstdc++.so.6(CXXABI_1.3)"] [style=dashed]
"elfutils-binutils" -> "libstdc++6" [label="libstdc++.so.6"] [style=dashed]
"ethtool" -> "libmnl0" [label=">= 1.0.5"]
"ethtool" -> "libmnl0" [label="libmnl.so.0(LIBMNL_1.0)"] [style=dashed]
"ethtool" -> "libmnl0" [label="libmnl.so.0"] [style=dashed]
"eudev" -> "bash" [label="/bin/sh"] [style=dashed]
"eudev" -> "busybox" [label="/bin/sh"] [style=dashed]
"eudev" -> "kmod"
"eudev" -> "libblkid1" [label=">= 2.39.3"]
"eudev" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"eudev" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"eudev" -> "libblkid1" [label="libblkid.so.1(BLKID_2.18)"] [style=dashed]
"eudev" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"eudev" -> "libkmod2" [label=">= 31"]
"eudev" -> "libkmod2" [label="libkmod.so.2(LIBKMOD_5)"] [style=dashed]
"eudev" -> "libkmod2" [label="libkmod.so.2"] [style=dashed]
"eudev" -> "update-rc.d" [style=dotted]
"file" -> "bash" [label="/bin/sh"] [style=dashed]
"file" -> "busybox" [label="/bin/sh"] [style=dashed]
"file" -> "file" [label="libmagic.so.1"] [style=dashed]
"file" -> "libbz2-1" [label=">= 1.0.8"]
"file" -> "libbz2-1" [label="libbz2.so.1"] [style=dashed]
"file" -> "liblz1" [label=">= 1.14"]
"file" -> "liblz1" [label="liblz.so.1"] [style=dashed]
"file" -> "liblzma5" [label=">= 5.4.6"]
"file" -> "liblzma5" [label="liblzma.so.5"] [style=dashed]
"file" -> "liblzma5" [label="liblzma.so.5(XZ_5.0)"] [style=dashed]
"file" -> "libz1" [label=">= 1.3.1"]
"file" -> "libz1" [label="libz.so.1"] [style=dashed]
"file" -> "libzstd1" [label=">= 1.5.5"]
"file" -> "libzstd1" [label="libzstd.so.1"] [style=dashed]
"file" -> "update-alternatives-opkg"
"findutils" -> "bash" [label="/bin/sh"] [style=dashed]
"findutils" -> "busybox" [label="/bin/sh"] [style=dashed]
"findutils" -> "update-alternatives-opkg"
"fuser" -> "bash" [label="/bin/sh"] [style=dashed]
"fuser" -> "busybox" [label="/bin/sh"] [style=dashed]
"fuser" -> "update-alternatives-opkg"
"gawk" -> "bash" [label="/bin/sh"] [style=dashed]
"gawk" -> "busybox" [label="/bin/sh"] [style=dashed]
"gawk" -> "libreadline8" [label=">= 8.2"]
"gawk" -> "libreadline8" [label="libreadline.so.8"] [style=dashed]
"gawk" -> "update-alternatives-opkg"
"glibc-locale-en-gb" -> "virtual-locale-en-gb" [style=dotted]
"gnupg" -> "bash" [label="/bin/sh"] [style=dashed]
"gnupg" -> "busybox" [label="/bin/sh"] [style=dashed]
"gnupg" -> "gnupg-gpg"
"gnupg-gpg" -> "libassuan0" [label=">= 2.5.7"]
"gnupg-gpg" -> "libassuan0" [label="libassuan.so.0(LIBASSUAN_1.0)"] [style=dashed]
"gnupg-gpg" -> "libassuan0" [label="libassuan.so.0"] [style=dashed]
"gnupg-gpg" -> "libbz2-1" [label=">= 1.0.8"]
"gnupg-gpg" -> "libbz2-1" [label="libbz2.so.1"] [style=dashed]
"gnupg-gpg" -> "libgcrypt" [label=">= 1.10.3"]
"gnupg-gpg" -> "libgcrypt" [label="libgcrypt.so.20(GCRYPT_1.6)"] [style=dashed]
"gnupg-gpg" -> "libgcrypt" [label="libgcrypt.so.20"] [style=dashed]
"gnupg-gpg" -> "libgpg-error" [label=">= 1.48"]
"gnupg-gpg" -> "libgpg-error" [label="libgpg-error.so.0(GPG_ERROR_1.0)"] [style=dashed]
"gnupg-gpg" -> "libgpg-error" [label="libgpg-error.so.0"] [style=dashed]
"gnupg-gpg" -> "libnpth0" [label=">= 1.7"]
"gnupg-gpg" -> "libnpth0" [label="libnpth.so.0(NPTH_1.0)"] [style=dashed]
"gnupg-gpg" -> "libnpth0" [label="libnpth.so.0"] [style=dashed]
"gnupg-gpg" -> "libreadline8" [label=">= 8.2"]
"gnupg-gpg" -> "libreadline8" [label="libreadline.so.8"] [style=dashed]
"gnupg-gpg" -> "libz1" [label=">= 1.3.1"]
"gnupg-gpg" -> "libz1" [label="libz.so.1"] [style=dashed]
"gnupg" -> "libassuan0" [label=">= 2.5.7"]
"gnupg" -> "libassuan0" [label="libassuan.so.0(LIBASSUAN_1.0)"] [style=dashed]
"gnupg" -> "libassuan0" [label="libassuan.so.0"] [style=dashed]
"gnupg" -> "libbz2-1" [label=">= 1.0.8"]
"gnupg" -> "libbz2-1" [label="libbz2.so.1"] [style=dashed]
"gnupg" -> "libgcrypt" [label=">= 1.10.3"]
"gnupg" -> "libgcrypt" [label="libgcrypt.so.20(GCRYPT_1.6)"] [style=dashed]
"gnupg" -> "libgcrypt" [label="libgcrypt.so.20"] [style=dashed]
"gnupg" -> "libgnutls30" [label=">= 3.8.5"]
"gnupg" -> "libgnutls30" [label="libgnutls.so.30(GNUTLS_3_4)"] [style=dashed]
"gnupg" -> "libgnutls30" [label="libgnutls.so.30"] [style=dashed]
"gnupg" -> "libgpg-error" [label=">= 1.48"]
"gnupg" -> "libgpg-error" [label="libgpg-error.so.0(GPG_ERROR_1.0)"] [style=dashed]
"gnupg" -> "libgpg-error" [label="libgpg-error.so.0"] [style=dashed]
"gnupg" -> "libksba8" [label=">= 1.6.6"]
"gnupg" -> "libksba8" [label="libksba.so.8(KSBA_0.9)"] [style=dashed]
"gnupg" -> "libksba8" [label="libksba.so.8"] [style=dashed]
"gnupg" -> "libnpth0" [label=">= 1.7"]
"gnupg" -> "libnpth0" [label="libnpth.so.0(NPTH_1.0)"] [style=dashed]
"gnupg" -> "libnpth0" [label="libnpth.so.0"] [style=dashed]
"gnupg" -> "libreadline8" [label=">= 8.2"]
"gnupg" -> "libreadline8" [label="libreadline.so.8"] [style=dashed]
"gnupg" -> "libz1" [label=">= 1.3.1"]
"gnupg" -> "libz1" [label="libz.so.1"] [style=dashed]
"gnupg" -> "pinentry" [style=dotted]
"gpgme" -> "bash" [label="/bin/sh"] [style=dashed]
"gpgme" -> "busybox" [label="/bin/sh"] [style=dashed]
"gpgme" -> "gpgme" [label="libgpgme.so.11(GPGME_1.0)"] [style=dashed]
"gpgme" -> "gpgme" [label="libgpgme.so.11(GPGME_1.1)"] [style=dashed]
"gpgme" -> "gpgme" [label="libgpgme.so.11"] [style=dashed]
"gpgme" -> "libassuan0" [label=">= 2.5.7"]
"gpgme" -> "libassuan0" [label="libassuan.so.0(LIBASSUAN_1.0)"] [style=dashed]
"gpgme" -> "libassuan0" [label="libassuan.so.0"] [style=dashed]
"gpgme" -> "libgpg-error" [label=">= 1.48"]
"gpgme" -> "libgpg-error" [label="libgpg-error.so.0(GPG_ERROR_1.0)"] [style=dashed]
"gpgme" -> "libgpg-error" [label="libgpg-error.so.0"] [style=dashed]
"grep" -> "bash" [label="/bin/sh"] [style=dashed]
"grep" -> "busybox" [label="/bin/sh"] [style=dashed]
"grep" -> "libpcre2" [label=">= 10.43"]
"grep" -> "libpcre2" [label="libpcre2-8.so.0"] [style=dashed]
"grep" -> "update-alternatives-opkg"
"gzip" -> "bash" [label="/bin/sh"] [style=dashed]
"gzip" -> "busybox" [label="/bin/sh"] [style=dashed]
"gzip" -> "update-alternatives-opkg"
"init-ifupdown" -> "bash" [label="/bin/sh"] [style=dashed]
"init-ifupdown" -> "busybox" [label="/bin/sh"] [style=dashed]
"init-ifupdown" -> "netbase"
"init-ifupdown" -> "update-rc.d" [style=dotted]
"initscripts" -> "bash" [label="/bin/sh"] [style=dashed]
"initscripts" -> "busybox" [label="/bin/sh"] [style=dashed]
"initscripts" -> "initscripts-functions" [label="initd-functions"] [style=dashed]
"initscripts" -> "initscripts-functions" [style=dotted]
"initscripts" -> "init-system-helpers-service"
"init-system-helpers-service" -> "bash" [label="/bin/sh"] [style=dashed]
"init-system-helpers-service" -> "busybox" [label="/bin/sh"] [style=dashed]
"iproute2-ip" -> "bash" [label="/bin/sh"] [style=dashed]
"iproute2-ip" -> "busybox" [label="/bin/sh"] [style=dashed]
"iproute2-ip" -> "libcap" [label=">= 2.69"]
"iproute2-ip" -> "libcap" [label="libcap.so.2"] [style=dashed]
"iproute2-ip" -> "libelf1" [label=">= 0.191"]
"iproute2-ip" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.0)"] [style=dashed]
"iproute2-ip" -> "libelf1" [label="libelf.so.1"] [style=dashed]
"iproute2-ip" -> "libmnl0" [label=">= 1.0.5"]
"iproute2-ip" -> "libmnl0" [label="libmnl.so.0(LIBMNL_1.0)"] [style=dashed]
"iproute2-ip" -> "libmnl0" [label="libmnl.so.0"] [style=dashed]
"iproute2" -> "iproute2-ip"
"iproute2-ip" -> "update-alternatives-opkg"
"iproute2" -> "libcap" [label=">= 2.69"]
"iproute2" -> "libcap" [label="libcap.so.2"] [style=dashed]
"iproute2" -> "libmnl0" [label=">= 1.0.5"]
"iproute2" -> "libmnl0" [label="libmnl.so.0(LIBMNL_1.0)"] [style=dashed]
"iproute2" -> "libmnl0" [label="libmnl.so.0"] [style=dashed]
"iptables" -> "bash" [label="/bin/sh"] [style=dashed]
"iptables" -> "busybox" [label="/bin/sh"] [style=dashed]
"iptables" -> "iptables" [label="libip4tc.so.2"] [style=dashed]
"iptables" -> "iptables" [label="libip6tc.so.2"] [style=dashed]
"iptables" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables" -> "iptables-modules" [style=dotted]
"iptables" -> "iptables-module-xt-standard"
"iptables" -> "kernel-module-ip6table-filter" [style=dotted]
"iptables" -> "kernel-module-ip6-tables" [style=dotted]
"iptables" -> "kernel-module-iptable-filter" [style=dotted]
"iptables" -> "kernel-module-iptable-nat" [style=dotted]
"iptables" -> "kernel-module-ip-tables" [style=dotted]
"iptables" -> "kernel-module-ipt-masquerade" [style=dotted]
"iptables" -> "kernel-module-nf-conntrack-ipv4" [style=dotted]
"iptables" -> "kernel-module-nf-conntrack" [style=dotted]
"iptables" -> "kernel-module-nf-defrag-ipv4" [style=dotted]
"iptables" -> "kernel-module-nf-nat" [style=dotted]
"iptables" -> "kernel-module-x-tables" [style=dotted]
"iptables-module-ip6t-ah" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-ah" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-dnpt" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-dnpt" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-dst" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-dst" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-eui64" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-eui64" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-frag" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-frag" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-hbh" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-hbh" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-hl" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-hl" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-icmp6" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-icmp6" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-ipv6header" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-ipv6header" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-mh" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-mh" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-netmap" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-netmap" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-reject" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-reject" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-rt" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-rt" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-snpt" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-snpt" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ip6t-srh" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ip6t-srh" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ipt-ah" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ipt-ah" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ipt-clusterip" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ipt-clusterip" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ipt-ecn" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ipt-ecn" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ipt-icmp" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ipt-icmp" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ipt-netmap" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ipt-netmap" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ipt-realm" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ipt-realm" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ipt-reject" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ipt-reject" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ipt-ttl" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ipt-ttl" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-ipt-ulog" -> "iptables" [label=">= 1.8.10"]
"iptables-module-ipt-ulog" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-modules" -> "iptables-module-ip6t-ah"
"iptables-modules" -> "iptables-module-ip6t-dnpt"
"iptables-modules" -> "iptables-module-ip6t-dst"
"iptables-modules" -> "iptables-module-ip6t-eui64"
"iptables-modules" -> "iptables-module-ip6t-frag"
"iptables-modules" -> "iptables-module-ip6t-hbh"
"iptables-modules" -> "iptables-module-ip6t-hl"
"iptables-modules" -> "iptables-module-ip6t-icmp6"
"iptables-modules" -> "iptables-module-ip6t-ipv6header"
"iptables-modules" -> "iptables-module-ip6t-mh"
"iptables-modules" -> "iptables-module-ip6t-netmap"
"iptables-modules" -> "iptables-module-ip6t-reject"
"iptables-modules" -> "iptables-module-ip6t-rt"
"iptables-modules" -> "iptables-module-ip6t-snpt"
"iptables-modules" -> "iptables-module-ip6t-srh"
"iptables-modules" -> "iptables-module-ipt-ah"
"iptables-modules" -> "iptables-module-ipt-clusterip"
"iptables-modules" -> "iptables-module-ipt-ecn"
"iptables-modules" -> "iptables-module-ipt-icmp"
"iptables-modules" -> "iptables-module-ipt-netmap"
"iptables-modules" -> "iptables-module-ipt-realm"
"iptables-modules" -> "iptables-module-ipt-reject"
"iptables-modules" -> "iptables-module-ipt-ttl"
"iptables-modules" -> "iptables-module-ipt-ulog"
"iptables-modules" -> "iptables-module-xt-addrtype"
"iptables-modules" -> "iptables-module-xt-audit"
"iptables-modules" -> "iptables-module-xt-bpf"
"iptables-modules" -> "iptables-module-xt-cgroup"
"iptables-modules" -> "iptables-module-xt-checksum"
"iptables-modules" -> "iptables-module-xt-classify"
"iptables-modules" -> "iptables-module-xt-cluster"
"iptables-modules" -> "iptables-module-xt-comment"
"iptables-modules" -> "iptables-module-xt-connbytes"
"iptables-modules" -> "iptables-module-xt-connlimit"
"iptables-modules" -> "iptables-module-xt-connmark"
"iptables-modules" -> "iptables-module-xt-connsecmark"
"iptables-modules" -> "iptables-module-xt-conntrack"
"iptables-modules" -> "iptables-module-xt-cpu"
"iptables-modules" -> "iptables-module-xt-ct"
"iptables-modules" -> "iptables-module-xt-dccp"
"iptables-modules" -> "iptables-module-xt-devgroup"
"iptables-modules" -> "iptables-module-xt-dscp"
"iptables-modules" -> "iptables-module-xt-ecn"
"iptables-modules" -> "iptables-module-xt-esp"
"iptables-modules" -> "iptables-module-xt-hashlimit"
"iptables-modules" -> "iptables-module-xt-helper"
"iptables-modules" -> "iptables-module-xt-hmark"
"iptables-modules" -> "iptables-module-xt-idletimer"
"iptables-modules" -> "iptables-module-xt-ipcomp"
"iptables-modules" -> "iptables-module-xt-iprange"
"iptables-modules" -> "iptables-module-xt-ipvs"
"iptables-modules" -> "iptables-module-xt-led"
"iptables-modules" -> "iptables-module-xt-length"
"iptables-modules" -> "iptables-module-xt-limit"
"iptables-modules" -> "iptables-module-xt-log"
"iptables-modules" -> "iptables-module-xt-mac"
"iptables-modules" -> "iptables-module-xt-mark"
"iptables-modules" -> "iptables-module-xt-multiport"
"iptables-modules" -> "iptables-module-xt-nat"
"iptables-modules" -> "iptables-module-xt-nfacct"
"iptables-modules" -> "iptables-module-xt-nflog"
"iptables-modules" -> "iptables-module-xt-nfqueue"
"iptables-modules" -> "iptables-module-xt-osf"
"iptables-modules" -> "iptables-module-xt-owner"
"iptables-modules" -> "iptables-module-xt-physdev"
"iptables-modules" -> "iptables-module-xt-pkttype"
"iptables-modules" -> "iptables-module-xt-policy"
"iptables-modules" -> "iptables-module-xt-quota"
"iptables-modules" -> "iptables-module-xt-rateest"
"iptables-modules" -> "iptables-module-xt-recent"
"iptables-modules" -> "iptables-module-xt-rpfilter"
"iptables-modules" -> "iptables-module-xt-sctp"
"iptables-modules" -> "iptables-module-xt-secmark"
"iptables-modules" -> "iptables-module-xt-set"
"iptables-modules" -> "iptables-module-xt-socket"
"iptables-modules" -> "iptables-module-xt-standard"
"iptables-modules" -> "iptables-module-xt-statistic"
"iptables-modules" -> "iptables-module-xt-string"
"iptables-modules" -> "iptables-module-xt-synproxy"
"iptables-modules" -> "iptables-module-xt-tcp"
"iptables-modules" -> "iptables-module-xt-tcpmss"
"iptables-modules" -> "iptables-module-xt-tcpoptstrip"
"iptables-modules" -> "iptables-module-xt-tee"
"iptables-modules" -> "iptables-module-xt-time"
"iptables-modules" -> "iptables-module-xt-tos"
"iptables-modules" -> "iptables-module-xt-tproxy"
"iptables-modules" -> "iptables-module-xt-trace"
"iptables-modules" -> "iptables-module-xt-u32"
"iptables-modules" -> "iptables-module-xt-udp"
"iptables-module-xt-addrtype" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-addrtype" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-audit" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-audit" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-bpf" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-bpf" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-cgroup" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-cgroup" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-checksum" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-checksum" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-classify" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-classify" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-cluster" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-cluster" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-comment" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-comment" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-connbytes" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-connbytes" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-connlimit" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-connlimit" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-connmark" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-connmark" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-connsecmark" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-connsecmark" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-conntrack" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-conntrack" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-cpu" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-cpu" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-ct" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-ct" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-ct" -> "iptables-module-xt-nat"
"iptables-module-xt-dccp" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-dccp" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-devgroup" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-devgroup" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-dscp" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-dscp" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-ecn" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-ecn" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-esp" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-esp" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-hashlimit" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-hashlimit" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-helper" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-helper" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-hmark" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-hmark" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-idletimer" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-idletimer" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-ipcomp" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-ipcomp" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-iprange" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-iprange" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-ipvs" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-ipvs" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-led" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-led" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-length" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-length" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-limit" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-limit" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-log" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-log" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-mac" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-mac" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-mark" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-mark" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-multiport" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-multiport" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-nat" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-nat" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-nfacct" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-nfacct" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-nflog" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-nflog" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-nfqueue" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-nfqueue" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-osf" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-osf" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-owner" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-owner" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-physdev" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-physdev" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-pkttype" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-pkttype" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-policy" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-policy" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-quota" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-quota" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-rateest" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-rateest" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-recent" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-recent" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-rpfilter" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-rpfilter" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-sctp" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-sctp" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-secmark" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-secmark" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-set" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-set" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-socket" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-socket" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-standard" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-standard" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-statistic" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-statistic" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-string" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-string" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-synproxy" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-synproxy" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-tcp" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-tcp" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-tcpmss" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-tcpmss" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-tcpoptstrip" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-tcpoptstrip" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-tee" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-tee" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-time" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-time" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-tos" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-tos" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-tproxy" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-tproxy" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-trace" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-trace" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-u32" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-u32" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iptables-module-xt-udp" -> "iptables" [label=">= 1.8.10"]
"iptables-module-xt-udp" -> "iptables" [label="libxtables.so.12"] [style=dashed]
"iputils-arping" -> "libcap" [label=">= 2.69"]
"iputils-arping" -> "libcap" [label="libcap.so.2"] [style=dashed]
"iputils-clockdiff" -> "libcap" [label=">= 2.69"]
"iputils-clockdiff" -> "libcap" [label="libcap.so.2"] [style=dashed]
"iputils" -> "iputils-arping"
"iputils" -> "iputils-clockdiff"
"iputils" -> "iputils-ping"
"iputils" -> "iputils-ping6"
"iputils" -> "iputils-tracepath"
"iputils-ping6" -> "bash" [label="/bin/sh"] [style=dashed]
"iputils-ping6" -> "busybox" [label="/bin/sh"] [style=dashed]
"iputils-ping6" -> "iputils-ping"
"iputils-ping6" -> "update-alternatives-opkg"
"iputils-ping" -> "bash" [label="/bin/sh"] [style=dashed]
"iputils-ping" -> "busybox" [label="/bin/sh"] [style=dashed]
"iputils-ping" -> "libcap" [label=">= 2.69"]
"iputils-ping" -> "libcap" [label="libcap.so.2"] [style=dashed]
"iputils-ping" -> "update-alternatives-opkg"
"kernel-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-ip6table-filter-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-ip6table-filter-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-ip6table-filter-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"kernel-module-ip6table-filter-6.6.23-yocto-standard" -> "kernel-module-ip6-tables-6.6.23-yocto-standard"
"kernel-module-ip6table-filter-6.6.23-yocto-standard" -> "kernel-module-x-tables-6.6.23-yocto-standard"
"kernel-module-ip6-tables-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-ip6-tables-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-ip6-tables-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"kernel-module-ip6-tables-6.6.23-yocto-standard" -> "kernel-module-x-tables-6.6.23-yocto-standard"
"kernel-module-iptable-filter-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-iptable-filter-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-iptable-filter-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"kernel-module-iptable-filter-6.6.23-yocto-standard" -> "kernel-module-ip-tables-6.6.23-yocto-standard"
"kernel-module-iptable-filter-6.6.23-yocto-standard" -> "kernel-module-x-tables-6.6.23-yocto-standard"
"kernel-module-iptable-nat-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-iptable-nat-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-iptable-nat-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"kernel-module-iptable-nat-6.6.23-yocto-standard" -> "kernel-module-ip-tables-6.6.23-yocto-standard"
"kernel-module-iptable-nat-6.6.23-yocto-standard" -> "kernel-module-nf-nat-6.6.23-yocto-standard"
"kernel-module-iptable-nat-6.6.23-yocto-standard" -> "kernel-module-x-tables-6.6.23-yocto-standard"
"kernel-module-ip-tables-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-ip-tables-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-ip-tables-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"kernel-module-ip-tables-6.6.23-yocto-standard" -> "kernel-module-x-tables-6.6.23-yocto-standard"
"kernel-module-nf-conntrack-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-nf-conntrack-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-nf-conntrack-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"kernel-module-nf-conntrack-6.6.23-yocto-standard" -> "kernel-module-nf-defrag-ipv4-6.6.23-yocto-standard"
"kernel-module-nf-conntrack-6.6.23-yocto-standard" -> "kernel-module-nf-defrag-ipv6-6.6.23-yocto-standard"
"kernel-module-nf-defrag-ipv4-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-nf-defrag-ipv4-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-nf-defrag-ipv4-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"kernel-module-nf-defrag-ipv6-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-nf-defrag-ipv6-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-nf-defrag-ipv6-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"kernel-module-nf-nat-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-nf-nat-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-nf-nat-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"kernel-module-nf-nat-6.6.23-yocto-standard" -> "kernel-module-nf-conntrack-6.6.23-yocto-standard"
"kernel-module-nfsd-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-nfsd-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-nfsd-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"kernel-module-x-tables-6.6.23-yocto-standard" -> "bash" [label="/bin/sh"] [style=dashed]
"kernel-module-x-tables-6.6.23-yocto-standard" -> "busybox" [label="/bin/sh"] [style=dashed]
"kernel-module-x-tables-6.6.23-yocto-standard" -> "kernel-6.6.23-yocto-standard" [label="kernel-6.6.23-yocto-standard"] [style=dashed]
"killall" -> "bash" [label="/bin/sh"] [style=dashed]
"killall" -> "busybox" [label="/bin/sh"] [style=dashed]
"killall" -> "update-alternatives-opkg"
"kmod" -> "bash" [label="/bin/sh"] [style=dashed]
"kmod" -> "busybox" [label="/bin/sh"] [style=dashed]
"kmod" -> "libcrypto3" [label=">= 3.2.1"]
"kmod" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"kmod" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"kmod" -> "liblzma5" [label=">= 5.4.6"]
"kmod" -> "liblzma5" [label="liblzma.so.5"] [style=dashed]
"kmod" -> "liblzma5" [label="liblzma.so.5(XZ_5.0)"] [style=dashed]
"kmod" -> "libz1" [label=">= 1.3.1"]
"kmod" -> "libz1" [label="libz.so.1"] [style=dashed]
"kmod" -> "update-alternatives-opkg"
"less" -> "bash" [label="/bin/sh"] [style=dashed]
"less" -> "busybox" [label="/bin/sh"] [style=dashed]
"less" -> "libtinfo5" [label=">= 6.4"]
"less" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"less" -> "update-alternatives-opkg"
"libacl1" -> "bash" [label="/bin/sh"] [style=dashed]
"libacl1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libacl1" -> "libattr1" [label=">= 2.5.2"]
"libacl1" -> "libattr1" [label="libattr.so.1"] [style=dashed]
"libassuan0" -> "bash" [label="/bin/sh"] [style=dashed]
"libassuan0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libassuan0" -> "libgpg-error" [label=">= 1.48"]
"libassuan0" -> "libgpg-error" [label="libgpg-error.so.0(GPG_ERROR_1.0)"] [style=dashed]
"libassuan0" -> "libgpg-error" [label="libgpg-error.so.0"] [style=dashed]
"libattr1" -> "bash" [label="/bin/sh"] [style=dashed]
"libattr1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libblkid1" -> "bash" [label="/bin/sh"] [style=dashed]
"libblkid1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libbz2-1" -> "bash" [label="/bin/sh"] [style=dashed]
"libbz2-1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libcap" -> "bash" [label="/bin/sh"] [style=dashed]
"libcap" -> "busybox" [label="/bin/sh"] [style=dashed]
"libcap-ng" -> "bash" [label="/bin/sh"] [style=dashed]
"libcap-ng" -> "busybox" [label="/bin/sh"] [style=dashed]
"libcom-err2" -> "bash" [label="/bin/sh"] [style=dashed]
"libcom-err2" -> "busybox" [label="/bin/sh"] [style=dashed]
"libcomps0" -> "bash" [label="/bin/sh"] [style=dashed]
"libcomps0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libcomps0" -> "libcomps0" [label="libcomps.so.0"] [style=dashed]
"libcomps0" -> "libexpat1" [label=">= 2.6.2"]
"libcomps0" -> "libexpat1" [label="libexpat.so.1"] [style=dashed]
"libcomps0" -> "libpython3.12-1.0" [label=">= 3.12.3"]
"libcomps0" -> "libpython3.12-1.0" [label="libpython3.12.so.1.0"] [style=dashed]
"libcomps0" -> "libxml2" [label=">= 2.12.6"]
"libcomps0" -> "libxml2" [label="libxml2.so.2(LIBXML2_2.4.30)"] [style=dashed]
"libcomps0" -> "libxml2" [label="libxml2.so.2(LIBXML2_2.5.8)"] [style=dashed]
"libcomps0" -> "libxml2" [label="libxml2.so.2(LIBXML2_2.6.0)"] [style=dashed]
"libcomps0" -> "libxml2" [label="libxml2.so.2(LIBXML2_2.6.23)"] [style=dashed]
"libcomps0" -> "libxml2" [label="libxml2.so.2(LIBXML2_2.6.3)"] [style=dashed]
"libcomps0" -> "libxml2" [label="libxml2.so.2"] [style=dashed]
"libcomps0" -> "libz1" [label=">= 1.3.1"]
"libcomps0" -> "libz1" [label="libz.so.1"] [style=dashed]
"libcomps0" -> "python3-core"
"libcrypt2" -> "bash" [label="/bin/sh"] [style=dashed]
"libcrypt2" -> "busybox" [label="/bin/sh"] [style=dashed]
"libcrypto3" -> "bash" [label="/bin/sh"] [style=dashed]
"libcrypto3" -> "busybox" [label="/bin/sh"] [style=dashed]
"libcrypto3" -> "openssl-conf" [style=dotted]
"libcrypto3" -> "openssl-ossl-module-legacy" [style=dotted]
"libcurl4" -> "bash" [label="/bin/sh"] [style=dashed]
"libcurl4" -> "busybox" [label="/bin/sh"] [style=dashed]
"libcurl4" -> "ca-certificates" [style=dotted]
"libcurl4" -> "libcrypto3" [label=">= 3.2.1"]
"libcurl4" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"libcurl4" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"libcurl4" -> "libidn2-0" [label=">= 2.3.7"]
"libcurl4" -> "libidn2-0" [label="libidn2.so.0(IDN2_0.0.0)"] [style=dashed]
"libcurl4" -> "libidn2-0" [label="libidn2.so.0"] [style=dashed]
"libcurl4" -> "libssl3" [label=">= 3.2.1"]
"libcurl4" -> "libssl3" [label="libssl.so.3(OPENSSL_3.0.0)"] [style=dashed]
"libcurl4" -> "libssl3" [label="libssl.so.3(OPENSSL_3.2.0)"] [style=dashed]
"libcurl4" -> "libssl3" [label="libssl.so.3"] [style=dashed]
"libcurl4" -> "libz1" [label=">= 1.3.1"]
"libcurl4" -> "libz1" [label="libz.so.1"] [style=dashed]
"libdnf2" -> "bash" [label="/bin/sh"] [style=dashed]
"libdnf2" -> "busybox" [label="/bin/sh"] [style=dashed]
"libdnf2" -> "libdnf2" [label="libdnf.so.2"] [style=dashed]
"libdnf2" -> "libglib-2.0-0" [label=">= 2.78.4"]
"libdnf2" -> "libglib-2.0-0" [label="libgio-2.0.so.0"] [style=dashed]
"libdnf2" -> "libglib-2.0-0" [label="libglib-2.0.so.0"] [style=dashed]
"libdnf2" -> "libglib-2.0-0" [label="libgobject-2.0.so.0"] [style=dashed]
"libdnf2" -> "libjson-c5" [label=">= 0.17"]
"libdnf2" -> "libjson-c5" [label="libjson-c.so.5(JSONC_0.14)"] [style=dashed]
"libdnf2" -> "libjson-c5" [label="libjson-c.so.5"] [style=dashed]
"libdnf2" -> "libmodulemd" [label=">= 2.15.0"]
"libdnf2" -> "libmodulemd" [label="libmodulemd.so.2"] [style=dashed]
"libdnf2" -> "libpython3.12-1.0" [label=">= 3.12.3"]
"libdnf2" -> "libpython3.12-1.0" [label="libpython3.12.so.1.0"] [style=dashed]
"libdnf2" -> "librepo0" [label=">= 1.17.0"]
"libdnf2" -> "librepo0" [label="librepo.so.0"] [style=dashed]
"libdnf2" -> "libsmartcols1" [label=">= 2.39.3"]
"libdnf2" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"libdnf2" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"libdnf2" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.28)"] [style=dashed]
"libdnf2" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.29)"] [style=dashed]
"libdnf2" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.30)"] [style=dashed]
"libdnf2" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"libdnf2" -> "libsolv1" [label=">= 0.7.28"]
"libdnf2" -> "libsolv1" [label="libsolv.so.1(SOLV_1.0)"] [style=dashed]
"libdnf2" -> "libsolv1" [label="libsolv.so.1(SOLV_1.1)"] [style=dashed]
"libdnf2" -> "libsolv1" [label="libsolv.so.1"] [style=dashed]
"libdnf2" -> "libsolvext1" [label=">= 0.7.28"]
"libdnf2" -> "libsolvext1" [label="libsolvext.so.1(SOLV_1.0)"] [style=dashed]
"libdnf2" -> "libsolvext1" [label="libsolvext.so.1"] [style=dashed]
"libdnf2" -> "libsqlite3-0" [label=">= 3.45.1"]
"libdnf2" -> "libsqlite3-0" [label="libsqlite3.so.0"] [style=dashed]
"libdnf2" -> "libstdc++6" [label=">= 13.2.0"]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(CXXABI_1.3.5)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(CXXABI_1.3.8)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(CXXABI_1.3)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(CXXABI_ARM_1.3.3)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.11)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.14)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.15)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.18)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.20)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.21)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.26)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.29)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.32)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.9)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4)"] [style=dashed]
"libdnf2" -> "libstdc++6" [label="libstdc++.so.6"] [style=dashed]
"libdnf2" -> "python3-core"
"libdnf2" -> "rpm" [label=">= 4.19.1.1"]
"libdnf2" -> "rpm" [label="librpmio.so.10"] [style=dashed]
"libdnf2" -> "rpm" [label="librpm.so.10"] [style=dashed]
"libdw1" -> "bash" [label="/bin/sh"] [style=dashed]
"libdw1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libdw1" -> "libelf1" [label=">= 0.191"]
"libdw1" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.0)"] [style=dashed]
"libdw1" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.1.1)"] [style=dashed]
"libdw1" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.3)"] [style=dashed]
"libdw1" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.5)"] [style=dashed]
"libdw1" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.6)"] [style=dashed]
"libdw1" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.7)"] [style=dashed]
"libdw1" -> "libelf1" [label="libelf.so.1"] [style=dashed]
"libdw1" -> "libz1" [label=">= 1.3.1"]
"libdw1" -> "libz1" [label="libz.so.1"] [style=dashed]
"libdw1" -> "libz1" [label="libz.so.1(ZLIB_1.2.2.3)"] [style=dashed]
"libe2p2" -> "bash" [label="/bin/sh"] [style=dashed]
"libe2p2" -> "busybox" [label="/bin/sh"] [style=dashed]
"libedit0" -> "bash" [label="/bin/sh"] [style=dashed]
"libedit0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libedit0" -> "libncurses5" [label=">= 6.4"]
"libedit0" -> "libncurses5" [label="libncurses.so.5"] [style=dashed]
"libedit0" -> "libtinfo5" [label=">= 6.4"]
"libedit0" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"libelf1" -> "bash" [label="/bin/sh"] [style=dashed]
"libelf1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libelf1" -> "libz1" [label=">= 1.3.1"]
"libelf1" -> "libz1" [label="libz.so.1"] [style=dashed]
"libevent-2.1-7" -> "bash" [label="/bin/sh"] [style=dashed]
"libevent-2.1-7" -> "busybox" [label="/bin/sh"] [style=dashed]
"libexpat1" -> "bash" [label="/bin/sh"] [style=dashed]
"libexpat1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libext2fs2" -> "bash" [label="/bin/sh"] [style=dashed]
"libext2fs2" -> "busybox" [label="/bin/sh"] [style=dashed]
"libext2fs2" -> "libblkid1" [label=">= 2.39.3"]
"libext2fs2" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"libext2fs2" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"libext2fs2" -> "libcom-err2" [label=">= 1.47.0"]
"libext2fs2" -> "libcom-err2" [label="libcom_err.so.2"] [style=dashed]
"libext2fs2" -> "libext2fs2" [label="libext2fs.so.2"] [style=dashed]
"libfdisk1" -> "bash" [label="/bin/sh"] [style=dashed]
"libfdisk1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libfdisk1" -> "libblkid1" [label=">= 2.39.3"]
"libfdisk1" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"libfdisk1" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"libfdisk1" -> "libblkid1" [label="libblkid.so.1(BLKID_2.21)"] [style=dashed]
"libfdisk1" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"libfdisk1" -> "libuuid1" [label=">= 2.39.3"]
"libfdisk1" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"libfdisk1" -> "libuuid1" [label="libuuid.so.1(UUID_1.0)"] [style=dashed]
"libffi8" -> "bash" [label="/bin/sh"] [style=dashed]
"libffi8" -> "busybox" [label="/bin/sh"] [style=dashed]
"libgcrypt" -> "bash" [label="/bin/sh"] [style=dashed]
"libgcrypt" -> "busybox" [label="/bin/sh"] [style=dashed]
"libgcrypt" -> "libcap" [label=">= 2.69"]
"libgcrypt" -> "libcap" [label="libcap.so.2"] [style=dashed]
"libgcrypt" -> "libgcrypt" [label="libgcrypt.so.20(GCRYPT_1.6)"] [style=dashed]
"libgcrypt" -> "libgcrypt" [label="libgcrypt.so.20"] [style=dashed]
"libgcrypt" -> "libgpg-error" [label=">= 1.48"]
"libgcrypt" -> "libgpg-error" [label="libgpg-error.so.0(GPG_ERROR_1.0)"] [style=dashed]
"libgcrypt" -> "libgpg-error" [label="libgpg-error.so.0"] [style=dashed]
"libglib-2.0-0" -> "bash" [label="/bin/sh"] [style=dashed]
"libglib-2.0-0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libglib-2.0-0" -> "libffi8" [label=">= 3.4.6"]
"libglib-2.0-0" -> "libffi8" [label="libffi.so.8(LIBFFI_BASE_8.0)"] [style=dashed]
"libglib-2.0-0" -> "libffi8" [label="libffi.so.8"] [style=dashed]
"libglib-2.0-0" -> "libglib-2.0-0" [label="libglib-2.0.so.0"] [style=dashed]
"libglib-2.0-0" -> "libglib-2.0-0" [label="libgmodule-2.0.so.0"] [style=dashed]
"libglib-2.0-0" -> "libglib-2.0-0" [label="libgobject-2.0.so.0"] [style=dashed]
"libglib-2.0-0" -> "libmount1" [label=">= 2.39.3"]
"libglib-2.0-0" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"libglib-2.0-0" -> "libmount1" [label="libmount.so.1(MOUNT_2.20)"] [style=dashed]
"libglib-2.0-0" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"libglib-2.0-0" -> "libpcre2" [label=">= 10.43"]
"libglib-2.0-0" -> "libpcre2" [label="libpcre2-8.so.0"] [style=dashed]
"libglib-2.0-0" -> "libz1" [label=">= 1.3.1"]
"libglib-2.0-0" -> "libz1" [label="libz.so.1"] [style=dashed]
"libglib-2.0-0" -> "libz1" [label="libz.so.1(ZLIB_1.2.2)"] [style=dashed]
"libglib-2.0-0" -> "shared-mime-info" [style=dotted]
"libglib-2.0-locale-en-gb" -> "virtual-locale-en-gb" [style=dotted]
"libgmp10" -> "bash" [label="/bin/sh"] [style=dashed]
"libgmp10" -> "busybox" [label="/bin/sh"] [style=dashed]
"libgnutls30" -> "bash" [label="/bin/sh"] [style=dashed]
"libgnutls30" -> "busybox" [label="/bin/sh"] [style=dashed]
"libgnutls30" -> "libgmp10" [label=">= 6.3.0"]
"libgnutls30" -> "libgmp10" [label="libgmp.so.10"] [style=dashed]
"libgnutls30" -> "libidn2-0" [label=">= 2.3.7"]
"libgnutls30" -> "libidn2-0" [label="libidn2.so.0(IDN2_0.0.0)"] [style=dashed]
"libgnutls30" -> "libidn2-0" [label="libidn2.so.0"] [style=dashed]
"libgnutls30" -> "libtasn1-6" [label=">= 4.19.0"]
"libgnutls30" -> "libtasn1-6" [label="libtasn1.so.6(LIBTASN1_0_3)"] [style=dashed]
"libgnutls30" -> "libtasn1-6" [label="libtasn1.so.6"] [style=dashed]
"libgnutls30" -> "libunistring5" [label=">= 1.2"]
"libgnutls30" -> "libunistring5" [label="libunistring.so.5"] [style=dashed]
"libgnutls30" -> "nettle" [label=">= 3.9.1"]
"libgnutls30" -> "nettle" [label="libhogweed.so.6(HOGWEED_6)"] [style=dashed]
"libgnutls30" -> "nettle" [label="libhogweed.so.6"] [style=dashed]
"libgnutls30" -> "nettle" [label="libnettle.so.8(NETTLE_8)"] [style=dashed]
"libgnutls30" -> "nettle" [label="libnettle.so.8"] [style=dashed]
"libgomp1" -> "bash" [label="/bin/sh"] [style=dashed]
"libgomp1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libgpg-error" -> "bash" [label="/bin/sh"] [style=dashed]
"libgpg-error" -> "busybox" [label="/bin/sh"] [style=dashed]
"libidn2-0" -> "bash" [label="/bin/sh"] [style=dashed]
"libidn2-0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libidn2-0" -> "libunistring5" [label=">= 1.2"]
"libidn2-0" -> "libunistring5" [label="libunistring.so.5"] [style=dashed]
"libjson-c5" -> "bash" [label="/bin/sh"] [style=dashed]
"libjson-c5" -> "busybox" [label="/bin/sh"] [style=dashed]
"libkmod2" -> "bash" [label="/bin/sh"] [style=dashed]
"libkmod2" -> "busybox" [label="/bin/sh"] [style=dashed]
"libkmod2" -> "libcrypto3" [label=">= 3.2.1"]
"libkmod2" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"libkmod2" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"libkmod2" -> "liblzma5" [label=">= 5.4.6"]
"libkmod2" -> "liblzma5" [label="liblzma.so.5"] [style=dashed]
"libkmod2" -> "liblzma5" [label="liblzma.so.5(XZ_5.0)"] [style=dashed]
"libkmod2" -> "libz1" [label=">= 1.3.1"]
"libkmod2" -> "libz1" [label="libz.so.1"] [style=dashed]
"libksba8" -> "bash" [label="/bin/sh"] [style=dashed]
"libksba8" -> "busybox" [label="/bin/sh"] [style=dashed]
"libksba8" -> "libgpg-error" [label=">= 1.48"]
"libksba8" -> "libgpg-error" [label="libgpg-error.so.0(GPG_ERROR_1.0)"] [style=dashed]
"libksba8" -> "libgpg-error" [label="libgpg-error.so.0"] [style=dashed]
"liblz1" -> "bash" [label="/bin/sh"] [style=dashed]
"liblz1" -> "busybox" [label="/bin/sh"] [style=dashed]
"liblzma5" -> "bash" [label="/bin/sh"] [style=dashed]
"liblzma5" -> "busybox" [label="/bin/sh"] [style=dashed]
"libmnl0" -> "bash" [label="/bin/sh"] [style=dashed]
"libmnl0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libmodulemd" -> "bash" [label="/bin/sh"] [style=dashed]
"libmodulemd" -> "busybox" [label="/bin/sh"] [style=dashed]
"libmodulemd" -> "libglib-2.0-0" [label=">= 2.78.4"]
"libmodulemd" -> "libglib-2.0-0" [label="libglib-2.0.so.0"] [style=dashed]
"libmodulemd" -> "libglib-2.0-0" [label="libgobject-2.0.so.0"] [style=dashed]
"libmodulemd" -> "libmodulemd" [label="libmodulemd.so.2"] [style=dashed]
"libmodulemd" -> "libyaml-0-2" [label=">= 0.2.5"]
"libmodulemd" -> "libyaml-0-2" [label="libyaml-0.so.2"] [style=dashed]
"libmount1" -> "bash" [label="/bin/sh"] [style=dashed]
"libmount1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libmount1" -> "libblkid1" [label=">= 2.39.3"]
"libmount1" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"libmount1" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"libmount1" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"libmount1" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"libncurses5" -> "bash" [label="/bin/sh"] [style=dashed]
"libncurses5" -> "busybox" [label="/bin/sh"] [style=dashed]
"libncurses5" -> "libtinfo5" [label=">= 6.4"]
"libncurses5" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"libncursesw5" -> "bash" [label="/bin/sh"] [style=dashed]
"libncursesw5" -> "busybox" [label="/bin/sh"] [style=dashed]
"libncursesw5" -> "libtinfo5" [label=">= 6.4"]
"libncursesw5" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"libnpth0" -> "bash" [label="/bin/sh"] [style=dashed]
"libnpth0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libpanelw5" -> "bash" [label="/bin/sh"] [style=dashed]
"libpanelw5" -> "busybox" [label="/bin/sh"] [style=dashed]
"libpanelw5" -> "libncursesw5" [label=">= 6.4"]
"libpanelw5" -> "libncursesw5" [label="libncursesw.so.5"] [style=dashed]
"libpanelw5" -> "libtinfo5" [label=">= 6.4"]
"libpanelw5" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"libpcre2" -> "bash" [label="/bin/sh"] [style=dashed]
"libpcre2" -> "busybox" [label="/bin/sh"] [style=dashed]
"libpcre2" -> "libpcre2" [label="libpcre2-8.so.0"] [style=dashed]
"libpopt0" -> "bash" [label="/bin/sh"] [style=dashed]
"libpopt0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libproc2-0" -> "bash" [label="/bin/sh"] [style=dashed]
"libproc2-0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libpython3.12-1.0" -> "bash" [label="/bin/sh"] [style=dashed]
"libpython3.12-1.0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libreadline8" -> "bash" [label="/bin/sh"] [style=dashed]
"libreadline8" -> "busybox" [label="/bin/sh"] [style=dashed]
"libreadline8" -> "libtinfo5" [label=">= 6.4"]
"libreadline8" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"librepo0" -> "bash" [label="/bin/sh"] [style=dashed]
"librepo0" -> "busybox" [label="/bin/sh"] [style=dashed]
"librepo0" -> "gpgme" [label=">= 1.23.2"]
"librepo0" -> "gpgme" [label="libgpgme.so.11(GPGME_1.0)"] [style=dashed]
"librepo0" -> "gpgme" [label="libgpgme.so.11(GPGME_1.1)"] [style=dashed]
"librepo0" -> "gpgme" [label="libgpgme.so.11"] [style=dashed]
"librepo0" -> "libcrypto3" [label=">= 3.2.1"]
"librepo0" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"librepo0" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"librepo0" -> "libcurl4" [label=">= 8.7.1"]
"librepo0" -> "libcurl4" [label="libcurl.so.4"] [style=dashed]
"librepo0" -> "libglib-2.0-0" [label=">= 2.78.4"]
"librepo0" -> "libglib-2.0-0" [label="libgio-2.0.so.0"] [style=dashed]
"librepo0" -> "libglib-2.0-0" [label="libglib-2.0.so.0"] [style=dashed]
"librepo0" -> "libglib-2.0-0" [label="libgobject-2.0.so.0"] [style=dashed]
"librepo0" -> "libpython3.12-1.0" [label=">= 3.12.3"]
"librepo0" -> "libpython3.12-1.0" [label="libpython3.12.so.1.0"] [style=dashed]
"librepo0" -> "librepo0" [label="librepo.so.0"] [style=dashed]
"librepo0" -> "libxml2" [label=">= 2.12.6"]
"librepo0" -> "libxml2" [label="libxml2.so.2(LIBXML2_2.4.30)"] [style=dashed]
"librepo0" -> "libxml2" [label="libxml2.so.2(LIBXML2_2.6.0)"] [style=dashed]
"librepo0" -> "libxml2" [label="libxml2.so.2"] [style=dashed]
"librepo0" -> "python3-core"
"libsmartcols1" -> "bash" [label="/bin/sh"] [style=dashed]
"libsmartcols1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libsolv1" -> "bash" [label="/bin/sh"] [style=dashed]
"libsolv1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libsolvext1" -> "bash" [label="/bin/sh"] [style=dashed]
"libsolvext1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libsolvext1" -> "libexpat1" [label=">= 2.6.2"]
"libsolvext1" -> "libexpat1" [label="libexpat.so.1"] [style=dashed]
"libsolvext1" -> "libsolv1" [label=">= 0.7.28"]
"libsolvext1" -> "libsolv1" [label="libsolv.so.1(SOLV_1.0)"] [style=dashed]
"libsolvext1" -> "libsolv1" [label="libsolv.so.1(SOLV_1.1)"] [style=dashed]
"libsolvext1" -> "libsolv1" [label="libsolv.so.1(SOLV_1.3)"] [style=dashed]
"libsolvext1" -> "libsolv1" [label="libsolv.so.1"] [style=dashed]
"libsolvext1" -> "libz1" [label=">= 1.3.1"]
"libsolvext1" -> "libz1" [label="libz.so.1"] [style=dashed]
"libsolvext1" -> "libz1" [label="libz.so.1(ZLIB_1.2.3.3)"] [style=dashed]
"libsolvext1" -> "libzstd1" [label=">= 1.5.5"]
"libsolvext1" -> "libzstd1" [label="libzstd.so.1"] [style=dashed]
"libsolvext1" -> "rpm" [label=">= 4.19.1.1"]
"libsolvext1" -> "rpm" [label="librpmio.so.10"] [style=dashed]
"libsolvext1" -> "rpm" [label="librpm.so.10"] [style=dashed]
"libsqlite3-0" -> "bash" [label="/bin/sh"] [style=dashed]
"libsqlite3-0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libss2" -> "bash" [label="/bin/sh"] [style=dashed]
"libss2" -> "busybox" [label="/bin/sh"] [style=dashed]
"libss2" -> "libcom-err2" [label=">= 1.47.0"]
"libss2" -> "libcom-err2" [label="libcom_err.so.2"] [style=dashed]
"libssl3" -> "bash" [label="/bin/sh"] [style=dashed]
"libssl3" -> "busybox" [label="/bin/sh"] [style=dashed]
"libssl3" -> "libcrypto3" [label=">= 3.2.1"]
"libssl3" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"libssl3" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.3)"] [style=dashed]
"libssl3" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.2.0)"] [style=dashed]
"libssl3" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"libstdc++6" -> "bash" [label="/bin/sh"] [style=dashed]
"libstdc++6" -> "busybox" [label="/bin/sh"] [style=dashed]
"libtasn1-6" -> "bash" [label="/bin/sh"] [style=dashed]
"libtasn1-6" -> "busybox" [label="/bin/sh"] [style=dashed]
"libtinfo5" -> "bash" [label="/bin/sh"] [style=dashed]
"libtinfo5" -> "busybox" [label="/bin/sh"] [style=dashed]
"libtinfo5" -> "ncurses-terminfo-base" [style=dotted]
"libtirpc3" -> "bash" [label="/bin/sh"] [style=dashed]
"libtirpc3" -> "busybox" [label="/bin/sh"] [style=dashed]
"libunistring5" -> "bash" [label="/bin/sh"] [style=dashed]
"libunistring5" -> "busybox" [label="/bin/sh"] [style=dashed]
"libuuid1" -> "bash" [label="/bin/sh"] [style=dashed]
"libuuid1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libwrap0" -> "bash" [label="/bin/sh"] [style=dashed]
"libwrap0" -> "busybox" [label="/bin/sh"] [style=dashed]
"libxml2" -> "bash" [label="/bin/sh"] [style=dashed]
"libxml2" -> "busybox" [label="/bin/sh"] [style=dashed]
"libxml2" -> "libz1" [label=">= 1.3.1"]
"libxml2" -> "libz1" [label="libz.so.1"] [style=dashed]
"libxml2" -> "libz1" [label="libz.so.1(ZLIB_1.2.2.3)"] [style=dashed]
"libxml2" -> "libz1" [label="libz.so.1(ZLIB_1.2.3.3)"] [style=dashed]
"libyaml-0-2" -> "bash" [label="/bin/sh"] [style=dashed]
"libyaml-0-2" -> "busybox" [label="/bin/sh"] [style=dashed]
"libz1" -> "bash" [label="/bin/sh"] [style=dashed]
"libz1" -> "busybox" [label="/bin/sh"] [style=dashed]
"libzstd1" -> "bash" [label="/bin/sh"] [style=dashed]
"libzstd1" -> "busybox" [label="/bin/sh"] [style=dashed]
"locale-base-c" -> "glibc-binary-localedata-c"
"locale-base-en-gb" -> "glibc-binary-localedata-en-gb"
"locale-base-en-us" -> "glibc-binary-localedata-en-us"
"logrotate" -> "bash" [label="/bin/sh"] [style=dashed]
"logrotate" -> "busybox" [label="/bin/sh"] [style=dashed]
"logrotate" -> "libacl1" [label=">= 2.3.2"]
"logrotate" -> "libacl1" [label="libacl.so.1(ACL_1.0)"] [style=dashed]
"logrotate" -> "libacl1" [label="libacl.so.1"] [style=dashed]
"logrotate" -> "libpopt0" [label=">= 1.19"]
"logrotate" -> "libpopt0" [label="libpopt.so.0(LIBPOPT_0)"] [style=dashed]
"logrotate" -> "libpopt0" [label="libpopt.so.0"] [style=dashed]
"mc" -> "bash" [label="/bin/sh"] [style=dashed]
"mc" -> "busybox" [label="/bin/sh"] [style=dashed]
"mc-helpers" -> "bash" [label="/bin/sh"] [style=dashed]
"mc-helpers" -> "busybox" [label="/bin/sh"] [style=dashed]
"mc-helpers-perl" -> "busybox" [label="/usr/bin/env"] [style=dashed]
"mc-helpers-perl" -> "coreutils" [label="/usr/bin/env"] [style=dashed]
"mc-helpers-perl" -> "perl"
"mc" -> "libglib-2.0-0" [label=">= 2.78.4"]
"mc" -> "libglib-2.0-0" [label="libglib-2.0.so.0"] [style=dashed]
"mc" -> "libncursesw5" [label=">= 6.4"]
"mc" -> "libncursesw5" [label="libncursesw.so.5"] [style=dashed]
"mc" -> "libtinfo5" [label=">= 6.4"]
"mc" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"mc-locale-en-gb" -> "virtual-locale-en-gb" [style=dotted]
"mc" -> "ncurses-terminfo-base"
"mc" -> "ncurses-terminfo" [style=dotted]
"modutils-initscripts" -> "bash" [label="/bin/sh"] [style=dashed]
"modutils-initscripts" -> "busybox" [label="/bin/sh"] [style=dashed]
"modutils-initscripts" -> "update-rc.d" [style=dotted]
"ncurses" -> "libtinfo5" [label=">= 6.4"]
"ncurses" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"ncurses-terminfo" -> "bash" [label="/bin/sh"] [style=dashed]
"ncurses-terminfo" -> "busybox" [label="/bin/sh"] [style=dashed]
"ncurses-terminfo" -> "ncurses-terminfo-base"
"ncurses-terminfo" -> "update-alternatives-opkg"
"nettle" -> "bash" [label="/bin/sh"] [style=dashed]
"nettle" -> "busybox" [label="/bin/sh"] [style=dashed]
"nettle" -> "libgmp10" [label=">= 6.3.0"]
"nettle" -> "libgmp10" [label="libgmp.so.10"] [style=dashed]
"nettle" -> "nettle" [label="libnettle.so.8(NETTLE_8)"] [style=dashed]
"nettle" -> "nettle" [label="libnettle.so.8"] [style=dashed]
"net-tools" -> "bash" [label="/bin/sh"] [style=dashed]
"net-tools" -> "busybox" [label="/bin/sh"] [style=dashed]
"net-tools-mii-tool" -> "bash" [label="/bin/sh"] [style=dashed]
"net-tools-mii-tool" -> "busybox" [label="/bin/sh"] [style=dashed]
"net-tools-mii-tool" -> "update-alternatives-opkg"
"net-tools" -> "net-tools-mii-tool"
"net-tools" -> "update-alternatives-opkg"
"nfs-utils" -> "bash" [label="/bin/sh"] [style=dashed]
"nfs-utils" -> "busybox" [label="/bin/sh"] [style=dashed]
"nfs-utils-client" -> "base-files"
"nfs-utils-client" -> "base-passwd"
"nfs-utils-client" -> "bash" [label="/bin/sh"] [style=dashed]
"nfs-utils-client" -> "busybox" [label="/bin/sh"] [style=dashed]
"nfs-utils-client" -> "group(rpcuser)" [style=dotted]
"nfs-utils-client" -> "initscripts-functions" [label="initd-functions"] [style=dashed]
"nfs-utils-client" -> "libcap" [label=">= 2.69"]
"nfs-utils-client" -> "libcap" [label="libcap.so.2"] [style=dashed]
"nfs-utils-client" -> "libtirpc3" [label=">= 1.3.4"]
"nfs-utils-client" -> "libtirpc3" [label="libtirpc.so.3"] [style=dashed]
"nfs-utils-client" -> "libtirpc3" [label="libtirpc.so.3(TIRPC_0.3.0)"] [style=dashed]
"nfs-utils-client" -> "libwrap0" [label=">= 7.6"]
"nfs-utils-client" -> "libwrap0" [label="libwrap.so.0"] [style=dashed]
"nfs-utils-client" -> "nfs-utils-mount"
"nfs-utils-client" -> "rpcbind"
"nfs-utils-client" -> "shadow"
"nfs-utils-client" -> "update-rc.d" [style=dotted]
"nfs-utils-client" -> "user(rpcuser)" [style=dotted]
"nfs-utils" -> "initscripts-functions" [label="initd-functions"] [style=dashed]
"nfs-utils" -> "kernel-module-nfsd" [style=dotted]
"nfs-utils" -> "libblkid1" [label=">= 2.39.3"]
"nfs-utils" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"nfs-utils" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"nfs-utils" -> "libevent-2.1-7" [label=">= 2.1.12"]
"nfs-utils" -> "libevent-2.1-7" [label="libevent-2.1.so.7"] [style=dashed]
"nfs-utils" -> "libmount1" [label=">= 2.39.3"]
"nfs-utils" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"nfs-utils" -> "libmount1" [label="libmount.so.1(MOUNT_2.22)"] [style=dashed]
"nfs-utils" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"nfs-utils" -> "libsqlite3-0" [label=">= 3.45.1"]
"nfs-utils" -> "libsqlite3-0" [label="libsqlite3.so.0"] [style=dashed]
"nfs-utils" -> "libtirpc3" [label=">= 1.3.4"]
"nfs-utils" -> "libtirpc3" [label="libtirpc.so.3"] [style=dashed]
"nfs-utils" -> "libtirpc3" [label="libtirpc.so.3(TIRPC_0.3.0)"] [style=dashed]
"nfs-utils" -> "libuuid1" [label=">= 2.39.3"]
"nfs-utils" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"nfs-utils" -> "libuuid1" [label="libuuid.so.1(UUID_1.0)"] [style=dashed]
"nfs-utils" -> "libuuid1" [label="libuuid.so.1(UUID_2.31)"] [style=dashed]
"nfs-utils" -> "libwrap0" [label=">= 7.6"]
"nfs-utils" -> "libwrap0" [label="libwrap.so.0"] [style=dashed]
"nfs-utils-mount" -> "libmount1" [label=">= 2.39.3"]
"nfs-utils-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"nfs-utils-mount" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"nfs-utils-mount" -> "libtirpc3" [label=">= 1.3.4"]
"nfs-utils-mount" -> "libtirpc3" [label="libtirpc.so.3"] [style=dashed]
"nfs-utils-mount" -> "libtirpc3" [label="libtirpc.so.3(TIRPC_0.3.0)"] [style=dashed]
"nfs-utils" -> "nfs-utils-client"
"nfs-utils" -> "update-rc.d" [style=dotted]
"openssh-keygen" -> "libcrypto3" [label=">= 3.2.1"]
"openssh-keygen" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"openssh-keygen" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"openssh" -> "openssh-keygen"
"openssh" -> "openssh-scp"
"openssh" -> "openssh-sftp-server"
"openssh" -> "openssh-ssh"
"openssh" -> "openssh-sshd"
"openssh-scp" -> "bash" [label="/bin/sh"] [style=dashed]
"openssh-scp" -> "busybox" [label="/bin/sh"] [style=dashed]
"openssh-scp" -> "update-alternatives-opkg"
"openssh-ssh" -> "bash" [label="/bin/sh"] [style=dashed]
"openssh-ssh" -> "busybox" [label="/bin/sh"] [style=dashed]
"openssh-sshd" -> "base-files"
"openssh-sshd" -> "base-passwd"
"openssh-sshd" -> "bash" [label="/bin/sh"] [style=dashed]
"openssh-sshd" -> "busybox" [label="/bin/sh"] [style=dashed]
"openssh-sshd" -> "libcrypt2" [label=">= 4.4.36"]
"openssh-sshd" -> "libcrypt2" [label="libcrypt.so.2"] [style=dashed]
"openssh-sshd" -> "libcrypt2" [label="libcrypt.so.2(XCRYPT_2.0)"] [style=dashed]
"openssh-sshd" -> "libcrypto3" [label=">= 3.2.1"]
"openssh-sshd" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"openssh-sshd" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"openssh-sshd" -> "libz1" [label=">= 1.3.1"]
"openssh-sshd" -> "libz1" [label="libz.so.1"] [style=dashed]
"openssh-sshd" -> "openssh-keygen"
"openssh-sshd" -> "shadow"
"openssh-sshd" -> "update-rc.d" [style=dotted]
"openssh-ssh" -> "libcrypto3" [label=">= 3.2.1"]
"openssh-ssh" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"openssh-ssh" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"openssh-ssh" -> "libz1" [label=">= 1.3.1"]
"openssh-ssh" -> "libz1" [label="libz.so.1"] [style=dashed]
"openssh-ssh" -> "update-alternatives-opkg"
"openssl-bin" -> "libcrypto3" [label=">= 3.2.1"]
"openssl-bin" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"openssl-bin" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.3)"] [style=dashed]
"openssl-bin" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.9)"] [style=dashed]
"openssl-bin" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.2.0)"] [style=dashed]
"openssl-bin" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"openssl-bin" -> "libssl3" [label=">= 3.2.1"]
"openssl-bin" -> "libssl3" [label="libssl.so.3(OPENSSL_3.0.0)"] [style=dashed]
"openssl-bin" -> "libssl3" [label="libssl.so.3(OPENSSL_3.2.0)"] [style=dashed]
"openssl-bin" -> "libssl3" [label="libssl.so.3"] [style=dashed]
"openssl-bin" -> "openssl-conf"
"openssl-ossl-module-legacy" -> "libcrypto3" [label=">= 3.2.1"]
"openssl-ossl-module-legacy" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"openssl-ossl-module-legacy" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"packagegroup-core-boot" -> "base-files"
"packagegroup-core-boot" -> "base-passwd"
"packagegroup-core-boot" -> "busybox"
"packagegroup-core-boot" -> "busybox-hwclock"
"packagegroup-core-boot" -> "busybox-syslog" [style=dotted]
"packagegroup-core-boot" -> "eudev" [label="udev"] [style=dashed]
"packagegroup-core-boot" -> "init-ifupdown" [style=dotted]
"packagegroup-core-boot" -> "initscripts"
"packagegroup-core-boot" -> "modutils-initscripts"
"packagegroup-core-boot" -> "netbase"
"packagegroup-core-boot" -> "sysvinit"
"packagegroup-core-boot" -> "update-alternatives-opkg"
"packagegroup-core-full-cmdline-dev-utils" -> "diffutils"
"packagegroup-core-full-cmdline-dev-utils" -> "m4"
"packagegroup-core-full-cmdline-dev-utils" -> "make"
"packagegroup-core-full-cmdline-dev-utils" -> "patch"
"packagegroup-core-full-cmdline-extended" -> "iproute2"
"packagegroup-core-full-cmdline-extended" -> "iptables"
"packagegroup-core-full-cmdline-extended" -> "iputils"
"packagegroup-core-full-cmdline-extended" -> "kmod" [label="module-init-tools"] [style=dashed]
"packagegroup-core-full-cmdline-extended" -> "openssl"
"packagegroup-core-full-cmdline-initscripts" -> "busybox"
"packagegroup-core-full-cmdline-initscripts" -> "ethtool"
"packagegroup-core-full-cmdline-initscripts" -> "initscripts"
"packagegroup-core-full-cmdline-initscripts" -> "sysklogd"
"packagegroup-core-full-cmdline-initscripts" -> "sysvinit"
"packagegroup-core-full-cmdline-multiuser" -> "bzip2"
"packagegroup-core-full-cmdline-multiuser" -> "cracklib"
"packagegroup-core-full-cmdline-multiuser" -> "gzip"
"packagegroup-core-full-cmdline-multiuser" -> "shadow"
"packagegroup-core-full-cmdline-multiuser" -> "sudo"
"packagegroup-core-full-cmdline" -> "packagegroup-core-full-cmdline-dev-utils"
"packagegroup-core-full-cmdline" -> "packagegroup-core-full-cmdline-extended"
"packagegroup-core-full-cmdline" -> "packagegroup-core-full-cmdline-initscripts"
"packagegroup-core-full-cmdline" -> "packagegroup-core-full-cmdline-multiuser"
"packagegroup-core-full-cmdline" -> "packagegroup-core-full-cmdline-sys-services"
"packagegroup-core-full-cmdline" -> "packagegroup-core-full-cmdline-utils"
"packagegroup-core-full-cmdline-sys-services" -> "at"
"packagegroup-core-full-cmdline-sys-services" -> "cronie"
"packagegroup-core-full-cmdline-sys-services" -> "logrotate"
"packagegroup-core-full-cmdline-sys-services" -> "nfs-utils"
"packagegroup-core-full-cmdline-sys-services" -> "rpcbind"
"packagegroup-core-full-cmdline-utils" -> "acl"
"packagegroup-core-full-cmdline-utils" -> "attr"
"packagegroup-core-full-cmdline-utils" -> "bash"
"packagegroup-core-full-cmdline-utils" -> "bc"
"packagegroup-core-full-cmdline-utils" -> "coreutils"
"packagegroup-core-full-cmdline-utils" -> "cpio"
"packagegroup-core-full-cmdline-utils" -> "e2fsprogs"
"packagegroup-core-full-cmdline-utils" -> "ed"
"packagegroup-core-full-cmdline-utils" -> "file"
"packagegroup-core-full-cmdline-utils" -> "findutils"
"packagegroup-core-full-cmdline-utils" -> "gawk"
"packagegroup-core-full-cmdline-utils" -> "grep"
"packagegroup-core-full-cmdline-utils" -> "less"
"packagegroup-core-full-cmdline-utils" -> "makedevs"
"packagegroup-core-full-cmdline-utils" -> "mc"
"packagegroup-core-full-cmdline-utils" -> "mc-helpers"
"packagegroup-core-full-cmdline-utils" -> "mc-helpers-perl"
"packagegroup-core-full-cmdline-utils" -> "mc-shell"
"packagegroup-core-full-cmdline-utils" -> "ncurses"
"packagegroup-core-full-cmdline-utils" -> "net-tools"
"packagegroup-core-full-cmdline-utils" -> "procps"
"packagegroup-core-full-cmdline-utils" -> "psmisc"
"packagegroup-core-full-cmdline-utils" -> "sed"
"packagegroup-core-full-cmdline-utils" -> "tar"
"packagegroup-core-full-cmdline-utils" -> "time"
"packagegroup-core-full-cmdline-utils" -> "util-linux"
"packagegroup-core-ssh-openssh" -> "openssh"
"patch" -> "bash" [label="/bin/sh"] [style=dashed]
"patch" -> "busybox" [label="/bin/sh"] [style=dashed]
"patch" -> "libattr1" [label=">= 2.5.2"]
"patch" -> "libattr1" [label="libattr.so.1(ATTR_1.1)"] [style=dashed]
"patch" -> "libattr1" [label="libattr.so.1(ATTR_1.3)"] [style=dashed]
"patch" -> "libattr1" [label="libattr.so.1"] [style=dashed]
"patch" -> "update-alternatives-opkg"
"perl" -> "bash" [label="/bin/sh"] [style=dashed]
"perl" -> "busybox" [label="/bin/sh"] [style=dashed]
"perl" -> "libcrypt2" [label=">= 4.4.36"]
"perl" -> "libcrypt2" [label="libcrypt.so.2"] [style=dashed]
"perl" -> "libcrypt2" [label="libcrypt.so.2(XCRYPT_2.0)"] [style=dashed]
"perl-module-config-heavy" -> "perl"
"perl" -> "perl" [label="libperl.so.5"] [style=dashed]
"perl" -> "perl-module-config-heavy"
"pinentry" -> "libassuan0" [label=">= 2.5.7"]
"pinentry" -> "libassuan0" [label="libassuan.so.0(LIBASSUAN_1.0)"] [style=dashed]
"pinentry" -> "libassuan0" [label="libassuan.so.0"] [style=dashed]
"pinentry" -> "libgpg-error" [label=">= 1.48"]
"pinentry" -> "libgpg-error" [label="libgpg-error.so.0(GPG_ERROR_1.0)"] [style=dashed]
"pinentry" -> "libgpg-error" [label="libgpg-error.so.0"] [style=dashed]
"pinentry" -> "libncursesw5" [label=">= 6.4"]
"pinentry" -> "libncursesw5" [label="libncursesw.so.5"] [style=dashed]
"pinentry" -> "libtinfo5" [label=">= 6.4"]
"pinentry" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"procps" -> "bash" [label="/bin/sh"] [style=dashed]
"procps" -> "busybox" [label="/bin/sh"] [style=dashed]
"procps" -> "libncursesw5" [label=">= 6.4"]
"procps" -> "libncursesw5" [label="libncursesw.so.5"] [style=dashed]
"procps" -> "libproc2-0" [label=">= 4.0.4"]
"procps" -> "libproc2-0" [label="libproc2.so.0(LIBPROC_2)"] [style=dashed]
"procps" -> "libproc2-0" [label="libproc2.so.0"] [style=dashed]
"procps" -> "libtinfo5" [label=">= 6.4"]
"procps" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"procps" -> "procps-ps"
"procps" -> "procps-sysctl"
"procps-ps" -> "bash" [label="/bin/sh"] [style=dashed]
"procps-ps" -> "busybox" [label="/bin/sh"] [style=dashed]
"procps-ps" -> "libproc2-0" [label=">= 4.0.4"]
"procps-ps" -> "libproc2-0" [label="libproc2.so.0(LIBPROC_2)"] [style=dashed]
"procps-ps" -> "libproc2-0" [label="libproc2.so.0"] [style=dashed]
"procps-ps" -> "update-alternatives-opkg"
"procps-sysctl" -> "bash" [label="/bin/sh"] [style=dashed]
"procps-sysctl" -> "busybox" [label="/bin/sh"] [style=dashed]
"procps-sysctl" -> "libproc2-0" [label="procps-lib"] [style=dashed]
"procps-sysctl" -> "update-alternatives-opkg"
"procps" -> "update-alternatives-opkg"
"psmisc" -> "fuser"
"psmisc" -> "killall"
"psmisc" -> "pstree"
"psplash" -> "bash" [label="/bin/sh"] [style=dashed]
"psplash" -> "busybox" [label="/bin/sh"] [style=dashed]
"psplash-default" -> "bash" [label="/bin/sh"] [style=dashed]
"psplash-default" -> "busybox" [label="/bin/sh"] [style=dashed]
"psplash-default" -> "psplash"
"psplash-default" -> "update-alternatives-opkg"
"psplash" -> "psplash-default"
"psplash" -> "update-rc.d" [style=dotted]
"pstree" -> "bash" [label="/bin/sh"] [style=dashed]
"pstree" -> "busybox" [label="/bin/sh"] [style=dashed]
"pstree" -> "libtinfo5" [label=">= 6.4"]
"pstree" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"pstree" -> "update-alternatives-opkg"
"python3-audio" -> "python3-core"
"python3-codecs" -> "python3-core"
"python3-compression" -> "busybox" [label="/usr/bin/env"] [style=dashed]
"python3-compression" -> "coreutils" [label="/usr/bin/env"] [style=dashed]
"python3-compression" -> "python3-core"
"python3-core" -> "bash" [label="/bin/sh"] [style=dashed]
"python3-core" -> "busybox" [label="/bin/sh"] [style=dashed]
"python3-core" -> "busybox" [label="/usr/bin/env"] [style=dashed]
"python3-core" -> "coreutils" [label="/usr/bin/env"] [style=dashed]
"python3-core" -> "libbz2-1" [label=">= 1.0.8"]
"python3-core" -> "libbz2-1" [label="libbz2.so.1"] [style=dashed]
"python3-core" -> "libedit0" [label=">= 20230828+3.1"]
"python3-core" -> "libedit0" [label="libedit.so.0"] [style=dashed]
"python3-core" -> "liblzma5" [label=">= 5.4.6"]
"python3-core" -> "liblzma5" [label="liblzma.so.5"] [style=dashed]
"python3-core" -> "liblzma5" [label="liblzma.so.5(XZ_5.0)"] [style=dashed]
"python3-core" -> "libpython3.12-1.0" [label=">= 3.12.3"]
"python3-core" -> "libpython3.12-1.0" [label="libpython3.12.so.1.0"] [style=dashed]
"python3-core" -> "libz1" [label=">= 1.3.1"]
"python3-core" -> "libz1" [label="libz.so.1"] [style=dashed]
"python3-core" -> "libz1" [label="libz.so.1(ZLIB_1.2.0)"] [style=dashed]
"python3-crypt" -> "ca-certificates" [style=dotted]
"python3-crypt" -> "libcrypt2" [label=">= 4.4.36"]
"python3-crypt" -> "libcrypt2" [label="libcrypt.so.2"] [style=dashed]
"python3-crypt" -> "libcrypt2" [label="libcrypt.so.2(XCRYPT_2.0)"] [style=dashed]
"python3-crypt" -> "libcrypto3" [label=">= 3.2.1"]
"python3-crypt" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"python3-crypt" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"python3-crypt" -> "openssl" [style=dotted]
"python3-crypt" -> "python3-core"
"python3-crypt" -> "python3-math"
"python3-crypt" -> "python3-stringold"
"python3-curses" -> "libncursesw5" [label=">= 6.4"]
"python3-curses" -> "libncursesw5" [label="libncursesw.so.5"] [style=dashed]
"python3-curses" -> "libpanelw5" [label=">= 6.4"]
"python3-curses" -> "libpanelw5" [label="libpanelw.so.5"] [style=dashed]
"python3-curses" -> "libtinfo5" [label=">= 6.4"]
"python3-curses" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"python3-curses" -> "python3-core"
"python3-datetime" -> "python3-core"
"python3-email" -> "python3-core"
"python3-email" -> "python3-crypt"
"python3-email" -> "python3-datetime"
"python3-email" -> "python3-io"
"python3-email" -> "python3-math"
"python3-email" -> "python3-mime"
"python3-email" -> "python3-netclient"
"python3-email" -> "python3-stringold"
"python3-fcntl" -> "python3-core"
"python3-html" -> "python3-core"
"python3-iniparse" -> "python3-core"
"python3-iniparse" -> "python3-six"
"python3-io" -> "libcrypto3" [label=">= 3.2.1"]
"python3-io" -> "libcrypto3" [label="libcrypto.so.3(OPENSSL_3.0.0)"] [style=dashed]
"python3-io" -> "libcrypto3" [label="libcrypto.so.3"] [style=dashed]
"python3-io" -> "libssl3" [label=">= 3.2.1"]
"python3-io" -> "libssl3" [label="libssl.so.3(OPENSSL_3.0.0)"] [style=dashed]
"python3-io" -> "libssl3" [label="libssl.so.3"] [style=dashed]
"python3-io" -> "python3-core"
"python3-io" -> "python3-crypt"
"python3-io" -> "python3-math"
"python3-io" -> "python3-netclient"
"python3-io" -> "python3-shell"
"python3-json" -> "python3-core"
"python3-logging" -> "python3-core"
"python3-logging" -> "python3-io"
"python3-logging" -> "python3-netserver"
"python3-logging" -> "python3-pickle"
"python3-logging" -> "python3-stringold"
"python3-logging" -> "python3-threading"
"python3-math" -> "python3-core"
"python3-math" -> "python3-crypt"
"python3-mime" -> "busybox" [label="/usr/bin/env"] [style=dashed]
"python3-mime" -> "coreutils" [label="/usr/bin/env"] [style=dashed]
"python3-mime" -> "python3-core"
"python3-misc" -> "busybox" [label="/usr/bin/env"] [style=dashed]
"python3-misc" -> "coreutils" [label="/usr/bin/env"] [style=dashed]
"python3-misc" -> "python3-audio"
"python3-misc" -> "python3-codecs"
"python3-misc" -> "python3-core"
"python3-misc" -> "python3-email"
"python3-misc" -> "python3-numbers"
"python3-misc" -> "python3-pickle"
"python3-misc" -> "python3-pydoc"
"python3-netclient" -> "busybox" [label="/usr/bin/env"] [style=dashed]
"python3-netclient" -> "coreutils" [label="/usr/bin/env"] [style=dashed]
"python3-netclient" -> "libuuid1" [label=">= 2.39.3"]
"python3-netclient" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"python3-netclient" -> "libuuid1" [label="libuuid.so.1(UUID_2.20)"] [style=dashed]
"python3-netclient" -> "python3-core"
"python3-netclient" -> "python3-crypt"
"python3-netclient" -> "python3-datetime"
"python3-netclient" -> "python3-email"
"python3-netclient" -> "python3-io"
"python3-netclient" -> "python3-math"
"python3-netclient" -> "python3-mime"
"python3-netclient" -> "python3-stringold"
"python3-netserver" -> "busybox" [label="/usr/bin/env"] [style=dashed]
"python3-netserver" -> "coreutils" [label="/usr/bin/env"] [style=dashed]
"python3-netserver" -> "python3-core"
"python3-netserver" -> "python3-crypt"
"python3-netserver" -> "python3-datetime"
"python3-netserver" -> "python3-email"
"python3-netserver" -> "python3-html"
"python3-netserver" -> "python3-io"
"python3-netserver" -> "python3-math"
"python3-netserver" -> "python3-mime"
"python3-netserver" -> "python3-netclient"
"python3-netserver" -> "python3-stringold"
"python3-numbers" -> "python3-core"
"python3-pickle" -> "python3-core"
"python3-pydoc" -> "busybox" [label="/usr/bin/env"] [style=dashed]
"python3-pydoc" -> "coreutils" [label="/usr/bin/env"] [style=dashed]
"python3-pydoc" -> "python3-core"
"python3-pydoc" -> "python3-io"
"python3-pydoc" -> "/usr/bin/python3.12"
"python3-rpm" -> "rpm-build" [label=">= 4.19.1.1"]
"python3-rpm" -> "rpm-build" [label="librpmbuild.so.10"] [style=dashed]
"python3-rpm" -> "rpm" [label=">= 4.19.1.1"]
"python3-rpm" -> "rpm" [label="librpmio.so.10"] [style=dashed]
"python3-rpm" -> "rpm" [label="librpm.so.10"] [style=dashed]
"python3-rpm" -> "rpm-sign" [label=">= 4.19.1.1"]
"python3-rpm" -> "rpm-sign" [label="librpmsign.so.10"] [style=dashed]
"python3-shell" -> "python3-core"
"python3-shell" -> "python3-stringold"
"python3-six" -> "python3-core"
"python3-six" -> "python3-io"
"python3-sqlite3" -> "libsqlite3-0" [label=">= 3.45.1"]
"python3-sqlite3" -> "libsqlite3-0" [label="libsqlite3.so.0"] [style=dashed]
"python3-sqlite3" -> "python3-core"
"python3-sqlite3" -> "python3-datetime"
"python3-stringold" -> "python3-core"
"python3-threading" -> "python3-core"
"rpcbind" -> "base-files"
"rpcbind" -> "base-passwd"
"rpcbind" -> "bash" [label="/bin/sh"] [style=dashed]
"rpcbind" -> "busybox" [label="/bin/sh"] [style=dashed]
"rpcbind" -> "initscripts-functions" [label="initd-functions"] [style=dashed]
"rpcbind" -> "libtirpc3" [label=">= 1.3.4"]
"rpcbind" -> "libtirpc3" [label="libtirpc.so.3"] [style=dashed]
"rpcbind" -> "libtirpc3" [label="libtirpc.so.3(TIRPC_0.3.0)"] [style=dashed]
"rpcbind" -> "libtirpc3" [label="libtirpc.so.3(TIRPC_0.3.3)"] [style=dashed]
"rpcbind" -> "libtirpc3" [label="libtirpc.so.3(TIRPC_PRIVATE)"] [style=dashed]
"rpcbind" -> "shadow"
"rpcbind" -> "update-alternatives-opkg"
"rpcbind" -> "update-rc.d" [style=dotted]
"rpm" -> "bash" [label="/bin/sh"] [style=dashed]
"rpm-build" -> "bash"
"rpm-build" -> "bash" [label="/bin/bash"] [style=dashed]
"rpm-build" -> "bash" [label="/bin/sh"] [style=dashed]
"rpm-build" -> "busybox" [label="/bin/sh"] [style=dashed]
"rpm-build" -> "debugedit"
"rpm-build" -> "file" [label=">= 5.45"]
"rpm-build" -> "file" [label="libmagic.so.1"] [style=dashed]
"rpm-build" -> "libdw1" [label=">= 0.191"]
"rpm-build" -> "libdw1" [label="libdw.so.1(ELFUTILS_0.159)"] [style=dashed]
"rpm-build" -> "libdw1" [label="libdw.so.1"] [style=dashed]
"rpm-build" -> "libelf1" [label=">= 0.191"]
"rpm-build" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.0)"] [style=dashed]
"rpm-build" -> "libelf1" [label="libelf.so.1(ELFUTILS_1.5)"] [style=dashed]
"rpm-build" -> "libelf1" [label="libelf.so.1"] [style=dashed]
"rpm-build" -> "libgomp1" [label=">= 13.2.0"]
"rpm-build" -> "libgomp1" [label="libgomp.so.1(GOMP_1.0)"] [style=dashed]
"rpm-build" -> "libgomp1" [label="libgomp.so.1(GOMP_2.0)"] [style=dashed]
"rpm-build" -> "libgomp1" [label="libgomp.so.1(GOMP_4.0)"] [style=dashed]
"rpm-build" -> "libgomp1" [label="libgomp.so.1(OMP_1.0)"] [style=dashed]
"rpm-build" -> "libgomp1" [label="libgomp.so.1"] [style=dashed]
"rpm-build" -> "libpopt0" [label=">= 1.19"]
"rpm-build" -> "libpopt0" [label="libpopt.so.0(LIBPOPT_0)"] [style=dashed]
"rpm-build" -> "libpopt0" [label="libpopt.so.0"] [style=dashed]
"rpm-build" -> "perl"
"rpm-build" -> "python3-core"
"rpm-build" -> "rpm-build" [label="librpmbuild.so.10"] [style=dashed]
"rpm-build" -> "rpm" [label=">= 4.19.1.1"]
"rpm-build" -> "rpm" [label="librpmio.so.10"] [style=dashed]
"rpm-build" -> "rpm" [label="librpm.so.10"] [style=dashed]
"rpm-build" -> "/usr/bin/perl"
"rpm" -> "busybox" [label="/bin/sh"] [style=dashed]
"rpm" -> "libbz2-1" [label=">= 1.0.8"]
"rpm" -> "libbz2-1" [label="libbz2.so.1"] [style=dashed]
"rpm" -> "libgcrypt" [label=">= 1.10.3"]
"rpm" -> "libgcrypt" [label="libgcrypt.so.20(GCRYPT_1.6)"] [style=dashed]
"rpm" -> "libgcrypt" [label="libgcrypt.so.20"] [style=dashed]
"rpm" -> "liblzma5" [label=">= 5.4.6"]
"rpm" -> "liblzma5" [label="liblzma.so.5"] [style=dashed]
"rpm" -> "liblzma5" [label="liblzma.so.5(XZ_5.0)"] [style=dashed]
"rpm" -> "liblzma5" [label="liblzma.so.5(XZ_5.2)"] [style=dashed]
"rpm" -> "libpopt0" [label=">= 1.19"]
"rpm" -> "libpopt0" [label="libpopt.so.0(LIBPOPT_0)"] [style=dashed]
"rpm" -> "libpopt0" [label="libpopt.so.0"] [style=dashed]
"rpm" -> "libsqlite3-0" [label=">= 3.45.1"]
"rpm" -> "libsqlite3-0" [label="libsqlite3.so.0"] [style=dashed]
"rpm" -> "libz1" [label=">= 1.3.1"]
"rpm" -> "libz1" [label="libz.so.1"] [style=dashed]
"rpm" -> "libz1" [label="libz.so.1(ZLIB_1.2.3.3)"] [style=dashed]
"rpm" -> "libzstd1" [label=">= 1.5.5"]
"rpm" -> "libzstd1" [label="libzstd.so.1"] [style=dashed]
"rpm" -> "rpm-archive" [style=dotted]
"rpm" -> "rpm" [label="librpmio.so.10"] [style=dashed]
"rpm" -> "rpm" [label="librpm.so.10"] [style=dashed]
"rpm" -> "rpm-sign" [style=dotted]
"rpm-sign" -> "bash" [label="/bin/sh"] [style=dashed]
"rpm-sign" -> "busybox" [label="/bin/sh"] [style=dashed]
"rpm-sign" -> "libpopt0" [label=">= 1.19"]
"rpm-sign" -> "libpopt0" [label="libpopt.so.0(LIBPOPT_0)"] [style=dashed]
"rpm-sign" -> "libpopt0" [label="libpopt.so.0"] [style=dashed]
"rpm-sign" -> "rpm" [label=">= 4.19.1.1"]
"rpm-sign" -> "rpm" [label="librpmio.so.10"] [style=dashed]
"rpm-sign" -> "rpm" [label="librpm.so.10"] [style=dashed]
"rpm-sign" -> "rpm-sign" [label="librpmsign.so.10"] [style=dashed]
"sed" -> "bash" [label="/bin/sh"] [style=dashed]
"sed" -> "busybox" [label="/bin/sh"] [style=dashed]
"sed" -> "update-alternatives-opkg"
"shadow-base" -> "bash" [label="/bin/sh"] [style=dashed]
"shadow-base" -> "busybox" [label="/bin/sh"] [style=dashed]
"shadow-base" -> "libcrypt2" [label=">= 4.4.36"]
"shadow-base" -> "libcrypt2" [label="libcrypt.so.2"] [style=dashed]
"shadow-base" -> "libcrypt2" [label="libcrypt.so.2(XCRYPT_2.0)"] [style=dashed]
"shadow" -> "base-passwd"
"shadow-base" -> "update-alternatives-opkg"
"shadow" -> "bash" [label="/bin/sh"] [style=dashed]
"shadow" -> "busybox" [label="/bin/sh"] [style=dashed]
"shadow" -> "group(mail)" [style=dotted]
"shadow" -> "libattr1" [label=">= 2.5.2"]
"shadow" -> "libattr1" [label="libattr.so.1(ATTR_1.1)"] [style=dashed]
"shadow" -> "libattr1" [label="libattr.so.1"] [style=dashed]
"shadow" -> "libcrypt2" [label=">= 4.4.36"]
"shadow" -> "libcrypt2" [label="libcrypt.so.2"] [style=dashed]
"shadow" -> "libcrypt2" [label="libcrypt.so.2(XCRYPT_2.0)"] [style=dashed]
"shadow" -> "shadow-base"
"shadow" -> "shadow" [label="libsubid.so.4"] [style=dashed]
"shadow" -> "shadow-securetty"
"shadow" -> "update-alternatives-opkg"
"shadow" -> "util-linux-sulogin"
"shared-mime-info" -> "libglib-2.0-0" [label=">= 2.78.4"]
"shared-mime-info" -> "libglib-2.0-0" [label="libglib-2.0.so.0"] [style=dashed]
"shared-mime-info" -> "libstdc++6" [label=">= 13.2.0"]
"shared-mime-info" -> "libstdc++6" [label="libstdc++.so.6(CXXABI_1.3.9)"] [style=dashed]
"shared-mime-info" -> "libstdc++6" [label="libstdc++.so.6(CXXABI_1.3)"] [style=dashed]
"shared-mime-info" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.20)"] [style=dashed]
"shared-mime-info" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.21)"] [style=dashed]
"shared-mime-info" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4.26)"] [style=dashed]
"shared-mime-info" -> "libstdc++6" [label="libstdc++.so.6(GLIBCXX_3.4)"] [style=dashed]
"shared-mime-info" -> "libstdc++6" [label="libstdc++.so.6"] [style=dashed]
"shared-mime-info" -> "libxml2" [label=">= 2.12.6"]
"shared-mime-info" -> "libxml2" [label="libxml2.so.2(LIBXML2_2.4.30)"] [style=dashed]
"shared-mime-info" -> "libxml2" [label="libxml2.so.2"] [style=dashed]
"shared-mime-info-locale-en-gb" -> "virtual-locale-en-gb" [style=dotted]
"sudo-lib" -> "libcrypt2" [label=">= 4.4.36"]
"sudo-lib" -> "libcrypt2" [label="libcrypt.so.2"] [style=dashed]
"sudo-lib" -> "libcrypt2" [label="libcrypt.so.2(XCRYPT_2.0)"] [style=dashed]
"sudo-lib" -> "sudo-lib" [label="libsudo_util.so.0"] [style=dashed]
"sudo" -> "sudo-lib" [label=">= 1.9.15p5"]
"sudo" -> "sudo-lib" [label="libsudo_util.so.0"] [style=dashed]
"sudo" -> "sudo-sudo"
"sudo-sudo" -> "sudo-lib" [label=">= 1.9.15p5"]
"sudo-sudo" -> "sudo-lib" [label="libsudo_util.so.0"] [style=dashed]
"sysklogd" -> "bash" [label="/bin/sh"] [style=dashed]
"sysklogd" -> "busybox" [label="/bin/sh"] [style=dashed]
"sysklogd" -> "initscripts-functions" [label="initd-functions"] [style=dashed]
"sysklogd" -> "update-rc.d" [style=dotted]
"sysvinit" -> "base-passwd"
"sysvinit" -> "bash" [label="/bin/sh"] [style=dashed]
"sysvinit" -> "busybox" [label="/bin/sh"] [style=dashed]
"sysvinit" -> "group(shutdown)" [style=dotted]
"sysvinit" -> "initscripts-functions" [label="initd-functions"] [style=dashed]
"sysvinit-inittab" -> "bash" [label="/bin/sh"] [style=dashed]
"sysvinit-inittab" -> "busybox" [label="/bin/sh"] [style=dashed]
"sysvinit-inittab" -> "ttyrun"
"sysvinit-pidof" -> "bash" [label="/bin/sh"] [style=dashed]
"sysvinit-pidof" -> "busybox" [label="/bin/sh"] [style=dashed]
"sysvinit-pidof" -> "update-alternatives-opkg"
"sysvinit" -> "sysvinit-inittab"
"sysvinit" -> "sysvinit-pidof"
"sysvinit" -> "update-alternatives-opkg"
"tar" -> "bash" [label="/bin/sh"] [style=dashed]
"tar" -> "busybox" [label="/bin/sh"] [style=dashed]
"tar" -> "libacl1" [label=">= 2.3.2"]
"tar" -> "libacl1" [label="libacl.so.1(ACL_1.0)"] [style=dashed]
"tar" -> "libacl1" [label="libacl.so.1"] [style=dashed]
"tar" -> "update-alternatives-opkg"
"time" -> "bash" [label="/bin/sh"] [style=dashed]
"time" -> "busybox" [label="/bin/sh"] [style=dashed]
"time" -> "update-alternatives-opkg"
"update-alternatives-opkg" -> "bash" [label="/bin/sh"] [style=dashed]
"update-alternatives-opkg" -> "busybox" [label="/bin/sh"] [style=dashed]
"update-rc.d" -> "bash" [label="/bin/sh"] [style=dashed]
"update-rc.d" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-agetty" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-agetty" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-agetty" -> "update-alternatives-opkg"
"util-linux-blkdiscard" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-blkdiscard" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"util-linux-blkdiscard" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"util-linux-blkdiscard" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-blkid" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-blkid" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-blkid" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-blkid" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"util-linux-blkid" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"util-linux-blkid" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"util-linux-blkid" -> "libblkid1" [label="libblkid.so.1(BLKID_2.18)"] [style=dashed]
"util-linux-blkid" -> "libblkid1" [label="libblkid.so.1(BLKID_2.20)"] [style=dashed]
"util-linux-blkid" -> "libblkid1" [label="libblkid.so.1(BLKID_2_37)"] [style=dashed]
"util-linux-blkid" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-blkid" -> "update-alternatives-opkg"
"util-linux-blockdev" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-blockdev" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-blockdev" -> "update-alternatives-opkg"
"util-linux-cal" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-cal" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-cal" -> "libtinfo5" [label=">= 6.4"]
"util-linux-cal" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"util-linux-cal" -> "update-alternatives-opkg"
"util-linux-cfdisk" -> "libfdisk1" [label=">= 2.39.3"]
"util-linux-cfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.26)"] [style=dashed]
"util-linux-cfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.28)"] [style=dashed]
"util-linux-cfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.31)"] [style=dashed]
"util-linux-cfdisk" -> "libfdisk1" [label="libfdisk.so.1"] [style=dashed]
"util-linux-cfdisk" -> "libmount1" [label=">= 2.39.3"]
"util-linux-cfdisk" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-cfdisk" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-cfdisk" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-cfdisk" -> "libncursesw5" [label=">= 6.4"]
"util-linux-cfdisk" -> "libncursesw5" [label="libncursesw.so.5"] [style=dashed]
"util-linux-cfdisk" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-cfdisk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-cfdisk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.28)"] [style=dashed]
"util-linux-cfdisk" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-cfdisk" -> "libtinfo5" [label=">= 6.4"]
"util-linux-cfdisk" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"util-linux-chrt" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-chrt" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-chrt" -> "update-alternatives-opkg"
"util-linux-column" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-column" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-column" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-column" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.29)"] [style=dashed]
"util-linux-column" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.30)"] [style=dashed]
"util-linux-column" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.31)"] [style=dashed]
"util-linux-column" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.38)"] [style=dashed]
"util-linux-column" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.39)"] [style=dashed]
"util-linux-column" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-dmesg" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-dmesg" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-dmesg" -> "libtinfo5" [label=">= 6.4"]
"util-linux-dmesg" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"util-linux-dmesg" -> "update-alternatives-opkg"
"util-linux-eject" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-eject" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-eject" -> "libmount1" [label=">= 2.39.3"]
"util-linux-eject" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-eject" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-eject" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-eject" -> "update-alternatives-opkg"
"util-linux-fallocate" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-fallocate" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-fallocate" -> "update-alternatives-opkg"
"util-linux-fdisk" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-fdisk" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label=">= 2.39.3"]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.26)"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.27)"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.28)"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.29)"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.30)"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.31)"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.32)"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.33)"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.36)"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.38)"] [style=dashed]
"util-linux-fdisk" -> "libfdisk1" [label="libfdisk.so.1"] [style=dashed]
"util-linux-fdisk" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-fdisk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-fdisk" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-fdisk" -> "libtinfo5" [label=">= 6.4"]
"util-linux-fdisk" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"util-linux-fdisk" -> "update-alternatives-opkg"
"util-linux-fincore" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-fincore" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-fincore" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-fincore" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-fincore" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-findfs" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-findfs" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-findfs" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-findfs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"util-linux-findfs" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-findfs" -> "update-alternatives-opkg"
"util-linux-findmnt" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-findmnt" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"util-linux-findmnt" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-findmnt" -> "libmount1" [label=">= 2.39.3"]
"util-linux-findmnt" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-findmnt" -> "libmount1" [label="libmount.so.1(MOUNT_2.20)"] [style=dashed]
"util-linux-findmnt" -> "libmount1" [label="libmount.so.1(MOUNT_2.21)"] [style=dashed]
"util-linux-findmnt" -> "libmount1" [label="libmount.so.1(MOUNT_2.22)"] [style=dashed]
"util-linux-findmnt" -> "libmount1" [label="libmount.so.1(MOUNT_2.23)"] [style=dashed]
"util-linux-findmnt" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-findmnt" -> "libmount1" [label="libmount.so.1(MOUNT_2.25)"] [style=dashed]
"util-linux-findmnt" -> "libmount1" [label="libmount.so.1(MOUNT_2.34)"] [style=dashed]
"util-linux-findmnt" -> "libmount1" [label="libmount.so.1(MOUNT_2_37)"] [style=dashed]
"util-linux-findmnt" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-findmnt" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-findmnt" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-findmnt" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-findmnt" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.28)"] [style=dashed]
"util-linux-findmnt" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.29)"] [style=dashed]
"util-linux-findmnt" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-findmnt" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.38)"] [style=dashed]
"util-linux-findmnt" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-flock" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-flock" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-flock" -> "update-alternatives-opkg"
"util-linux-fsck" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-fsck" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-fsck.cramfs" -> "libz1" [label=">= 1.3.1"]
"util-linux-fsck.cramfs" -> "libz1" [label="libz.so.1"] [style=dashed]
"util-linux-fsck" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-fsck" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"util-linux-fsck" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"util-linux-fsck" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-fsck" -> "libmount1" [label=">= 2.39.3"]
"util-linux-fsck" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-fsck" -> "libmount1" [label="libmount.so.1(MOUNT_2.20)"] [style=dashed]
"util-linux-fsck" -> "libmount1" [label="libmount.so.1(MOUNT_2.21)"] [style=dashed]
"util-linux-fsck" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-fsck" -> "libmount1" [label="libmount.so.1(MOUNT_2_38)"] [style=dashed]
"util-linux-fsck" -> "libmount1" [label="libmount.so.1(MOUNT_2_39)"] [style=dashed]
"util-linux-fsck" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-fsck" -> "update-alternatives-opkg"
"util-linux-fsfreeze" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-fsfreeze" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-fsfreeze" -> "update-alternatives-opkg"
"util-linux-fstrim" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-fstrim" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-fstrim" -> "libmount1" [label=">= 2.39.3"]
"util-linux-fstrim" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-fstrim" -> "libmount1" [label="libmount.so.1(MOUNT_2.21)"] [style=dashed]
"util-linux-fstrim" -> "libmount1" [label="libmount.so.1(MOUNT_2.22)"] [style=dashed]
"util-linux-fstrim" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-fstrim" -> "libmount1" [label="libmount.so.1(MOUNT_2.25)"] [style=dashed]
"util-linux-fstrim" -> "libmount1" [label="libmount.so.1(MOUNT_2.34)"] [style=dashed]
"util-linux-fstrim" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-fstrim" -> "update-alternatives-opkg"
"util-linux-getopt" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-getopt" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-getopt" -> "update-alternatives-opkg"
"util-linux-hexdump" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-hexdump" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-hexdump" -> "libtinfo5" [label=">= 6.4"]
"util-linux-hexdump" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"util-linux-hexdump" -> "update-alternatives-opkg"
"util-linux-hwclock" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-hwclock" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-hwclock" -> "update-alternatives-opkg"
"util-linux-ionice" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-ionice" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-ionice" -> "update-alternatives-opkg"
"util-linux-ipcrm" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-ipcrm" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-ipcrm" -> "update-alternatives-opkg"
"util-linux-ipcs" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-ipcs" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-ipcs" -> "update-alternatives-opkg"
"util-linux-irqtop" -> "libncursesw5" [label=">= 6.4"]
"util-linux-irqtop" -> "libncursesw5" [label="libncursesw.so.5"] [style=dashed]
"util-linux-irqtop" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-irqtop" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-irqtop" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-irqtop" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.28)"] [style=dashed]
"util-linux-irqtop" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-irqtop" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-irqtop" -> "libtinfo5" [label=">= 6.4"]
"util-linux-irqtop" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"util-linux-kill" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-kill" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-kill" -> "update-alternatives-opkg"
"util-linux-last" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-last" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-last" -> "update-alternatives-opkg"
"util-linux" -> "libuuid1" [label="util-linux-libuuid"] [style=dashed]
"util-linux-logger" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-logger" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-logger" -> "update-alternatives-opkg"
"util-linux-losetup" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-losetup" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-losetup" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-losetup" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-losetup" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-losetup" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-losetup" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-losetup" -> "update-alternatives-opkg"
"util-linux-lsblk" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-lsblk" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"util-linux-lsblk" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"util-linux-lsblk" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-lsblk" -> "libmount1" [label=">= 2.39.3"]
"util-linux-lsblk" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-lsblk" -> "libmount1" [label="libmount.so.1(MOUNT_2.21)"] [style=dashed]
"util-linux-lsblk" -> "libmount1" [label="libmount.so.1(MOUNT_2.22)"] [style=dashed]
"util-linux-lsblk" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-lsblk" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-lsblk" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-lsblk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-lsblk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-lsblk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.29)"] [style=dashed]
"util-linux-lsblk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.30)"] [style=dashed]
"util-linux-lsblk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-lsblk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.34)"] [style=dashed]
"util-linux-lsblk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.38)"] [style=dashed]
"util-linux-lsblk" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-lscpu" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-lscpu" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-lscpu" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-lscpu" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-lscpu" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-lsfd" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-lsfd" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-lsfd" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-lsfd" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.29)"] [style=dashed]
"util-linux-lsfd" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-lsfd" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.38)"] [style=dashed]
"util-linux-lsfd" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-lsipc" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-lsipc" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-lsipc" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-lsipc" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.38)"] [style=dashed]
"util-linux-lsipc" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-lsirq" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-lsirq" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-lsirq" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-lsirq" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-lsirq" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-lslocks" -> "libmount1" [label=">= 2.39.3"]
"util-linux-lslocks" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-lslocks" -> "libmount1" [label="libmount.so.1(MOUNT_2.22)"] [style=dashed]
"util-linux-lslocks" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-lslocks" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-lslocks" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-lslocks" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-lslocks" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-lslocks" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-lslocks" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-lslogins" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-lslogins" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-lslogins" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.38)"] [style=dashed]
"util-linux-lslogins" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-lsmem" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-lsmem" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-lsmem" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-lsmem" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-lsmem" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-lsns" -> "libmount1" [label=">= 2.39.3"]
"util-linux-lsns" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-lsns" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-lsns" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-lsns" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-lsns" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-lsns" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.29)"] [style=dashed]
"util-linux-lsns" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-lsns" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-mcookie" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-mcookie" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-mcookie" -> "update-alternatives-opkg"
"util-linux-mesg" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-mesg" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-mesg" -> "update-alternatives-opkg"
"util-linux-mkfs.cramfs" -> "libz1" [label=">= 1.3.1"]
"util-linux-mkfs.cramfs" -> "libz1" [label="libz.so.1"] [style=dashed]
"util-linux-mkswap" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-mkswap" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-mkswap" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-mkswap" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"util-linux-mkswap" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"util-linux-mkswap" -> "libblkid1" [label="libblkid.so.1(BLKID_2.21)"] [style=dashed]
"util-linux-mkswap" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-mkswap" -> "libuuid1" [label=">= 2.39.3"]
"util-linux-mkswap" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"util-linux-mkswap" -> "libuuid1" [label="libuuid.so.1(UUID_1.0)"] [style=dashed]
"util-linux-mkswap" -> "update-alternatives-opkg"
"util-linux-more" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-more" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-more" -> "libtinfo5" [label=">= 6.4"]
"util-linux-more" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"util-linux-more" -> "update-alternatives-opkg"
"util-linux-mount" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-mount" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-mount" -> "libmount1" [label=">= 2.39.3"]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2.20)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2.21)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2.22)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2.25)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2.30)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2.33)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2.34)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2_35)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2_38)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1(MOUNT_2_39)"] [style=dashed]
"util-linux-mount" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-mountpoint" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-mountpoint" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-mountpoint" -> "libmount1" [label=">= 2.39.3"]
"util-linux-mountpoint" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-mountpoint" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-mountpoint" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-mountpoint" -> "update-alternatives-opkg"
"util-linux-mount" -> "update-alternatives-opkg"
"util-linux-nologin" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-nologin" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-nologin" -> "update-alternatives-opkg"
"util-linux-nsenter" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-nsenter" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-nsenter" -> "update-alternatives-opkg"
"util-linux-partx" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-partx" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"util-linux-partx" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"util-linux-partx" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"util-linux-partx" -> "libblkid1" [label="libblkid.so.1(BLKID_2.18)"] [style=dashed]
"util-linux-partx" -> "libblkid1" [label="libblkid.so.1(BLKID_2.25)"] [style=dashed]
"util-linux-partx" -> "libblkid1" [label="libblkid.so.1(BLKID_2.30)"] [style=dashed]
"util-linux-partx" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-partx" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-partx" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-partx" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-pivot-root" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-pivot-root" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-pivot-root" -> "update-alternatives-opkg"
"util-linux-prlimit" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-prlimit" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-prlimit" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-prlimit" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-prlimit" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-prlimit" -> "update-alternatives-opkg"
"util-linux-readprofile" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-readprofile" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-readprofile" -> "update-alternatives-opkg"
"util-linux-renice" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-renice" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-renice" -> "update-alternatives-opkg"
"util-linux-rev" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-rev" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-rev" -> "update-alternatives-opkg"
"util-linux-rfkill" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-rfkill" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-rfkill" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-rfkill" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-rfkill" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-rfkill" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-rfkill" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-rfkill" -> "update-alternatives-opkg"
"util-linux-rtcwake" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-rtcwake" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-rtcwake" -> "update-alternatives-opkg"
"util-linux-scriptreplay" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-scriptreplay" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-scriptreplay" -> "update-alternatives-opkg"
"util-linux-setpriv" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-setpriv" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-setpriv" -> "libcap-ng" [label=">= 0.8.4"]
"util-linux-setpriv" -> "libcap-ng" [label="libcap-ng.so.0"] [style=dashed]
"util-linux-setpriv" -> "update-alternatives-opkg"
"util-linux-setsid" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-setsid" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-setsid" -> "update-alternatives-opkg"
"util-linux-setterm" -> "libtinfo5" [label=">= 6.4"]
"util-linux-setterm" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"util-linux-sfdisk" -> "libfdisk1" [label=">= 2.39.3"]
"util-linux-sfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.26)"] [style=dashed]
"util-linux-sfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.27)"] [style=dashed]
"util-linux-sfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.28)"] [style=dashed]
"util-linux-sfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.29)"] [style=dashed]
"util-linux-sfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.30)"] [style=dashed]
"util-linux-sfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.31)"] [style=dashed]
"util-linux-sfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.33)"] [style=dashed]
"util-linux-sfdisk" -> "libfdisk1" [label="libfdisk.so.1(FDISK_2.36)"] [style=dashed]
"util-linux-sfdisk" -> "libfdisk1" [label="libfdisk.so.1"] [style=dashed]
"util-linux-sfdisk" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-sfdisk" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-sfdisk" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-sfdisk" -> "libtinfo5" [label=">= 6.4"]
"util-linux-sfdisk" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"util-linux-sulogin" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-sulogin" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-sulogin" -> "libcrypt2" [label=">= 4.4.36"]
"util-linux-sulogin" -> "libcrypt2" [label="libcrypt.so.2"] [style=dashed]
"util-linux-sulogin" -> "libcrypt2" [label="libcrypt.so.2(XCRYPT_2.0)"] [style=dashed]
"util-linux-sulogin" -> "update-alternatives-opkg"
"util-linux-swaplabel" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-swaplabel" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"util-linux-swaplabel" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"util-linux-swaplabel" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-swaplabel" -> "libuuid1" [label=">= 2.39.3"]
"util-linux-swaplabel" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"util-linux-swaplabel" -> "libuuid1" [label="libuuid.so.1(UUID_1.0)"] [style=dashed]
"util-linux-swapoff" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-swapoff" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-swapoff" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-swapoff" -> "libblkid1" [label="libblkid.so.1(BLKID_1.0)"] [style=dashed]
"util-linux-swapoff" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"util-linux-swapoff" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"util-linux-swapoff" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-swapoff" -> "libmount1" [label=">= 2.39.3"]
"util-linux-swapoff" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-swapoff" -> "libmount1" [label="libmount.so.1(MOUNT_2.21)"] [style=dashed]
"util-linux-swapoff" -> "libmount1" [label="libmount.so.1(MOUNT_2.22)"] [style=dashed]
"util-linux-swapoff" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-swapoff" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-swapoff" -> "update-alternatives-opkg"
"util-linux-swapon" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-swapon" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-swapon" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-swapon" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"util-linux-swapon" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"util-linux-swapon" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-swapon" -> "libmount1" [label=">= 2.39.3"]
"util-linux-swapon" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-swapon" -> "libmount1" [label="libmount.so.1(MOUNT_2.20)"] [style=dashed]
"util-linux-swapon" -> "libmount1" [label="libmount.so.1(MOUNT_2.21)"] [style=dashed]
"util-linux-swapon" -> "libmount1" [label="libmount.so.1(MOUNT_2.22)"] [style=dashed]
"util-linux-swapon" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-swapon" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-swapon" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-swapon" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-swapon" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-swapon" -> "update-alternatives-opkg"
"util-linux-switch-root" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-switch-root" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-switch-root" -> "update-alternatives-opkg"
"util-linux-taskset" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-taskset" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-taskset" -> "update-alternatives-opkg"
"util-linux-ul" -> "libtinfo5" [label=">= 6.4"]
"util-linux-ul" -> "libtinfo5" [label="libtinfo.so.5"] [style=dashed]
"util-linux-umount" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-umount" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-umount" -> "libmount1" [label=">= 2.39.3"]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2.19)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2.20)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2.21)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2.22)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2.23)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2.24)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2.25)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2.30)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2.33)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2_35)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1(MOUNT_2_37)"] [style=dashed]
"util-linux-umount" -> "libmount1" [label="libmount.so.1"] [style=dashed]
"util-linux-umount" -> "update-alternatives-opkg"
"util-linux-unshare" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-unshare" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-unshare" -> "update-alternatives-opkg"
"util-linux" -> "util-linux-addpart" [style=dotted]
"util-linux" -> "util-linux-agetty" [style=dotted]
"util-linux" -> "util-linux-blkdiscard" [style=dotted]
"util-linux" -> "util-linux-blkid" [style=dotted]
"util-linux" -> "util-linux-blkpr" [style=dotted]
"util-linux" -> "util-linux-blkzone" [style=dotted]
"util-linux" -> "util-linux-blockdev" [style=dotted]
"util-linux" -> "util-linux-cal" [style=dotted]
"util-linux" -> "util-linux-cfdisk" [style=dotted]
"util-linux" -> "util-linux-chcpu" [style=dotted]
"util-linux" -> "util-linux-chmem" [style=dotted]
"util-linux" -> "util-linux-choom" [style=dotted]
"util-linux" -> "util-linux-chrt" [style=dotted]
"util-linux" -> "util-linux-colcrt" [style=dotted]
"util-linux" -> "util-linux-colrm" [style=dotted]
"util-linux" -> "util-linux-col" [style=dotted]
"util-linux" -> "util-linux-column" [style=dotted]
"util-linux" -> "util-linux-ctrlaltdel" [style=dotted]
"util-linux" -> "util-linux-delpart" [style=dotted]
"util-linux" -> "util-linux-dmesg" [style=dotted]
"util-linux" -> "util-linux-eject" [style=dotted]
"util-linux" -> "util-linux-fadvise" [style=dotted]
"util-linux" -> "util-linux-fallocate" [style=dotted]
"util-linux" -> "util-linux-fcntl-lock" [style=dotted]
"util-linux" -> "util-linux-fdisk" [style=dotted]
"util-linux" -> "util-linux-fincore" [style=dotted]
"util-linux" -> "util-linux-findfs" [style=dotted]
"util-linux" -> "util-linux-findmnt" [style=dotted]
"util-linux" -> "util-linux-flock" [style=dotted]
"util-linux" -> "util-linux-fsck.cramfs" [style=dotted]
"util-linux" -> "util-linux-fsck" [style=dotted]
"util-linux" -> "util-linux-fsfreeze" [style=dotted]
"util-linux" -> "util-linux-fstrim" [style=dotted]
"util-linux" -> "util-linux-getopt" [style=dotted]
"util-linux" -> "util-linux-hardlink" [style=dotted]
"util-linux" -> "util-linux-hexdump" [style=dotted]
"util-linux" -> "util-linux-hwclock" [style=dotted]
"util-linux" -> "util-linux-ionice" [style=dotted]
"util-linux" -> "util-linux-ipcmk" [style=dotted]
"util-linux" -> "util-linux-ipcrm" [style=dotted]
"util-linux" -> "util-linux-ipcs" [style=dotted]
"util-linux" -> "util-linux-irqtop" [style=dotted]
"util-linux" -> "util-linux-isosize" [style=dotted]
"util-linux" -> "util-linux-kill" [style=dotted]
"util-linux" -> "util-linux-last" [style=dotted]
"util-linux" -> "util-linux-ldattach" [style=dotted]
"util-linux" -> "util-linux-logger" [style=dotted]
"util-linux" -> "util-linux-look" [style=dotted]
"util-linux" -> "util-linux-losetup" [style=dotted]
"util-linux" -> "util-linux-lsblk" [style=dotted]
"util-linux" -> "util-linux-lscpu" [style=dotted]
"util-linux" -> "util-linux-lsfd" [style=dotted]
"util-linux" -> "util-linux-lsipc" [style=dotted]
"util-linux" -> "util-linux-lsirq" [style=dotted]
"util-linux" -> "util-linux-lslocks" [style=dotted]
"util-linux" -> "util-linux-lslogins" [style=dotted]
"util-linux" -> "util-linux-lsmem" [style=dotted]
"util-linux" -> "util-linux-lsns" [style=dotted]
"util-linux" -> "util-linux-mcookie" [style=dotted]
"util-linux" -> "util-linux-mesg" [style=dotted]
"util-linux" -> "util-linux-mkfs.cramfs" [style=dotted]
"util-linux" -> "util-linux-mkfs" [style=dotted]
"util-linux" -> "util-linux-mkswap" [style=dotted]
"util-linux" -> "util-linux-more" [style=dotted]
"util-linux" -> "util-linux-mountpoint" [style=dotted]
"util-linux" -> "util-linux-mount" [style=dotted]
"util-linux" -> "util-linux-namei" [style=dotted]
"util-linux" -> "util-linux-nologin" [style=dotted]
"util-linux" -> "util-linux-nsenter" [style=dotted]
"util-linux" -> "util-linux-partx" [style=dotted]
"util-linux" -> "util-linux-pipesz" [style=dotted]
"util-linux" -> "util-linux-pivot-root" [style=dotted]
"util-linux" -> "util-linux-prlimit" [style=dotted]
"util-linux" -> "util-linux-readprofile" [style=dotted]
"util-linux" -> "util-linux-rename" [style=dotted]
"util-linux" -> "util-linux-renice" [style=dotted]
"util-linux" -> "util-linux-resizepart" [style=dotted]
"util-linux" -> "util-linux-rev" [style=dotted]
"util-linux" -> "util-linux-rfkill" [style=dotted]
"util-linux" -> "util-linux-rtcwake" [style=dotted]
"util-linux" -> "util-linux-scriptlive" [style=dotted]
"util-linux" -> "util-linux-scriptreplay" [style=dotted]
"util-linux" -> "util-linux-script" [style=dotted]
"util-linux" -> "util-linux-setarch" [style=dotted]
"util-linux" -> "util-linux-setpriv" [style=dotted]
"util-linux" -> "util-linux-setsid" [style=dotted]
"util-linux" -> "util-linux-setterm" [style=dotted]
"util-linux" -> "util-linux-sfdisk" [style=dotted]
"util-linux" -> "util-linux-sulogin" [style=dotted]
"util-linux" -> "util-linux-swaplabel" [style=dotted]
"util-linux" -> "util-linux-swapoff" [style=dotted]
"util-linux" -> "util-linux-swapon" [style=dotted]
"util-linux" -> "util-linux-switch-root" [style=dotted]
"util-linux" -> "util-linux-taskset" [style=dotted]
"util-linux" -> "util-linux-uclampset" [style=dotted]
"util-linux" -> "util-linux-ul" [style=dotted]
"util-linux" -> "util-linux-umount" [style=dotted]
"util-linux" -> "util-linux-unshare" [style=dotted]
"util-linux" -> "util-linux-utmpdump" [style=dotted]
"util-linux" -> "util-linux-uuidd" [style=dotted]
"util-linux" -> "util-linux-uuidgen" [style=dotted]
"util-linux" -> "util-linux-uuidparse" [style=dotted]
"util-linux" -> "util-linux-waitpid" [style=dotted]
"util-linux" -> "util-linux-wall" [style=dotted]
"util-linux" -> "util-linux-wdctl" [style=dotted]
"util-linux" -> "util-linux-whereis" [style=dotted]
"util-linux" -> "util-linux-wipefs" [style=dotted]
"util-linux" -> "util-linux-write" [style=dotted]
"util-linux" -> "util-linux-zramctl" [style=dotted]
"util-linux-utmpdump" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-utmpdump" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-utmpdump" -> "update-alternatives-opkg"
"util-linux-uuidd" -> "libuuid1" [label=">= 2.39.3"]
"util-linux-uuidd" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"util-linux-uuidd" -> "libuuid1" [label="libuuid.so.1(UUID_1.0)"] [style=dashed]
"util-linux-uuidd" -> "libuuid1" [label="libuuid.so.1(UUIDD_PRIVATE)"] [style=dashed]
"util-linux-uuidgen" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-uuidgen" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-uuidgen" -> "libuuid1" [label=">= 2.39.3"]
"util-linux-uuidgen" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"util-linux-uuidgen" -> "libuuid1" [label="libuuid.so.1(UUID_1.0)"] [style=dashed]
"util-linux-uuidgen" -> "libuuid1" [label="libuuid.so.1(UUID_2.31)"] [style=dashed]
"util-linux-uuidgen" -> "update-alternatives-opkg"
"util-linux-uuidparse" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-uuidparse" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-uuidparse" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-uuidparse" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-uuidparse" -> "libuuid1" [label=">= 2.39.3"]
"util-linux-uuidparse" -> "libuuid1" [label="libuuid.so.1"] [style=dashed]
"util-linux-uuidparse" -> "libuuid1" [label="libuuid.so.1(UUID_1.0)"] [style=dashed]
"util-linux-wall" -> "bash" [label="/bin/sh"] [style=dashed]
"util-linux-wall" -> "busybox" [label="/bin/sh"] [style=dashed]
"util-linux-wall" -> "update-alternatives-opkg"
"util-linux-wdctl" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-wdctl" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-wdctl" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-wipefs" -> "libblkid1" [label=">= 2.39.3"]
"util-linux-wipefs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.15)"] [style=dashed]
"util-linux-wipefs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.17)"] [style=dashed]
"util-linux-wipefs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.18)"] [style=dashed]
"util-linux-wipefs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.21)"] [style=dashed]
"util-linux-wipefs" -> "libblkid1" [label="libblkid.so.1(BLKID_2.23)"] [style=dashed]
"util-linux-wipefs" -> "libblkid1" [label="libblkid.so.1(BLKID_2_31)"] [style=dashed]
"util-linux-wipefs" -> "libblkid1" [label="libblkid.so.1"] [style=dashed]
"util-linux-wipefs" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-wipefs" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-wipefs" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.27)"] [style=dashed]
"util-linux-wipefs" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.33)"] [style=dashed]
"util-linux-wipefs" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
"util-linux-zramctl" -> "libsmartcols1" [label=">= 2.39.3"]
"util-linux-zramctl" -> "libsmartcols1" [label="libsmartcols.so.1(SMARTCOLS_2.25)"] [style=dashed]
"util-linux-zramctl" -> "libsmartcols1" [label="libsmartcols.so.1"] [style=dashed]
}