fauxhai-chef 9.3.2 → 9.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3885 @@
1
+ {
2
+ "block_device": {
3
+ "sda": {
4
+ "size": "134217728",
5
+ "removable": "0",
6
+ "model": "VBOX HARDDISK",
7
+ "rev": "1.0",
8
+ "state": "running",
9
+ "timeout": "30",
10
+ "vendor": "ATA",
11
+ "queue_depth": "32",
12
+ "rotational": "1",
13
+ "physical_block_size": "512",
14
+ "logical_block_size": "512"
15
+ }
16
+ },
17
+ "chef_packages": {
18
+ "chef": {
19
+ "version": "18.1.0",
20
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.1.0/gems/chef-18.1.0/lib",
21
+ "chef_effortless": null
22
+ },
23
+ "ohai": {
24
+ "version": "18.0.26",
25
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.1.0/gems/ohai-18.0.26/lib/ohai"
26
+ }
27
+ },
28
+ "command": {
29
+ "ps": "ps -ef"
30
+ },
31
+ "counters": {
32
+ "network": {
33
+ "interfaces": {
34
+ "lo": {
35
+ "tx": {
36
+ "queuelen": "1",
37
+ "bytes": 0,
38
+ "packets": 0,
39
+ "errors": 0,
40
+ "drop": 0,
41
+ "carrier": 0,
42
+ "collisions": 0
43
+ },
44
+ "rx": {
45
+ "bytes": 0,
46
+ "packets": 0,
47
+ "errors": 0,
48
+ "drop": 0,
49
+ "overrun": 0
50
+ }
51
+ },
52
+ "eth0": {
53
+ "rx": {
54
+ "bytes": 0,
55
+ "packets": 0,
56
+ "errors": 0,
57
+ "drop": 0,
58
+ "overrun": 0,
59
+ "frame": 0,
60
+ "compressed": 0,
61
+ "multicast": 0
62
+ },
63
+ "tx": {
64
+ "bytes": 0,
65
+ "packets": 0,
66
+ "errors": 0,
67
+ "drop": 0,
68
+ "overrun": 0,
69
+ "collisions": 0,
70
+ "carrier": 0,
71
+ "compressed": 0
72
+ }
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "cpu": {
78
+ "real": 1,
79
+ "total": 1,
80
+ "cores": 1
81
+ },
82
+ "current_user": "fauxhai",
83
+ "dmi": {
84
+ },
85
+ "domain": "local",
86
+ "filesystem": {
87
+ "by_device": {
88
+ "devtmpfs": {
89
+ "kb_size": "4096",
90
+ "kb_used": "0",
91
+ "kb_available": "4096",
92
+ "percent_used": "0%",
93
+ "total_inodes": "1048576",
94
+ "inodes_used": "348",
95
+ "inodes_available": "1048228",
96
+ "inodes_percent_used": "1%",
97
+ "fs_type": "devtmpfs",
98
+ "mount_options": [
99
+ "rw",
100
+ "nosuid",
101
+ "seclabel",
102
+ "size=4096k",
103
+ "nr_inodes=1048576",
104
+ "mode=755",
105
+ "inode64"
106
+ ],
107
+ "mounts": [
108
+ "/dev"
109
+ ]
110
+ },
111
+ "tmpfs": {
112
+ "kb_size": "78272",
113
+ "kb_used": "0",
114
+ "kb_available": "78272",
115
+ "percent_used": "0%",
116
+ "total_inodes": "19568",
117
+ "inodes_used": "14",
118
+ "inodes_available": "19554",
119
+ "inodes_percent_used": "1%",
120
+ "fs_type": "tmpfs",
121
+ "mount_options": [
122
+ "rw",
123
+ "nosuid",
124
+ "nodev",
125
+ "relatime",
126
+ "seclabel",
127
+ "size=78272k",
128
+ "nr_inodes=19568",
129
+ "mode=700",
130
+ "uid=1000",
131
+ "gid=1000",
132
+ "inode64"
133
+ ],
134
+ "mounts": [
135
+ "/dev/shm",
136
+ "/run",
137
+ "/run/user/1000"
138
+ ]
139
+ },
140
+ "/dev/sda2": {
141
+ "kb_size": "64855104",
142
+ "kb_used": "1471296",
143
+ "kb_available": "63383808",
144
+ "percent_used": "3%",
145
+ "total_inodes": "32443392",
146
+ "inodes_used": "37679",
147
+ "inodes_available": "32405713",
148
+ "inodes_percent_used": "1%",
149
+ "fs_type": "xfs",
150
+ "mount_options": [
151
+ "rw",
152
+ "relatime",
153
+ "seclabel",
154
+ "attr2",
155
+ "inode64",
156
+ "logbufs=8",
157
+ "logbsize=32k",
158
+ "noquota"
159
+ ],
160
+ "uuid": "77094fb0-b937-4fd9-99f6-8585061c2875",
161
+ "mounts": [
162
+ "/"
163
+ ]
164
+ },
165
+ "vagrant": {
166
+ "kb_size": "492054648",
167
+ "kb_used": "395414728",
168
+ "kb_available": "96639920",
169
+ "percent_used": "81%",
170
+ "fs_type": "vboxsf",
171
+ "mount_options": [
172
+ "rw",
173
+ "nodev",
174
+ "relatime",
175
+ "iocharset=utf8",
176
+ "uid=1000",
177
+ "gid=1000",
178
+ "_netdev"
179
+ ],
180
+ "mounts": [
181
+ "/vagrant"
182
+ ]
183
+ },
184
+ "proc": {
185
+ "fs_type": "proc",
186
+ "mount_options": [
187
+ "rw",
188
+ "nosuid",
189
+ "nodev",
190
+ "noexec",
191
+ "relatime"
192
+ ],
193
+ "mounts": [
194
+ "/proc"
195
+ ]
196
+ },
197
+ "sysfs": {
198
+ "fs_type": "sysfs",
199
+ "mount_options": [
200
+ "rw",
201
+ "nosuid",
202
+ "nodev",
203
+ "noexec",
204
+ "relatime",
205
+ "seclabel"
206
+ ],
207
+ "mounts": [
208
+ "/sys"
209
+ ]
210
+ },
211
+ "securityfs": {
212
+ "fs_type": "securityfs",
213
+ "mount_options": [
214
+ "rw",
215
+ "nosuid",
216
+ "nodev",
217
+ "noexec",
218
+ "relatime"
219
+ ],
220
+ "mounts": [
221
+ "/sys/kernel/security"
222
+ ]
223
+ },
224
+ "devpts": {
225
+ "fs_type": "devpts",
226
+ "mount_options": [
227
+ "rw",
228
+ "nosuid",
229
+ "noexec",
230
+ "relatime",
231
+ "seclabel",
232
+ "gid=5",
233
+ "mode=620",
234
+ "ptmxmode=000"
235
+ ],
236
+ "mounts": [
237
+ "/dev/pts"
238
+ ]
239
+ },
240
+ "cgroup2": {
241
+ "fs_type": "cgroup2",
242
+ "mount_options": [
243
+ "rw",
244
+ "nosuid",
245
+ "nodev",
246
+ "noexec",
247
+ "relatime",
248
+ "seclabel",
249
+ "nsdelegate",
250
+ "memory_recursiveprot"
251
+ ],
252
+ "mounts": [
253
+ "/sys/fs/cgroup"
254
+ ]
255
+ },
256
+ "pstore": {
257
+ "fs_type": "pstore",
258
+ "mount_options": [
259
+ "rw",
260
+ "nosuid",
261
+ "nodev",
262
+ "noexec",
263
+ "relatime",
264
+ "seclabel"
265
+ ],
266
+ "mounts": [
267
+ "/sys/fs/pstore"
268
+ ]
269
+ },
270
+ "none": {
271
+ "fs_type": "bpf",
272
+ "mount_options": [
273
+ "rw",
274
+ "nosuid",
275
+ "nodev",
276
+ "noexec",
277
+ "relatime",
278
+ "mode=700"
279
+ ],
280
+ "mounts": [
281
+ "/sys/fs/bpf"
282
+ ]
283
+ },
284
+ "selinuxfs": {
285
+ "fs_type": "selinuxfs",
286
+ "mount_options": [
287
+ "rw",
288
+ "nosuid",
289
+ "noexec",
290
+ "relatime"
291
+ ],
292
+ "mounts": [
293
+ "/sys/fs/selinux"
294
+ ]
295
+ },
296
+ "systemd-1": {
297
+ "fs_type": "autofs",
298
+ "mount_options": [
299
+ "rw",
300
+ "relatime",
301
+ "fd=36",
302
+ "pgrp=1",
303
+ "timeout=0",
304
+ "minproto=5",
305
+ "maxproto=5",
306
+ "direct",
307
+ "pipe_ino=17457"
308
+ ],
309
+ "mounts": [
310
+ "/proc/sys/fs/binfmt_misc"
311
+ ]
312
+ },
313
+ "debugfs": {
314
+ "fs_type": "debugfs",
315
+ "mount_options": [
316
+ "rw",
317
+ "nosuid",
318
+ "nodev",
319
+ "noexec",
320
+ "relatime",
321
+ "seclabel"
322
+ ],
323
+ "mounts": [
324
+ "/sys/kernel/debug"
325
+ ]
326
+ },
327
+ "mqueue": {
328
+ "fs_type": "mqueue",
329
+ "mount_options": [
330
+ "rw",
331
+ "nosuid",
332
+ "nodev",
333
+ "noexec",
334
+ "relatime",
335
+ "seclabel"
336
+ ],
337
+ "mounts": [
338
+ "/dev/mqueue"
339
+ ]
340
+ },
341
+ "tracefs": {
342
+ "fs_type": "tracefs",
343
+ "mount_options": [
344
+ "rw",
345
+ "nosuid",
346
+ "nodev",
347
+ "noexec",
348
+ "relatime",
349
+ "seclabel"
350
+ ],
351
+ "mounts": [
352
+ "/sys/kernel/tracing"
353
+ ]
354
+ },
355
+ "hugetlbfs": {
356
+ "fs_type": "hugetlbfs",
357
+ "mount_options": [
358
+ "rw",
359
+ "relatime",
360
+ "seclabel",
361
+ "pagesize=2M"
362
+ ],
363
+ "mounts": [
364
+ "/dev/hugepages"
365
+ ]
366
+ },
367
+ "configfs": {
368
+ "fs_type": "configfs",
369
+ "mount_options": [
370
+ "rw",
371
+ "nosuid",
372
+ "nodev",
373
+ "noexec",
374
+ "relatime"
375
+ ],
376
+ "mounts": [
377
+ "/sys/kernel/config"
378
+ ]
379
+ },
380
+ "fusectl": {
381
+ "fs_type": "fusectl",
382
+ "mount_options": [
383
+ "rw",
384
+ "nosuid",
385
+ "nodev",
386
+ "noexec",
387
+ "relatime"
388
+ ],
389
+ "mounts": [
390
+ "/sys/fs/fuse/connections"
391
+ ]
392
+ },
393
+ "sunrpc": {
394
+ "fs_type": "rpc_pipefs",
395
+ "mount_options": [
396
+ "rw",
397
+ "relatime"
398
+ ],
399
+ "mounts": [
400
+ "/var/lib/nfs/rpc_pipefs"
401
+ ]
402
+ },
403
+ "/dev/sda": {
404
+ "mounts": [
405
+
406
+ ]
407
+ },
408
+ "/dev/sda1": {
409
+ "fs_type": "swap",
410
+ "uuid": "8b72c2ca-6136-437e-a4fe-4380b6473502",
411
+ "mounts": [
412
+
413
+ ]
414
+ }
415
+ },
416
+ "by_mountpoint": {
417
+ "/dev": {
418
+ "kb_size": "4096",
419
+ "kb_used": "0",
420
+ "kb_available": "4096",
421
+ "percent_used": "0%",
422
+ "total_inodes": "1048576",
423
+ "inodes_used": "348",
424
+ "inodes_available": "1048228",
425
+ "inodes_percent_used": "1%",
426
+ "fs_type": "devtmpfs",
427
+ "mount_options": [
428
+ "rw",
429
+ "nosuid",
430
+ "seclabel",
431
+ "size=4096k",
432
+ "nr_inodes=1048576",
433
+ "mode=755",
434
+ "inode64"
435
+ ],
436
+ "devices": [
437
+ "devtmpfs"
438
+ ]
439
+ },
440
+ "/dev/shm": {
441
+ "kb_size": "391372",
442
+ "kb_used": "0",
443
+ "kb_available": "391372",
444
+ "percent_used": "0%",
445
+ "total_inodes": "97843",
446
+ "inodes_used": "1",
447
+ "inodes_available": "97842",
448
+ "inodes_percent_used": "1%",
449
+ "fs_type": "tmpfs",
450
+ "mount_options": [
451
+ "rw",
452
+ "nosuid",
453
+ "nodev",
454
+ "seclabel",
455
+ "inode64"
456
+ ],
457
+ "devices": [
458
+ "tmpfs"
459
+ ]
460
+ },
461
+ "/run": {
462
+ "kb_size": "156552",
463
+ "kb_used": "4356",
464
+ "kb_available": "152196",
465
+ "percent_used": "3%",
466
+ "total_inodes": "819200",
467
+ "inodes_used": "498",
468
+ "inodes_available": "818702",
469
+ "inodes_percent_used": "1%",
470
+ "fs_type": "tmpfs",
471
+ "mount_options": [
472
+ "rw",
473
+ "nosuid",
474
+ "nodev",
475
+ "seclabel",
476
+ "size=156552k",
477
+ "nr_inodes=819200",
478
+ "mode=755",
479
+ "inode64"
480
+ ],
481
+ "devices": [
482
+ "tmpfs"
483
+ ]
484
+ },
485
+ "/": {
486
+ "kb_size": "64855104",
487
+ "kb_used": "1471296",
488
+ "kb_available": "63383808",
489
+ "percent_used": "3%",
490
+ "total_inodes": "32443392",
491
+ "inodes_used": "37679",
492
+ "inodes_available": "32405713",
493
+ "inodes_percent_used": "1%",
494
+ "fs_type": "xfs",
495
+ "mount_options": [
496
+ "rw",
497
+ "relatime",
498
+ "seclabel",
499
+ "attr2",
500
+ "inode64",
501
+ "logbufs=8",
502
+ "logbsize=32k",
503
+ "noquota"
504
+ ],
505
+ "uuid": "77094fb0-b937-4fd9-99f6-8585061c2875",
506
+ "devices": [
507
+ "/dev/sda2"
508
+ ]
509
+ },
510
+ "/vagrant": {
511
+ "kb_size": "492054648",
512
+ "kb_used": "395414728",
513
+ "kb_available": "96639920",
514
+ "percent_used": "81%",
515
+ "fs_type": "vboxsf",
516
+ "mount_options": [
517
+ "rw",
518
+ "nodev",
519
+ "relatime",
520
+ "iocharset=utf8",
521
+ "uid=1000",
522
+ "gid=1000",
523
+ "_netdev"
524
+ ],
525
+ "devices": [
526
+ "vagrant"
527
+ ]
528
+ },
529
+ "/run/user/1000": {
530
+ "kb_size": "78272",
531
+ "kb_used": "0",
532
+ "kb_available": "78272",
533
+ "percent_used": "0%",
534
+ "total_inodes": "19568",
535
+ "inodes_used": "14",
536
+ "inodes_available": "19554",
537
+ "inodes_percent_used": "1%",
538
+ "fs_type": "tmpfs",
539
+ "mount_options": [
540
+ "rw",
541
+ "nosuid",
542
+ "nodev",
543
+ "relatime",
544
+ "seclabel",
545
+ "size=78272k",
546
+ "nr_inodes=19568",
547
+ "mode=700",
548
+ "uid=1000",
549
+ "gid=1000",
550
+ "inode64"
551
+ ],
552
+ "devices": [
553
+ "tmpfs"
554
+ ]
555
+ },
556
+ "/proc": {
557
+ "fs_type": "proc",
558
+ "mount_options": [
559
+ "rw",
560
+ "nosuid",
561
+ "nodev",
562
+ "noexec",
563
+ "relatime"
564
+ ],
565
+ "devices": [
566
+ "proc"
567
+ ]
568
+ },
569
+ "/sys": {
570
+ "fs_type": "sysfs",
571
+ "mount_options": [
572
+ "rw",
573
+ "nosuid",
574
+ "nodev",
575
+ "noexec",
576
+ "relatime",
577
+ "seclabel"
578
+ ],
579
+ "devices": [
580
+ "sysfs"
581
+ ]
582
+ },
583
+ "/sys/kernel/security": {
584
+ "fs_type": "securityfs",
585
+ "mount_options": [
586
+ "rw",
587
+ "nosuid",
588
+ "nodev",
589
+ "noexec",
590
+ "relatime"
591
+ ],
592
+ "devices": [
593
+ "securityfs"
594
+ ]
595
+ },
596
+ "/dev/pts": {
597
+ "fs_type": "devpts",
598
+ "mount_options": [
599
+ "rw",
600
+ "nosuid",
601
+ "noexec",
602
+ "relatime",
603
+ "seclabel",
604
+ "gid=5",
605
+ "mode=620",
606
+ "ptmxmode=000"
607
+ ],
608
+ "devices": [
609
+ "devpts"
610
+ ]
611
+ },
612
+ "/sys/fs/cgroup": {
613
+ "fs_type": "cgroup2",
614
+ "mount_options": [
615
+ "rw",
616
+ "nosuid",
617
+ "nodev",
618
+ "noexec",
619
+ "relatime",
620
+ "seclabel",
621
+ "nsdelegate",
622
+ "memory_recursiveprot"
623
+ ],
624
+ "devices": [
625
+ "cgroup2"
626
+ ]
627
+ },
628
+ "/sys/fs/pstore": {
629
+ "fs_type": "pstore",
630
+ "mount_options": [
631
+ "rw",
632
+ "nosuid",
633
+ "nodev",
634
+ "noexec",
635
+ "relatime",
636
+ "seclabel"
637
+ ],
638
+ "devices": [
639
+ "pstore"
640
+ ]
641
+ },
642
+ "/sys/fs/bpf": {
643
+ "fs_type": "bpf",
644
+ "mount_options": [
645
+ "rw",
646
+ "nosuid",
647
+ "nodev",
648
+ "noexec",
649
+ "relatime",
650
+ "mode=700"
651
+ ],
652
+ "devices": [
653
+ "none"
654
+ ]
655
+ },
656
+ "/sys/fs/selinux": {
657
+ "fs_type": "selinuxfs",
658
+ "mount_options": [
659
+ "rw",
660
+ "nosuid",
661
+ "noexec",
662
+ "relatime"
663
+ ],
664
+ "devices": [
665
+ "selinuxfs"
666
+ ]
667
+ },
668
+ "/proc/sys/fs/binfmt_misc": {
669
+ "fs_type": "autofs",
670
+ "mount_options": [
671
+ "rw",
672
+ "relatime",
673
+ "fd=36",
674
+ "pgrp=1",
675
+ "timeout=0",
676
+ "minproto=5",
677
+ "maxproto=5",
678
+ "direct",
679
+ "pipe_ino=17457"
680
+ ],
681
+ "devices": [
682
+ "systemd-1"
683
+ ]
684
+ },
685
+ "/sys/kernel/debug": {
686
+ "fs_type": "debugfs",
687
+ "mount_options": [
688
+ "rw",
689
+ "nosuid",
690
+ "nodev",
691
+ "noexec",
692
+ "relatime",
693
+ "seclabel"
694
+ ],
695
+ "devices": [
696
+ "debugfs"
697
+ ]
698
+ },
699
+ "/dev/mqueue": {
700
+ "fs_type": "mqueue",
701
+ "mount_options": [
702
+ "rw",
703
+ "nosuid",
704
+ "nodev",
705
+ "noexec",
706
+ "relatime",
707
+ "seclabel"
708
+ ],
709
+ "devices": [
710
+ "mqueue"
711
+ ]
712
+ },
713
+ "/sys/kernel/tracing": {
714
+ "fs_type": "tracefs",
715
+ "mount_options": [
716
+ "rw",
717
+ "nosuid",
718
+ "nodev",
719
+ "noexec",
720
+ "relatime",
721
+ "seclabel"
722
+ ],
723
+ "devices": [
724
+ "tracefs"
725
+ ]
726
+ },
727
+ "/dev/hugepages": {
728
+ "fs_type": "hugetlbfs",
729
+ "mount_options": [
730
+ "rw",
731
+ "relatime",
732
+ "seclabel",
733
+ "pagesize=2M"
734
+ ],
735
+ "devices": [
736
+ "hugetlbfs"
737
+ ]
738
+ },
739
+ "/sys/kernel/config": {
740
+ "fs_type": "configfs",
741
+ "mount_options": [
742
+ "rw",
743
+ "nosuid",
744
+ "nodev",
745
+ "noexec",
746
+ "relatime"
747
+ ],
748
+ "devices": [
749
+ "configfs"
750
+ ]
751
+ },
752
+ "/sys/fs/fuse/connections": {
753
+ "fs_type": "fusectl",
754
+ "mount_options": [
755
+ "rw",
756
+ "nosuid",
757
+ "nodev",
758
+ "noexec",
759
+ "relatime"
760
+ ],
761
+ "devices": [
762
+ "fusectl"
763
+ ]
764
+ },
765
+ "/var/lib/nfs/rpc_pipefs": {
766
+ "fs_type": "rpc_pipefs",
767
+ "mount_options": [
768
+ "rw",
769
+ "relatime"
770
+ ],
771
+ "devices": [
772
+ "sunrpc"
773
+ ]
774
+ }
775
+ },
776
+ "by_pair": {
777
+ "devtmpfs,/dev": {
778
+ "device": "devtmpfs",
779
+ "kb_size": "4096",
780
+ "kb_used": "0",
781
+ "kb_available": "4096",
782
+ "percent_used": "0%",
783
+ "mount": "/dev",
784
+ "total_inodes": "1048576",
785
+ "inodes_used": "348",
786
+ "inodes_available": "1048228",
787
+ "inodes_percent_used": "1%",
788
+ "fs_type": "devtmpfs",
789
+ "mount_options": [
790
+ "rw",
791
+ "nosuid",
792
+ "seclabel",
793
+ "size=4096k",
794
+ "nr_inodes=1048576",
795
+ "mode=755",
796
+ "inode64"
797
+ ]
798
+ },
799
+ "tmpfs,/dev/shm": {
800
+ "device": "tmpfs",
801
+ "kb_size": "391372",
802
+ "kb_used": "0",
803
+ "kb_available": "391372",
804
+ "percent_used": "0%",
805
+ "mount": "/dev/shm",
806
+ "total_inodes": "97843",
807
+ "inodes_used": "1",
808
+ "inodes_available": "97842",
809
+ "inodes_percent_used": "1%",
810
+ "fs_type": "tmpfs",
811
+ "mount_options": [
812
+ "rw",
813
+ "nosuid",
814
+ "nodev",
815
+ "seclabel",
816
+ "inode64"
817
+ ]
818
+ },
819
+ "tmpfs,/run": {
820
+ "device": "tmpfs",
821
+ "kb_size": "156552",
822
+ "kb_used": "4356",
823
+ "kb_available": "152196",
824
+ "percent_used": "3%",
825
+ "mount": "/run",
826
+ "total_inodes": "819200",
827
+ "inodes_used": "498",
828
+ "inodes_available": "818702",
829
+ "inodes_percent_used": "1%",
830
+ "fs_type": "tmpfs",
831
+ "mount_options": [
832
+ "rw",
833
+ "nosuid",
834
+ "nodev",
835
+ "seclabel",
836
+ "size=156552k",
837
+ "nr_inodes=819200",
838
+ "mode=755",
839
+ "inode64"
840
+ ]
841
+ },
842
+ "/dev/sda2,/": {
843
+ "device": "/dev/sda2",
844
+ "kb_size": "64855104",
845
+ "kb_used": "1471296",
846
+ "kb_available": "63383808",
847
+ "percent_used": "3%",
848
+ "mount": "/",
849
+ "total_inodes": "32443392",
850
+ "inodes_used": "37679",
851
+ "inodes_available": "32405713",
852
+ "inodes_percent_used": "1%",
853
+ "fs_type": "xfs",
854
+ "mount_options": [
855
+ "rw",
856
+ "relatime",
857
+ "seclabel",
858
+ "attr2",
859
+ "inode64",
860
+ "logbufs=8",
861
+ "logbsize=32k",
862
+ "noquota"
863
+ ],
864
+ "uuid": "77094fb0-b937-4fd9-99f6-8585061c2875"
865
+ },
866
+ "vagrant,/vagrant": {
867
+ "device": "vagrant",
868
+ "kb_size": "492054648",
869
+ "kb_used": "395414728",
870
+ "kb_available": "96639920",
871
+ "percent_used": "81%",
872
+ "mount": "/vagrant",
873
+ "fs_type": "vboxsf",
874
+ "mount_options": [
875
+ "rw",
876
+ "nodev",
877
+ "relatime",
878
+ "iocharset=utf8",
879
+ "uid=1000",
880
+ "gid=1000",
881
+ "_netdev"
882
+ ]
883
+ },
884
+ "tmpfs,/run/user/1000": {
885
+ "device": "tmpfs",
886
+ "kb_size": "78272",
887
+ "kb_used": "0",
888
+ "kb_available": "78272",
889
+ "percent_used": "0%",
890
+ "mount": "/run/user/1000",
891
+ "total_inodes": "19568",
892
+ "inodes_used": "14",
893
+ "inodes_available": "19554",
894
+ "inodes_percent_used": "1%",
895
+ "fs_type": "tmpfs",
896
+ "mount_options": [
897
+ "rw",
898
+ "nosuid",
899
+ "nodev",
900
+ "relatime",
901
+ "seclabel",
902
+ "size=78272k",
903
+ "nr_inodes=19568",
904
+ "mode=700",
905
+ "uid=1000",
906
+ "gid=1000",
907
+ "inode64"
908
+ ]
909
+ },
910
+ "proc,/proc": {
911
+ "device": "proc",
912
+ "mount": "/proc",
913
+ "fs_type": "proc",
914
+ "mount_options": [
915
+ "rw",
916
+ "nosuid",
917
+ "nodev",
918
+ "noexec",
919
+ "relatime"
920
+ ]
921
+ },
922
+ "sysfs,/sys": {
923
+ "device": "sysfs",
924
+ "mount": "/sys",
925
+ "fs_type": "sysfs",
926
+ "mount_options": [
927
+ "rw",
928
+ "nosuid",
929
+ "nodev",
930
+ "noexec",
931
+ "relatime",
932
+ "seclabel"
933
+ ]
934
+ },
935
+ "securityfs,/sys/kernel/security": {
936
+ "device": "securityfs",
937
+ "mount": "/sys/kernel/security",
938
+ "fs_type": "securityfs",
939
+ "mount_options": [
940
+ "rw",
941
+ "nosuid",
942
+ "nodev",
943
+ "noexec",
944
+ "relatime"
945
+ ]
946
+ },
947
+ "devpts,/dev/pts": {
948
+ "device": "devpts",
949
+ "mount": "/dev/pts",
950
+ "fs_type": "devpts",
951
+ "mount_options": [
952
+ "rw",
953
+ "nosuid",
954
+ "noexec",
955
+ "relatime",
956
+ "seclabel",
957
+ "gid=5",
958
+ "mode=620",
959
+ "ptmxmode=000"
960
+ ]
961
+ },
962
+ "cgroup2,/sys/fs/cgroup": {
963
+ "device": "cgroup2",
964
+ "mount": "/sys/fs/cgroup",
965
+ "fs_type": "cgroup2",
966
+ "mount_options": [
967
+ "rw",
968
+ "nosuid",
969
+ "nodev",
970
+ "noexec",
971
+ "relatime",
972
+ "seclabel",
973
+ "nsdelegate",
974
+ "memory_recursiveprot"
975
+ ]
976
+ },
977
+ "pstore,/sys/fs/pstore": {
978
+ "device": "pstore",
979
+ "mount": "/sys/fs/pstore",
980
+ "fs_type": "pstore",
981
+ "mount_options": [
982
+ "rw",
983
+ "nosuid",
984
+ "nodev",
985
+ "noexec",
986
+ "relatime",
987
+ "seclabel"
988
+ ]
989
+ },
990
+ "none,/sys/fs/bpf": {
991
+ "device": "none",
992
+ "mount": "/sys/fs/bpf",
993
+ "fs_type": "bpf",
994
+ "mount_options": [
995
+ "rw",
996
+ "nosuid",
997
+ "nodev",
998
+ "noexec",
999
+ "relatime",
1000
+ "mode=700"
1001
+ ]
1002
+ },
1003
+ "selinuxfs,/sys/fs/selinux": {
1004
+ "device": "selinuxfs",
1005
+ "mount": "/sys/fs/selinux",
1006
+ "fs_type": "selinuxfs",
1007
+ "mount_options": [
1008
+ "rw",
1009
+ "nosuid",
1010
+ "noexec",
1011
+ "relatime"
1012
+ ]
1013
+ },
1014
+ "systemd-1,/proc/sys/fs/binfmt_misc": {
1015
+ "device": "systemd-1",
1016
+ "mount": "/proc/sys/fs/binfmt_misc",
1017
+ "fs_type": "autofs",
1018
+ "mount_options": [
1019
+ "rw",
1020
+ "relatime",
1021
+ "fd=36",
1022
+ "pgrp=1",
1023
+ "timeout=0",
1024
+ "minproto=5",
1025
+ "maxproto=5",
1026
+ "direct",
1027
+ "pipe_ino=17457"
1028
+ ]
1029
+ },
1030
+ "debugfs,/sys/kernel/debug": {
1031
+ "device": "debugfs",
1032
+ "mount": "/sys/kernel/debug",
1033
+ "fs_type": "debugfs",
1034
+ "mount_options": [
1035
+ "rw",
1036
+ "nosuid",
1037
+ "nodev",
1038
+ "noexec",
1039
+ "relatime",
1040
+ "seclabel"
1041
+ ]
1042
+ },
1043
+ "mqueue,/dev/mqueue": {
1044
+ "device": "mqueue",
1045
+ "mount": "/dev/mqueue",
1046
+ "fs_type": "mqueue",
1047
+ "mount_options": [
1048
+ "rw",
1049
+ "nosuid",
1050
+ "nodev",
1051
+ "noexec",
1052
+ "relatime",
1053
+ "seclabel"
1054
+ ]
1055
+ },
1056
+ "tracefs,/sys/kernel/tracing": {
1057
+ "device": "tracefs",
1058
+ "mount": "/sys/kernel/tracing",
1059
+ "fs_type": "tracefs",
1060
+ "mount_options": [
1061
+ "rw",
1062
+ "nosuid",
1063
+ "nodev",
1064
+ "noexec",
1065
+ "relatime",
1066
+ "seclabel"
1067
+ ]
1068
+ },
1069
+ "hugetlbfs,/dev/hugepages": {
1070
+ "device": "hugetlbfs",
1071
+ "mount": "/dev/hugepages",
1072
+ "fs_type": "hugetlbfs",
1073
+ "mount_options": [
1074
+ "rw",
1075
+ "relatime",
1076
+ "seclabel",
1077
+ "pagesize=2M"
1078
+ ]
1079
+ },
1080
+ "configfs,/sys/kernel/config": {
1081
+ "device": "configfs",
1082
+ "mount": "/sys/kernel/config",
1083
+ "fs_type": "configfs",
1084
+ "mount_options": [
1085
+ "rw",
1086
+ "nosuid",
1087
+ "nodev",
1088
+ "noexec",
1089
+ "relatime"
1090
+ ]
1091
+ },
1092
+ "fusectl,/sys/fs/fuse/connections": {
1093
+ "device": "fusectl",
1094
+ "mount": "/sys/fs/fuse/connections",
1095
+ "fs_type": "fusectl",
1096
+ "mount_options": [
1097
+ "rw",
1098
+ "nosuid",
1099
+ "nodev",
1100
+ "noexec",
1101
+ "relatime"
1102
+ ]
1103
+ },
1104
+ "sunrpc,/var/lib/nfs/rpc_pipefs": {
1105
+ "device": "sunrpc",
1106
+ "mount": "/var/lib/nfs/rpc_pipefs",
1107
+ "fs_type": "rpc_pipefs",
1108
+ "mount_options": [
1109
+ "rw",
1110
+ "relatime"
1111
+ ]
1112
+ },
1113
+ "/dev/sda,": {
1114
+ "device": "/dev/sda"
1115
+ },
1116
+ "/dev/sda1,": {
1117
+ "device": "/dev/sda1",
1118
+ "fs_type": "swap",
1119
+ "uuid": "8b72c2ca-6136-437e-a4fe-4380b6473502"
1120
+ }
1121
+ }
1122
+ },
1123
+ "fips": {
1124
+ "kernel": {
1125
+ "enabled": false
1126
+ }
1127
+ },
1128
+ "fqdn": "fauxhai.local",
1129
+ "hostname": "Fauxhai",
1130
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
1131
+ "idletime_seconds": 2646450,
1132
+ "init_package": "systemd",
1133
+ "ipaddress": "10.0.0.2",
1134
+ "kernel": {
1135
+ "name": "Linux",
1136
+ "release": "5.14.0-162.6.1.el9_1.x86_64",
1137
+ "version": "#1 SMP PREEMPT_DYNAMIC Tue Nov 15 07:49:10 EST 2022",
1138
+ "machine": "x86_64",
1139
+ "processor": "x86_64",
1140
+ "os": "GNU/Linux",
1141
+ "modules": {
1142
+ "tls": {
1143
+ "size": "118784",
1144
+ "refcount": "0"
1145
+ },
1146
+ "vboxsf": {
1147
+ "size": "90112",
1148
+ "refcount": "1",
1149
+ "version": "6.1.40 r154048"
1150
+ },
1151
+ "rfkill": {
1152
+ "size": "36864",
1153
+ "refcount": "1"
1154
+ },
1155
+ "intel_rapl_msr": {
1156
+ "size": "20480",
1157
+ "refcount": "0"
1158
+ },
1159
+ "intel_rapl_common": {
1160
+ "size": "28672",
1161
+ "refcount": "1"
1162
+ },
1163
+ "intel_pmc_core_pltdrv": {
1164
+ "size": "16384",
1165
+ "refcount": "0"
1166
+ },
1167
+ "intel_pmc_core": {
1168
+ "size": "53248",
1169
+ "refcount": "0"
1170
+ },
1171
+ "rapl": {
1172
+ "size": "24576",
1173
+ "refcount": "0"
1174
+ },
1175
+ "pcspkr": {
1176
+ "size": "16384",
1177
+ "refcount": "0"
1178
+ },
1179
+ "i2c_piix4": {
1180
+ "size": "28672",
1181
+ "refcount": "0"
1182
+ },
1183
+ "joydev": {
1184
+ "size": "28672",
1185
+ "refcount": "0"
1186
+ },
1187
+ "sunrpc": {
1188
+ "size": "667648",
1189
+ "refcount": "1"
1190
+ },
1191
+ "fuse": {
1192
+ "size": "176128",
1193
+ "refcount": "1"
1194
+ },
1195
+ "xfs": {
1196
+ "size": "2002944",
1197
+ "refcount": "1"
1198
+ },
1199
+ "libcrc32c": {
1200
+ "size": "16384",
1201
+ "refcount": "1"
1202
+ },
1203
+ "sd_mod": {
1204
+ "size": "65536",
1205
+ "refcount": "3"
1206
+ },
1207
+ "t10_pi": {
1208
+ "size": "16384",
1209
+ "refcount": "1"
1210
+ },
1211
+ "sg": {
1212
+ "size": "40960",
1213
+ "refcount": "0",
1214
+ "version": "3.5.36"
1215
+ },
1216
+ "ata_generic": {
1217
+ "size": "16384",
1218
+ "refcount": "0",
1219
+ "version": "0.2.15"
1220
+ },
1221
+ "vboxvideo": {
1222
+ "size": "49152",
1223
+ "refcount": "1",
1224
+ "version": "6.1.40 r154048"
1225
+ },
1226
+ "drm_ttm_helper": {
1227
+ "size": "16384",
1228
+ "refcount": "1"
1229
+ },
1230
+ "ttm": {
1231
+ "size": "86016",
1232
+ "refcount": "2"
1233
+ },
1234
+ "drm_kms_helper": {
1235
+ "size": "200704",
1236
+ "refcount": "1"
1237
+ },
1238
+ "syscopyarea": {
1239
+ "size": "16384",
1240
+ "refcount": "1"
1241
+ },
1242
+ "sysfillrect": {
1243
+ "size": "16384",
1244
+ "refcount": "1"
1245
+ },
1246
+ "sysimgblt": {
1247
+ "size": "16384",
1248
+ "refcount": "1"
1249
+ },
1250
+ "fb_sys_fops": {
1251
+ "size": "16384",
1252
+ "refcount": "1"
1253
+ },
1254
+ "drm": {
1255
+ "size": "622592",
1256
+ "refcount": "5"
1257
+ },
1258
+ "crct10dif_pclmul": {
1259
+ "size": "16384",
1260
+ "refcount": "1"
1261
+ },
1262
+ "ata_piix": {
1263
+ "size": "45056",
1264
+ "refcount": "0",
1265
+ "version": "2.13"
1266
+ },
1267
+ "crc32_pclmul": {
1268
+ "size": "16384",
1269
+ "refcount": "0"
1270
+ },
1271
+ "crc32c_intel": {
1272
+ "size": "24576",
1273
+ "refcount": "1"
1274
+ },
1275
+ "ahci": {
1276
+ "size": "49152",
1277
+ "refcount": "2",
1278
+ "version": "3.0"
1279
+ },
1280
+ "libahci": {
1281
+ "size": "49152",
1282
+ "refcount": "1"
1283
+ },
1284
+ "libata": {
1285
+ "size": "389120",
1286
+ "refcount": "4",
1287
+ "version": "3.00"
1288
+ },
1289
+ "e1000": {
1290
+ "size": "167936",
1291
+ "refcount": "0"
1292
+ },
1293
+ "ghash_clmulni_intel": {
1294
+ "size": "16384",
1295
+ "refcount": "0"
1296
+ },
1297
+ "vboxguest": {
1298
+ "size": "397312",
1299
+ "refcount": "2",
1300
+ "version": "6.1.40 r154048"
1301
+ },
1302
+ "serio_raw": {
1303
+ "size": "20480",
1304
+ "refcount": "0"
1305
+ },
1306
+ "video": {
1307
+ "size": "57344",
1308
+ "refcount": "0"
1309
+ }
1310
+ }
1311
+ },
1312
+ "keys": {
1313
+ "ssh": {
1314
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1315
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1316
+ }
1317
+ },
1318
+ "languages": {
1319
+ "ruby": {
1320
+ "platform": "x86_64-linux",
1321
+ "version": "3.1.2",
1322
+ "release_date": "2022-04-12",
1323
+ "target": "x86_64-pc-linux-gnu",
1324
+ "target_cpu": "x86_64",
1325
+ "target_vendor": "pc",
1326
+ "target_os": "linux",
1327
+ "host": "x86_64-pc-linux-gnu",
1328
+ "host_cpu": "x86_64",
1329
+ "host_os": "linux",
1330
+ "host_vendor": "pc",
1331
+ "bin_dir": "/usr/local/bin",
1332
+ "ruby_bin": "/usr/local/bin/ruby",
1333
+ "gem_bin": "/usr/local/bin/gem",
1334
+ "gems_dir": "/usr/local/gems"
1335
+ },
1336
+ "powershell": null
1337
+ },
1338
+ "lsb": {
1339
+ },
1340
+ "macaddress": "11:11:11:11:11:11",
1341
+ "machinename": "Fauxhai",
1342
+ "memory": {
1343
+ "total": "1048576kB"
1344
+ },
1345
+ "network": {
1346
+ "interfaces": {
1347
+ "lo": {
1348
+ "mtu": "65536",
1349
+ "flags": [
1350
+ "LOOPBACK",
1351
+ "UP",
1352
+ "LOWER_UP"
1353
+ ],
1354
+ "encapsulation": "Loopback",
1355
+ "addresses": {
1356
+ "127.0.0.1": {
1357
+ "family": "inet",
1358
+ "prefixlen": "8",
1359
+ "netmask": "255.0.0.0",
1360
+ "scope": "Node",
1361
+ "ip_scope": "LOOPBACK"
1362
+ },
1363
+ "::1": {
1364
+ "family": "inet6",
1365
+ "prefixlen": "128",
1366
+ "scope": "Node",
1367
+ "tags": [
1368
+
1369
+ ],
1370
+ "ip_scope": "LINK LOCAL LOOPBACK"
1371
+ }
1372
+ },
1373
+ "state": "unknown"
1374
+ },
1375
+ "eth0": {
1376
+ "type": "eth",
1377
+ "number": "0",
1378
+ "mtu": "1500",
1379
+ "flags": [
1380
+ "BROADCAST",
1381
+ "MULTICAST",
1382
+ "UP",
1383
+ "LOWER_UP"
1384
+ ],
1385
+ "encapsulation": "Ethernet",
1386
+ "addresses": {
1387
+ "11:11:11:11:11:11": {
1388
+ "family": "lladdr"
1389
+ },
1390
+ "10.0.0.2": {
1391
+ "family": "inet",
1392
+ "prefixlen": "24",
1393
+ "netmask": "255.255.255.0",
1394
+ "broadcast": "10.0.0.255",
1395
+ "scope": "Global",
1396
+ "ip_scope": "RFC1918 PRIVATE"
1397
+ },
1398
+ "fe80::11:1111:1111:1111": {
1399
+ "family": "inet6",
1400
+ "prefixlen": "64",
1401
+ "scope": "Link",
1402
+ "tags": [
1403
+
1404
+ ],
1405
+ "ip_scope": "LINK LOCAL UNICAST"
1406
+ }
1407
+ },
1408
+ "state": "up",
1409
+ "arp": {
1410
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1411
+ },
1412
+ "routes": [
1413
+ {
1414
+ "destination": "default",
1415
+ "family": "inet",
1416
+ "via": "10.0.0.1"
1417
+ },
1418
+ {
1419
+ "destination": "10.0.0.0/24",
1420
+ "family": "inet",
1421
+ "scope": "link",
1422
+ "proto": "kernel",
1423
+ "src": "10.0.0.2"
1424
+ },
1425
+ {
1426
+ "destination": "fe80::/64",
1427
+ "family": "inet6",
1428
+ "metric": "256",
1429
+ "proto": "kernel"
1430
+ }
1431
+ ],
1432
+ "ring_params": {
1433
+ }
1434
+ }
1435
+ },
1436
+ "default_interface": "eth0",
1437
+ "default_gateway": "10.0.0.1"
1438
+ },
1439
+ "ohai_time": 1675118412.760212,
1440
+ "os": "linux",
1441
+ "os_version": "5.14.0-162.6.1.el9_1.x86_64",
1442
+ "packages": {
1443
+ "libgcc": {
1444
+ "epoch": "0",
1445
+ "version": "11.3.1",
1446
+ "release": "2.1.el9.alma",
1447
+ "installdate": "1670812277",
1448
+ "arch": "x86_64"
1449
+ },
1450
+ "crypto-policies": {
1451
+ "epoch": "0",
1452
+ "version": "20220815",
1453
+ "release": "1.git0fbe86f.el9",
1454
+ "installdate": "1670812277",
1455
+ "arch": "noarch"
1456
+ },
1457
+ "gawk-all-langpacks": {
1458
+ "epoch": "0",
1459
+ "version": "5.1.0",
1460
+ "release": "6.el9",
1461
+ "installdate": "1670812280",
1462
+ "arch": "x86_64"
1463
+ },
1464
+ "quota-nls": {
1465
+ "epoch": "1",
1466
+ "version": "4.06",
1467
+ "release": "6.el9",
1468
+ "installdate": "1670812280",
1469
+ "arch": "noarch"
1470
+ },
1471
+ "python3-setuptools-wheel": {
1472
+ "epoch": "0",
1473
+ "version": "53.0.0",
1474
+ "release": "10.el9",
1475
+ "installdate": "1670812280",
1476
+ "arch": "noarch"
1477
+ },
1478
+ "publicsuffix-list-dafsa": {
1479
+ "epoch": "0",
1480
+ "version": "20210518",
1481
+ "release": "3.el9",
1482
+ "installdate": "1670812280",
1483
+ "arch": "noarch"
1484
+ },
1485
+ "pcre2-syntax": {
1486
+ "epoch": "0",
1487
+ "version": "10.40",
1488
+ "release": "2.el9",
1489
+ "installdate": "1670812280",
1490
+ "arch": "noarch"
1491
+ },
1492
+ "ncurses-base": {
1493
+ "epoch": "0",
1494
+ "version": "6.2",
1495
+ "release": "8.20210508.el9",
1496
+ "installdate": "1670812281",
1497
+ "arch": "noarch"
1498
+ },
1499
+ "libssh-config": {
1500
+ "epoch": "0",
1501
+ "version": "0.9.6",
1502
+ "release": "3.el9",
1503
+ "installdate": "1670812295",
1504
+ "arch": "noarch"
1505
+ },
1506
+ "libreport-filesystem": {
1507
+ "epoch": "0",
1508
+ "version": "2.15.2",
1509
+ "release": "6.el9.alma",
1510
+ "installdate": "1670812295",
1511
+ "arch": "noarch"
1512
+ },
1513
+ "dnf-data": {
1514
+ "epoch": "0",
1515
+ "version": "4.12.0",
1516
+ "release": "4.el9.alma",
1517
+ "installdate": "1670812295",
1518
+ "arch": "noarch"
1519
+ },
1520
+ "kbd-misc": {
1521
+ "epoch": "0",
1522
+ "version": "2.4.0",
1523
+ "release": "8.el9",
1524
+ "installdate": "1670812297",
1525
+ "arch": "noarch"
1526
+ },
1527
+ "hwdata": {
1528
+ "epoch": "0",
1529
+ "version": "0.348",
1530
+ "release": "9.5.el9",
1531
+ "installdate": "1670812297",
1532
+ "arch": "noarch"
1533
+ },
1534
+ "fonts-filesystem": {
1535
+ "epoch": "1",
1536
+ "version": "2.0.5",
1537
+ "release": "7.el9.1",
1538
+ "installdate": "1670812297",
1539
+ "arch": "noarch"
1540
+ },
1541
+ "dejavu-sans-fonts": {
1542
+ "epoch": "0",
1543
+ "version": "2.37",
1544
+ "release": "18.el9",
1545
+ "installdate": "1670812298",
1546
+ "arch": "noarch"
1547
+ },
1548
+ "langpacks-core-font-en": {
1549
+ "epoch": "0",
1550
+ "version": "3.0",
1551
+ "release": "16.el9",
1552
+ "installdate": "1670812298",
1553
+ "arch": "noarch"
1554
+ },
1555
+ "firewalld-filesystem": {
1556
+ "epoch": "0",
1557
+ "version": "1.1.1",
1558
+ "release": "3.el9",
1559
+ "installdate": "1670812298",
1560
+ "arch": "noarch"
1561
+ },
1562
+ "coreutils-common": {
1563
+ "epoch": "0",
1564
+ "version": "8.32",
1565
+ "release": "32.el9",
1566
+ "installdate": "1670812299",
1567
+ "arch": "x86_64"
1568
+ },
1569
+ "almalinux-gpg-keys": {
1570
+ "epoch": "0",
1571
+ "version": "9.1",
1572
+ "release": "1.9.el9",
1573
+ "installdate": "1670812299",
1574
+ "arch": "x86_64"
1575
+ },
1576
+ "almalinux-release": {
1577
+ "epoch": "0",
1578
+ "version": "9.1",
1579
+ "release": "1.9.el9",
1580
+ "installdate": "1670812299",
1581
+ "arch": "x86_64"
1582
+ },
1583
+ "almalinux-repos": {
1584
+ "epoch": "0",
1585
+ "version": "9.1",
1586
+ "release": "1.9.el9",
1587
+ "installdate": "1670812299",
1588
+ "arch": "x86_64"
1589
+ },
1590
+ "setup": {
1591
+ "epoch": "0",
1592
+ "version": "2.13.7",
1593
+ "release": "7.el9",
1594
+ "installdate": "1670812299",
1595
+ "arch": "noarch"
1596
+ },
1597
+ "filesystem": {
1598
+ "epoch": "0",
1599
+ "version": "3.16",
1600
+ "release": "2.el9",
1601
+ "installdate": "1670812303",
1602
+ "arch": "x86_64"
1603
+ },
1604
+ "basesystem": {
1605
+ "epoch": "0",
1606
+ "version": "11",
1607
+ "release": "13.el9",
1608
+ "installdate": "1670812303",
1609
+ "arch": "noarch"
1610
+ },
1611
+ "glibc-gconv-extra": {
1612
+ "epoch": "0",
1613
+ "version": "2.34",
1614
+ "release": "40.el9",
1615
+ "installdate": "1670812306",
1616
+ "arch": "x86_64"
1617
+ },
1618
+ "ncurses-libs": {
1619
+ "epoch": "0",
1620
+ "version": "6.2",
1621
+ "release": "8.20210508.el9",
1622
+ "installdate": "1670812306",
1623
+ "arch": "x86_64"
1624
+ },
1625
+ "glibc": {
1626
+ "epoch": "0",
1627
+ "version": "2.34",
1628
+ "release": "40.el9",
1629
+ "installdate": "1670812306",
1630
+ "arch": "x86_64"
1631
+ },
1632
+ "bash": {
1633
+ "epoch": "0",
1634
+ "version": "5.1.8",
1635
+ "release": "5.el9",
1636
+ "installdate": "1670812307",
1637
+ "arch": "x86_64"
1638
+ },
1639
+ "glibc-common": {
1640
+ "epoch": "0",
1641
+ "version": "2.34",
1642
+ "release": "40.el9",
1643
+ "installdate": "1670812307",
1644
+ "arch": "x86_64"
1645
+ },
1646
+ "glibc-langpack-en": {
1647
+ "epoch": "0",
1648
+ "version": "2.34",
1649
+ "release": "40.el9",
1650
+ "installdate": "1670812308",
1651
+ "arch": "x86_64"
1652
+ },
1653
+ "zlib": {
1654
+ "epoch": "0",
1655
+ "version": "1.2.11",
1656
+ "release": "34.el9",
1657
+ "installdate": "1670812308",
1658
+ "arch": "x86_64"
1659
+ },
1660
+ "xz-libs": {
1661
+ "epoch": "0",
1662
+ "version": "5.2.5",
1663
+ "release": "8.el9_0",
1664
+ "installdate": "1670812308",
1665
+ "arch": "x86_64"
1666
+ },
1667
+ "libcap": {
1668
+ "epoch": "0",
1669
+ "version": "2.48",
1670
+ "release": "8.el9",
1671
+ "installdate": "1670812308",
1672
+ "arch": "x86_64"
1673
+ },
1674
+ "libzstd": {
1675
+ "epoch": "0",
1676
+ "version": "1.5.1",
1677
+ "release": "2.el9",
1678
+ "installdate": "1670812308",
1679
+ "arch": "x86_64"
1680
+ },
1681
+ "popt": {
1682
+ "epoch": "0",
1683
+ "version": "1.18",
1684
+ "release": "8.el9",
1685
+ "installdate": "1670812308",
1686
+ "arch": "x86_64"
1687
+ },
1688
+ "bzip2-libs": {
1689
+ "epoch": "0",
1690
+ "version": "1.0.8",
1691
+ "release": "8.el9",
1692
+ "installdate": "1670812308",
1693
+ "arch": "x86_64"
1694
+ },
1695
+ "libuuid": {
1696
+ "epoch": "0",
1697
+ "version": "2.37.4",
1698
+ "release": "9.el9",
1699
+ "installdate": "1670812308",
1700
+ "arch": "x86_64"
1701
+ },
1702
+ "libxcrypt": {
1703
+ "epoch": "0",
1704
+ "version": "4.4.18",
1705
+ "release": "3.el9",
1706
+ "installdate": "1670812309",
1707
+ "arch": "x86_64"
1708
+ },
1709
+ "sqlite-libs": {
1710
+ "epoch": "0",
1711
+ "version": "3.34.1",
1712
+ "release": "5.el9",
1713
+ "installdate": "1670812309",
1714
+ "arch": "x86_64"
1715
+ },
1716
+ "libcom_err": {
1717
+ "epoch": "0",
1718
+ "version": "1.46.5",
1719
+ "release": "3.el9",
1720
+ "installdate": "1670812309",
1721
+ "arch": "x86_64"
1722
+ },
1723
+ "elfutils-libelf": {
1724
+ "epoch": "0",
1725
+ "version": "0.187",
1726
+ "release": "5.el9",
1727
+ "installdate": "1670812309",
1728
+ "arch": "x86_64"
1729
+ },
1730
+ "libmnl": {
1731
+ "epoch": "0",
1732
+ "version": "1.0.4",
1733
+ "release": "15.el9",
1734
+ "installdate": "1670812309",
1735
+ "arch": "x86_64"
1736
+ },
1737
+ "libstdc++": {
1738
+ "epoch": "0",
1739
+ "version": "11.3.1",
1740
+ "release": "2.1.el9.alma",
1741
+ "installdate": "1670812309",
1742
+ "arch": "x86_64"
1743
+ },
1744
+ "libxml2": {
1745
+ "epoch": "0",
1746
+ "version": "2.9.13",
1747
+ "release": "2.el9",
1748
+ "installdate": "1670812309",
1749
+ "arch": "x86_64"
1750
+ },
1751
+ "lua-libs": {
1752
+ "epoch": "0",
1753
+ "version": "5.4.2",
1754
+ "release": "4.el9_0.3",
1755
+ "installdate": "1670812309",
1756
+ "arch": "x86_64"
1757
+ },
1758
+ "readline": {
1759
+ "epoch": "0",
1760
+ "version": "8.1",
1761
+ "release": "4.el9",
1762
+ "installdate": "1670812309",
1763
+ "arch": "x86_64"
1764
+ },
1765
+ "keyutils-libs": {
1766
+ "epoch": "0",
1767
+ "version": "1.6.1",
1768
+ "release": "4.el9",
1769
+ "installdate": "1670812309",
1770
+ "arch": "x86_64"
1771
+ },
1772
+ "libcap-ng": {
1773
+ "epoch": "0",
1774
+ "version": "0.8.2",
1775
+ "release": "7.el9",
1776
+ "installdate": "1670812309",
1777
+ "arch": "x86_64"
1778
+ },
1779
+ "audit-libs": {
1780
+ "epoch": "0",
1781
+ "version": "3.0.7",
1782
+ "release": "103.el9",
1783
+ "installdate": "1670812309",
1784
+ "arch": "x86_64"
1785
+ },
1786
+ "libunistring": {
1787
+ "epoch": "0",
1788
+ "version": "0.9.10",
1789
+ "release": "15.el9",
1790
+ "installdate": "1670812309",
1791
+ "arch": "x86_64"
1792
+ },
1793
+ "lz4-libs": {
1794
+ "epoch": "0",
1795
+ "version": "1.9.3",
1796
+ "release": "5.el9",
1797
+ "installdate": "1670812309",
1798
+ "arch": "x86_64"
1799
+ },
1800
+ "libidn2": {
1801
+ "epoch": "0",
1802
+ "version": "2.3.0",
1803
+ "release": "7.el9",
1804
+ "installdate": "1670812309",
1805
+ "arch": "x86_64"
1806
+ },
1807
+ "alternatives": {
1808
+ "epoch": "0",
1809
+ "version": "1.20",
1810
+ "release": "2.el9",
1811
+ "installdate": "1670812309",
1812
+ "arch": "x86_64"
1813
+ },
1814
+ "libffi": {
1815
+ "epoch": "0",
1816
+ "version": "3.4.2",
1817
+ "release": "7.el9",
1818
+ "installdate": "1670812309",
1819
+ "arch": "x86_64"
1820
+ },
1821
+ "p11-kit": {
1822
+ "epoch": "0",
1823
+ "version": "0.24.1",
1824
+ "release": "2.el9",
1825
+ "installdate": "1670812310",
1826
+ "arch": "x86_64"
1827
+ },
1828
+ "libgpg-error": {
1829
+ "epoch": "0",
1830
+ "version": "1.42",
1831
+ "release": "5.el9",
1832
+ "installdate": "1670812310",
1833
+ "arch": "x86_64"
1834
+ },
1835
+ "libnl3": {
1836
+ "epoch": "0",
1837
+ "version": "3.7.0",
1838
+ "release": "1.el9",
1839
+ "installdate": "1670812310",
1840
+ "arch": "x86_64"
1841
+ },
1842
+ "libsepol": {
1843
+ "epoch": "0",
1844
+ "version": "3.4",
1845
+ "release": "1.1.el9",
1846
+ "installdate": "1670812310",
1847
+ "arch": "x86_64"
1848
+ },
1849
+ "libtalloc": {
1850
+ "epoch": "0",
1851
+ "version": "2.3.3",
1852
+ "release": "1.el9",
1853
+ "installdate": "1670812310",
1854
+ "arch": "x86_64"
1855
+ },
1856
+ "pcre2": {
1857
+ "epoch": "0",
1858
+ "version": "10.40",
1859
+ "release": "2.el9",
1860
+ "installdate": "1670812310",
1861
+ "arch": "x86_64"
1862
+ },
1863
+ "libselinux": {
1864
+ "epoch": "0",
1865
+ "version": "3.4",
1866
+ "release": "3.el9",
1867
+ "installdate": "1670812310",
1868
+ "arch": "x86_64"
1869
+ },
1870
+ "libsemanage": {
1871
+ "epoch": "0",
1872
+ "version": "3.4",
1873
+ "release": "2.el9",
1874
+ "installdate": "1670812310",
1875
+ "arch": "x86_64"
1876
+ },
1877
+ "file-libs": {
1878
+ "epoch": "0",
1879
+ "version": "5.39",
1880
+ "release": "10.el9",
1881
+ "installdate": "1670812310",
1882
+ "arch": "x86_64"
1883
+ },
1884
+ "gmp": {
1885
+ "epoch": "1",
1886
+ "version": "6.2.0",
1887
+ "release": "10.el9",
1888
+ "installdate": "1670812311",
1889
+ "arch": "x86_64"
1890
+ },
1891
+ "libsmartcols": {
1892
+ "epoch": "0",
1893
+ "version": "2.37.4",
1894
+ "release": "9.el9",
1895
+ "installdate": "1670812311",
1896
+ "arch": "x86_64"
1897
+ },
1898
+ "findutils": {
1899
+ "epoch": "1",
1900
+ "version": "4.8.0",
1901
+ "release": "5.el9",
1902
+ "installdate": "1670812311",
1903
+ "arch": "x86_64"
1904
+ },
1905
+ "libtevent": {
1906
+ "epoch": "0",
1907
+ "version": "0.12.0",
1908
+ "release": "0.el9",
1909
+ "installdate": "1670812311",
1910
+ "arch": "x86_64"
1911
+ },
1912
+ "libgcrypt": {
1913
+ "epoch": "0",
1914
+ "version": "1.10.0",
1915
+ "release": "8.el9_0",
1916
+ "installdate": "1670812311",
1917
+ "arch": "x86_64"
1918
+ },
1919
+ "expat": {
1920
+ "epoch": "0",
1921
+ "version": "2.4.9",
1922
+ "release": "1.el9_1",
1923
+ "installdate": "1670812311",
1924
+ "arch": "x86_64"
1925
+ },
1926
+ "gdbm-libs": {
1927
+ "epoch": "1",
1928
+ "version": "1.19",
1929
+ "release": "4.el9",
1930
+ "installdate": "1670812311",
1931
+ "arch": "x86_64"
1932
+ },
1933
+ "jansson": {
1934
+ "epoch": "0",
1935
+ "version": "2.14",
1936
+ "release": "1.el9",
1937
+ "installdate": "1670812311",
1938
+ "arch": "x86_64"
1939
+ },
1940
+ "json-c": {
1941
+ "epoch": "0",
1942
+ "version": "0.14",
1943
+ "release": "11.el9",
1944
+ "installdate": "1670812311",
1945
+ "arch": "x86_64"
1946
+ },
1947
+ "libattr": {
1948
+ "epoch": "0",
1949
+ "version": "2.5.1",
1950
+ "release": "3.el9",
1951
+ "installdate": "1670812311",
1952
+ "arch": "x86_64"
1953
+ },
1954
+ "libacl": {
1955
+ "epoch": "0",
1956
+ "version": "2.3.1",
1957
+ "release": "3.el9",
1958
+ "installdate": "1670812311",
1959
+ "arch": "x86_64"
1960
+ },
1961
+ "sed": {
1962
+ "epoch": "0",
1963
+ "version": "4.8",
1964
+ "release": "9.el9",
1965
+ "installdate": "1670812311",
1966
+ "arch": "x86_64"
1967
+ },
1968
+ "shadow-utils": {
1969
+ "epoch": "2",
1970
+ "version": "4.9",
1971
+ "release": "5.el9",
1972
+ "installdate": "1670812312",
1973
+ "arch": "x86_64"
1974
+ },
1975
+ "libedit": {
1976
+ "epoch": "0",
1977
+ "version": "3.1",
1978
+ "release": "37.20210216cvs.el9",
1979
+ "installdate": "1670812312",
1980
+ "arch": "x86_64"
1981
+ },
1982
+ "libref_array": {
1983
+ "epoch": "0",
1984
+ "version": "0.1.5",
1985
+ "release": "53.el9",
1986
+ "installdate": "1670812312",
1987
+ "arch": "x86_64"
1988
+ },
1989
+ "libtdb": {
1990
+ "epoch": "0",
1991
+ "version": "1.4.6",
1992
+ "release": "1.el9",
1993
+ "installdate": "1670812312",
1994
+ "arch": "x86_64"
1995
+ },
1996
+ "libverto": {
1997
+ "epoch": "0",
1998
+ "version": "0.3.2",
1999
+ "release": "3.el9",
2000
+ "installdate": "1670812312",
2001
+ "arch": "x86_64"
2002
+ },
2003
+ "file": {
2004
+ "epoch": "0",
2005
+ "version": "5.39",
2006
+ "release": "10.el9",
2007
+ "installdate": "1670812312",
2008
+ "arch": "x86_64"
2009
+ },
2010
+ "libassuan": {
2011
+ "epoch": "0",
2012
+ "version": "2.5.5",
2013
+ "release": "3.el9",
2014
+ "installdate": "1670812312",
2015
+ "arch": "x86_64"
2016
+ },
2017
+ "libpsl": {
2018
+ "epoch": "0",
2019
+ "version": "0.21.1",
2020
+ "release": "5.el9",
2021
+ "installdate": "1670812312",
2022
+ "arch": "x86_64"
2023
+ },
2024
+ "libnftnl": {
2025
+ "epoch": "0",
2026
+ "version": "1.2.2",
2027
+ "release": "1.el9",
2028
+ "installdate": "1670812312",
2029
+ "arch": "x86_64"
2030
+ },
2031
+ "libbpf": {
2032
+ "epoch": "2",
2033
+ "version": "0.6.0",
2034
+ "release": "1.el9",
2035
+ "installdate": "1670812312",
2036
+ "arch": "x86_64"
2037
+ },
2038
+ "e2fsprogs-libs": {
2039
+ "epoch": "0",
2040
+ "version": "1.46.5",
2041
+ "release": "3.el9",
2042
+ "installdate": "1670812312",
2043
+ "arch": "x86_64"
2044
+ },
2045
+ "fuse-libs": {
2046
+ "epoch": "0",
2047
+ "version": "2.9.9",
2048
+ "release": "15.el9",
2049
+ "installdate": "1670812312",
2050
+ "arch": "x86_64"
2051
+ },
2052
+ "libbasicobjects": {
2053
+ "epoch": "0",
2054
+ "version": "0.1.1",
2055
+ "release": "53.el9",
2056
+ "installdate": "1670812312",
2057
+ "arch": "x86_64"
2058
+ },
2059
+ "libcollection": {
2060
+ "epoch": "0",
2061
+ "version": "0.7.0",
2062
+ "release": "53.el9",
2063
+ "installdate": "1670812312",
2064
+ "arch": "x86_64"
2065
+ },
2066
+ "libdb": {
2067
+ "epoch": "0",
2068
+ "version": "5.3.28",
2069
+ "release": "53.el9",
2070
+ "installdate": "1670812312",
2071
+ "arch": "x86_64"
2072
+ },
2073
+ "libdhash": {
2074
+ "epoch": "0",
2075
+ "version": "0.5.0",
2076
+ "release": "53.el9",
2077
+ "installdate": "1670812313",
2078
+ "arch": "x86_64"
2079
+ },
2080
+ "libgomp": {
2081
+ "epoch": "0",
2082
+ "version": "11.3.1",
2083
+ "release": "2.1.el9.alma",
2084
+ "installdate": "1670812313",
2085
+ "arch": "x86_64"
2086
+ },
2087
+ "libseccomp": {
2088
+ "epoch": "0",
2089
+ "version": "2.5.2",
2090
+ "release": "2.el9",
2091
+ "installdate": "1670812313",
2092
+ "arch": "x86_64"
2093
+ },
2094
+ "libsigsegv": {
2095
+ "epoch": "0",
2096
+ "version": "2.13",
2097
+ "release": "4.el9",
2098
+ "installdate": "1670812313",
2099
+ "arch": "x86_64"
2100
+ },
2101
+ "libtasn1": {
2102
+ "epoch": "0",
2103
+ "version": "4.16.0",
2104
+ "release": "7.el9",
2105
+ "installdate": "1670812313",
2106
+ "arch": "x86_64"
2107
+ },
2108
+ "p11-kit-trust": {
2109
+ "epoch": "0",
2110
+ "version": "0.24.1",
2111
+ "release": "2.el9",
2112
+ "installdate": "1670812313",
2113
+ "arch": "x86_64"
2114
+ },
2115
+ "libyaml": {
2116
+ "epoch": "0",
2117
+ "version": "0.2.5",
2118
+ "release": "7.el9",
2119
+ "installdate": "1670812313",
2120
+ "arch": "x86_64"
2121
+ },
2122
+ "lzo": {
2123
+ "epoch": "0",
2124
+ "version": "2.10",
2125
+ "release": "7.el9",
2126
+ "installdate": "1670812313",
2127
+ "arch": "x86_64"
2128
+ },
2129
+ "make": {
2130
+ "epoch": "1",
2131
+ "version": "4.3",
2132
+ "release": "7.el9",
2133
+ "installdate": "1670812313",
2134
+ "arch": "x86_64"
2135
+ },
2136
+ "nettle": {
2137
+ "epoch": "0",
2138
+ "version": "3.8",
2139
+ "release": "3.el9_0",
2140
+ "installdate": "1670812313",
2141
+ "arch": "x86_64"
2142
+ },
2143
+ "gnutls": {
2144
+ "epoch": "0",
2145
+ "version": "3.7.6",
2146
+ "release": "12.el9_0",
2147
+ "installdate": "1670812313",
2148
+ "arch": "x86_64"
2149
+ },
2150
+ "pcre": {
2151
+ "epoch": "0",
2152
+ "version": "8.44",
2153
+ "release": "3.el9.3",
2154
+ "installdate": "1670812313",
2155
+ "arch": "x86_64"
2156
+ },
2157
+ "grep": {
2158
+ "epoch": "0",
2159
+ "version": "3.6",
2160
+ "release": "5.el9",
2161
+ "installdate": "1670812313",
2162
+ "arch": "x86_64"
2163
+ },
2164
+ "openssl-pkcs11": {
2165
+ "epoch": "0",
2166
+ "version": "0.4.11",
2167
+ "release": "7.el9",
2168
+ "installdate": "1670812314",
2169
+ "arch": "x86_64"
2170
+ },
2171
+ "openssl-libs": {
2172
+ "epoch": "1",
2173
+ "version": "3.0.1",
2174
+ "release": "43.el9_0",
2175
+ "installdate": "1670812314",
2176
+ "arch": "x86_64"
2177
+ },
2178
+ "coreutils": {
2179
+ "epoch": "0",
2180
+ "version": "8.32",
2181
+ "release": "32.el9",
2182
+ "installdate": "1670812314",
2183
+ "arch": "x86_64"
2184
+ },
2185
+ "ca-certificates": {
2186
+ "epoch": "0",
2187
+ "version": "2022.2.54",
2188
+ "release": "90.2.el9_0",
2189
+ "installdate": "1670812315",
2190
+ "arch": "noarch"
2191
+ },
2192
+ "systemd-libs": {
2193
+ "epoch": "0",
2194
+ "version": "250",
2195
+ "release": "12.el9_1",
2196
+ "installdate": "1670812320",
2197
+ "arch": "x86_64"
2198
+ },
2199
+ "libblkid": {
2200
+ "epoch": "0",
2201
+ "version": "2.37.4",
2202
+ "release": "9.el9",
2203
+ "installdate": "1670812320",
2204
+ "arch": "x86_64"
2205
+ },
2206
+ "libmount": {
2207
+ "epoch": "0",
2208
+ "version": "2.37.4",
2209
+ "release": "9.el9",
2210
+ "installdate": "1670812320",
2211
+ "arch": "x86_64"
2212
+ },
2213
+ "glib2": {
2214
+ "epoch": "0",
2215
+ "version": "2.68.4",
2216
+ "release": "5.el9",
2217
+ "installdate": "1670812320",
2218
+ "arch": "x86_64"
2219
+ },
2220
+ "dbus-libs": {
2221
+ "epoch": "1",
2222
+ "version": "1.12.20",
2223
+ "release": "6.el9",
2224
+ "installdate": "1670812320",
2225
+ "arch": "x86_64"
2226
+ },
2227
+ "kmod": {
2228
+ "epoch": "0",
2229
+ "version": "28",
2230
+ "release": "7.el9",
2231
+ "installdate": "1670812320",
2232
+ "arch": "x86_64"
2233
+ },
2234
+ "gzip": {
2235
+ "epoch": "0",
2236
+ "version": "1.12",
2237
+ "release": "1.el9",
2238
+ "installdate": "1670812320",
2239
+ "arch": "x86_64"
2240
+ },
2241
+ "kmod-libs": {
2242
+ "epoch": "0",
2243
+ "version": "28",
2244
+ "release": "7.el9",
2245
+ "installdate": "1670812320",
2246
+ "arch": "x86_64"
2247
+ },
2248
+ "cracklib": {
2249
+ "epoch": "0",
2250
+ "version": "2.9.6",
2251
+ "release": "27.el9",
2252
+ "installdate": "1670812321",
2253
+ "arch": "x86_64"
2254
+ },
2255
+ "NetworkManager-libnm": {
2256
+ "epoch": "1",
2257
+ "version": "1.40.0",
2258
+ "release": "1.el9",
2259
+ "installdate": "1670812321",
2260
+ "arch": "x86_64"
2261
+ },
2262
+ "util-linux-core": {
2263
+ "epoch": "0",
2264
+ "version": "2.37.4",
2265
+ "release": "9.el9",
2266
+ "installdate": "1670812321",
2267
+ "arch": "x86_64"
2268
+ },
2269
+ "libfdisk": {
2270
+ "epoch": "0",
2271
+ "version": "2.37.4",
2272
+ "release": "9.el9",
2273
+ "installdate": "1670812322",
2274
+ "arch": "x86_64"
2275
+ },
2276
+ "libevent": {
2277
+ "epoch": "0",
2278
+ "version": "2.1.12",
2279
+ "release": "6.el9",
2280
+ "installdate": "1670812322",
2281
+ "arch": "x86_64"
2282
+ },
2283
+ "which": {
2284
+ "epoch": "0",
2285
+ "version": "2.21",
2286
+ "release": "28.el9",
2287
+ "installdate": "1670812322",
2288
+ "arch": "x86_64"
2289
+ },
2290
+ "checkpolicy": {
2291
+ "epoch": "0",
2292
+ "version": "3.4",
2293
+ "release": "1.el9",
2294
+ "installdate": "1670812322",
2295
+ "arch": "x86_64"
2296
+ },
2297
+ "cracklib-dicts": {
2298
+ "epoch": "0",
2299
+ "version": "2.9.6",
2300
+ "release": "27.el9",
2301
+ "installdate": "1670812322",
2302
+ "arch": "x86_64"
2303
+ },
2304
+ "gobject-introspection": {
2305
+ "epoch": "0",
2306
+ "version": "1.68.0",
2307
+ "release": "10.el9",
2308
+ "installdate": "1670812322",
2309
+ "arch": "x86_64"
2310
+ },
2311
+ "procps-ng": {
2312
+ "epoch": "0",
2313
+ "version": "3.3.17",
2314
+ "release": "8.el9",
2315
+ "installdate": "1670812322",
2316
+ "arch": "x86_64"
2317
+ },
2318
+ "openssl": {
2319
+ "epoch": "1",
2320
+ "version": "3.0.1",
2321
+ "release": "43.el9_0",
2322
+ "installdate": "1670812323",
2323
+ "arch": "x86_64"
2324
+ },
2325
+ "libarchive": {
2326
+ "epoch": "0",
2327
+ "version": "3.5.3",
2328
+ "release": "3.el9",
2329
+ "installdate": "1670812323",
2330
+ "arch": "x86_64"
2331
+ },
2332
+ "xz": {
2333
+ "epoch": "0",
2334
+ "version": "5.2.5",
2335
+ "release": "8.el9_0",
2336
+ "installdate": "1670812323",
2337
+ "arch": "x86_64"
2338
+ },
2339
+ "squashfs-tools": {
2340
+ "epoch": "0",
2341
+ "version": "4.4",
2342
+ "release": "8.git1.el9",
2343
+ "installdate": "1670812323",
2344
+ "arch": "x86_64"
2345
+ },
2346
+ "libutempter": {
2347
+ "epoch": "0",
2348
+ "version": "1.2.1",
2349
+ "release": "6.el9",
2350
+ "installdate": "1670812323",
2351
+ "arch": "x86_64"
2352
+ },
2353
+ "acl": {
2354
+ "epoch": "0",
2355
+ "version": "2.3.1",
2356
+ "release": "3.el9",
2357
+ "installdate": "1670812323",
2358
+ "arch": "x86_64"
2359
+ },
2360
+ "gettext-libs": {
2361
+ "epoch": "0",
2362
+ "version": "0.21",
2363
+ "release": "7.el9",
2364
+ "installdate": "1670812323",
2365
+ "arch": "x86_64"
2366
+ },
2367
+ "gettext": {
2368
+ "epoch": "0",
2369
+ "version": "0.21",
2370
+ "release": "7.el9",
2371
+ "installdate": "1670812324",
2372
+ "arch": "x86_64"
2373
+ },
2374
+ "libcomps": {
2375
+ "epoch": "0",
2376
+ "version": "0.1.18",
2377
+ "release": "1.el9",
2378
+ "installdate": "1670812324",
2379
+ "arch": "x86_64"
2380
+ },
2381
+ "mpfr": {
2382
+ "epoch": "0",
2383
+ "version": "4.1.0",
2384
+ "release": "7.el9",
2385
+ "installdate": "1670812324",
2386
+ "arch": "x86_64"
2387
+ },
2388
+ "gawk": {
2389
+ "epoch": "0",
2390
+ "version": "5.1.0",
2391
+ "release": "6.el9",
2392
+ "installdate": "1670812324",
2393
+ "arch": "x86_64"
2394
+ },
2395
+ "libtirpc": {
2396
+ "epoch": "0",
2397
+ "version": "1.3.3",
2398
+ "release": "0.el9",
2399
+ "installdate": "1670812324",
2400
+ "arch": "x86_64"
2401
+ },
2402
+ "quota": {
2403
+ "epoch": "1",
2404
+ "version": "4.06",
2405
+ "release": "6.el9",
2406
+ "installdate": "1670812324",
2407
+ "arch": "x86_64"
2408
+ },
2409
+ "cyrus-sasl-lib": {
2410
+ "epoch": "0",
2411
+ "version": "2.1.27",
2412
+ "release": "20.el9",
2413
+ "installdate": "1670812324",
2414
+ "arch": "x86_64"
2415
+ },
2416
+ "openldap": {
2417
+ "epoch": "0",
2418
+ "version": "2.6.2",
2419
+ "release": "3.el9",
2420
+ "installdate": "1670812325",
2421
+ "arch": "x86_64"
2422
+ },
2423
+ "libnfsidmap": {
2424
+ "epoch": "1",
2425
+ "version": "2.5.4",
2426
+ "release": "15.el9",
2427
+ "installdate": "1670812325",
2428
+ "arch": "x86_64"
2429
+ },
2430
+ "openldap-compat": {
2431
+ "epoch": "0",
2432
+ "version": "2.6.2",
2433
+ "release": "3.el9",
2434
+ "installdate": "1670812325",
2435
+ "arch": "x86_64"
2436
+ },
2437
+ "libssh": {
2438
+ "epoch": "0",
2439
+ "version": "0.9.6",
2440
+ "release": "3.el9",
2441
+ "installdate": "1670812325",
2442
+ "arch": "x86_64"
2443
+ },
2444
+ "libselinux-utils": {
2445
+ "epoch": "0",
2446
+ "version": "3.4",
2447
+ "release": "3.el9",
2448
+ "installdate": "1670812325",
2449
+ "arch": "x86_64"
2450
+ },
2451
+ "libibverbs": {
2452
+ "epoch": "0",
2453
+ "version": "41.0",
2454
+ "release": "3.el9",
2455
+ "installdate": "1670812325",
2456
+ "arch": "x86_64"
2457
+ },
2458
+ "libpcap": {
2459
+ "epoch": "14",
2460
+ "version": "1.10.0",
2461
+ "release": "4.el9",
2462
+ "installdate": "1670812325",
2463
+ "arch": "x86_64"
2464
+ },
2465
+ "libnl3-cli": {
2466
+ "epoch": "0",
2467
+ "version": "3.7.0",
2468
+ "release": "1.el9",
2469
+ "installdate": "1670812325",
2470
+ "arch": "x86_64"
2471
+ },
2472
+ "libteam": {
2473
+ "epoch": "0",
2474
+ "version": "1.31",
2475
+ "release": "14.el9",
2476
+ "installdate": "1670812325",
2477
+ "arch": "x86_64"
2478
+ },
2479
+ "libksba": {
2480
+ "epoch": "0",
2481
+ "version": "1.5.1",
2482
+ "release": "5.el9_0",
2483
+ "installdate": "1670812325",
2484
+ "arch": "x86_64"
2485
+ },
2486
+ "zstd": {
2487
+ "epoch": "0",
2488
+ "version": "1.5.1",
2489
+ "release": "2.el9",
2490
+ "installdate": "1670812326",
2491
+ "arch": "x86_64"
2492
+ },
2493
+ "keyutils": {
2494
+ "epoch": "0",
2495
+ "version": "1.6.1",
2496
+ "release": "4.el9",
2497
+ "installdate": "1670812326",
2498
+ "arch": "x86_64"
2499
+ },
2500
+ "groff-base": {
2501
+ "epoch": "0",
2502
+ "version": "1.22.4",
2503
+ "release": "10.el9",
2504
+ "installdate": "1670812326",
2505
+ "arch": "x86_64"
2506
+ },
2507
+ "snappy": {
2508
+ "epoch": "0",
2509
+ "version": "1.1.8",
2510
+ "release": "8.el9",
2511
+ "installdate": "1670812326",
2512
+ "arch": "x86_64"
2513
+ },
2514
+ "ethtool": {
2515
+ "epoch": "2",
2516
+ "version": "5.16",
2517
+ "release": "1.el9",
2518
+ "installdate": "1670812326",
2519
+ "arch": "x86_64"
2520
+ },
2521
+ "ipset-libs": {
2522
+ "epoch": "0",
2523
+ "version": "7.11",
2524
+ "release": "6.el9",
2525
+ "installdate": "1670812326",
2526
+ "arch": "x86_64"
2527
+ },
2528
+ "ipset": {
2529
+ "epoch": "0",
2530
+ "version": "7.11",
2531
+ "release": "6.el9",
2532
+ "installdate": "1670812327",
2533
+ "arch": "x86_64"
2534
+ },
2535
+ "libss": {
2536
+ "epoch": "0",
2537
+ "version": "1.46.5",
2538
+ "release": "3.el9",
2539
+ "installdate": "1670812327",
2540
+ "arch": "x86_64"
2541
+ },
2542
+ "libxcrypt-compat": {
2543
+ "epoch": "0",
2544
+ "version": "4.4.18",
2545
+ "release": "3.el9",
2546
+ "installdate": "1670812327",
2547
+ "arch": "x86_64"
2548
+ },
2549
+ "python3-pip-wheel": {
2550
+ "epoch": "0",
2551
+ "version": "21.2.3",
2552
+ "release": "6.el9",
2553
+ "installdate": "1670812327",
2554
+ "arch": "noarch"
2555
+ },
2556
+ "python3-dbus": {
2557
+ "epoch": "0",
2558
+ "version": "1.2.18",
2559
+ "release": "2.el9",
2560
+ "installdate": "1670812335",
2561
+ "arch": "x86_64"
2562
+ },
2563
+ "python3-gobject-base": {
2564
+ "epoch": "0",
2565
+ "version": "3.40.1",
2566
+ "release": "6.el9",
2567
+ "installdate": "1670812335",
2568
+ "arch": "x86_64"
2569
+ },
2570
+ "python3-gobject-base-noarch": {
2571
+ "epoch": "0",
2572
+ "version": "3.40.1",
2573
+ "release": "6.el9",
2574
+ "installdate": "1670812335",
2575
+ "arch": "noarch"
2576
+ },
2577
+ "python3-libselinux": {
2578
+ "epoch": "0",
2579
+ "version": "3.4",
2580
+ "release": "3.el9",
2581
+ "installdate": "1670812335",
2582
+ "arch": "x86_64"
2583
+ },
2584
+ "python3-libsemanage": {
2585
+ "epoch": "0",
2586
+ "version": "3.4",
2587
+ "release": "2.el9",
2588
+ "installdate": "1670812335",
2589
+ "arch": "x86_64"
2590
+ },
2591
+ "python3-libcomps": {
2592
+ "epoch": "0",
2593
+ "version": "0.1.18",
2594
+ "release": "1.el9",
2595
+ "installdate": "1670812335",
2596
+ "arch": "x86_64"
2597
+ },
2598
+ "python3-pyyaml": {
2599
+ "epoch": "0",
2600
+ "version": "5.4.1",
2601
+ "release": "6.el9",
2602
+ "installdate": "1670812336",
2603
+ "arch": "x86_64"
2604
+ },
2605
+ "python3-setuptools": {
2606
+ "epoch": "0",
2607
+ "version": "53.0.0",
2608
+ "release": "10.el9",
2609
+ "installdate": "1670812337",
2610
+ "arch": "noarch"
2611
+ },
2612
+ "python3-setools": {
2613
+ "epoch": "0",
2614
+ "version": "4.4.0",
2615
+ "release": "5.el9",
2616
+ "installdate": "1670812338",
2617
+ "arch": "x86_64"
2618
+ },
2619
+ "python3-six": {
2620
+ "epoch": "0",
2621
+ "version": "1.15.0",
2622
+ "release": "9.el9",
2623
+ "installdate": "1670812338",
2624
+ "arch": "noarch"
2625
+ },
2626
+ "python3-dateutil": {
2627
+ "epoch": "1",
2628
+ "version": "2.8.1",
2629
+ "release": "6.el9",
2630
+ "installdate": "1670812338",
2631
+ "arch": "noarch"
2632
+ },
2633
+ "libcap-ng-python3": {
2634
+ "epoch": "0",
2635
+ "version": "0.8.2",
2636
+ "release": "7.el9",
2637
+ "installdate": "1670812338",
2638
+ "arch": "x86_64"
2639
+ },
2640
+ "python3-audit": {
2641
+ "epoch": "0",
2642
+ "version": "3.0.7",
2643
+ "release": "103.el9",
2644
+ "installdate": "1670812338",
2645
+ "arch": "x86_64"
2646
+ },
2647
+ "pigz": {
2648
+ "epoch": "0",
2649
+ "version": "2.5",
2650
+ "release": "4.el9",
2651
+ "installdate": "1670812338",
2652
+ "arch": "x86_64"
2653
+ },
2654
+ "langpacks-core-en": {
2655
+ "epoch": "0",
2656
+ "version": "3.0",
2657
+ "release": "16.el9",
2658
+ "installdate": "1670812338",
2659
+ "arch": "noarch"
2660
+ },
2661
+ "hostname": {
2662
+ "epoch": "0",
2663
+ "version": "3.23",
2664
+ "release": "6.el9",
2665
+ "installdate": "1670812338",
2666
+ "arch": "x86_64"
2667
+ },
2668
+ "kernel-tools-libs": {
2669
+ "epoch": "0",
2670
+ "version": "5.14.0",
2671
+ "release": "162.6.1.el9_1",
2672
+ "installdate": "1670812338",
2673
+ "arch": "x86_64"
2674
+ },
2675
+ "less": {
2676
+ "epoch": "0",
2677
+ "version": "590",
2678
+ "release": "1.el9_0",
2679
+ "installdate": "1670812338",
2680
+ "arch": "x86_64"
2681
+ },
2682
+ "systemd-rpm-macros": {
2683
+ "epoch": "0",
2684
+ "version": "250",
2685
+ "release": "12.el9_1",
2686
+ "installdate": "1670812338",
2687
+ "arch": "noarch"
2688
+ },
2689
+ "c-ares": {
2690
+ "epoch": "0",
2691
+ "version": "1.17.1",
2692
+ "release": "5.el9",
2693
+ "installdate": "1670812338",
2694
+ "arch": "x86_64"
2695
+ },
2696
+ "cpio": {
2697
+ "epoch": "0",
2698
+ "version": "2.13",
2699
+ "release": "16.el9",
2700
+ "installdate": "1670812339",
2701
+ "arch": "x86_64"
2702
+ },
2703
+ "diffutils": {
2704
+ "epoch": "0",
2705
+ "version": "3.7",
2706
+ "release": "12.el9",
2707
+ "installdate": "1670812339",
2708
+ "arch": "x86_64"
2709
+ },
2710
+ "inih": {
2711
+ "epoch": "0",
2712
+ "version": "49",
2713
+ "release": "6.el9",
2714
+ "installdate": "1670812339",
2715
+ "arch": "x86_64"
2716
+ },
2717
+ "libbrotli": {
2718
+ "epoch": "0",
2719
+ "version": "1.0.9",
2720
+ "release": "6.el9",
2721
+ "installdate": "1670812339",
2722
+ "arch": "x86_64"
2723
+ },
2724
+ "libcbor": {
2725
+ "epoch": "0",
2726
+ "version": "0.7.0",
2727
+ "release": "5.el9",
2728
+ "installdate": "1670812339",
2729
+ "arch": "x86_64"
2730
+ },
2731
+ "libdaemon": {
2732
+ "epoch": "0",
2733
+ "version": "0.14",
2734
+ "release": "23.el9",
2735
+ "installdate": "1670812339",
2736
+ "arch": "x86_64"
2737
+ },
2738
+ "teamd": {
2739
+ "epoch": "0",
2740
+ "version": "1.31",
2741
+ "release": "14.el9",
2742
+ "installdate": "1670812339",
2743
+ "arch": "x86_64"
2744
+ },
2745
+ "libeconf": {
2746
+ "epoch": "0",
2747
+ "version": "0.4.1",
2748
+ "release": "2.el9",
2749
+ "installdate": "1670812339",
2750
+ "arch": "x86_64"
2751
+ },
2752
+ "libpwquality": {
2753
+ "epoch": "0",
2754
+ "version": "1.4.4",
2755
+ "release": "8.el9",
2756
+ "installdate": "1670812339",
2757
+ "arch": "x86_64"
2758
+ },
2759
+ "pam": {
2760
+ "epoch": "0",
2761
+ "version": "1.5.1",
2762
+ "release": "12.el9",
2763
+ "installdate": "1670812340",
2764
+ "arch": "x86_64"
2765
+ },
2766
+ "util-linux": {
2767
+ "epoch": "0",
2768
+ "version": "2.37.4",
2769
+ "release": "9.el9",
2770
+ "installdate": "1670812341",
2771
+ "arch": "x86_64"
2772
+ },
2773
+ "grub2-common": {
2774
+ "epoch": "1",
2775
+ "version": "2.06",
2776
+ "release": "46.el9.alma",
2777
+ "installdate": "1670812341",
2778
+ "arch": "noarch"
2779
+ },
2780
+ "openssh": {
2781
+ "epoch": "0",
2782
+ "version": "8.7p1",
2783
+ "release": "24.el9_1",
2784
+ "installdate": "1670812342",
2785
+ "arch": "x86_64"
2786
+ },
2787
+ "grub2-pc-modules": {
2788
+ "epoch": "1",
2789
+ "version": "2.06",
2790
+ "release": "46.el9.alma",
2791
+ "installdate": "1670812343",
2792
+ "arch": "noarch"
2793
+ },
2794
+ "device-mapper": {
2795
+ "epoch": "9",
2796
+ "version": "1.02.185",
2797
+ "release": "3.el9",
2798
+ "installdate": "1670812343",
2799
+ "arch": "x86_64"
2800
+ },
2801
+ "device-mapper-libs": {
2802
+ "epoch": "9",
2803
+ "version": "1.02.185",
2804
+ "release": "3.el9",
2805
+ "installdate": "1670812343",
2806
+ "arch": "x86_64"
2807
+ },
2808
+ "cryptsetup-libs": {
2809
+ "epoch": "0",
2810
+ "version": "2.4.3",
2811
+ "release": "5.el9",
2812
+ "installdate": "1670812343",
2813
+ "arch": "x86_64"
2814
+ },
2815
+ "dbus": {
2816
+ "epoch": "1",
2817
+ "version": "1.12.20",
2818
+ "release": "6.el9",
2819
+ "installdate": "1670812343",
2820
+ "arch": "x86_64"
2821
+ },
2822
+ "systemd-pam": {
2823
+ "epoch": "0",
2824
+ "version": "250",
2825
+ "release": "12.el9_1",
2826
+ "installdate": "1670812343",
2827
+ "arch": "x86_64"
2828
+ },
2829
+ "systemd": {
2830
+ "epoch": "0",
2831
+ "version": "250",
2832
+ "release": "12.el9_1",
2833
+ "installdate": "1670812345",
2834
+ "arch": "x86_64"
2835
+ },
2836
+ "dbus-common": {
2837
+ "epoch": "1",
2838
+ "version": "1.12.20",
2839
+ "release": "6.el9",
2840
+ "installdate": "1670812346",
2841
+ "arch": "noarch"
2842
+ },
2843
+ "dbus-broker": {
2844
+ "epoch": "0",
2845
+ "version": "28",
2846
+ "release": "7.el9",
2847
+ "installdate": "1670812346",
2848
+ "arch": "x86_64"
2849
+ },
2850
+ "grub2-tools-minimal": {
2851
+ "epoch": "1",
2852
+ "version": "2.06",
2853
+ "release": "46.el9.alma",
2854
+ "installdate": "1670812346",
2855
+ "arch": "x86_64"
2856
+ },
2857
+ "cronie-anacron": {
2858
+ "epoch": "0",
2859
+ "version": "1.5.7",
2860
+ "release": "8.el9",
2861
+ "installdate": "1670812346",
2862
+ "arch": "x86_64"
2863
+ },
2864
+ "cronie": {
2865
+ "epoch": "0",
2866
+ "version": "1.5.7",
2867
+ "release": "8.el9",
2868
+ "installdate": "1670812346",
2869
+ "arch": "x86_64"
2870
+ },
2871
+ "crontabs": {
2872
+ "epoch": "0",
2873
+ "version": "1.11",
2874
+ "release": "27.20190603git.el9_0",
2875
+ "installdate": "1670812346",
2876
+ "arch": "noarch"
2877
+ },
2878
+ "authselect-libs": {
2879
+ "epoch": "0",
2880
+ "version": "1.2.5",
2881
+ "release": "1.el9",
2882
+ "installdate": "1670812347",
2883
+ "arch": "x86_64"
2884
+ },
2885
+ "elfutils-default-yama-scope": {
2886
+ "epoch": "0",
2887
+ "version": "0.187",
2888
+ "release": "5.el9",
2889
+ "installdate": "1670812347",
2890
+ "arch": "noarch"
2891
+ },
2892
+ "elfutils-libs": {
2893
+ "epoch": "0",
2894
+ "version": "0.187",
2895
+ "release": "5.el9",
2896
+ "installdate": "1670812347",
2897
+ "arch": "x86_64"
2898
+ },
2899
+ "initscripts-service": {
2900
+ "epoch": "0",
2901
+ "version": "10.11.5",
2902
+ "release": "1.el9",
2903
+ "installdate": "1670812347",
2904
+ "arch": "noarch"
2905
+ },
2906
+ "iputils": {
2907
+ "epoch": "0",
2908
+ "version": "20210202",
2909
+ "release": "7.el9",
2910
+ "installdate": "1670812347",
2911
+ "arch": "x86_64"
2912
+ },
2913
+ "libkcapi": {
2914
+ "epoch": "0",
2915
+ "version": "1.3.1",
2916
+ "release": "3.el9",
2917
+ "installdate": "1670812347",
2918
+ "arch": "x86_64"
2919
+ },
2920
+ "libkcapi-hmaccalc": {
2921
+ "epoch": "0",
2922
+ "version": "1.3.1",
2923
+ "release": "3.el9",
2924
+ "installdate": "1670812347",
2925
+ "arch": "x86_64"
2926
+ },
2927
+ "logrotate": {
2928
+ "epoch": "0",
2929
+ "version": "3.18.0",
2930
+ "release": "7.el9",
2931
+ "installdate": "1670812347",
2932
+ "arch": "x86_64"
2933
+ },
2934
+ "kbd": {
2935
+ "epoch": "0",
2936
+ "version": "2.4.0",
2937
+ "release": "8.el9",
2938
+ "installdate": "1670812348",
2939
+ "arch": "x86_64"
2940
+ },
2941
+ "libuser": {
2942
+ "epoch": "0",
2943
+ "version": "0.63",
2944
+ "release": "11.el9",
2945
+ "installdate": "1670812348",
2946
+ "arch": "x86_64"
2947
+ },
2948
+ "libev": {
2949
+ "epoch": "0",
2950
+ "version": "4.33",
2951
+ "release": "5.el9",
2952
+ "installdate": "1670812348",
2953
+ "arch": "x86_64"
2954
+ },
2955
+ "libverto-libev": {
2956
+ "epoch": "0",
2957
+ "version": "0.3.2",
2958
+ "release": "3.el9",
2959
+ "installdate": "1670812348",
2960
+ "arch": "x86_64"
2961
+ },
2962
+ "libndp": {
2963
+ "epoch": "0",
2964
+ "version": "1.8",
2965
+ "release": "4.el9",
2966
+ "installdate": "1670812348",
2967
+ "arch": "x86_64"
2968
+ },
2969
+ "libnfnetlink": {
2970
+ "epoch": "0",
2971
+ "version": "1.0.1",
2972
+ "release": "21.el9",
2973
+ "installdate": "1670812348",
2974
+ "arch": "x86_64"
2975
+ },
2976
+ "libnetfilter_conntrack": {
2977
+ "epoch": "0",
2978
+ "version": "1.0.8",
2979
+ "release": "4.el9",
2980
+ "installdate": "1670812348",
2981
+ "arch": "x86_64"
2982
+ },
2983
+ "iptables-libs": {
2984
+ "epoch": "0",
2985
+ "version": "1.8.8",
2986
+ "release": "4.el9",
2987
+ "installdate": "1670812349",
2988
+ "arch": "x86_64"
2989
+ },
2990
+ "iptables-nft": {
2991
+ "epoch": "0",
2992
+ "version": "1.8.8",
2993
+ "release": "4.el9",
2994
+ "installdate": "1670812350",
2995
+ "arch": "x86_64"
2996
+ },
2997
+ "nftables": {
2998
+ "epoch": "1",
2999
+ "version": "1.0.4",
3000
+ "release": "2.el9",
3001
+ "installdate": "1670812350",
3002
+ "arch": "x86_64"
3003
+ },
3004
+ "python3-nftables": {
3005
+ "epoch": "1",
3006
+ "version": "1.0.4",
3007
+ "release": "2.el9",
3008
+ "installdate": "1670812351",
3009
+ "arch": "x86_64"
3010
+ },
3011
+ "python3-firewall": {
3012
+ "epoch": "0",
3013
+ "version": "1.1.1",
3014
+ "release": "3.el9",
3015
+ "installdate": "1670812352",
3016
+ "arch": "noarch"
3017
+ },
3018
+ "libnghttp2": {
3019
+ "epoch": "0",
3020
+ "version": "1.43.0",
3021
+ "release": "5.el9",
3022
+ "installdate": "1670812352",
3023
+ "arch": "x86_64"
3024
+ },
3025
+ "libcurl": {
3026
+ "epoch": "0",
3027
+ "version": "7.76.1",
3028
+ "release": "19.el9",
3029
+ "installdate": "1670812352",
3030
+ "arch": "x86_64"
3031
+ },
3032
+ "tpm2-tss": {
3033
+ "epoch": "0",
3034
+ "version": "3.0.3",
3035
+ "release": "8.el9",
3036
+ "installdate": "1670812352",
3037
+ "arch": "x86_64"
3038
+ },
3039
+ "systemd-udev": {
3040
+ "epoch": "0",
3041
+ "version": "250",
3042
+ "release": "12.el9_1",
3043
+ "installdate": "1670812353",
3044
+ "arch": "x86_64"
3045
+ },
3046
+ "dracut": {
3047
+ "epoch": "0",
3048
+ "version": "057",
3049
+ "release": "13.git20220816.el9",
3050
+ "installdate": "1670812357",
3051
+ "arch": "x86_64"
3052
+ },
3053
+ "NetworkManager": {
3054
+ "epoch": "1",
3055
+ "version": "1.40.0",
3056
+ "release": "1.el9",
3057
+ "installdate": "1670812357",
3058
+ "arch": "x86_64"
3059
+ },
3060
+ "kernel-core": {
3061
+ "epoch": "0",
3062
+ "version": "5.14.0",
3063
+ "release": "162.6.1.el9_1",
3064
+ "installdate": "1670812367",
3065
+ "arch": "x86_64"
3066
+ },
3067
+ "ima-evm-utils": {
3068
+ "epoch": "0",
3069
+ "version": "1.4",
3070
+ "release": "4.el9",
3071
+ "installdate": "1670812367",
3072
+ "arch": "x86_64"
3073
+ },
3074
+ "kernel-modules": {
3075
+ "epoch": "0",
3076
+ "version": "5.14.0",
3077
+ "release": "162.6.1.el9_1",
3078
+ "installdate": "1670812372",
3079
+ "arch": "x86_64"
3080
+ },
3081
+ "dracut-squash": {
3082
+ "epoch": "0",
3083
+ "version": "057",
3084
+ "release": "13.git20220816.el9",
3085
+ "installdate": "1670812401",
3086
+ "arch": "x86_64"
3087
+ },
3088
+ "libfido2": {
3089
+ "epoch": "0",
3090
+ "version": "1.6.0",
3091
+ "release": "7.el9",
3092
+ "installdate": "1670812401",
3093
+ "arch": "x86_64"
3094
+ },
3095
+ "os-prober": {
3096
+ "epoch": "0",
3097
+ "version": "1.77",
3098
+ "release": "9.el9",
3099
+ "installdate": "1670812401",
3100
+ "arch": "x86_64"
3101
+ },
3102
+ "curl": {
3103
+ "epoch": "0",
3104
+ "version": "7.76.1",
3105
+ "release": "19.el9",
3106
+ "installdate": "1670812401",
3107
+ "arch": "x86_64"
3108
+ },
3109
+ "policycoreutils": {
3110
+ "epoch": "0",
3111
+ "version": "3.4",
3112
+ "release": "4.el9",
3113
+ "installdate": "1670812402",
3114
+ "arch": "x86_64"
3115
+ },
3116
+ "selinux-policy": {
3117
+ "epoch": "0",
3118
+ "version": "34.1.43",
3119
+ "release": "1.el9",
3120
+ "installdate": "1670812402",
3121
+ "arch": "noarch"
3122
+ },
3123
+ "selinux-policy-targeted": {
3124
+ "epoch": "0",
3125
+ "version": "34.1.43",
3126
+ "release": "1.el9",
3127
+ "installdate": "1670812406",
3128
+ "arch": "noarch"
3129
+ },
3130
+ "grub2-tools": {
3131
+ "epoch": "1",
3132
+ "version": "2.06",
3133
+ "release": "46.el9.alma",
3134
+ "installdate": "1670812407",
3135
+ "arch": "x86_64"
3136
+ },
3137
+ "grubby": {
3138
+ "epoch": "0",
3139
+ "version": "8.40",
3140
+ "release": "61.el9",
3141
+ "installdate": "1670812407",
3142
+ "arch": "x86_64"
3143
+ },
3144
+ "libmodulemd": {
3145
+ "epoch": "0",
3146
+ "version": "2.13.0",
3147
+ "release": "2.el9",
3148
+ "installdate": "1670812407",
3149
+ "arch": "x86_64"
3150
+ },
3151
+ "libsolv": {
3152
+ "epoch": "0",
3153
+ "version": "0.7.22",
3154
+ "release": "1.el9",
3155
+ "installdate": "1670812407",
3156
+ "arch": "x86_64"
3157
+ },
3158
+ "rpcbind": {
3159
+ "epoch": "0",
3160
+ "version": "1.2.6",
3161
+ "release": "5.el9",
3162
+ "installdate": "1670812408",
3163
+ "arch": "x86_64"
3164
+ },
3165
+ "python3-policycoreutils": {
3166
+ "epoch": "0",
3167
+ "version": "3.4",
3168
+ "release": "4.el9",
3169
+ "installdate": "1670812409",
3170
+ "arch": "noarch"
3171
+ },
3172
+ "policycoreutils-python-utils": {
3173
+ "epoch": "0",
3174
+ "version": "3.4",
3175
+ "release": "4.el9",
3176
+ "installdate": "1670812409",
3177
+ "arch": "noarch"
3178
+ },
3179
+ "libpath_utils": {
3180
+ "epoch": "0",
3181
+ "version": "0.2.1",
3182
+ "release": "53.el9",
3183
+ "installdate": "1670812409",
3184
+ "arch": "x86_64"
3185
+ },
3186
+ "libini_config": {
3187
+ "epoch": "0",
3188
+ "version": "1.3.1",
3189
+ "release": "53.el9",
3190
+ "installdate": "1670812410",
3191
+ "arch": "x86_64"
3192
+ },
3193
+ "gssproxy": {
3194
+ "epoch": "0",
3195
+ "version": "0.8.4",
3196
+ "release": "4.el9",
3197
+ "installdate": "1670812410",
3198
+ "arch": "x86_64"
3199
+ },
3200
+ "libpipeline": {
3201
+ "epoch": "0",
3202
+ "version": "1.5.3",
3203
+ "release": "4.el9",
3204
+ "installdate": "1670812410",
3205
+ "arch": "x86_64"
3206
+ },
3207
+ "lmdb-libs": {
3208
+ "epoch": "0",
3209
+ "version": "0.9.29",
3210
+ "release": "3.el9",
3211
+ "installdate": "1670812410",
3212
+ "arch": "x86_64"
3213
+ },
3214
+ "libldb": {
3215
+ "epoch": "0",
3216
+ "version": "2.5.2",
3217
+ "release": "1.el9",
3218
+ "installdate": "1670812410",
3219
+ "arch": "x86_64"
3220
+ },
3221
+ "npth": {
3222
+ "epoch": "0",
3223
+ "version": "1.6",
3224
+ "release": "8.el9",
3225
+ "installdate": "1670812413",
3226
+ "arch": "x86_64"
3227
+ },
3228
+ "gnupg2": {
3229
+ "epoch": "0",
3230
+ "version": "2.3.3",
3231
+ "release": "2.el9_0",
3232
+ "installdate": "1670812414",
3233
+ "arch": "x86_64"
3234
+ },
3235
+ "gpgme": {
3236
+ "epoch": "0",
3237
+ "version": "1.15.1",
3238
+ "release": "6.el9",
3239
+ "installdate": "1670812414",
3240
+ "arch": "x86_64"
3241
+ },
3242
+ "librepo": {
3243
+ "epoch": "0",
3244
+ "version": "1.14.2",
3245
+ "release": "3.el9",
3246
+ "installdate": "1670812414",
3247
+ "arch": "x86_64"
3248
+ },
3249
+ "libdnf": {
3250
+ "epoch": "0",
3251
+ "version": "0.67.0",
3252
+ "release": "3.el9.alma",
3253
+ "installdate": "1670812414",
3254
+ "arch": "x86_64"
3255
+ },
3256
+ "python3-libdnf": {
3257
+ "epoch": "0",
3258
+ "version": "0.67.0",
3259
+ "release": "3.el9.alma",
3260
+ "installdate": "1670812415",
3261
+ "arch": "x86_64"
3262
+ },
3263
+ "python3-hawkey": {
3264
+ "epoch": "0",
3265
+ "version": "0.67.0",
3266
+ "release": "3.el9.alma",
3267
+ "installdate": "1670812415",
3268
+ "arch": "x86_64"
3269
+ },
3270
+ "python3-gpg": {
3271
+ "epoch": "0",
3272
+ "version": "1.15.1",
3273
+ "release": "6.el9",
3274
+ "installdate": "1670812415",
3275
+ "arch": "x86_64"
3276
+ },
3277
+ "python3-dnf": {
3278
+ "epoch": "0",
3279
+ "version": "4.12.0",
3280
+ "release": "4.el9.alma",
3281
+ "installdate": "1670812417",
3282
+ "arch": "noarch"
3283
+ },
3284
+ "dnf": {
3285
+ "epoch": "0",
3286
+ "version": "4.12.0",
3287
+ "release": "4.el9.alma",
3288
+ "installdate": "1670812417",
3289
+ "arch": "noarch"
3290
+ },
3291
+ "python3-dnf-plugins-core": {
3292
+ "epoch": "0",
3293
+ "version": "4.1.0",
3294
+ "release": "3.el9",
3295
+ "installdate": "1670812418",
3296
+ "arch": "noarch"
3297
+ },
3298
+ "dnf-plugins-core": {
3299
+ "epoch": "0",
3300
+ "version": "4.1.0",
3301
+ "release": "3.el9",
3302
+ "installdate": "1670812418",
3303
+ "arch": "noarch"
3304
+ },
3305
+ "numactl-libs": {
3306
+ "epoch": "0",
3307
+ "version": "2.0.14",
3308
+ "release": "8.el9",
3309
+ "installdate": "1670812418",
3310
+ "arch": "x86_64"
3311
+ },
3312
+ "pciutils-libs": {
3313
+ "epoch": "0",
3314
+ "version": "3.7.0",
3315
+ "release": "5.el9",
3316
+ "installdate": "1670812418",
3317
+ "arch": "x86_64"
3318
+ },
3319
+ "psmisc": {
3320
+ "epoch": "0",
3321
+ "version": "23.4",
3322
+ "release": "3.el9",
3323
+ "installdate": "1670812418",
3324
+ "arch": "x86_64"
3325
+ },
3326
+ "iproute": {
3327
+ "epoch": "0",
3328
+ "version": "5.18.0",
3329
+ "release": "1.el9",
3330
+ "installdate": "1670812418",
3331
+ "arch": "x86_64"
3332
+ },
3333
+ "dracut-network": {
3334
+ "epoch": "0",
3335
+ "version": "057",
3336
+ "release": "13.git20220816.el9",
3337
+ "installdate": "1670812419",
3338
+ "arch": "x86_64"
3339
+ },
3340
+ "sg3_utils-libs": {
3341
+ "epoch": "0",
3342
+ "version": "1.47",
3343
+ "release": "9.el9",
3344
+ "installdate": "1670812419",
3345
+ "arch": "x86_64"
3346
+ },
3347
+ "slang": {
3348
+ "epoch": "0",
3349
+ "version": "2.3.2",
3350
+ "release": "11.el9",
3351
+ "installdate": "1670812419",
3352
+ "arch": "x86_64"
3353
+ },
3354
+ "newt": {
3355
+ "epoch": "0",
3356
+ "version": "0.52.21",
3357
+ "release": "11.el9",
3358
+ "installdate": "1670812420",
3359
+ "arch": "x86_64"
3360
+ },
3361
+ "userspace-rcu": {
3362
+ "epoch": "0",
3363
+ "version": "0.12.1",
3364
+ "release": "6.el9",
3365
+ "installdate": "1670812420",
3366
+ "arch": "x86_64"
3367
+ },
3368
+ "libestr": {
3369
+ "epoch": "0",
3370
+ "version": "0.1.11",
3371
+ "release": "4.el9",
3372
+ "installdate": "1670812420",
3373
+ "arch": "x86_64"
3374
+ },
3375
+ "libfastjson": {
3376
+ "epoch": "0",
3377
+ "version": "0.99.9",
3378
+ "release": "3.el9",
3379
+ "installdate": "1670812420",
3380
+ "arch": "x86_64"
3381
+ },
3382
+ "rsyslog-logrotate": {
3383
+ "epoch": "0",
3384
+ "version": "8.2102.0",
3385
+ "release": "105.el9",
3386
+ "installdate": "1670812420",
3387
+ "arch": "x86_64"
3388
+ },
3389
+ "rsyslog": {
3390
+ "epoch": "0",
3391
+ "version": "8.2102.0",
3392
+ "release": "105.el9",
3393
+ "installdate": "1670812420",
3394
+ "arch": "x86_64"
3395
+ },
3396
+ "m4": {
3397
+ "epoch": "0",
3398
+ "version": "1.4.19",
3399
+ "release": "1.el9",
3400
+ "installdate": "1670812420",
3401
+ "arch": "x86_64"
3402
+ },
3403
+ "policycoreutils-devel": {
3404
+ "epoch": "0",
3405
+ "version": "3.4",
3406
+ "release": "4.el9",
3407
+ "installdate": "1670812420",
3408
+ "arch": "x86_64"
3409
+ },
3410
+ "selinux-policy-devel": {
3411
+ "epoch": "0",
3412
+ "version": "34.1.43",
3413
+ "release": "1.el9",
3414
+ "installdate": "1670812423",
3415
+ "arch": "noarch"
3416
+ },
3417
+ "xfsprogs": {
3418
+ "epoch": "0",
3419
+ "version": "5.14.2",
3420
+ "release": "1.el9",
3421
+ "installdate": "1670812460",
3422
+ "arch": "x86_64"
3423
+ },
3424
+ "NetworkManager-tui": {
3425
+ "epoch": "1",
3426
+ "version": "1.40.0",
3427
+ "release": "1.el9",
3428
+ "installdate": "1670812460",
3429
+ "arch": "x86_64"
3430
+ },
3431
+ "sg3_utils": {
3432
+ "epoch": "0",
3433
+ "version": "1.47",
3434
+ "release": "9.el9",
3435
+ "installdate": "1670812460",
3436
+ "arch": "x86_64"
3437
+ },
3438
+ "kexec-tools": {
3439
+ "epoch": "0",
3440
+ "version": "2.0.24",
3441
+ "release": "5.el9",
3442
+ "installdate": "1670812460",
3443
+ "arch": "x86_64"
3444
+ },
3445
+ "iproute-tc": {
3446
+ "epoch": "0",
3447
+ "version": "5.18.0",
3448
+ "release": "1.el9",
3449
+ "installdate": "1670812461",
3450
+ "arch": "x86_64"
3451
+ },
3452
+ "kernel-tools": {
3453
+ "epoch": "0",
3454
+ "version": "5.14.0",
3455
+ "release": "162.6.1.el9_1",
3456
+ "installdate": "1670812461",
3457
+ "arch": "x86_64"
3458
+ },
3459
+ "irqbalance": {
3460
+ "epoch": "2",
3461
+ "version": "1.9.0",
3462
+ "release": "3.el9",
3463
+ "installdate": "1670812461",
3464
+ "arch": "x86_64"
3465
+ },
3466
+ "yum-utils": {
3467
+ "epoch": "0",
3468
+ "version": "4.1.0",
3469
+ "release": "3.el9",
3470
+ "installdate": "1670812461",
3471
+ "arch": "noarch"
3472
+ },
3473
+ "yum": {
3474
+ "epoch": "0",
3475
+ "version": "4.12.0",
3476
+ "release": "4.el9.alma",
3477
+ "installdate": "1670812461",
3478
+ "arch": "noarch"
3479
+ },
3480
+ "man-db": {
3481
+ "epoch": "0",
3482
+ "version": "2.9.3",
3483
+ "release": "6.el9",
3484
+ "installdate": "1670812461",
3485
+ "arch": "x86_64"
3486
+ },
3487
+ "nfs-utils": {
3488
+ "epoch": "1",
3489
+ "version": "2.5.4",
3490
+ "release": "15.el9",
3491
+ "installdate": "1670812462",
3492
+ "arch": "x86_64"
3493
+ },
3494
+ "crypto-policies-scripts": {
3495
+ "epoch": "0",
3496
+ "version": "20220815",
3497
+ "release": "1.git0fbe86f.el9",
3498
+ "installdate": "1670812462",
3499
+ "arch": "noarch"
3500
+ },
3501
+ "grub2-pc": {
3502
+ "epoch": "1",
3503
+ "version": "2.06",
3504
+ "release": "46.el9.alma",
3505
+ "installdate": "1670812462",
3506
+ "arch": "x86_64"
3507
+ },
3508
+ "openssh-clients": {
3509
+ "epoch": "0",
3510
+ "version": "8.7p1",
3511
+ "release": "24.el9_1",
3512
+ "installdate": "1670812462",
3513
+ "arch": "x86_64"
3514
+ },
3515
+ "kernel": {
3516
+ "epoch": "0",
3517
+ "version": "5.14.0",
3518
+ "release": "162.6.1.el9_1",
3519
+ "installdate": "1670812463",
3520
+ "arch": "x86_64"
3521
+ },
3522
+ "NetworkManager-team": {
3523
+ "epoch": "1",
3524
+ "version": "1.40.0",
3525
+ "release": "1.el9",
3526
+ "installdate": "1670812463",
3527
+ "arch": "x86_64"
3528
+ },
3529
+ "dracut-config-rescue": {
3530
+ "epoch": "0",
3531
+ "version": "057",
3532
+ "release": "13.git20220816.el9",
3533
+ "installdate": "1670812463",
3534
+ "arch": "x86_64"
3535
+ },
3536
+ "firewalld": {
3537
+ "epoch": "0",
3538
+ "version": "1.1.1",
3539
+ "release": "3.el9",
3540
+ "installdate": "1670812464",
3541
+ "arch": "noarch"
3542
+ },
3543
+ "passwd": {
3544
+ "epoch": "0",
3545
+ "version": "0.80",
3546
+ "release": "12.el9",
3547
+ "installdate": "1670812464",
3548
+ "arch": "x86_64"
3549
+ },
3550
+ "audit": {
3551
+ "epoch": "0",
3552
+ "version": "3.0.7",
3553
+ "release": "103.el9",
3554
+ "installdate": "1670812464",
3555
+ "arch": "x86_64"
3556
+ },
3557
+ "authselect": {
3558
+ "epoch": "0",
3559
+ "version": "1.2.5",
3560
+ "release": "1.el9",
3561
+ "installdate": "1670812464",
3562
+ "arch": "x86_64"
3563
+ },
3564
+ "chrony": {
3565
+ "epoch": "0",
3566
+ "version": "4.2",
3567
+ "release": "1.el9",
3568
+ "installdate": "1670812464",
3569
+ "arch": "x86_64"
3570
+ },
3571
+ "net-tools": {
3572
+ "epoch": "0",
3573
+ "version": "2.0",
3574
+ "release": "0.62.20160912git.el9",
3575
+ "installdate": "1670812465",
3576
+ "arch": "x86_64"
3577
+ },
3578
+ "openssh-server": {
3579
+ "epoch": "0",
3580
+ "version": "8.7p1",
3581
+ "release": "24.el9_1",
3582
+ "installdate": "1670812465",
3583
+ "arch": "x86_64"
3584
+ },
3585
+ "parted": {
3586
+ "epoch": "0",
3587
+ "version": "3.5",
3588
+ "release": "2.el9",
3589
+ "installdate": "1670812465",
3590
+ "arch": "x86_64"
3591
+ },
3592
+ "sudo": {
3593
+ "epoch": "0",
3594
+ "version": "1.9.5p2",
3595
+ "release": "7.el9",
3596
+ "installdate": "1670812466",
3597
+ "arch": "x86_64"
3598
+ },
3599
+ "langpacks-en": {
3600
+ "epoch": "0",
3601
+ "version": "3.0",
3602
+ "release": "16.el9",
3603
+ "installdate": "1670812466",
3604
+ "arch": "noarch"
3605
+ },
3606
+ "e2fsprogs": {
3607
+ "epoch": "0",
3608
+ "version": "1.46.5",
3609
+ "release": "3.el9",
3610
+ "installdate": "1670812466",
3611
+ "arch": "x86_64"
3612
+ },
3613
+ "initscripts-rename-device": {
3614
+ "epoch": "0",
3615
+ "version": "10.11.5",
3616
+ "release": "1.el9",
3617
+ "installdate": "1670812466",
3618
+ "arch": "x86_64"
3619
+ },
3620
+ "prefixdevname": {
3621
+ "epoch": "0",
3622
+ "version": "0.1.0",
3623
+ "release": "8.el9",
3624
+ "installdate": "1670812466",
3625
+ "arch": "x86_64"
3626
+ },
3627
+ "rsync": {
3628
+ "epoch": "0",
3629
+ "version": "3.2.3",
3630
+ "release": "18.el9",
3631
+ "installdate": "1670812467",
3632
+ "arch": "x86_64"
3633
+ },
3634
+ "wget": {
3635
+ "epoch": "0",
3636
+ "version": "1.21.1",
3637
+ "release": "7.el9",
3638
+ "installdate": "1670812467",
3639
+ "arch": "x86_64"
3640
+ },
3641
+ "tar": {
3642
+ "epoch": "2",
3643
+ "version": "1.34",
3644
+ "release": "5.el9",
3645
+ "installdate": "1670812467",
3646
+ "arch": "x86_64"
3647
+ },
3648
+ "vim-minimal": {
3649
+ "epoch": "2",
3650
+ "version": "8.2.2637",
3651
+ "release": "16.el9_0.3",
3652
+ "installdate": "1670812467",
3653
+ "arch": "x86_64"
3654
+ },
3655
+ "lshw": {
3656
+ "epoch": "0",
3657
+ "version": "B.02.19.2",
3658
+ "release": "9.el9",
3659
+ "installdate": "1670812467",
3660
+ "arch": "x86_64"
3661
+ },
3662
+ "bzip2": {
3663
+ "epoch": "0",
3664
+ "version": "1.0.8",
3665
+ "release": "8.el9",
3666
+ "installdate": "1670812467",
3667
+ "arch": "x86_64"
3668
+ },
3669
+ "libsysfs": {
3670
+ "epoch": "0",
3671
+ "version": "2.1.1",
3672
+ "release": "10.el9",
3673
+ "installdate": "1670812467",
3674
+ "arch": "x86_64"
3675
+ },
3676
+ "lsscsi": {
3677
+ "epoch": "0",
3678
+ "version": "0.32",
3679
+ "release": "6.el9",
3680
+ "installdate": "1670812468",
3681
+ "arch": "x86_64"
3682
+ },
3683
+ "ncurses": {
3684
+ "epoch": "0",
3685
+ "version": "6.2",
3686
+ "release": "8.20210508.el9",
3687
+ "installdate": "1670812468",
3688
+ "arch": "x86_64"
3689
+ },
3690
+ "rootfiles": {
3691
+ "epoch": "0",
3692
+ "version": "8.1",
3693
+ "release": "31.el9",
3694
+ "installdate": "1670812468",
3695
+ "arch": "noarch"
3696
+ },
3697
+ "gpg-pubkey": {
3698
+ "epoch": "0",
3699
+ "version": "b86b3716",
3700
+ "release": "61e69f29",
3701
+ "installdate": "1670812864",
3702
+ "arch": "(none)"
3703
+ },
3704
+ "krb5-libs": {
3705
+ "epoch": "0",
3706
+ "version": "1.19.1",
3707
+ "release": "24.el9_1",
3708
+ "installdate": "1670812868",
3709
+ "arch": "x86_64"
3710
+ },
3711
+ "libsss_idmap": {
3712
+ "epoch": "0",
3713
+ "version": "2.7.3",
3714
+ "release": "4.el9_1.1",
3715
+ "installdate": "1670812868",
3716
+ "arch": "x86_64"
3717
+ },
3718
+ "rpm-libs": {
3719
+ "epoch": "0",
3720
+ "version": "4.16.1.3",
3721
+ "release": "19.el9_1",
3722
+ "installdate": "1670812868",
3723
+ "arch": "x86_64"
3724
+ },
3725
+ "rpm": {
3726
+ "epoch": "0",
3727
+ "version": "4.16.1.3",
3728
+ "release": "19.el9_1",
3729
+ "installdate": "1670812868",
3730
+ "arch": "x86_64"
3731
+ },
3732
+ "rpm-build-libs": {
3733
+ "epoch": "0",
3734
+ "version": "4.16.1.3",
3735
+ "release": "19.el9_1",
3736
+ "installdate": "1670812868",
3737
+ "arch": "x86_64"
3738
+ },
3739
+ "rpm-sign-libs": {
3740
+ "epoch": "0",
3741
+ "version": "4.16.1.3",
3742
+ "release": "19.el9_1",
3743
+ "installdate": "1670812868",
3744
+ "arch": "x86_64"
3745
+ },
3746
+ "tzdata": {
3747
+ "epoch": "0",
3748
+ "version": "2022g",
3749
+ "release": "1.el9_1",
3750
+ "installdate": "1670812871",
3751
+ "arch": "noarch"
3752
+ },
3753
+ "python3-libs": {
3754
+ "epoch": "0",
3755
+ "version": "3.9.14",
3756
+ "release": "1.el9_1.1",
3757
+ "installdate": "1670812875",
3758
+ "arch": "x86_64"
3759
+ },
3760
+ "python3": {
3761
+ "epoch": "0",
3762
+ "version": "3.9.14",
3763
+ "release": "1.el9_1.1",
3764
+ "installdate": "1670812875",
3765
+ "arch": "x86_64"
3766
+ },
3767
+ "python-unversioned-command": {
3768
+ "epoch": "0",
3769
+ "version": "3.9.14",
3770
+ "release": "1.el9_1.1",
3771
+ "installdate": "1670812875",
3772
+ "arch": "noarch"
3773
+ },
3774
+ "sssd-nfs-idmap": {
3775
+ "epoch": "0",
3776
+ "version": "2.7.3",
3777
+ "release": "4.el9_1.1",
3778
+ "installdate": "1670812875",
3779
+ "arch": "x86_64"
3780
+ },
3781
+ "libsss_sudo": {
3782
+ "epoch": "0",
3783
+ "version": "2.7.3",
3784
+ "release": "4.el9_1.1",
3785
+ "installdate": "1670812875",
3786
+ "arch": "x86_64"
3787
+ },
3788
+ "libsss_nss_idmap": {
3789
+ "epoch": "0",
3790
+ "version": "2.7.3",
3791
+ "release": "4.el9_1.1",
3792
+ "installdate": "1670812875",
3793
+ "arch": "x86_64"
3794
+ },
3795
+ "sssd-client": {
3796
+ "epoch": "0",
3797
+ "version": "2.7.3",
3798
+ "release": "4.el9_1.1",
3799
+ "installdate": "1670812875",
3800
+ "arch": "x86_64"
3801
+ },
3802
+ "libsss_certmap": {
3803
+ "epoch": "0",
3804
+ "version": "2.7.3",
3805
+ "release": "4.el9_1.1",
3806
+ "installdate": "1670812876",
3807
+ "arch": "x86_64"
3808
+ },
3809
+ "sssd-common": {
3810
+ "epoch": "0",
3811
+ "version": "2.7.3",
3812
+ "release": "4.el9_1.1",
3813
+ "installdate": "1670812876",
3814
+ "arch": "x86_64"
3815
+ },
3816
+ "sssd-kcm": {
3817
+ "epoch": "0",
3818
+ "version": "2.7.3",
3819
+ "release": "4.el9_1.1",
3820
+ "installdate": "1670812876",
3821
+ "arch": "x86_64"
3822
+ },
3823
+ "python3-rpm": {
3824
+ "epoch": "0",
3825
+ "version": "4.16.1.3",
3826
+ "release": "19.el9_1",
3827
+ "installdate": "1670812876",
3828
+ "arch": "x86_64"
3829
+ },
3830
+ "rpm-plugin-systemd-inhibit": {
3831
+ "epoch": "0",
3832
+ "version": "4.16.1.3",
3833
+ "release": "19.el9_1",
3834
+ "installdate": "1670812876",
3835
+ "arch": "x86_64"
3836
+ },
3837
+ "rpm-plugin-audit": {
3838
+ "epoch": "0",
3839
+ "version": "4.16.1.3",
3840
+ "release": "19.el9_1",
3841
+ "installdate": "1670812876",
3842
+ "arch": "x86_64"
3843
+ },
3844
+ "rpm-plugin-selinux": {
3845
+ "epoch": "0",
3846
+ "version": "4.16.1.3",
3847
+ "release": "19.el9_1",
3848
+ "installdate": "1670812876",
3849
+ "arch": "x86_64"
3850
+ },
3851
+ "kpartx": {
3852
+ "epoch": "0",
3853
+ "version": "0.8.7",
3854
+ "release": "12.el9_1.1",
3855
+ "installdate": "1670812876",
3856
+ "arch": "x86_64"
3857
+ },
3858
+ "chef": {
3859
+ "epoch": "0",
3860
+ "version": "18.1.0",
3861
+ "release": "1.el9",
3862
+ "installdate": "1675118377",
3863
+ "arch": "x86_64"
3864
+ }
3865
+ },
3866
+ "platform": "almalinux",
3867
+ "platform_family": "rhel",
3868
+ "platform_version": "9.1",
3869
+ "root_group": "root",
3870
+ "shells": [
3871
+ "/bin/sh",
3872
+ "/bin/bash",
3873
+ "/usr/bin/sh",
3874
+ "/usr/bin/bash"
3875
+ ],
3876
+ "time": {
3877
+ "timezone": "GMT"
3878
+ },
3879
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
3880
+ "uptime_seconds": 2646450,
3881
+ "virtualization": {
3882
+ "systems": {
3883
+ }
3884
+ }
3885
+ }