fauxhai-ng 8.0.0 → 8.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/bin/fauxhai +8 -8
  3. data/lib/.DS_Store +0 -0
  4. data/lib/fauxhai.rb +5 -5
  5. data/lib/fauxhai/.DS_Store +0 -0
  6. data/lib/fauxhai/fetcher.rb +9 -8
  7. data/lib/fauxhai/mocker.rb +14 -14
  8. data/lib/fauxhai/platforms/.DS_Store +0 -0
  9. data/lib/fauxhai/platforms/amazon/.DS_Store +0 -0
  10. data/lib/fauxhai/platforms/amazon/2.json +683 -660
  11. data/lib/fauxhai/platforms/amazon/2016.03.json +135 -135
  12. data/lib/fauxhai/platforms/amazon/2016.09.json +134 -134
  13. data/lib/fauxhai/platforms/amazon/2017.03.json +125 -125
  14. data/lib/fauxhai/platforms/amazon/2017.09.json +112 -112
  15. data/lib/fauxhai/platforms/amazon/2018.03.json +544 -551
  16. data/lib/fauxhai/platforms/centos/.DS_Store +0 -0
  17. data/lib/fauxhai/platforms/centos/5.11.json +1 -0
  18. data/lib/fauxhai/platforms/centos/6.10.json +314 -314
  19. data/lib/fauxhai/platforms/centos/6.9.json +1 -0
  20. data/lib/fauxhai/platforms/centos/7.5.1804.json +1 -0
  21. data/lib/fauxhai/platforms/centos/7.6.1810.json +40 -40
  22. data/lib/fauxhai/platforms/centos/7.7.1908.json +1512 -7517
  23. data/lib/fauxhai/platforms/centos/7.8.2003.json +3797 -0
  24. data/lib/fauxhai/platforms/centos/8.json +1229 -2348
  25. data/lib/fauxhai/platforms/debian/10.json +420 -208
  26. data/lib/fauxhai/platforms/debian/8.11.json +1 -0
  27. data/lib/fauxhai/platforms/debian/9.11.json +53 -44
  28. data/lib/fauxhai/platforms/debian/{8.10.json → 9.12.json} +994 -1644
  29. data/lib/fauxhai/platforms/debian/9.8.json +52 -42
  30. data/lib/fauxhai/platforms/debian/9.9.json +55 -45
  31. data/lib/fauxhai/platforms/fedora/29.json +1 -1
  32. data/lib/fauxhai/platforms/fedora/30.json +514 -506
  33. data/lib/fauxhai/platforms/fedora/31.json +734 -712
  34. data/lib/fauxhai/platforms/fedora/32.json +3547 -0
  35. data/lib/fauxhai/platforms/mac_os_x/10.15.json +268 -392
  36. data/lib/fauxhai/platforms/opensuse/15.0.json +4383 -37
  37. data/lib/fauxhai/platforms/opensuse/15.1.json +5775 -0
  38. data/lib/fauxhai/platforms/opensuse/15.2.json +5961 -0
  39. data/lib/fauxhai/platforms/oracle/5.11.json +1 -0
  40. data/lib/fauxhai/platforms/oracle/6.10.json +19 -19
  41. data/lib/fauxhai/platforms/oracle/6.9.json +1 -0
  42. data/lib/fauxhai/platforms/oracle/7.5.json +480 -496
  43. data/lib/fauxhai/platforms/oracle/7.6.json +39 -39
  44. data/lib/fauxhai/platforms/redhat/.DS_Store +0 -0
  45. data/lib/fauxhai/platforms/redhat/5.11.json +1 -0
  46. data/lib/fauxhai/platforms/redhat/6.10.json +49 -40
  47. data/lib/fauxhai/platforms/redhat/6.9.json +40 -31
  48. data/lib/fauxhai/platforms/redhat/7.4.json +57 -48
  49. data/lib/fauxhai/platforms/redhat/7.5.json +55 -45
  50. data/lib/fauxhai/platforms/redhat/7.6.json +508 -657
  51. data/lib/fauxhai/platforms/redhat/7.7.json +58 -49
  52. data/lib/fauxhai/platforms/redhat/7.8.json +3954 -0
  53. data/lib/fauxhai/platforms/redhat/8.json +942 -908
  54. data/lib/fauxhai/platforms/suse/.DS_Store +0 -0
  55. data/lib/fauxhai/platforms/suse/12.3.json +38 -40
  56. data/lib/fauxhai/platforms/suse/12.4.json +50 -52
  57. data/lib/fauxhai/platforms/suse/12.5.json +5922 -0
  58. data/lib/fauxhai/platforms/suse/15.json +999 -1001
  59. data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
  60. data/lib/fauxhai/platforms/ubuntu/16.04.json +291 -278
  61. data/lib/fauxhai/platforms/ubuntu/18.04.json +384 -377
  62. data/lib/fauxhai/platforms/ubuntu/20.04.json +4144 -0
  63. data/lib/fauxhai/runner.rb +27 -27
  64. data/lib/fauxhai/runner/default.rb +128 -128
  65. data/lib/fauxhai/runner/windows.rb +77 -77
  66. data/lib/fauxhai/version.rb +1 -1
  67. metadata +14 -18
  68. data/lib/fauxhai/platforms/aix/.DS_Store +0 -0
  69. data/lib/fauxhai/platforms/clearos/.DS_Store +0 -0
  70. data/lib/fauxhai/platforms/debian/8.9.json +0 -3614
  71. data/lib/fauxhai/platforms/freebsd/.DS_Store +0 -0
  72. data/lib/fauxhai/platforms/gentoo/.DS_Store +0 -0
  73. data/lib/fauxhai/platforms/linuxmint/.DS_Store +0 -0
  74. data/lib/fauxhai/platforms/mac_os_x/.DS_Store +0 -0
  75. data/lib/fauxhai/platforms/openbsd/.DS_Store +0 -0
  76. data/lib/fauxhai/platforms/raspbian/.DS_Store +0 -0
  77. data/lib/fauxhai/platforms/solaris2/.DS_Store +0 -0
  78. data/lib/fauxhai/platforms/windows/.DS_Store +0 -0
@@ -0,0 +1,4144 @@
1
+ {
2
+ "block_device": {
3
+ "loop0": {
4
+ "logical_block_size": "512",
5
+ "physical_block_size": "512",
6
+ "removable": "0",
7
+ "rotational": "0",
8
+ "size": "200168"
9
+ },
10
+ "loop1": {
11
+ "logical_block_size": "512",
12
+ "physical_block_size": "512",
13
+ "removable": "0",
14
+ "rotational": "0",
15
+ "size": "0"
16
+ },
17
+ "loop2": {
18
+ "logical_block_size": "512",
19
+ "physical_block_size": "512",
20
+ "removable": "0",
21
+ "rotational": "1",
22
+ "size": "0"
23
+ },
24
+ "loop3": {
25
+ "logical_block_size": "512",
26
+ "physical_block_size": "512",
27
+ "removable": "0",
28
+ "rotational": "1",
29
+ "size": "0"
30
+ },
31
+ "loop4": {
32
+ "logical_block_size": "512",
33
+ "physical_block_size": "512",
34
+ "removable": "0",
35
+ "rotational": "1",
36
+ "size": "0"
37
+ },
38
+ "loop5": {
39
+ "logical_block_size": "512",
40
+ "physical_block_size": "512",
41
+ "removable": "0",
42
+ "rotational": "1",
43
+ "size": "0"
44
+ },
45
+ "loop6": {
46
+ "logical_block_size": "512",
47
+ "physical_block_size": "512",
48
+ "removable": "0",
49
+ "rotational": "1",
50
+ "size": "0"
51
+ },
52
+ "loop7": {
53
+ "logical_block_size": "512",
54
+ "physical_block_size": "512",
55
+ "removable": "0",
56
+ "rotational": "1",
57
+ "size": "0"
58
+ },
59
+ "md0": {
60
+ "logical_block_size": "512",
61
+ "physical_block_size": "512",
62
+ "removable": "0",
63
+ "rotational": "1",
64
+ "size": "0"
65
+ },
66
+ "xvda": {
67
+ "logical_block_size": "512",
68
+ "physical_block_size": "512",
69
+ "removable": "0",
70
+ "rotational": "0",
71
+ "size": "16777216",
72
+ "state": "Connected"
73
+ }
74
+ },
75
+ "chef_packages": {
76
+ "chef": {
77
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib",
78
+ "version": "16.6.14"
79
+ },
80
+ "ohai": {
81
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai",
82
+ "version": "16.6.5"
83
+ }
84
+ },
85
+ "command": {
86
+ "ps": "ps -ef"
87
+ },
88
+ "counters": {
89
+ "network": {
90
+ "interfaces": {
91
+ "eth0": {
92
+ "rx": {
93
+ "bytes": 0,
94
+ "compressed": 0,
95
+ "drop": 0,
96
+ "errors": 0,
97
+ "frame": 0,
98
+ "multicast": 0,
99
+ "overrun": 0,
100
+ "packets": 0
101
+ },
102
+ "tx": {
103
+ "bytes": 0,
104
+ "carrier": 0,
105
+ "collisions": 0,
106
+ "compressed": 0,
107
+ "drop": 0,
108
+ "errors": 0,
109
+ "overrun": 0,
110
+ "packets": 0
111
+ }
112
+ },
113
+ "lo": {
114
+ "rx": {
115
+ "bytes": 0,
116
+ "drop": 0,
117
+ "errors": 0,
118
+ "overrun": 0,
119
+ "packets": 0
120
+ },
121
+ "tx": {
122
+ "bytes": 0,
123
+ "carrier": 0,
124
+ "collisions": 0,
125
+ "drop": 0,
126
+ "errors": 0,
127
+ "packets": 0,
128
+ "queuelen": "1"
129
+ }
130
+ }
131
+ }
132
+ }
133
+ },
134
+ "cpu": {
135
+ "cores": 1,
136
+ "real": 1,
137
+ "total": 1
138
+ },
139
+ "current_user": "fauxhai",
140
+ "dmi": {
141
+ "bios": {
142
+ "address": "0xE8000",
143
+ "all_records": [
144
+ {
145
+ "Address": "0xE8000",
146
+ "BIOS Revision": "4.2",
147
+ "Characteristics": {
148
+ "Targeted content distribution is supported": null
149
+ },
150
+ "ROM Size": "64 kB",
151
+ "Release Date": "08/24/2006",
152
+ "Runtime Size": "96 kB",
153
+ "Vendor": "Xen",
154
+ "Version": "4.2.amazon",
155
+ "application_identifier": "BIOS Information",
156
+ "record_id": "0x0000",
157
+ "size": "0"
158
+ }
159
+ ],
160
+ "bios_revision": "4.2",
161
+ "release_date": "08/24/2006",
162
+ "rom_size": "64 kB",
163
+ "runtime_size": "96 kB",
164
+ "vendor": "Xen",
165
+ "version": "4.2.amazon"
166
+ },
167
+ "chassis": {
168
+ "all_records": [
169
+ {
170
+ "Asset Tag": "Not Specified",
171
+ "Boot-up State": "Safe",
172
+ "Lock": "Not Present",
173
+ "Manufacturer": "Xen",
174
+ "Power Supply State": "Safe",
175
+ "Security Status": "Unknown",
176
+ "Serial Number": "Not Specified",
177
+ "Thermal State": "Safe",
178
+ "Type": "Other",
179
+ "Version": "Not Specified",
180
+ "application_identifier": "Chassis Information",
181
+ "record_id": "0x0300",
182
+ "size": "3"
183
+ }
184
+ ],
185
+ "asset_tag": "Not Specified",
186
+ "boot_up_state": "Safe",
187
+ "lock": "Not Present",
188
+ "manufacturer": "Xen",
189
+ "power_supply_state": "Safe",
190
+ "security_status": "Unknown",
191
+ "serial_number": "Not Specified",
192
+ "thermal_state": "Safe",
193
+ "type": "Other",
194
+ "version": "Not Specified"
195
+ },
196
+ "dmidecode_version": "3.2",
197
+ "oem_strings": {
198
+ "all_records": [
199
+ {
200
+ "String 1": "Xen",
201
+ "application_identifier": "OEM Strings",
202
+ "record_id": "0x0B00",
203
+ "size": "11"
204
+ }
205
+ ],
206
+ "string_1": "Xen"
207
+ },
208
+ "processor": {
209
+ "all_records": [
210
+ {
211
+ "Current Speed": "2400 MHz",
212
+ "External Clock": "Unknown",
213
+ "Family": "Other",
214
+ "ID": "F2 06 03 00 FF FB 89 17",
215
+ "Manufacturer": "Intel",
216
+ "Max Speed": "2400 MHz",
217
+ "Socket Designation": "CPU 1",
218
+ "Status": "Populated, Enabled",
219
+ "Type": "Central Processor",
220
+ "Upgrade": "Other",
221
+ "Version": "Not Specified",
222
+ "Voltage": "Unknown",
223
+ "application_identifier": "Processor Information",
224
+ "record_id": "0x0401",
225
+ "size": "4"
226
+ }
227
+ ],
228
+ "current_speed": "2400 MHz",
229
+ "external_clock": "Unknown",
230
+ "family": "Other",
231
+ "id": "F2 06 03 00 FF FB 89 17",
232
+ "manufacturer": "Intel",
233
+ "max_speed": "2400 MHz",
234
+ "socket_designation": "CPU 1",
235
+ "status": "Populated, Enabled",
236
+ "type": "Central Processor",
237
+ "upgrade": "Other",
238
+ "version": "Not Specified",
239
+ "voltage": "Unknown"
240
+ },
241
+ "smbios_version": "2.7",
242
+ "structures": {
243
+ "count": "11",
244
+ "size": "359"
245
+ },
246
+ "system": {
247
+ "all_records": [
248
+ {
249
+ "Family": "Not Specified",
250
+ "Manufacturer": "Xen",
251
+ "Product Name": "HVM domU",
252
+ "SKU Number": "Not Specified",
253
+ "Serial Number": "ec292ec9-3b67-f15d-5240-9443fa90bf59",
254
+ "UUID": "ec292ec9-3b67-f15d-5240-9443fa90bf59",
255
+ "Version": "4.2.amazon",
256
+ "Wake-up Type": "Power Switch",
257
+ "application_identifier": "System Information",
258
+ "record_id": "0x0100",
259
+ "size": "1"
260
+ }
261
+ ],
262
+ "family": "Not Specified",
263
+ "manufacturer": "Xen",
264
+ "product_name": "HVM domU",
265
+ "serial_number": "ec292ec9-3b67-f15d-5240-9443fa90bf59",
266
+ "sku_number": "Not Specified",
267
+ "uuid": "ec292ec9-3b67-f15d-5240-9443fa90bf59",
268
+ "version": "4.2.amazon",
269
+ "wake_up_type": "Power Switch"
270
+ }
271
+ },
272
+ "domain": "local",
273
+ "filesystem": {
274
+ "by_device": {
275
+ "/dev/loop0": {
276
+ "fs_type": "squashfs",
277
+ "inodes_available": "0",
278
+ "inodes_percent_used": "100%",
279
+ "inodes_used": "12826",
280
+ "kb_available": "0",
281
+ "kb_size": "100096",
282
+ "kb_used": "100096",
283
+ "mounts": [
284
+ "/snap/core/10185"
285
+ ],
286
+ "percent_used": "100%",
287
+ "total_inodes": "12826"
288
+ },
289
+ "/dev/root": {
290
+ "inodes_available": "946478",
291
+ "inodes_percent_used": "8%",
292
+ "inodes_used": "77522",
293
+ "kb_available": "6582300",
294
+ "kb_size": "8065444",
295
+ "kb_used": "1466760",
296
+ "mounts": [
297
+ "/"
298
+ ],
299
+ "percent_used": "19%",
300
+ "total_inodes": "1024000"
301
+ },
302
+ "/dev/xvda": {
303
+ "mounts": []
304
+ },
305
+ "/dev/xvda1": {
306
+ "fs_type": "ext4",
307
+ "label": "cloudimg-rootfs",
308
+ "mount_options": [
309
+ "rw",
310
+ "relatime",
311
+ "discard"
312
+ ],
313
+ "mounts": [
314
+ "/"
315
+ ],
316
+ "uuid": "175c087c-0fe9-4d62-a38d-e5f8a66a5851"
317
+ },
318
+ "/var/lib/snapd/snaps/core_10185.snap": {
319
+ "fs_type": "squashfs",
320
+ "mount_options": [
321
+ "ro",
322
+ "nodev",
323
+ "relatime",
324
+ "x-gdu.hide"
325
+ ],
326
+ "mounts": [
327
+ "/snap/core/10185"
328
+ ]
329
+ },
330
+ "cgroup": {
331
+ "fs_type": "cgroup",
332
+ "mount_options": [
333
+ "rw",
334
+ "nosuid",
335
+ "nodev",
336
+ "noexec",
337
+ "relatime",
338
+ "memory"
339
+ ],
340
+ "mounts": [
341
+ "/sys/fs/cgroup/systemd",
342
+ "/sys/fs/cgroup/cpu,cpuacct",
343
+ "/sys/fs/cgroup/devices",
344
+ "/sys/fs/cgroup/net_cls,net_prio",
345
+ "/sys/fs/cgroup/perf_event",
346
+ "/sys/fs/cgroup/pids",
347
+ "/sys/fs/cgroup/rdma",
348
+ "/sys/fs/cgroup/freezer",
349
+ "/sys/fs/cgroup/cpuset",
350
+ "/sys/fs/cgroup/hugetlb",
351
+ "/sys/fs/cgroup/blkio",
352
+ "/sys/fs/cgroup/memory"
353
+ ]
354
+ },
355
+ "cgroup2": {
356
+ "fs_type": "cgroup2",
357
+ "mount_options": [
358
+ "rw",
359
+ "nosuid",
360
+ "nodev",
361
+ "noexec",
362
+ "relatime",
363
+ "nsdelegate"
364
+ ],
365
+ "mounts": [
366
+ "/sys/fs/cgroup/unified"
367
+ ]
368
+ },
369
+ "configfs": {
370
+ "fs_type": "configfs",
371
+ "mount_options": [
372
+ "rw",
373
+ "nosuid",
374
+ "nodev",
375
+ "noexec",
376
+ "relatime"
377
+ ],
378
+ "mounts": [
379
+ "/sys/kernel/config"
380
+ ]
381
+ },
382
+ "debugfs": {
383
+ "fs_type": "debugfs",
384
+ "mount_options": [
385
+ "rw",
386
+ "nosuid",
387
+ "nodev",
388
+ "noexec",
389
+ "relatime"
390
+ ],
391
+ "mounts": [
392
+ "/sys/kernel/debug"
393
+ ]
394
+ },
395
+ "devpts": {
396
+ "fs_type": "devpts",
397
+ "mount_options": [
398
+ "rw",
399
+ "nosuid",
400
+ "noexec",
401
+ "relatime",
402
+ "gid=5",
403
+ "mode=620",
404
+ "ptmxmode=000"
405
+ ],
406
+ "mounts": [
407
+ "/dev/pts"
408
+ ]
409
+ },
410
+ "devtmpfs": {
411
+ "fs_type": "devtmpfs",
412
+ "inodes_available": "123925",
413
+ "inodes_percent_used": "1%",
414
+ "inodes_used": "310",
415
+ "kb_available": "496940",
416
+ "kb_size": "496940",
417
+ "kb_used": "0",
418
+ "mount_options": [
419
+ "rw",
420
+ "relatime",
421
+ "size=496940k",
422
+ "nr_inodes=124235",
423
+ "mode=755"
424
+ ],
425
+ "mounts": [
426
+ "/dev"
427
+ ],
428
+ "percent_used": "0%",
429
+ "total_inodes": "124235"
430
+ },
431
+ "fusectl": {
432
+ "fs_type": "fusectl",
433
+ "mount_options": [
434
+ "rw",
435
+ "nosuid",
436
+ "nodev",
437
+ "noexec",
438
+ "relatime"
439
+ ],
440
+ "mounts": [
441
+ "/sys/fs/fuse/connections"
442
+ ]
443
+ },
444
+ "hugetlbfs": {
445
+ "fs_type": "hugetlbfs",
446
+ "mount_options": [
447
+ "rw",
448
+ "relatime",
449
+ "pagesize=2M"
450
+ ],
451
+ "mounts": [
452
+ "/dev/hugepages"
453
+ ]
454
+ },
455
+ "mqueue": {
456
+ "fs_type": "mqueue",
457
+ "mount_options": [
458
+ "rw",
459
+ "nosuid",
460
+ "nodev",
461
+ "noexec",
462
+ "relatime"
463
+ ],
464
+ "mounts": [
465
+ "/dev/mqueue"
466
+ ]
467
+ },
468
+ "none": {
469
+ "fs_type": "bpf",
470
+ "mount_options": [
471
+ "rw",
472
+ "nosuid",
473
+ "nodev",
474
+ "noexec",
475
+ "relatime",
476
+ "mode=700"
477
+ ],
478
+ "mounts": [
479
+ "/sys/fs/bpf"
480
+ ]
481
+ },
482
+ "proc": {
483
+ "fs_type": "proc",
484
+ "mount_options": [
485
+ "rw",
486
+ "nosuid",
487
+ "nodev",
488
+ "noexec",
489
+ "relatime"
490
+ ],
491
+ "mounts": [
492
+ "/proc"
493
+ ]
494
+ },
495
+ "pstore": {
496
+ "fs_type": "pstore",
497
+ "mount_options": [
498
+ "rw",
499
+ "nosuid",
500
+ "nodev",
501
+ "noexec",
502
+ "relatime"
503
+ ],
504
+ "mounts": [
505
+ "/sys/fs/pstore"
506
+ ]
507
+ },
508
+ "securityfs": {
509
+ "fs_type": "securityfs",
510
+ "mount_options": [
511
+ "rw",
512
+ "nosuid",
513
+ "nodev",
514
+ "noexec",
515
+ "relatime"
516
+ ],
517
+ "mounts": [
518
+ "/sys/kernel/security"
519
+ ]
520
+ },
521
+ "sysfs": {
522
+ "fs_type": "sysfs",
523
+ "mount_options": [
524
+ "rw",
525
+ "nosuid",
526
+ "nodev",
527
+ "noexec",
528
+ "relatime"
529
+ ],
530
+ "mounts": [
531
+ "/sys"
532
+ ]
533
+ },
534
+ "systemd-1": {
535
+ "fs_type": "autofs",
536
+ "mount_options": [
537
+ "rw",
538
+ "relatime",
539
+ "fd=28",
540
+ "pgrp=1",
541
+ "timeout=0",
542
+ "minproto=5",
543
+ "maxproto=5",
544
+ "direct",
545
+ "pipe_ino=12242"
546
+ ],
547
+ "mounts": [
548
+ "/proc/sys/fs/binfmt_misc"
549
+ ]
550
+ },
551
+ "tmpfs": {
552
+ "fs_type": "tmpfs",
553
+ "inodes_available": "125241",
554
+ "inodes_percent_used": "1%",
555
+ "inodes_used": "22",
556
+ "kb_available": "100208",
557
+ "kb_size": "100208",
558
+ "kb_used": "0",
559
+ "mount_options": [
560
+ "rw",
561
+ "nosuid",
562
+ "nodev",
563
+ "relatime",
564
+ "size=100208k",
565
+ "mode=700",
566
+ "uid=1000",
567
+ "gid=1000"
568
+ ],
569
+ "mounts": [
570
+ "/dev/shm",
571
+ "/run",
572
+ "/run/lock",
573
+ "/sys/fs/cgroup",
574
+ "/run/user/1000"
575
+ ],
576
+ "percent_used": "0%",
577
+ "total_inodes": "125263"
578
+ },
579
+ "tracefs": {
580
+ "fs_type": "tracefs",
581
+ "mount_options": [
582
+ "rw",
583
+ "nosuid",
584
+ "nodev",
585
+ "noexec",
586
+ "relatime"
587
+ ],
588
+ "mounts": [
589
+ "/sys/kernel/tracing"
590
+ ]
591
+ }
592
+ },
593
+ "by_mountpoint": {
594
+ "/": {
595
+ "devices": [
596
+ "/dev/root",
597
+ "/dev/xvda1"
598
+ ],
599
+ "fs_type": "ext4",
600
+ "inodes_available": "946478",
601
+ "inodes_percent_used": "8%",
602
+ "inodes_used": "77522",
603
+ "kb_available": "6582300",
604
+ "kb_size": "8065444",
605
+ "kb_used": "1466760",
606
+ "label": "cloudimg-rootfs",
607
+ "mount_options": [
608
+ "rw",
609
+ "relatime",
610
+ "discard"
611
+ ],
612
+ "percent_used": "19%",
613
+ "total_inodes": "1024000",
614
+ "uuid": "175c087c-0fe9-4d62-a38d-e5f8a66a5851"
615
+ },
616
+ "/dev": {
617
+ "devices": [
618
+ "devtmpfs"
619
+ ],
620
+ "fs_type": "devtmpfs",
621
+ "inodes_available": "123925",
622
+ "inodes_percent_used": "1%",
623
+ "inodes_used": "310",
624
+ "kb_available": "496940",
625
+ "kb_size": "496940",
626
+ "kb_used": "0",
627
+ "mount_options": [
628
+ "rw",
629
+ "relatime",
630
+ "size=496940k",
631
+ "nr_inodes=124235",
632
+ "mode=755"
633
+ ],
634
+ "percent_used": "0%",
635
+ "total_inodes": "124235"
636
+ },
637
+ "/dev/hugepages": {
638
+ "devices": [
639
+ "hugetlbfs"
640
+ ],
641
+ "fs_type": "hugetlbfs",
642
+ "mount_options": [
643
+ "rw",
644
+ "relatime",
645
+ "pagesize=2M"
646
+ ]
647
+ },
648
+ "/dev/mqueue": {
649
+ "devices": [
650
+ "mqueue"
651
+ ],
652
+ "fs_type": "mqueue",
653
+ "mount_options": [
654
+ "rw",
655
+ "nosuid",
656
+ "nodev",
657
+ "noexec",
658
+ "relatime"
659
+ ]
660
+ },
661
+ "/dev/pts": {
662
+ "devices": [
663
+ "devpts"
664
+ ],
665
+ "fs_type": "devpts",
666
+ "mount_options": [
667
+ "rw",
668
+ "nosuid",
669
+ "noexec",
670
+ "relatime",
671
+ "gid=5",
672
+ "mode=620",
673
+ "ptmxmode=000"
674
+ ]
675
+ },
676
+ "/dev/shm": {
677
+ "devices": [
678
+ "tmpfs"
679
+ ],
680
+ "fs_type": "tmpfs",
681
+ "inodes_available": "125261",
682
+ "inodes_percent_used": "1%",
683
+ "inodes_used": "2",
684
+ "kb_available": "501052",
685
+ "kb_size": "501052",
686
+ "kb_used": "0",
687
+ "mount_options": [
688
+ "rw",
689
+ "nosuid",
690
+ "nodev"
691
+ ],
692
+ "percent_used": "0%",
693
+ "total_inodes": "125263"
694
+ },
695
+ "/proc": {
696
+ "devices": [
697
+ "proc"
698
+ ],
699
+ "fs_type": "proc",
700
+ "mount_options": [
701
+ "rw",
702
+ "nosuid",
703
+ "nodev",
704
+ "noexec",
705
+ "relatime"
706
+ ]
707
+ },
708
+ "/proc/sys/fs/binfmt_misc": {
709
+ "devices": [
710
+ "systemd-1"
711
+ ],
712
+ "fs_type": "autofs",
713
+ "mount_options": [
714
+ "rw",
715
+ "relatime",
716
+ "fd=28",
717
+ "pgrp=1",
718
+ "timeout=0",
719
+ "minproto=5",
720
+ "maxproto=5",
721
+ "direct",
722
+ "pipe_ino=12242"
723
+ ]
724
+ },
725
+ "/run": {
726
+ "devices": [
727
+ "tmpfs"
728
+ ],
729
+ "fs_type": "tmpfs",
730
+ "inodes_available": "124801",
731
+ "inodes_percent_used": "1%",
732
+ "inodes_used": "462",
733
+ "kb_available": "99424",
734
+ "kb_size": "100212",
735
+ "kb_used": "788",
736
+ "mount_options": [
737
+ "rw",
738
+ "nosuid",
739
+ "nodev",
740
+ "size=100212k",
741
+ "mode=755"
742
+ ],
743
+ "percent_used": "1%",
744
+ "total_inodes": "125263"
745
+ },
746
+ "/run/lock": {
747
+ "devices": [
748
+ "tmpfs"
749
+ ],
750
+ "fs_type": "tmpfs",
751
+ "inodes_available": "125260",
752
+ "inodes_percent_used": "1%",
753
+ "inodes_used": "3",
754
+ "kb_available": "5120",
755
+ "kb_size": "5120",
756
+ "kb_used": "0",
757
+ "mount_options": [
758
+ "rw",
759
+ "nosuid",
760
+ "nodev",
761
+ "noexec",
762
+ "relatime",
763
+ "size=5120k"
764
+ ],
765
+ "percent_used": "0%",
766
+ "total_inodes": "125263"
767
+ },
768
+ "/run/user/1000": {
769
+ "devices": [
770
+ "tmpfs"
771
+ ],
772
+ "fs_type": "tmpfs",
773
+ "inodes_available": "125241",
774
+ "inodes_percent_used": "1%",
775
+ "inodes_used": "22",
776
+ "kb_available": "100208",
777
+ "kb_size": "100208",
778
+ "kb_used": "0",
779
+ "mount_options": [
780
+ "rw",
781
+ "nosuid",
782
+ "nodev",
783
+ "relatime",
784
+ "size=100208k",
785
+ "mode=700",
786
+ "uid=1000",
787
+ "gid=1000"
788
+ ],
789
+ "percent_used": "0%",
790
+ "total_inodes": "125263"
791
+ },
792
+ "/snap/core/10185": {
793
+ "devices": [
794
+ "/dev/loop0",
795
+ "/var/lib/snapd/snaps/core_10185.snap"
796
+ ],
797
+ "fs_type": "squashfs",
798
+ "inodes_available": "0",
799
+ "inodes_percent_used": "100%",
800
+ "inodes_used": "12826",
801
+ "kb_available": "0",
802
+ "kb_size": "100096",
803
+ "kb_used": "100096",
804
+ "mount_options": [
805
+ "ro",
806
+ "nodev",
807
+ "relatime",
808
+ "x-gdu.hide"
809
+ ],
810
+ "percent_used": "100%",
811
+ "total_inodes": "12826"
812
+ },
813
+ "/sys": {
814
+ "devices": [
815
+ "sysfs"
816
+ ],
817
+ "fs_type": "sysfs",
818
+ "mount_options": [
819
+ "rw",
820
+ "nosuid",
821
+ "nodev",
822
+ "noexec",
823
+ "relatime"
824
+ ]
825
+ },
826
+ "/sys/fs/bpf": {
827
+ "devices": [
828
+ "none"
829
+ ],
830
+ "fs_type": "bpf",
831
+ "mount_options": [
832
+ "rw",
833
+ "nosuid",
834
+ "nodev",
835
+ "noexec",
836
+ "relatime",
837
+ "mode=700"
838
+ ]
839
+ },
840
+ "/sys/fs/cgroup": {
841
+ "devices": [
842
+ "tmpfs"
843
+ ],
844
+ "fs_type": "tmpfs",
845
+ "inodes_available": "125245",
846
+ "inodes_percent_used": "1%",
847
+ "inodes_used": "18",
848
+ "kb_available": "501052",
849
+ "kb_size": "501052",
850
+ "kb_used": "0",
851
+ "mount_options": [
852
+ "ro",
853
+ "nosuid",
854
+ "nodev",
855
+ "noexec",
856
+ "mode=755"
857
+ ],
858
+ "percent_used": "0%",
859
+ "total_inodes": "125263"
860
+ },
861
+ "/sys/fs/cgroup/blkio": {
862
+ "devices": [
863
+ "cgroup"
864
+ ],
865
+ "fs_type": "cgroup",
866
+ "mount_options": [
867
+ "rw",
868
+ "nosuid",
869
+ "nodev",
870
+ "noexec",
871
+ "relatime",
872
+ "blkio"
873
+ ]
874
+ },
875
+ "/sys/fs/cgroup/cpu,cpuacct": {
876
+ "devices": [
877
+ "cgroup"
878
+ ],
879
+ "fs_type": "cgroup",
880
+ "mount_options": [
881
+ "rw",
882
+ "nosuid",
883
+ "nodev",
884
+ "noexec",
885
+ "relatime",
886
+ "cpu",
887
+ "cpuacct"
888
+ ]
889
+ },
890
+ "/sys/fs/cgroup/cpuset": {
891
+ "devices": [
892
+ "cgroup"
893
+ ],
894
+ "fs_type": "cgroup",
895
+ "mount_options": [
896
+ "rw",
897
+ "nosuid",
898
+ "nodev",
899
+ "noexec",
900
+ "relatime",
901
+ "cpuset"
902
+ ]
903
+ },
904
+ "/sys/fs/cgroup/devices": {
905
+ "devices": [
906
+ "cgroup"
907
+ ],
908
+ "fs_type": "cgroup",
909
+ "mount_options": [
910
+ "rw",
911
+ "nosuid",
912
+ "nodev",
913
+ "noexec",
914
+ "relatime",
915
+ "devices"
916
+ ]
917
+ },
918
+ "/sys/fs/cgroup/freezer": {
919
+ "devices": [
920
+ "cgroup"
921
+ ],
922
+ "fs_type": "cgroup",
923
+ "mount_options": [
924
+ "rw",
925
+ "nosuid",
926
+ "nodev",
927
+ "noexec",
928
+ "relatime",
929
+ "freezer"
930
+ ]
931
+ },
932
+ "/sys/fs/cgroup/hugetlb": {
933
+ "devices": [
934
+ "cgroup"
935
+ ],
936
+ "fs_type": "cgroup",
937
+ "mount_options": [
938
+ "rw",
939
+ "nosuid",
940
+ "nodev",
941
+ "noexec",
942
+ "relatime",
943
+ "hugetlb"
944
+ ]
945
+ },
946
+ "/sys/fs/cgroup/memory": {
947
+ "devices": [
948
+ "cgroup"
949
+ ],
950
+ "fs_type": "cgroup",
951
+ "mount_options": [
952
+ "rw",
953
+ "nosuid",
954
+ "nodev",
955
+ "noexec",
956
+ "relatime",
957
+ "memory"
958
+ ]
959
+ },
960
+ "/sys/fs/cgroup/net_cls,net_prio": {
961
+ "devices": [
962
+ "cgroup"
963
+ ],
964
+ "fs_type": "cgroup",
965
+ "mount_options": [
966
+ "rw",
967
+ "nosuid",
968
+ "nodev",
969
+ "noexec",
970
+ "relatime",
971
+ "net_cls",
972
+ "net_prio"
973
+ ]
974
+ },
975
+ "/sys/fs/cgroup/perf_event": {
976
+ "devices": [
977
+ "cgroup"
978
+ ],
979
+ "fs_type": "cgroup",
980
+ "mount_options": [
981
+ "rw",
982
+ "nosuid",
983
+ "nodev",
984
+ "noexec",
985
+ "relatime",
986
+ "perf_event"
987
+ ]
988
+ },
989
+ "/sys/fs/cgroup/pids": {
990
+ "devices": [
991
+ "cgroup"
992
+ ],
993
+ "fs_type": "cgroup",
994
+ "mount_options": [
995
+ "rw",
996
+ "nosuid",
997
+ "nodev",
998
+ "noexec",
999
+ "relatime",
1000
+ "pids"
1001
+ ]
1002
+ },
1003
+ "/sys/fs/cgroup/rdma": {
1004
+ "devices": [
1005
+ "cgroup"
1006
+ ],
1007
+ "fs_type": "cgroup",
1008
+ "mount_options": [
1009
+ "rw",
1010
+ "nosuid",
1011
+ "nodev",
1012
+ "noexec",
1013
+ "relatime",
1014
+ "rdma"
1015
+ ]
1016
+ },
1017
+ "/sys/fs/cgroup/systemd": {
1018
+ "devices": [
1019
+ "cgroup"
1020
+ ],
1021
+ "fs_type": "cgroup",
1022
+ "mount_options": [
1023
+ "rw",
1024
+ "nosuid",
1025
+ "nodev",
1026
+ "noexec",
1027
+ "relatime",
1028
+ "xattr",
1029
+ "name=systemd"
1030
+ ]
1031
+ },
1032
+ "/sys/fs/cgroup/unified": {
1033
+ "devices": [
1034
+ "cgroup2"
1035
+ ],
1036
+ "fs_type": "cgroup2",
1037
+ "mount_options": [
1038
+ "rw",
1039
+ "nosuid",
1040
+ "nodev",
1041
+ "noexec",
1042
+ "relatime",
1043
+ "nsdelegate"
1044
+ ]
1045
+ },
1046
+ "/sys/fs/fuse/connections": {
1047
+ "devices": [
1048
+ "fusectl"
1049
+ ],
1050
+ "fs_type": "fusectl",
1051
+ "mount_options": [
1052
+ "rw",
1053
+ "nosuid",
1054
+ "nodev",
1055
+ "noexec",
1056
+ "relatime"
1057
+ ]
1058
+ },
1059
+ "/sys/fs/pstore": {
1060
+ "devices": [
1061
+ "pstore"
1062
+ ],
1063
+ "fs_type": "pstore",
1064
+ "mount_options": [
1065
+ "rw",
1066
+ "nosuid",
1067
+ "nodev",
1068
+ "noexec",
1069
+ "relatime"
1070
+ ]
1071
+ },
1072
+ "/sys/kernel/config": {
1073
+ "devices": [
1074
+ "configfs"
1075
+ ],
1076
+ "fs_type": "configfs",
1077
+ "mount_options": [
1078
+ "rw",
1079
+ "nosuid",
1080
+ "nodev",
1081
+ "noexec",
1082
+ "relatime"
1083
+ ]
1084
+ },
1085
+ "/sys/kernel/debug": {
1086
+ "devices": [
1087
+ "debugfs"
1088
+ ],
1089
+ "fs_type": "debugfs",
1090
+ "mount_options": [
1091
+ "rw",
1092
+ "nosuid",
1093
+ "nodev",
1094
+ "noexec",
1095
+ "relatime"
1096
+ ]
1097
+ },
1098
+ "/sys/kernel/security": {
1099
+ "devices": [
1100
+ "securityfs"
1101
+ ],
1102
+ "fs_type": "securityfs",
1103
+ "mount_options": [
1104
+ "rw",
1105
+ "nosuid",
1106
+ "nodev",
1107
+ "noexec",
1108
+ "relatime"
1109
+ ]
1110
+ },
1111
+ "/sys/kernel/tracing": {
1112
+ "devices": [
1113
+ "tracefs"
1114
+ ],
1115
+ "fs_type": "tracefs",
1116
+ "mount_options": [
1117
+ "rw",
1118
+ "nosuid",
1119
+ "nodev",
1120
+ "noexec",
1121
+ "relatime"
1122
+ ]
1123
+ }
1124
+ },
1125
+ "by_pair": {
1126
+ "/dev/loop0,/snap/core/10185": {
1127
+ "device": "/dev/loop0",
1128
+ "fs_type": "squashfs",
1129
+ "inodes_available": "0",
1130
+ "inodes_percent_used": "100%",
1131
+ "inodes_used": "12826",
1132
+ "kb_available": "0",
1133
+ "kb_size": "100096",
1134
+ "kb_used": "100096",
1135
+ "mount": "/snap/core/10185",
1136
+ "percent_used": "100%",
1137
+ "total_inodes": "12826"
1138
+ },
1139
+ "/dev/root,/": {
1140
+ "device": "/dev/root",
1141
+ "inodes_available": "946478",
1142
+ "inodes_percent_used": "8%",
1143
+ "inodes_used": "77522",
1144
+ "kb_available": "6582300",
1145
+ "kb_size": "8065444",
1146
+ "kb_used": "1466760",
1147
+ "mount": "/",
1148
+ "percent_used": "19%",
1149
+ "total_inodes": "1024000"
1150
+ },
1151
+ "/dev/xvda,": {
1152
+ "device": "/dev/xvda"
1153
+ },
1154
+ "/dev/xvda1,/": {
1155
+ "device": "/dev/xvda1",
1156
+ "fs_type": "ext4",
1157
+ "label": "cloudimg-rootfs",
1158
+ "mount": "/",
1159
+ "mount_options": [
1160
+ "rw",
1161
+ "relatime",
1162
+ "discard"
1163
+ ],
1164
+ "uuid": "175c087c-0fe9-4d62-a38d-e5f8a66a5851"
1165
+ },
1166
+ "/var/lib/snapd/snaps/core_10185.snap,/snap/core/10185": {
1167
+ "device": "/var/lib/snapd/snaps/core_10185.snap",
1168
+ "fs_type": "squashfs",
1169
+ "mount": "/snap/core/10185",
1170
+ "mount_options": [
1171
+ "ro",
1172
+ "nodev",
1173
+ "relatime",
1174
+ "x-gdu.hide"
1175
+ ]
1176
+ },
1177
+ "cgroup,/sys/fs/cgroup/blkio": {
1178
+ "device": "cgroup",
1179
+ "fs_type": "cgroup",
1180
+ "mount": "/sys/fs/cgroup/blkio",
1181
+ "mount_options": [
1182
+ "rw",
1183
+ "nosuid",
1184
+ "nodev",
1185
+ "noexec",
1186
+ "relatime",
1187
+ "blkio"
1188
+ ]
1189
+ },
1190
+ "cgroup,/sys/fs/cgroup/cpu,cpuacct": {
1191
+ "device": "cgroup",
1192
+ "fs_type": "cgroup",
1193
+ "mount": "/sys/fs/cgroup/cpu,cpuacct",
1194
+ "mount_options": [
1195
+ "rw",
1196
+ "nosuid",
1197
+ "nodev",
1198
+ "noexec",
1199
+ "relatime",
1200
+ "cpu",
1201
+ "cpuacct"
1202
+ ]
1203
+ },
1204
+ "cgroup,/sys/fs/cgroup/cpuset": {
1205
+ "device": "cgroup",
1206
+ "fs_type": "cgroup",
1207
+ "mount": "/sys/fs/cgroup/cpuset",
1208
+ "mount_options": [
1209
+ "rw",
1210
+ "nosuid",
1211
+ "nodev",
1212
+ "noexec",
1213
+ "relatime",
1214
+ "cpuset"
1215
+ ]
1216
+ },
1217
+ "cgroup,/sys/fs/cgroup/devices": {
1218
+ "device": "cgroup",
1219
+ "fs_type": "cgroup",
1220
+ "mount": "/sys/fs/cgroup/devices",
1221
+ "mount_options": [
1222
+ "rw",
1223
+ "nosuid",
1224
+ "nodev",
1225
+ "noexec",
1226
+ "relatime",
1227
+ "devices"
1228
+ ]
1229
+ },
1230
+ "cgroup,/sys/fs/cgroup/freezer": {
1231
+ "device": "cgroup",
1232
+ "fs_type": "cgroup",
1233
+ "mount": "/sys/fs/cgroup/freezer",
1234
+ "mount_options": [
1235
+ "rw",
1236
+ "nosuid",
1237
+ "nodev",
1238
+ "noexec",
1239
+ "relatime",
1240
+ "freezer"
1241
+ ]
1242
+ },
1243
+ "cgroup,/sys/fs/cgroup/hugetlb": {
1244
+ "device": "cgroup",
1245
+ "fs_type": "cgroup",
1246
+ "mount": "/sys/fs/cgroup/hugetlb",
1247
+ "mount_options": [
1248
+ "rw",
1249
+ "nosuid",
1250
+ "nodev",
1251
+ "noexec",
1252
+ "relatime",
1253
+ "hugetlb"
1254
+ ]
1255
+ },
1256
+ "cgroup,/sys/fs/cgroup/memory": {
1257
+ "device": "cgroup",
1258
+ "fs_type": "cgroup",
1259
+ "mount": "/sys/fs/cgroup/memory",
1260
+ "mount_options": [
1261
+ "rw",
1262
+ "nosuid",
1263
+ "nodev",
1264
+ "noexec",
1265
+ "relatime",
1266
+ "memory"
1267
+ ]
1268
+ },
1269
+ "cgroup,/sys/fs/cgroup/net_cls,net_prio": {
1270
+ "device": "cgroup",
1271
+ "fs_type": "cgroup",
1272
+ "mount": "/sys/fs/cgroup/net_cls,net_prio",
1273
+ "mount_options": [
1274
+ "rw",
1275
+ "nosuid",
1276
+ "nodev",
1277
+ "noexec",
1278
+ "relatime",
1279
+ "net_cls",
1280
+ "net_prio"
1281
+ ]
1282
+ },
1283
+ "cgroup,/sys/fs/cgroup/perf_event": {
1284
+ "device": "cgroup",
1285
+ "fs_type": "cgroup",
1286
+ "mount": "/sys/fs/cgroup/perf_event",
1287
+ "mount_options": [
1288
+ "rw",
1289
+ "nosuid",
1290
+ "nodev",
1291
+ "noexec",
1292
+ "relatime",
1293
+ "perf_event"
1294
+ ]
1295
+ },
1296
+ "cgroup,/sys/fs/cgroup/pids": {
1297
+ "device": "cgroup",
1298
+ "fs_type": "cgroup",
1299
+ "mount": "/sys/fs/cgroup/pids",
1300
+ "mount_options": [
1301
+ "rw",
1302
+ "nosuid",
1303
+ "nodev",
1304
+ "noexec",
1305
+ "relatime",
1306
+ "pids"
1307
+ ]
1308
+ },
1309
+ "cgroup,/sys/fs/cgroup/rdma": {
1310
+ "device": "cgroup",
1311
+ "fs_type": "cgroup",
1312
+ "mount": "/sys/fs/cgroup/rdma",
1313
+ "mount_options": [
1314
+ "rw",
1315
+ "nosuid",
1316
+ "nodev",
1317
+ "noexec",
1318
+ "relatime",
1319
+ "rdma"
1320
+ ]
1321
+ },
1322
+ "cgroup,/sys/fs/cgroup/systemd": {
1323
+ "device": "cgroup",
1324
+ "fs_type": "cgroup",
1325
+ "mount": "/sys/fs/cgroup/systemd",
1326
+ "mount_options": [
1327
+ "rw",
1328
+ "nosuid",
1329
+ "nodev",
1330
+ "noexec",
1331
+ "relatime",
1332
+ "xattr",
1333
+ "name=systemd"
1334
+ ]
1335
+ },
1336
+ "cgroup2,/sys/fs/cgroup/unified": {
1337
+ "device": "cgroup2",
1338
+ "fs_type": "cgroup2",
1339
+ "mount": "/sys/fs/cgroup/unified",
1340
+ "mount_options": [
1341
+ "rw",
1342
+ "nosuid",
1343
+ "nodev",
1344
+ "noexec",
1345
+ "relatime",
1346
+ "nsdelegate"
1347
+ ]
1348
+ },
1349
+ "configfs,/sys/kernel/config": {
1350
+ "device": "configfs",
1351
+ "fs_type": "configfs",
1352
+ "mount": "/sys/kernel/config",
1353
+ "mount_options": [
1354
+ "rw",
1355
+ "nosuid",
1356
+ "nodev",
1357
+ "noexec",
1358
+ "relatime"
1359
+ ]
1360
+ },
1361
+ "debugfs,/sys/kernel/debug": {
1362
+ "device": "debugfs",
1363
+ "fs_type": "debugfs",
1364
+ "mount": "/sys/kernel/debug",
1365
+ "mount_options": [
1366
+ "rw",
1367
+ "nosuid",
1368
+ "nodev",
1369
+ "noexec",
1370
+ "relatime"
1371
+ ]
1372
+ },
1373
+ "devpts,/dev/pts": {
1374
+ "device": "devpts",
1375
+ "fs_type": "devpts",
1376
+ "mount": "/dev/pts",
1377
+ "mount_options": [
1378
+ "rw",
1379
+ "nosuid",
1380
+ "noexec",
1381
+ "relatime",
1382
+ "gid=5",
1383
+ "mode=620",
1384
+ "ptmxmode=000"
1385
+ ]
1386
+ },
1387
+ "devtmpfs,/dev": {
1388
+ "device": "devtmpfs",
1389
+ "fs_type": "devtmpfs",
1390
+ "inodes_available": "123925",
1391
+ "inodes_percent_used": "1%",
1392
+ "inodes_used": "310",
1393
+ "kb_available": "496940",
1394
+ "kb_size": "496940",
1395
+ "kb_used": "0",
1396
+ "mount": "/dev",
1397
+ "mount_options": [
1398
+ "rw",
1399
+ "relatime",
1400
+ "size=496940k",
1401
+ "nr_inodes=124235",
1402
+ "mode=755"
1403
+ ],
1404
+ "percent_used": "0%",
1405
+ "total_inodes": "124235"
1406
+ },
1407
+ "fusectl,/sys/fs/fuse/connections": {
1408
+ "device": "fusectl",
1409
+ "fs_type": "fusectl",
1410
+ "mount": "/sys/fs/fuse/connections",
1411
+ "mount_options": [
1412
+ "rw",
1413
+ "nosuid",
1414
+ "nodev",
1415
+ "noexec",
1416
+ "relatime"
1417
+ ]
1418
+ },
1419
+ "hugetlbfs,/dev/hugepages": {
1420
+ "device": "hugetlbfs",
1421
+ "fs_type": "hugetlbfs",
1422
+ "mount": "/dev/hugepages",
1423
+ "mount_options": [
1424
+ "rw",
1425
+ "relatime",
1426
+ "pagesize=2M"
1427
+ ]
1428
+ },
1429
+ "mqueue,/dev/mqueue": {
1430
+ "device": "mqueue",
1431
+ "fs_type": "mqueue",
1432
+ "mount": "/dev/mqueue",
1433
+ "mount_options": [
1434
+ "rw",
1435
+ "nosuid",
1436
+ "nodev",
1437
+ "noexec",
1438
+ "relatime"
1439
+ ]
1440
+ },
1441
+ "none,/sys/fs/bpf": {
1442
+ "device": "none",
1443
+ "fs_type": "bpf",
1444
+ "mount": "/sys/fs/bpf",
1445
+ "mount_options": [
1446
+ "rw",
1447
+ "nosuid",
1448
+ "nodev",
1449
+ "noexec",
1450
+ "relatime",
1451
+ "mode=700"
1452
+ ]
1453
+ },
1454
+ "proc,/proc": {
1455
+ "device": "proc",
1456
+ "fs_type": "proc",
1457
+ "mount": "/proc",
1458
+ "mount_options": [
1459
+ "rw",
1460
+ "nosuid",
1461
+ "nodev",
1462
+ "noexec",
1463
+ "relatime"
1464
+ ]
1465
+ },
1466
+ "pstore,/sys/fs/pstore": {
1467
+ "device": "pstore",
1468
+ "fs_type": "pstore",
1469
+ "mount": "/sys/fs/pstore",
1470
+ "mount_options": [
1471
+ "rw",
1472
+ "nosuid",
1473
+ "nodev",
1474
+ "noexec",
1475
+ "relatime"
1476
+ ]
1477
+ },
1478
+ "securityfs,/sys/kernel/security": {
1479
+ "device": "securityfs",
1480
+ "fs_type": "securityfs",
1481
+ "mount": "/sys/kernel/security",
1482
+ "mount_options": [
1483
+ "rw",
1484
+ "nosuid",
1485
+ "nodev",
1486
+ "noexec",
1487
+ "relatime"
1488
+ ]
1489
+ },
1490
+ "sysfs,/sys": {
1491
+ "device": "sysfs",
1492
+ "fs_type": "sysfs",
1493
+ "mount": "/sys",
1494
+ "mount_options": [
1495
+ "rw",
1496
+ "nosuid",
1497
+ "nodev",
1498
+ "noexec",
1499
+ "relatime"
1500
+ ]
1501
+ },
1502
+ "systemd-1,/proc/sys/fs/binfmt_misc": {
1503
+ "device": "systemd-1",
1504
+ "fs_type": "autofs",
1505
+ "mount": "/proc/sys/fs/binfmt_misc",
1506
+ "mount_options": [
1507
+ "rw",
1508
+ "relatime",
1509
+ "fd=28",
1510
+ "pgrp=1",
1511
+ "timeout=0",
1512
+ "minproto=5",
1513
+ "maxproto=5",
1514
+ "direct",
1515
+ "pipe_ino=12242"
1516
+ ]
1517
+ },
1518
+ "tmpfs,/dev/shm": {
1519
+ "device": "tmpfs",
1520
+ "fs_type": "tmpfs",
1521
+ "inodes_available": "125261",
1522
+ "inodes_percent_used": "1%",
1523
+ "inodes_used": "2",
1524
+ "kb_available": "501052",
1525
+ "kb_size": "501052",
1526
+ "kb_used": "0",
1527
+ "mount": "/dev/shm",
1528
+ "mount_options": [
1529
+ "rw",
1530
+ "nosuid",
1531
+ "nodev"
1532
+ ],
1533
+ "percent_used": "0%",
1534
+ "total_inodes": "125263"
1535
+ },
1536
+ "tmpfs,/run": {
1537
+ "device": "tmpfs",
1538
+ "fs_type": "tmpfs",
1539
+ "inodes_available": "124801",
1540
+ "inodes_percent_used": "1%",
1541
+ "inodes_used": "462",
1542
+ "kb_available": "99424",
1543
+ "kb_size": "100212",
1544
+ "kb_used": "788",
1545
+ "mount": "/run",
1546
+ "mount_options": [
1547
+ "rw",
1548
+ "nosuid",
1549
+ "nodev",
1550
+ "size=100212k",
1551
+ "mode=755"
1552
+ ],
1553
+ "percent_used": "1%",
1554
+ "total_inodes": "125263"
1555
+ },
1556
+ "tmpfs,/run/lock": {
1557
+ "device": "tmpfs",
1558
+ "fs_type": "tmpfs",
1559
+ "inodes_available": "125260",
1560
+ "inodes_percent_used": "1%",
1561
+ "inodes_used": "3",
1562
+ "kb_available": "5120",
1563
+ "kb_size": "5120",
1564
+ "kb_used": "0",
1565
+ "mount": "/run/lock",
1566
+ "mount_options": [
1567
+ "rw",
1568
+ "nosuid",
1569
+ "nodev",
1570
+ "noexec",
1571
+ "relatime",
1572
+ "size=5120k"
1573
+ ],
1574
+ "percent_used": "0%",
1575
+ "total_inodes": "125263"
1576
+ },
1577
+ "tmpfs,/run/user/1000": {
1578
+ "device": "tmpfs",
1579
+ "fs_type": "tmpfs",
1580
+ "inodes_available": "125241",
1581
+ "inodes_percent_used": "1%",
1582
+ "inodes_used": "22",
1583
+ "kb_available": "100208",
1584
+ "kb_size": "100208",
1585
+ "kb_used": "0",
1586
+ "mount": "/run/user/1000",
1587
+ "mount_options": [
1588
+ "rw",
1589
+ "nosuid",
1590
+ "nodev",
1591
+ "relatime",
1592
+ "size=100208k",
1593
+ "mode=700",
1594
+ "uid=1000",
1595
+ "gid=1000"
1596
+ ],
1597
+ "percent_used": "0%",
1598
+ "total_inodes": "125263"
1599
+ },
1600
+ "tmpfs,/sys/fs/cgroup": {
1601
+ "device": "tmpfs",
1602
+ "fs_type": "tmpfs",
1603
+ "inodes_available": "125245",
1604
+ "inodes_percent_used": "1%",
1605
+ "inodes_used": "18",
1606
+ "kb_available": "501052",
1607
+ "kb_size": "501052",
1608
+ "kb_used": "0",
1609
+ "mount": "/sys/fs/cgroup",
1610
+ "mount_options": [
1611
+ "ro",
1612
+ "nosuid",
1613
+ "nodev",
1614
+ "noexec",
1615
+ "mode=755"
1616
+ ],
1617
+ "percent_used": "0%",
1618
+ "total_inodes": "125263"
1619
+ },
1620
+ "tracefs,/sys/kernel/tracing": {
1621
+ "device": "tracefs",
1622
+ "fs_type": "tracefs",
1623
+ "mount": "/sys/kernel/tracing",
1624
+ "mount_options": [
1625
+ "rw",
1626
+ "nosuid",
1627
+ "nodev",
1628
+ "noexec",
1629
+ "relatime"
1630
+ ]
1631
+ }
1632
+ }
1633
+ },
1634
+ "fips": {
1635
+ "kernel": {
1636
+ "enabled": false
1637
+ }
1638
+ },
1639
+ "fqdn": "fauxhai.local",
1640
+ "hostname": "Fauxhai",
1641
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
1642
+ "idletime_seconds": 2646450,
1643
+ "init_package": "systemd",
1644
+ "ipaddress": "10.0.0.2",
1645
+ "kernel": {
1646
+ "machine": "x86_64",
1647
+ "modules": {
1648
+ "aesni_intel": {
1649
+ "refcount": "0",
1650
+ "size": "372736"
1651
+ },
1652
+ "autofs4": {
1653
+ "refcount": "2",
1654
+ "size": "45056"
1655
+ },
1656
+ "crc32_pclmul": {
1657
+ "refcount": "0",
1658
+ "size": "16384"
1659
+ },
1660
+ "crct10dif_pclmul": {
1661
+ "refcount": "1",
1662
+ "size": "16384"
1663
+ },
1664
+ "cryptd": {
1665
+ "refcount": "2",
1666
+ "size": "24576"
1667
+ },
1668
+ "crypto_simd": {
1669
+ "refcount": "1",
1670
+ "size": "16384"
1671
+ },
1672
+ "dm_multipath": {
1673
+ "refcount": "0",
1674
+ "size": "32768"
1675
+ },
1676
+ "drm": {
1677
+ "refcount": "0",
1678
+ "size": "491520"
1679
+ },
1680
+ "ghash_clmulni_intel": {
1681
+ "refcount": "0",
1682
+ "size": "16384"
1683
+ },
1684
+ "glue_helper": {
1685
+ "refcount": "1",
1686
+ "size": "16384"
1687
+ },
1688
+ "i2c_core": {
1689
+ "refcount": "1",
1690
+ "size": "81920"
1691
+ },
1692
+ "ip_tables": {
1693
+ "refcount": "0",
1694
+ "size": "32768"
1695
+ },
1696
+ "sch_fq_codel": {
1697
+ "refcount": "2",
1698
+ "size": "20480"
1699
+ },
1700
+ "scsi_dh_alua": {
1701
+ "refcount": "0",
1702
+ "size": "20480",
1703
+ "version": "2.0"
1704
+ },
1705
+ "scsi_dh_emc": {
1706
+ "refcount": "0",
1707
+ "size": "16384"
1708
+ },
1709
+ "scsi_dh_rdac": {
1710
+ "refcount": "0",
1711
+ "size": "16384",
1712
+ "version": "01.00.0000.0000"
1713
+ },
1714
+ "serio_raw": {
1715
+ "refcount": "0",
1716
+ "size": "20480"
1717
+ },
1718
+ "x_tables": {
1719
+ "refcount": "1",
1720
+ "size": "40960"
1721
+ },
1722
+ "xen_netfront": {
1723
+ "refcount": "0",
1724
+ "size": "32768"
1725
+ }
1726
+ },
1727
+ "name": "Linux",
1728
+ "os": "GNU/Linux",
1729
+ "processor": "x86_64",
1730
+ "release": "5.4.0-1029-aws",
1731
+ "version": "#30-Ubuntu SMP Tue Oct 20 10:06:38 UTC 2020"
1732
+ },
1733
+ "keys": {
1734
+ "ssh": {
1735
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1736
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1737
+ }
1738
+ },
1739
+ "languages": {
1740
+ "powershell": null,
1741
+ "ruby": {
1742
+ "bin_dir": "/usr/local/bin",
1743
+ "gem_bin": "/usr/local/bin/gem",
1744
+ "gems_dir": "/usr/local/gems",
1745
+ "host": "x86_64-pc-linux-gnu",
1746
+ "host_cpu": "x86_64",
1747
+ "host_os": "linux-gnu",
1748
+ "host_vendor": "pc",
1749
+ "platform": "x86_64-linux",
1750
+ "release_date": "2020-10-01",
1751
+ "ruby_bin": "/usr/local/bin/ruby",
1752
+ "target": "x86_64-pc-linux-gnu",
1753
+ "target_cpu": "x86_64",
1754
+ "target_os": "linux",
1755
+ "target_vendor": "pc",
1756
+ "version": "2.7.2"
1757
+ }
1758
+ },
1759
+ "lsb": {
1760
+ "codename": "focal",
1761
+ "description": "Ubuntu 20.04.1 LTS",
1762
+ "id": "Ubuntu",
1763
+ "release": "20.04"
1764
+ },
1765
+ "macaddress": "11:11:11:11:11:11",
1766
+ "machinename": "Fauxhai",
1767
+ "memory": {
1768
+ "total": "1048576kB"
1769
+ },
1770
+ "network": {
1771
+ "default_gateway": "10.0.0.1",
1772
+ "default_interface": "eth0",
1773
+ "interfaces": {
1774
+ "eth0": {
1775
+ "addresses": {
1776
+ "10.0.0.2": {
1777
+ "broadcast": "10.0.0.255",
1778
+ "family": "inet",
1779
+ "ip_scope": "RFC1918 PRIVATE",
1780
+ "netmask": "255.255.255.0",
1781
+ "prefixlen": "24",
1782
+ "scope": "Global"
1783
+ },
1784
+ "11:11:11:11:11:11": {
1785
+ "family": "lladdr"
1786
+ },
1787
+ "fe80::11:1111:1111:1111": {
1788
+ "family": "inet6",
1789
+ "ip_scope": "LINK LOCAL UNICAST",
1790
+ "prefixlen": "64",
1791
+ "scope": "Link",
1792
+ "tags": []
1793
+ }
1794
+ },
1795
+ "arp": {
1796
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1797
+ },
1798
+ "encapsulation": "Ethernet",
1799
+ "flags": [
1800
+ "BROADCAST",
1801
+ "MULTICAST",
1802
+ "UP",
1803
+ "LOWER_UP"
1804
+ ],
1805
+ "mtu": "1500",
1806
+ "number": "0",
1807
+ "ring_params": {},
1808
+ "routes": [
1809
+ {
1810
+ "destination": "default",
1811
+ "family": "inet",
1812
+ "via": "10.0.0.1"
1813
+ },
1814
+ {
1815
+ "destination": "10.0.0.0/24",
1816
+ "family": "inet",
1817
+ "proto": "kernel",
1818
+ "scope": "link",
1819
+ "src": "10.0.0.2"
1820
+ },
1821
+ {
1822
+ "destination": "fe80::/64",
1823
+ "family": "inet6",
1824
+ "metric": "256",
1825
+ "proto": "kernel"
1826
+ }
1827
+ ],
1828
+ "state": "up",
1829
+ "type": "eth"
1830
+ },
1831
+ "lo": {
1832
+ "addresses": {
1833
+ "127.0.0.1": {
1834
+ "family": "inet",
1835
+ "ip_scope": "LOOPBACK",
1836
+ "netmask": "255.0.0.0",
1837
+ "prefixlen": "8",
1838
+ "scope": "Node"
1839
+ },
1840
+ "::1": {
1841
+ "family": "inet6",
1842
+ "ip_scope": "LINK LOCAL LOOPBACK",
1843
+ "prefixlen": "128",
1844
+ "scope": "Node",
1845
+ "tags": []
1846
+ }
1847
+ },
1848
+ "encapsulation": "Loopback",
1849
+ "flags": [
1850
+ "LOOPBACK",
1851
+ "UP",
1852
+ "LOWER_UP"
1853
+ ],
1854
+ "mtu": "65536",
1855
+ "state": "unknown"
1856
+ }
1857
+ }
1858
+ },
1859
+ "ohai_time": 1604984400.1209538,
1860
+ "os": "linux",
1861
+ "os_version": "5.4.0-1029-aws",
1862
+ "packages": {
1863
+ "accountsservice": {
1864
+ "arch": "amd64",
1865
+ "version": "0.6.55-0ubuntu12~20.04.2"
1866
+ },
1867
+ "acpid": {
1868
+ "arch": "amd64",
1869
+ "version": "1:2.0.32-1ubuntu1"
1870
+ },
1871
+ "adduser": {
1872
+ "arch": "all",
1873
+ "version": "3.118ubuntu2"
1874
+ },
1875
+ "alsa-topology-conf": {
1876
+ "arch": "all",
1877
+ "version": "1.2.2-1"
1878
+ },
1879
+ "alsa-ucm-conf": {
1880
+ "arch": "all",
1881
+ "version": "1.2.2-1ubuntu0.4"
1882
+ },
1883
+ "apparmor": {
1884
+ "arch": "amd64",
1885
+ "version": "2.13.3-7ubuntu5.1"
1886
+ },
1887
+ "apport": {
1888
+ "arch": "all",
1889
+ "version": "2.20.11-0ubuntu27.10"
1890
+ },
1891
+ "apport-symptoms": {
1892
+ "arch": "all",
1893
+ "version": "0.23"
1894
+ },
1895
+ "apt": {
1896
+ "arch": "amd64",
1897
+ "version": "2.0.2ubuntu0.1"
1898
+ },
1899
+ "apt-utils": {
1900
+ "arch": "amd64",
1901
+ "version": "2.0.2ubuntu0.1"
1902
+ },
1903
+ "at": {
1904
+ "arch": "amd64",
1905
+ "version": "3.1.23-1ubuntu1"
1906
+ },
1907
+ "base-files": {
1908
+ "arch": "amd64",
1909
+ "version": "11ubuntu5.2"
1910
+ },
1911
+ "base-passwd": {
1912
+ "arch": "amd64",
1913
+ "version": "3.5.47"
1914
+ },
1915
+ "bash": {
1916
+ "arch": "amd64",
1917
+ "version": "5.0-6ubuntu1.1"
1918
+ },
1919
+ "bash-completion": {
1920
+ "arch": "all",
1921
+ "version": "1:2.10-1ubuntu1"
1922
+ },
1923
+ "bc": {
1924
+ "arch": "amd64",
1925
+ "version": "1.07.1-2build1"
1926
+ },
1927
+ "bcache-tools": {
1928
+ "arch": "amd64",
1929
+ "version": "1.0.8-3ubuntu0.1"
1930
+ },
1931
+ "bind9-dnsutils": {
1932
+ "arch": "amd64",
1933
+ "version": "1:9.16.1-0ubuntu2.4"
1934
+ },
1935
+ "bind9-host": {
1936
+ "arch": "amd64",
1937
+ "version": "1:9.16.1-0ubuntu2.4"
1938
+ },
1939
+ "bind9-libs": {
1940
+ "arch": "amd64",
1941
+ "version": "1:9.16.1-0ubuntu2.4"
1942
+ },
1943
+ "bolt": {
1944
+ "arch": "amd64",
1945
+ "version": "0.8-4ubuntu1"
1946
+ },
1947
+ "bsdmainutils": {
1948
+ "arch": "amd64",
1949
+ "version": "11.1.2ubuntu3"
1950
+ },
1951
+ "bsdutils": {
1952
+ "arch": "amd64",
1953
+ "version": "1:2.34-0.1ubuntu9.1"
1954
+ },
1955
+ "btrfs-progs": {
1956
+ "arch": "amd64",
1957
+ "version": "5.4.1-2"
1958
+ },
1959
+ "busybox-initramfs": {
1960
+ "arch": "amd64",
1961
+ "version": "1:1.30.1-4ubuntu6.2"
1962
+ },
1963
+ "busybox-static": {
1964
+ "arch": "amd64",
1965
+ "version": "1:1.30.1-4ubuntu6.2"
1966
+ },
1967
+ "byobu": {
1968
+ "arch": "all",
1969
+ "version": "5.133-0ubuntu1"
1970
+ },
1971
+ "bzip2": {
1972
+ "arch": "amd64",
1973
+ "version": "1.0.8-2"
1974
+ },
1975
+ "ca-certificates": {
1976
+ "arch": "all",
1977
+ "version": "20190110ubuntu1.1"
1978
+ },
1979
+ "chef": {
1980
+ "arch": "amd64",
1981
+ "version": "16.6.14-1"
1982
+ },
1983
+ "cloud-guest-utils": {
1984
+ "arch": "all",
1985
+ "version": "0.31-7-gd99b2d76-0ubuntu1"
1986
+ },
1987
+ "cloud-init": {
1988
+ "arch": "all",
1989
+ "version": "20.3-2-g371b392c-0ubuntu1~20.04.1"
1990
+ },
1991
+ "cloud-initramfs-copymods": {
1992
+ "arch": "all",
1993
+ "version": "0.45ubuntu1"
1994
+ },
1995
+ "cloud-initramfs-dyn-netconf": {
1996
+ "arch": "all",
1997
+ "version": "0.45ubuntu1"
1998
+ },
1999
+ "command-not-found": {
2000
+ "arch": "all",
2001
+ "version": "20.04.4"
2002
+ },
2003
+ "console-setup": {
2004
+ "arch": "all",
2005
+ "version": "1.194ubuntu3"
2006
+ },
2007
+ "console-setup-linux": {
2008
+ "arch": "all",
2009
+ "version": "1.194ubuntu3"
2010
+ },
2011
+ "coreutils": {
2012
+ "arch": "amd64",
2013
+ "version": "8.30-3ubuntu2"
2014
+ },
2015
+ "cpio": {
2016
+ "arch": "amd64",
2017
+ "version": "2.13+dfsg-2"
2018
+ },
2019
+ "cron": {
2020
+ "arch": "amd64",
2021
+ "version": "3.0pl1-136ubuntu1"
2022
+ },
2023
+ "cryptsetup": {
2024
+ "arch": "amd64",
2025
+ "version": "2:2.2.2-3ubuntu2.3"
2026
+ },
2027
+ "cryptsetup-bin": {
2028
+ "arch": "amd64",
2029
+ "version": "2:2.2.2-3ubuntu2.3"
2030
+ },
2031
+ "cryptsetup-initramfs": {
2032
+ "arch": "all",
2033
+ "version": "2:2.2.2-3ubuntu2.3"
2034
+ },
2035
+ "cryptsetup-run": {
2036
+ "arch": "all",
2037
+ "version": "2:2.2.2-3ubuntu2.3"
2038
+ },
2039
+ "curl": {
2040
+ "arch": "amd64",
2041
+ "version": "7.68.0-1ubuntu2.2"
2042
+ },
2043
+ "dash": {
2044
+ "arch": "amd64",
2045
+ "version": "0.5.10.2-6"
2046
+ },
2047
+ "dbus": {
2048
+ "arch": "amd64",
2049
+ "version": "1.12.16-2ubuntu2.1"
2050
+ },
2051
+ "dbus-user-session": {
2052
+ "arch": "amd64",
2053
+ "version": "1.12.16-2ubuntu2.1"
2054
+ },
2055
+ "dconf-gsettings-backend": {
2056
+ "arch": "amd64",
2057
+ "version": "0.36.0-1"
2058
+ },
2059
+ "dconf-service": {
2060
+ "arch": "amd64",
2061
+ "version": "0.36.0-1"
2062
+ },
2063
+ "debconf": {
2064
+ "arch": "all",
2065
+ "version": "1.5.73"
2066
+ },
2067
+ "debconf-i18n": {
2068
+ "arch": "all",
2069
+ "version": "1.5.73"
2070
+ },
2071
+ "debianutils": {
2072
+ "arch": "amd64",
2073
+ "version": "4.9.1"
2074
+ },
2075
+ "diffutils": {
2076
+ "arch": "amd64",
2077
+ "version": "1:3.7-3"
2078
+ },
2079
+ "dirmngr": {
2080
+ "arch": "amd64",
2081
+ "version": "2.2.19-3ubuntu2"
2082
+ },
2083
+ "distro-info-data": {
2084
+ "arch": "all",
2085
+ "version": "0.43ubuntu1.1"
2086
+ },
2087
+ "dmeventd": {
2088
+ "arch": "amd64",
2089
+ "version": "2:1.02.167-1ubuntu1"
2090
+ },
2091
+ "dmidecode": {
2092
+ "arch": "amd64",
2093
+ "version": "3.2-3"
2094
+ },
2095
+ "dmsetup": {
2096
+ "arch": "amd64",
2097
+ "version": "2:1.02.167-1ubuntu1"
2098
+ },
2099
+ "dosfstools": {
2100
+ "arch": "amd64",
2101
+ "version": "4.1-2"
2102
+ },
2103
+ "dpkg": {
2104
+ "arch": "amd64",
2105
+ "version": "1.19.7ubuntu3"
2106
+ },
2107
+ "e2fsprogs": {
2108
+ "arch": "amd64",
2109
+ "version": "1.45.5-2ubuntu1"
2110
+ },
2111
+ "eatmydata": {
2112
+ "arch": "all",
2113
+ "version": "105-7"
2114
+ },
2115
+ "ec2-hibinit-agent": {
2116
+ "arch": "all",
2117
+ "version": "1.0.0-0ubuntu9"
2118
+ },
2119
+ "ec2-instance-connect": {
2120
+ "arch": "all",
2121
+ "version": "1.1.12+dfsg1-0ubuntu3"
2122
+ },
2123
+ "ed": {
2124
+ "arch": "amd64",
2125
+ "version": "1.16-1"
2126
+ },
2127
+ "eject": {
2128
+ "arch": "amd64",
2129
+ "version": "2.1.5+deb1+cvs20081104-14"
2130
+ },
2131
+ "ethtool": {
2132
+ "arch": "amd64",
2133
+ "version": "1:5.4-1"
2134
+ },
2135
+ "fdisk": {
2136
+ "arch": "amd64",
2137
+ "version": "2.34-0.1ubuntu9.1"
2138
+ },
2139
+ "file": {
2140
+ "arch": "amd64",
2141
+ "version": "1:5.38-4"
2142
+ },
2143
+ "finalrd": {
2144
+ "arch": "all",
2145
+ "version": "6~ubuntu20.04.1"
2146
+ },
2147
+ "findutils": {
2148
+ "arch": "amd64",
2149
+ "version": "4.7.0-1ubuntu1"
2150
+ },
2151
+ "fonts-ubuntu-console": {
2152
+ "arch": "all",
2153
+ "version": "0.83-4ubuntu1"
2154
+ },
2155
+ "friendly-recovery": {
2156
+ "arch": "all",
2157
+ "version": "0.2.41"
2158
+ },
2159
+ "ftp": {
2160
+ "arch": "amd64",
2161
+ "version": "0.17-34.1"
2162
+ },
2163
+ "fuse": {
2164
+ "arch": "amd64",
2165
+ "version": "2.9.9-3"
2166
+ },
2167
+ "fwupd": {
2168
+ "arch": "amd64",
2169
+ "version": "1.3.11-1~focal1"
2170
+ },
2171
+ "fwupd-signed": {
2172
+ "arch": "amd64",
2173
+ "version": "1.27.1ubuntu2+1.3.11-1~focal1"
2174
+ },
2175
+ "gawk": {
2176
+ "arch": "amd64",
2177
+ "version": "1:5.0.1+dfsg-1"
2178
+ },
2179
+ "gcc-10-base": {
2180
+ "arch": "amd64",
2181
+ "version": "10.2.0-5ubuntu1~20.04"
2182
+ },
2183
+ "gdisk": {
2184
+ "arch": "amd64",
2185
+ "version": "1.0.5-1"
2186
+ },
2187
+ "gettext-base": {
2188
+ "arch": "amd64",
2189
+ "version": "0.19.8.1-10build1"
2190
+ },
2191
+ "gir1.2-glib-2.0": {
2192
+ "arch": "amd64",
2193
+ "version": "1.64.1-1~ubuntu20.04.1"
2194
+ },
2195
+ "gir1.2-packagekitglib-1.0": {
2196
+ "arch": "amd64",
2197
+ "version": "1.1.13-2ubuntu1.1"
2198
+ },
2199
+ "git": {
2200
+ "arch": "amd64",
2201
+ "version": "1:2.25.1-1ubuntu3"
2202
+ },
2203
+ "git-man": {
2204
+ "arch": "all",
2205
+ "version": "1:2.25.1-1ubuntu3"
2206
+ },
2207
+ "glib-networking": {
2208
+ "arch": "amd64",
2209
+ "version": "2.64.2-1ubuntu0.1"
2210
+ },
2211
+ "glib-networking-common": {
2212
+ "arch": "all",
2213
+ "version": "2.64.2-1ubuntu0.1"
2214
+ },
2215
+ "glib-networking-services": {
2216
+ "arch": "amd64",
2217
+ "version": "2.64.2-1ubuntu0.1"
2218
+ },
2219
+ "gnupg": {
2220
+ "arch": "all",
2221
+ "version": "2.2.19-3ubuntu2"
2222
+ },
2223
+ "gnupg-l10n": {
2224
+ "arch": "all",
2225
+ "version": "2.2.19-3ubuntu2"
2226
+ },
2227
+ "gnupg-utils": {
2228
+ "arch": "amd64",
2229
+ "version": "2.2.19-3ubuntu2"
2230
+ },
2231
+ "gpg": {
2232
+ "arch": "amd64",
2233
+ "version": "2.2.19-3ubuntu2"
2234
+ },
2235
+ "gpg-agent": {
2236
+ "arch": "amd64",
2237
+ "version": "2.2.19-3ubuntu2"
2238
+ },
2239
+ "gpg-wks-client": {
2240
+ "arch": "amd64",
2241
+ "version": "2.2.19-3ubuntu2"
2242
+ },
2243
+ "gpg-wks-server": {
2244
+ "arch": "amd64",
2245
+ "version": "2.2.19-3ubuntu2"
2246
+ },
2247
+ "gpgconf": {
2248
+ "arch": "amd64",
2249
+ "version": "2.2.19-3ubuntu2"
2250
+ },
2251
+ "gpgsm": {
2252
+ "arch": "amd64",
2253
+ "version": "2.2.19-3ubuntu2"
2254
+ },
2255
+ "gpgv": {
2256
+ "arch": "amd64",
2257
+ "version": "2.2.19-3ubuntu2"
2258
+ },
2259
+ "grep": {
2260
+ "arch": "amd64",
2261
+ "version": "3.4-1"
2262
+ },
2263
+ "groff-base": {
2264
+ "arch": "amd64",
2265
+ "version": "1.22.4-4build1"
2266
+ },
2267
+ "grub-common": {
2268
+ "arch": "amd64",
2269
+ "version": "2.04-1ubuntu26.6"
2270
+ },
2271
+ "grub-gfxpayload-lists": {
2272
+ "arch": "amd64",
2273
+ "version": "0.7"
2274
+ },
2275
+ "grub-pc": {
2276
+ "arch": "amd64",
2277
+ "version": "2.04-1ubuntu26.6"
2278
+ },
2279
+ "grub-pc-bin": {
2280
+ "arch": "amd64",
2281
+ "version": "2.04-1ubuntu26.6"
2282
+ },
2283
+ "grub2-common": {
2284
+ "arch": "amd64",
2285
+ "version": "2.04-1ubuntu26.6"
2286
+ },
2287
+ "gsettings-desktop-schemas": {
2288
+ "arch": "all",
2289
+ "version": "3.36.0-1ubuntu1"
2290
+ },
2291
+ "gzip": {
2292
+ "arch": "amd64",
2293
+ "version": "1.10-0ubuntu4"
2294
+ },
2295
+ "hdparm": {
2296
+ "arch": "amd64",
2297
+ "version": "9.58+ds-4"
2298
+ },
2299
+ "hibagent": {
2300
+ "arch": "all",
2301
+ "version": "1.0.1-0ubuntu1"
2302
+ },
2303
+ "hostname": {
2304
+ "arch": "amd64",
2305
+ "version": "3.23"
2306
+ },
2307
+ "htop": {
2308
+ "arch": "amd64",
2309
+ "version": "2.2.0-2build1"
2310
+ },
2311
+ "info": {
2312
+ "arch": "amd64",
2313
+ "version": "6.7.0.dfsg.2-5"
2314
+ },
2315
+ "init": {
2316
+ "arch": "amd64",
2317
+ "version": "1.57"
2318
+ },
2319
+ "init-system-helpers": {
2320
+ "arch": "all",
2321
+ "version": "1.57"
2322
+ },
2323
+ "initramfs-tools": {
2324
+ "arch": "all",
2325
+ "version": "0.136ubuntu6.3"
2326
+ },
2327
+ "initramfs-tools-bin": {
2328
+ "arch": "amd64",
2329
+ "version": "0.136ubuntu6.3"
2330
+ },
2331
+ "initramfs-tools-core": {
2332
+ "arch": "all",
2333
+ "version": "0.136ubuntu6.3"
2334
+ },
2335
+ "install-info": {
2336
+ "arch": "amd64",
2337
+ "version": "6.7.0.dfsg.2-5"
2338
+ },
2339
+ "iproute2": {
2340
+ "arch": "amd64",
2341
+ "version": "5.5.0-1ubuntu1"
2342
+ },
2343
+ "iptables": {
2344
+ "arch": "amd64",
2345
+ "version": "1.8.4-3ubuntu2"
2346
+ },
2347
+ "iputils-ping": {
2348
+ "arch": "amd64",
2349
+ "version": "3:20190709-3"
2350
+ },
2351
+ "iputils-tracepath": {
2352
+ "arch": "amd64",
2353
+ "version": "3:20190709-3"
2354
+ },
2355
+ "irqbalance": {
2356
+ "arch": "amd64",
2357
+ "version": "1.6.0-3ubuntu1"
2358
+ },
2359
+ "isc-dhcp-client": {
2360
+ "arch": "amd64",
2361
+ "version": "4.4.1-2.1ubuntu5"
2362
+ },
2363
+ "isc-dhcp-common": {
2364
+ "arch": "amd64",
2365
+ "version": "4.4.1-2.1ubuntu5"
2366
+ },
2367
+ "iso-codes": {
2368
+ "arch": "all",
2369
+ "version": "4.4-1"
2370
+ },
2371
+ "kbd": {
2372
+ "arch": "amd64",
2373
+ "version": "2.0.4-4ubuntu2"
2374
+ },
2375
+ "keyboard-configuration": {
2376
+ "arch": "all",
2377
+ "version": "1.194ubuntu3"
2378
+ },
2379
+ "klibc-utils": {
2380
+ "arch": "amd64",
2381
+ "version": "2.0.7-1ubuntu5"
2382
+ },
2383
+ "kmod": {
2384
+ "arch": "amd64",
2385
+ "version": "27-1ubuntu2"
2386
+ },
2387
+ "kpartx": {
2388
+ "arch": "amd64",
2389
+ "version": "0.8.3-1ubuntu2"
2390
+ },
2391
+ "krb5-locales": {
2392
+ "arch": "all",
2393
+ "version": "1.17-6ubuntu4"
2394
+ },
2395
+ "landscape-common": {
2396
+ "arch": "amd64",
2397
+ "version": "19.12-0ubuntu4.1"
2398
+ },
2399
+ "language-selector-common": {
2400
+ "arch": "all",
2401
+ "version": "0.204.2"
2402
+ },
2403
+ "less": {
2404
+ "arch": "amd64",
2405
+ "version": "551-1ubuntu0.1"
2406
+ },
2407
+ "libaccountsservice0": {
2408
+ "arch": "amd64",
2409
+ "version": "0.6.55-0ubuntu12~20.04.2"
2410
+ },
2411
+ "libacl1": {
2412
+ "arch": "amd64",
2413
+ "version": "2.2.53-6"
2414
+ },
2415
+ "libaio1": {
2416
+ "arch": "amd64",
2417
+ "version": "0.3.112-5"
2418
+ },
2419
+ "libapparmor1": {
2420
+ "arch": "amd64",
2421
+ "version": "2.13.3-7ubuntu5.1"
2422
+ },
2423
+ "libappstream4": {
2424
+ "arch": "amd64",
2425
+ "version": "0.12.10-2"
2426
+ },
2427
+ "libapt-pkg6.0": {
2428
+ "arch": "amd64",
2429
+ "version": "2.0.2ubuntu0.1"
2430
+ },
2431
+ "libarchive13": {
2432
+ "arch": "amd64",
2433
+ "version": "3.4.0-2ubuntu1"
2434
+ },
2435
+ "libargon2-1": {
2436
+ "arch": "amd64",
2437
+ "version": "0~20171227-0.2"
2438
+ },
2439
+ "libasn1-8-heimdal": {
2440
+ "arch": "amd64",
2441
+ "version": "7.7.0+dfsg-1ubuntu1"
2442
+ },
2443
+ "libasound2": {
2444
+ "arch": "amd64",
2445
+ "version": "1.2.2-2.1ubuntu2"
2446
+ },
2447
+ "libasound2-data": {
2448
+ "arch": "all",
2449
+ "version": "1.2.2-2.1ubuntu2"
2450
+ },
2451
+ "libassuan0": {
2452
+ "arch": "amd64",
2453
+ "version": "2.5.3-7ubuntu2"
2454
+ },
2455
+ "libatm1": {
2456
+ "arch": "amd64",
2457
+ "version": "1:2.5.1-4"
2458
+ },
2459
+ "libattr1": {
2460
+ "arch": "amd64",
2461
+ "version": "1:2.4.48-5"
2462
+ },
2463
+ "libaudit-common": {
2464
+ "arch": "all",
2465
+ "version": "1:2.8.5-2ubuntu6"
2466
+ },
2467
+ "libaudit1": {
2468
+ "arch": "amd64",
2469
+ "version": "1:2.8.5-2ubuntu6"
2470
+ },
2471
+ "libblkid1": {
2472
+ "arch": "amd64",
2473
+ "version": "2.34-0.1ubuntu9.1"
2474
+ },
2475
+ "libbrotli1": {
2476
+ "arch": "amd64",
2477
+ "version": "1.0.7-6ubuntu0.1"
2478
+ },
2479
+ "libbsd0": {
2480
+ "arch": "amd64",
2481
+ "version": "0.10.0-1"
2482
+ },
2483
+ "libbz2-1.0": {
2484
+ "arch": "amd64",
2485
+ "version": "1.0.8-2"
2486
+ },
2487
+ "libc-bin": {
2488
+ "arch": "amd64",
2489
+ "version": "2.31-0ubuntu9.1"
2490
+ },
2491
+ "libc6": {
2492
+ "arch": "amd64",
2493
+ "version": "2.31-0ubuntu9.1"
2494
+ },
2495
+ "libcanberra0": {
2496
+ "arch": "amd64",
2497
+ "version": "0.30-7ubuntu1"
2498
+ },
2499
+ "libcap-ng0": {
2500
+ "arch": "amd64",
2501
+ "version": "0.7.9-2.1build1"
2502
+ },
2503
+ "libcap2": {
2504
+ "arch": "amd64",
2505
+ "version": "1:2.32-1"
2506
+ },
2507
+ "libcap2-bin": {
2508
+ "arch": "amd64",
2509
+ "version": "1:2.32-1"
2510
+ },
2511
+ "libcbor0.6": {
2512
+ "arch": "amd64",
2513
+ "version": "0.6.0-0ubuntu1"
2514
+ },
2515
+ "libcom-err2": {
2516
+ "arch": "amd64",
2517
+ "version": "1.45.5-2ubuntu1"
2518
+ },
2519
+ "libcrypt1": {
2520
+ "arch": "amd64",
2521
+ "version": "1:4.4.10-10ubuntu4"
2522
+ },
2523
+ "libcryptsetup12": {
2524
+ "arch": "amd64",
2525
+ "version": "2:2.2.2-3ubuntu2.3"
2526
+ },
2527
+ "libcurl3-gnutls": {
2528
+ "arch": "amd64",
2529
+ "version": "7.68.0-1ubuntu2.2"
2530
+ },
2531
+ "libcurl4": {
2532
+ "arch": "amd64",
2533
+ "version": "7.68.0-1ubuntu2.2"
2534
+ },
2535
+ "libdb5.3": {
2536
+ "arch": "amd64",
2537
+ "version": "5.3.28+dfsg1-0.6ubuntu2"
2538
+ },
2539
+ "libdbus-1-3": {
2540
+ "arch": "amd64",
2541
+ "version": "1.12.16-2ubuntu2.1"
2542
+ },
2543
+ "libdconf1": {
2544
+ "arch": "amd64",
2545
+ "version": "0.36.0-1"
2546
+ },
2547
+ "libdebconfclient0": {
2548
+ "arch": "amd64",
2549
+ "version": "0.251ubuntu1"
2550
+ },
2551
+ "libdevmapper-event1.02.1": {
2552
+ "arch": "amd64",
2553
+ "version": "2:1.02.167-1ubuntu1"
2554
+ },
2555
+ "libdevmapper1.02.1": {
2556
+ "arch": "amd64",
2557
+ "version": "2:1.02.167-1ubuntu1"
2558
+ },
2559
+ "libdns-export1109": {
2560
+ "arch": "amd64",
2561
+ "version": "1:9.11.16+dfsg-3~ubuntu1"
2562
+ },
2563
+ "libdrm-common": {
2564
+ "arch": "all",
2565
+ "version": "2.4.101-2"
2566
+ },
2567
+ "libdrm2": {
2568
+ "arch": "amd64",
2569
+ "version": "2.4.101-2"
2570
+ },
2571
+ "libeatmydata1": {
2572
+ "arch": "amd64",
2573
+ "version": "105-7"
2574
+ },
2575
+ "libedit2": {
2576
+ "arch": "amd64",
2577
+ "version": "3.1-20191231-1"
2578
+ },
2579
+ "libefiboot1": {
2580
+ "arch": "amd64",
2581
+ "version": "37-2ubuntu2"
2582
+ },
2583
+ "libefivar1": {
2584
+ "arch": "amd64",
2585
+ "version": "37-2ubuntu2"
2586
+ },
2587
+ "libelf1": {
2588
+ "arch": "amd64",
2589
+ "version": "0.176-1.1build1"
2590
+ },
2591
+ "liberror-perl": {
2592
+ "arch": "all",
2593
+ "version": "0.17029-1"
2594
+ },
2595
+ "libestr0": {
2596
+ "arch": "amd64",
2597
+ "version": "0.1.10-2.1"
2598
+ },
2599
+ "libevent-2.1-7": {
2600
+ "arch": "amd64",
2601
+ "version": "2.1.11-stable-1"
2602
+ },
2603
+ "libexpat1": {
2604
+ "arch": "amd64",
2605
+ "version": "2.2.9-1build1"
2606
+ },
2607
+ "libext2fs2": {
2608
+ "arch": "amd64",
2609
+ "version": "1.45.5-2ubuntu1"
2610
+ },
2611
+ "libfastjson4": {
2612
+ "arch": "amd64",
2613
+ "version": "0.99.8-2"
2614
+ },
2615
+ "libfdisk1": {
2616
+ "arch": "amd64",
2617
+ "version": "2.34-0.1ubuntu9.1"
2618
+ },
2619
+ "libffi7": {
2620
+ "arch": "amd64",
2621
+ "version": "3.3-4"
2622
+ },
2623
+ "libfido2-1": {
2624
+ "arch": "amd64",
2625
+ "version": "1.3.1-1ubuntu2"
2626
+ },
2627
+ "libfl2": {
2628
+ "arch": "amd64",
2629
+ "version": "2.6.4-6.2"
2630
+ },
2631
+ "libfreetype6": {
2632
+ "arch": "amd64",
2633
+ "version": "2.10.1-2ubuntu0.1"
2634
+ },
2635
+ "libfribidi0": {
2636
+ "arch": "amd64",
2637
+ "version": "1.0.8-2"
2638
+ },
2639
+ "libfuse2": {
2640
+ "arch": "amd64",
2641
+ "version": "2.9.9-3"
2642
+ },
2643
+ "libfwupd2": {
2644
+ "arch": "amd64",
2645
+ "version": "1.3.11-1~focal1"
2646
+ },
2647
+ "libfwupdplugin1": {
2648
+ "arch": "amd64",
2649
+ "version": "1.3.11-1~focal1"
2650
+ },
2651
+ "libgcab-1.0-0": {
2652
+ "arch": "amd64",
2653
+ "version": "1.4-1"
2654
+ },
2655
+ "libgcc-s1": {
2656
+ "arch": "amd64",
2657
+ "version": "10.2.0-5ubuntu1~20.04"
2658
+ },
2659
+ "libgcrypt20": {
2660
+ "arch": "amd64",
2661
+ "version": "1.8.5-5ubuntu1"
2662
+ },
2663
+ "libgdbm-compat4": {
2664
+ "arch": "amd64",
2665
+ "version": "1.18.1-5"
2666
+ },
2667
+ "libgdbm6": {
2668
+ "arch": "amd64",
2669
+ "version": "1.18.1-5"
2670
+ },
2671
+ "libgirepository-1.0-1": {
2672
+ "arch": "amd64",
2673
+ "version": "1.64.1-1~ubuntu20.04.1"
2674
+ },
2675
+ "libglib2.0-0": {
2676
+ "arch": "amd64",
2677
+ "version": "2.64.3-1~ubuntu20.04.1"
2678
+ },
2679
+ "libglib2.0-bin": {
2680
+ "arch": "amd64",
2681
+ "version": "2.64.3-1~ubuntu20.04.1"
2682
+ },
2683
+ "libglib2.0-data": {
2684
+ "arch": "all",
2685
+ "version": "2.64.3-1~ubuntu20.04.1"
2686
+ },
2687
+ "libgmp10": {
2688
+ "arch": "amd64",
2689
+ "version": "2:6.2.0+dfsg-4"
2690
+ },
2691
+ "libgnutls30": {
2692
+ "arch": "amd64",
2693
+ "version": "3.6.13-2ubuntu1.3"
2694
+ },
2695
+ "libgpg-error0": {
2696
+ "arch": "amd64",
2697
+ "version": "1.37-1"
2698
+ },
2699
+ "libgpgme11": {
2700
+ "arch": "amd64",
2701
+ "version": "1.13.1-7ubuntu2"
2702
+ },
2703
+ "libgpm2": {
2704
+ "arch": "amd64",
2705
+ "version": "1.20.7-5"
2706
+ },
2707
+ "libgssapi-krb5-2": {
2708
+ "arch": "amd64",
2709
+ "version": "1.17-6ubuntu4"
2710
+ },
2711
+ "libgssapi3-heimdal": {
2712
+ "arch": "amd64",
2713
+ "version": "7.7.0+dfsg-1ubuntu1"
2714
+ },
2715
+ "libgstreamer1.0-0": {
2716
+ "arch": "amd64",
2717
+ "version": "1.16.2-2"
2718
+ },
2719
+ "libgudev-1.0-0": {
2720
+ "arch": "amd64",
2721
+ "version": "1:233-1"
2722
+ },
2723
+ "libgusb2": {
2724
+ "arch": "amd64",
2725
+ "version": "0.3.4-0.1"
2726
+ },
2727
+ "libhcrypto4-heimdal": {
2728
+ "arch": "amd64",
2729
+ "version": "7.7.0+dfsg-1ubuntu1"
2730
+ },
2731
+ "libheimbase1-heimdal": {
2732
+ "arch": "amd64",
2733
+ "version": "7.7.0+dfsg-1ubuntu1"
2734
+ },
2735
+ "libheimntlm0-heimdal": {
2736
+ "arch": "amd64",
2737
+ "version": "7.7.0+dfsg-1ubuntu1"
2738
+ },
2739
+ "libhogweed5": {
2740
+ "arch": "amd64",
2741
+ "version": "3.5.1+really3.5.1-2"
2742
+ },
2743
+ "libhx509-5-heimdal": {
2744
+ "arch": "amd64",
2745
+ "version": "7.7.0+dfsg-1ubuntu1"
2746
+ },
2747
+ "libicu66": {
2748
+ "arch": "amd64",
2749
+ "version": "66.1-2ubuntu2"
2750
+ },
2751
+ "libidn2-0": {
2752
+ "arch": "amd64",
2753
+ "version": "2.2.0-2"
2754
+ },
2755
+ "libip4tc2": {
2756
+ "arch": "amd64",
2757
+ "version": "1.8.4-3ubuntu2"
2758
+ },
2759
+ "libip6tc2": {
2760
+ "arch": "amd64",
2761
+ "version": "1.8.4-3ubuntu2"
2762
+ },
2763
+ "libisc-export1105": {
2764
+ "arch": "amd64",
2765
+ "version": "1:9.11.16+dfsg-3~ubuntu1"
2766
+ },
2767
+ "libisns0": {
2768
+ "arch": "amd64",
2769
+ "version": "0.97-3"
2770
+ },
2771
+ "libjson-c4": {
2772
+ "arch": "amd64",
2773
+ "version": "0.13.1+dfsg-7ubuntu0.3"
2774
+ },
2775
+ "libjson-glib-1.0-0": {
2776
+ "arch": "amd64",
2777
+ "version": "1.4.4-2ubuntu2"
2778
+ },
2779
+ "libjson-glib-1.0-common": {
2780
+ "arch": "all",
2781
+ "version": "1.4.4-2ubuntu2"
2782
+ },
2783
+ "libk5crypto3": {
2784
+ "arch": "amd64",
2785
+ "version": "1.17-6ubuntu4"
2786
+ },
2787
+ "libkeyutils1": {
2788
+ "arch": "amd64",
2789
+ "version": "1.6-6ubuntu1"
2790
+ },
2791
+ "libklibc": {
2792
+ "arch": "amd64",
2793
+ "version": "2.0.7-1ubuntu5"
2794
+ },
2795
+ "libkmod2": {
2796
+ "arch": "amd64",
2797
+ "version": "27-1ubuntu2"
2798
+ },
2799
+ "libkrb5-26-heimdal": {
2800
+ "arch": "amd64",
2801
+ "version": "7.7.0+dfsg-1ubuntu1"
2802
+ },
2803
+ "libkrb5-3": {
2804
+ "arch": "amd64",
2805
+ "version": "1.17-6ubuntu4"
2806
+ },
2807
+ "libkrb5support0": {
2808
+ "arch": "amd64",
2809
+ "version": "1.17-6ubuntu4"
2810
+ },
2811
+ "libksba8": {
2812
+ "arch": "amd64",
2813
+ "version": "1.3.5-2"
2814
+ },
2815
+ "libldap-2.4-2": {
2816
+ "arch": "amd64",
2817
+ "version": "2.4.49+dfsg-2ubuntu1.3"
2818
+ },
2819
+ "libldap-common": {
2820
+ "arch": "all",
2821
+ "version": "2.4.49+dfsg-2ubuntu1.3"
2822
+ },
2823
+ "liblmdb0": {
2824
+ "arch": "amd64",
2825
+ "version": "0.9.24-1"
2826
+ },
2827
+ "liblocale-gettext-perl": {
2828
+ "arch": "amd64",
2829
+ "version": "1.07-4"
2830
+ },
2831
+ "libltdl7": {
2832
+ "arch": "amd64",
2833
+ "version": "2.4.6-14"
2834
+ },
2835
+ "liblvm2cmd2.03": {
2836
+ "arch": "amd64",
2837
+ "version": "2.03.07-1ubuntu1"
2838
+ },
2839
+ "liblz4-1": {
2840
+ "arch": "amd64",
2841
+ "version": "1.9.2-2"
2842
+ },
2843
+ "liblzma5": {
2844
+ "arch": "amd64",
2845
+ "version": "5.2.4-1ubuntu1"
2846
+ },
2847
+ "liblzo2-2": {
2848
+ "arch": "amd64",
2849
+ "version": "2.10-2"
2850
+ },
2851
+ "libmagic-mgc": {
2852
+ "arch": "amd64",
2853
+ "version": "1:5.38-4"
2854
+ },
2855
+ "libmagic1": {
2856
+ "arch": "amd64",
2857
+ "version": "1:5.38-4"
2858
+ },
2859
+ "libmaxminddb0": {
2860
+ "arch": "amd64",
2861
+ "version": "1.4.2-0ubuntu1"
2862
+ },
2863
+ "libmnl0": {
2864
+ "arch": "amd64",
2865
+ "version": "1.0.4-2"
2866
+ },
2867
+ "libmount1": {
2868
+ "arch": "amd64",
2869
+ "version": "2.34-0.1ubuntu9.1"
2870
+ },
2871
+ "libmpdec2": {
2872
+ "arch": "amd64",
2873
+ "version": "2.4.2-3"
2874
+ },
2875
+ "libmpfr6": {
2876
+ "arch": "amd64",
2877
+ "version": "4.0.2-1"
2878
+ },
2879
+ "libmspack0": {
2880
+ "arch": "amd64",
2881
+ "version": "0.10.1-2"
2882
+ },
2883
+ "libncurses6": {
2884
+ "arch": "amd64",
2885
+ "version": "6.2-0ubuntu2"
2886
+ },
2887
+ "libncursesw6": {
2888
+ "arch": "amd64",
2889
+ "version": "6.2-0ubuntu2"
2890
+ },
2891
+ "libnetfilter-conntrack3": {
2892
+ "arch": "amd64",
2893
+ "version": "1.0.7-2"
2894
+ },
2895
+ "libnetplan0": {
2896
+ "arch": "amd64",
2897
+ "version": "0.100-0ubuntu4~20.04.2"
2898
+ },
2899
+ "libnettle7": {
2900
+ "arch": "amd64",
2901
+ "version": "3.5.1+really3.5.1-2"
2902
+ },
2903
+ "libnewt0.52": {
2904
+ "arch": "amd64",
2905
+ "version": "0.52.21-4ubuntu2"
2906
+ },
2907
+ "libnfnetlink0": {
2908
+ "arch": "amd64",
2909
+ "version": "1.0.1-3build1"
2910
+ },
2911
+ "libnftnl11": {
2912
+ "arch": "amd64",
2913
+ "version": "1.1.5-1"
2914
+ },
2915
+ "libnghttp2-14": {
2916
+ "arch": "amd64",
2917
+ "version": "1.40.0-1build1"
2918
+ },
2919
+ "libnpth0": {
2920
+ "arch": "amd64",
2921
+ "version": "1.6-1"
2922
+ },
2923
+ "libnss-systemd": {
2924
+ "arch": "amd64",
2925
+ "version": "245.4-4ubuntu3.2"
2926
+ },
2927
+ "libntfs-3g883": {
2928
+ "arch": "amd64",
2929
+ "version": "1:2017.3.23AR.3-3ubuntu1"
2930
+ },
2931
+ "libnuma1": {
2932
+ "arch": "amd64",
2933
+ "version": "2.0.12-1"
2934
+ },
2935
+ "libogg0": {
2936
+ "arch": "amd64",
2937
+ "version": "1.3.4-0ubuntu1"
2938
+ },
2939
+ "libp11-kit0": {
2940
+ "arch": "amd64",
2941
+ "version": "0.23.20-1build1"
2942
+ },
2943
+ "libpackagekit-glib2-18": {
2944
+ "arch": "amd64",
2945
+ "version": "1.1.13-2ubuntu1.1"
2946
+ },
2947
+ "libpam-cap": {
2948
+ "arch": "amd64",
2949
+ "version": "1:2.32-1"
2950
+ },
2951
+ "libpam-modules": {
2952
+ "arch": "amd64",
2953
+ "version": "1.3.1-5ubuntu4.1"
2954
+ },
2955
+ "libpam-modules-bin": {
2956
+ "arch": "amd64",
2957
+ "version": "1.3.1-5ubuntu4.1"
2958
+ },
2959
+ "libpam-runtime": {
2960
+ "arch": "all",
2961
+ "version": "1.3.1-5ubuntu4.1"
2962
+ },
2963
+ "libpam-systemd": {
2964
+ "arch": "amd64",
2965
+ "version": "245.4-4ubuntu3.2"
2966
+ },
2967
+ "libpam0g": {
2968
+ "arch": "amd64",
2969
+ "version": "1.3.1-5ubuntu4.1"
2970
+ },
2971
+ "libparted2": {
2972
+ "arch": "amd64",
2973
+ "version": "3.3-4"
2974
+ },
2975
+ "libpcap0.8": {
2976
+ "arch": "amd64",
2977
+ "version": "1.9.1-3"
2978
+ },
2979
+ "libpci3": {
2980
+ "arch": "amd64",
2981
+ "version": "1:3.6.4-1"
2982
+ },
2983
+ "libpcre2-8-0": {
2984
+ "arch": "amd64",
2985
+ "version": "10.34-7"
2986
+ },
2987
+ "libpcre3": {
2988
+ "arch": "amd64",
2989
+ "version": "2:8.39-12build1"
2990
+ },
2991
+ "libperl5.30": {
2992
+ "arch": "amd64",
2993
+ "version": "5.30.0-9ubuntu0.2"
2994
+ },
2995
+ "libpipeline1": {
2996
+ "arch": "amd64",
2997
+ "version": "1.5.2-2build1"
2998
+ },
2999
+ "libplymouth5": {
3000
+ "arch": "amd64",
3001
+ "version": "0.9.4git20200323-0ubuntu6.1"
3002
+ },
3003
+ "libpng16-16": {
3004
+ "arch": "amd64",
3005
+ "version": "1.6.37-2"
3006
+ },
3007
+ "libpolkit-agent-1-0": {
3008
+ "arch": "amd64",
3009
+ "version": "0.105-26ubuntu1"
3010
+ },
3011
+ "libpolkit-gobject-1-0": {
3012
+ "arch": "amd64",
3013
+ "version": "0.105-26ubuntu1"
3014
+ },
3015
+ "libpopt0": {
3016
+ "arch": "amd64",
3017
+ "version": "1.16-14"
3018
+ },
3019
+ "libprocps8": {
3020
+ "arch": "amd64",
3021
+ "version": "2:3.3.16-1ubuntu2"
3022
+ },
3023
+ "libproxy1v5": {
3024
+ "arch": "amd64",
3025
+ "version": "0.4.15-10ubuntu1.1"
3026
+ },
3027
+ "libpsl5": {
3028
+ "arch": "amd64",
3029
+ "version": "0.21.0-1ubuntu1"
3030
+ },
3031
+ "libpython3-stdlib": {
3032
+ "arch": "amd64",
3033
+ "version": "3.8.2-0ubuntu2"
3034
+ },
3035
+ "libpython3.8": {
3036
+ "arch": "amd64",
3037
+ "version": "3.8.5-1~20.04"
3038
+ },
3039
+ "libpython3.8-minimal": {
3040
+ "arch": "amd64",
3041
+ "version": "3.8.5-1~20.04"
3042
+ },
3043
+ "libpython3.8-stdlib": {
3044
+ "arch": "amd64",
3045
+ "version": "3.8.5-1~20.04"
3046
+ },
3047
+ "libreadline5": {
3048
+ "arch": "amd64",
3049
+ "version": "5.2+dfsg-3build3"
3050
+ },
3051
+ "libreadline8": {
3052
+ "arch": "amd64",
3053
+ "version": "8.0-4"
3054
+ },
3055
+ "libroken18-heimdal": {
3056
+ "arch": "amd64",
3057
+ "version": "7.7.0+dfsg-1ubuntu1"
3058
+ },
3059
+ "librtmp1": {
3060
+ "arch": "amd64",
3061
+ "version": "2.4+20151223.gitfa8646d.1-2build1"
3062
+ },
3063
+ "libsasl2-2": {
3064
+ "arch": "amd64",
3065
+ "version": "2.1.27+dfsg-2"
3066
+ },
3067
+ "libsasl2-modules": {
3068
+ "arch": "amd64",
3069
+ "version": "2.1.27+dfsg-2"
3070
+ },
3071
+ "libsasl2-modules-db": {
3072
+ "arch": "amd64",
3073
+ "version": "2.1.27+dfsg-2"
3074
+ },
3075
+ "libseccomp2": {
3076
+ "arch": "amd64",
3077
+ "version": "2.4.3-1ubuntu3.20.04.3"
3078
+ },
3079
+ "libselinux1": {
3080
+ "arch": "amd64",
3081
+ "version": "3.0-1build2"
3082
+ },
3083
+ "libsemanage-common": {
3084
+ "arch": "all",
3085
+ "version": "3.0-1build2"
3086
+ },
3087
+ "libsemanage1": {
3088
+ "arch": "amd64",
3089
+ "version": "3.0-1build2"
3090
+ },
3091
+ "libsepol1": {
3092
+ "arch": "amd64",
3093
+ "version": "3.0-1"
3094
+ },
3095
+ "libsgutils2-2": {
3096
+ "arch": "amd64",
3097
+ "version": "1.44-1ubuntu2"
3098
+ },
3099
+ "libsigsegv2": {
3100
+ "arch": "amd64",
3101
+ "version": "2.12-2"
3102
+ },
3103
+ "libslang2": {
3104
+ "arch": "amd64",
3105
+ "version": "2.3.2-4"
3106
+ },
3107
+ "libsmartcols1": {
3108
+ "arch": "amd64",
3109
+ "version": "2.34-0.1ubuntu9.1"
3110
+ },
3111
+ "libsmbios-c2": {
3112
+ "arch": "amd64",
3113
+ "version": "2.4.3-1"
3114
+ },
3115
+ "libsodium23": {
3116
+ "arch": "amd64",
3117
+ "version": "1.0.18-1"
3118
+ },
3119
+ "libsoup2.4-1": {
3120
+ "arch": "amd64",
3121
+ "version": "2.70.0-1"
3122
+ },
3123
+ "libsqlite3-0": {
3124
+ "arch": "amd64",
3125
+ "version": "3.31.1-4ubuntu0.2"
3126
+ },
3127
+ "libss2": {
3128
+ "arch": "amd64",
3129
+ "version": "1.45.5-2ubuntu1"
3130
+ },
3131
+ "libssh-4": {
3132
+ "arch": "amd64",
3133
+ "version": "0.9.3-2ubuntu2.1"
3134
+ },
3135
+ "libssl1.1": {
3136
+ "arch": "amd64",
3137
+ "version": "1.1.1f-1ubuntu2"
3138
+ },
3139
+ "libstdc++6": {
3140
+ "arch": "amd64",
3141
+ "version": "10.2.0-5ubuntu1~20.04"
3142
+ },
3143
+ "libstemmer0d": {
3144
+ "arch": "amd64",
3145
+ "version": "0+svn585-2"
3146
+ },
3147
+ "libsystemd0": {
3148
+ "arch": "amd64",
3149
+ "version": "245.4-4ubuntu3.2"
3150
+ },
3151
+ "libtasn1-6": {
3152
+ "arch": "amd64",
3153
+ "version": "4.16.0-2"
3154
+ },
3155
+ "libtdb1": {
3156
+ "arch": "amd64",
3157
+ "version": "1.4.2-3build1"
3158
+ },
3159
+ "libtext-charwidth-perl": {
3160
+ "arch": "amd64",
3161
+ "version": "0.04-10"
3162
+ },
3163
+ "libtext-iconv-perl": {
3164
+ "arch": "amd64",
3165
+ "version": "1.7-7"
3166
+ },
3167
+ "libtext-wrapi18n-perl": {
3168
+ "arch": "all",
3169
+ "version": "0.06-9"
3170
+ },
3171
+ "libtinfo6": {
3172
+ "arch": "amd64",
3173
+ "version": "6.2-0ubuntu2"
3174
+ },
3175
+ "libtss2-esys0": {
3176
+ "arch": "amd64",
3177
+ "version": "2.3.2-1"
3178
+ },
3179
+ "libuchardet0": {
3180
+ "arch": "amd64",
3181
+ "version": "0.0.6-3build1"
3182
+ },
3183
+ "libudev1": {
3184
+ "arch": "amd64",
3185
+ "version": "245.4-4ubuntu3.2"
3186
+ },
3187
+ "libunistring2": {
3188
+ "arch": "amd64",
3189
+ "version": "0.9.10-2"
3190
+ },
3191
+ "libunwind8": {
3192
+ "arch": "amd64",
3193
+ "version": "1.2.1-9build1"
3194
+ },
3195
+ "liburcu6": {
3196
+ "arch": "amd64",
3197
+ "version": "0.11.1-2"
3198
+ },
3199
+ "libusb-1.0-0": {
3200
+ "arch": "amd64",
3201
+ "version": "2:1.0.23-2build1"
3202
+ },
3203
+ "libutempter0": {
3204
+ "arch": "amd64",
3205
+ "version": "1.1.6-4"
3206
+ },
3207
+ "libuuid1": {
3208
+ "arch": "amd64",
3209
+ "version": "2.34-0.1ubuntu9.1"
3210
+ },
3211
+ "libuv1": {
3212
+ "arch": "amd64",
3213
+ "version": "1.34.2-1ubuntu1.1"
3214
+ },
3215
+ "libvorbis0a": {
3216
+ "arch": "amd64",
3217
+ "version": "1.3.6-2ubuntu1"
3218
+ },
3219
+ "libvorbisfile3": {
3220
+ "arch": "amd64",
3221
+ "version": "1.3.6-2ubuntu1"
3222
+ },
3223
+ "libwind0-heimdal": {
3224
+ "arch": "amd64",
3225
+ "version": "7.7.0+dfsg-1ubuntu1"
3226
+ },
3227
+ "libwrap0": {
3228
+ "arch": "amd64",
3229
+ "version": "7.6.q-30"
3230
+ },
3231
+ "libx11-6": {
3232
+ "arch": "amd64",
3233
+ "version": "2:1.6.9-2ubuntu1.1"
3234
+ },
3235
+ "libx11-data": {
3236
+ "arch": "all",
3237
+ "version": "2:1.6.9-2ubuntu1.1"
3238
+ },
3239
+ "libxau6": {
3240
+ "arch": "amd64",
3241
+ "version": "1:1.0.9-0ubuntu1"
3242
+ },
3243
+ "libxcb1": {
3244
+ "arch": "amd64",
3245
+ "version": "1.14-2"
3246
+ },
3247
+ "libxdmcp6": {
3248
+ "arch": "amd64",
3249
+ "version": "1:1.1.3-0ubuntu1"
3250
+ },
3251
+ "libxext6": {
3252
+ "arch": "amd64",
3253
+ "version": "2:1.3.4-0ubuntu1"
3254
+ },
3255
+ "libxml2": {
3256
+ "arch": "amd64",
3257
+ "version": "2.9.10+dfsg-5"
3258
+ },
3259
+ "libxmlb1": {
3260
+ "arch": "amd64",
3261
+ "version": "0.1.15-2"
3262
+ },
3263
+ "libxmlsec1": {
3264
+ "arch": "amd64",
3265
+ "version": "1.2.28-2"
3266
+ },
3267
+ "libxmlsec1-openssl": {
3268
+ "arch": "amd64",
3269
+ "version": "1.2.28-2"
3270
+ },
3271
+ "libxmuu1": {
3272
+ "arch": "amd64",
3273
+ "version": "2:1.1.3-0ubuntu1"
3274
+ },
3275
+ "libxslt1.1": {
3276
+ "arch": "amd64",
3277
+ "version": "1.1.34-4"
3278
+ },
3279
+ "libxtables12": {
3280
+ "arch": "amd64",
3281
+ "version": "1.8.4-3ubuntu2"
3282
+ },
3283
+ "libyaml-0-2": {
3284
+ "arch": "amd64",
3285
+ "version": "0.2.2-1"
3286
+ },
3287
+ "libzstd1": {
3288
+ "arch": "amd64",
3289
+ "version": "1.4.4+dfsg-3"
3290
+ },
3291
+ "linux-aws": {
3292
+ "arch": "amd64",
3293
+ "version": "5.4.0.1029.30"
3294
+ },
3295
+ "linux-aws-headers-5.4.0-1029": {
3296
+ "arch": "all",
3297
+ "version": "5.4.0-1029.30"
3298
+ },
3299
+ "linux-base": {
3300
+ "arch": "all",
3301
+ "version": "4.5ubuntu3.1"
3302
+ },
3303
+ "linux-headers-5.4.0-1029-aws": {
3304
+ "arch": "amd64",
3305
+ "version": "5.4.0-1029.30"
3306
+ },
3307
+ "linux-headers-aws": {
3308
+ "arch": "amd64",
3309
+ "version": "5.4.0.1029.30"
3310
+ },
3311
+ "linux-image-5.4.0-1029-aws": {
3312
+ "arch": "amd64",
3313
+ "version": "5.4.0-1029.30"
3314
+ },
3315
+ "linux-image-aws": {
3316
+ "arch": "amd64",
3317
+ "version": "5.4.0.1029.30"
3318
+ },
3319
+ "linux-modules-5.4.0-1029-aws": {
3320
+ "arch": "amd64",
3321
+ "version": "5.4.0-1029.30"
3322
+ },
3323
+ "locales": {
3324
+ "arch": "all",
3325
+ "version": "2.31-0ubuntu9.1"
3326
+ },
3327
+ "login": {
3328
+ "arch": "amd64",
3329
+ "version": "1:4.8.1-1ubuntu5.20.04"
3330
+ },
3331
+ "logrotate": {
3332
+ "arch": "amd64",
3333
+ "version": "3.14.0-4ubuntu3"
3334
+ },
3335
+ "logsave": {
3336
+ "arch": "amd64",
3337
+ "version": "1.45.5-2ubuntu1"
3338
+ },
3339
+ "lsb-base": {
3340
+ "arch": "all",
3341
+ "version": "11.1.0ubuntu2"
3342
+ },
3343
+ "lsb-release": {
3344
+ "arch": "all",
3345
+ "version": "11.1.0ubuntu2"
3346
+ },
3347
+ "lshw": {
3348
+ "arch": "amd64",
3349
+ "version": "02.18.85-0.3ubuntu2"
3350
+ },
3351
+ "lsof": {
3352
+ "arch": "amd64",
3353
+ "version": "4.93.2+dfsg-1"
3354
+ },
3355
+ "ltrace": {
3356
+ "arch": "amd64",
3357
+ "version": "0.7.3-6.1ubuntu1"
3358
+ },
3359
+ "lvm2": {
3360
+ "arch": "amd64",
3361
+ "version": "2.03.07-1ubuntu1"
3362
+ },
3363
+ "lxd-agent-loader": {
3364
+ "arch": "all",
3365
+ "version": "0.4"
3366
+ },
3367
+ "lz4": {
3368
+ "arch": "amd64",
3369
+ "version": "1.9.2-2"
3370
+ },
3371
+ "man-db": {
3372
+ "arch": "amd64",
3373
+ "version": "2.9.1-1"
3374
+ },
3375
+ "manpages": {
3376
+ "arch": "all",
3377
+ "version": "5.05-1"
3378
+ },
3379
+ "mawk": {
3380
+ "arch": "amd64",
3381
+ "version": "1.3.4.20200120-2"
3382
+ },
3383
+ "mdadm": {
3384
+ "arch": "amd64",
3385
+ "version": "4.1-5ubuntu1.2"
3386
+ },
3387
+ "mime-support": {
3388
+ "arch": "all",
3389
+ "version": "3.64ubuntu1"
3390
+ },
3391
+ "motd-news-config": {
3392
+ "arch": "all",
3393
+ "version": "11ubuntu5.2"
3394
+ },
3395
+ "mount": {
3396
+ "arch": "amd64",
3397
+ "version": "2.34-0.1ubuntu9.1"
3398
+ },
3399
+ "mtr-tiny": {
3400
+ "arch": "amd64",
3401
+ "version": "0.93-1"
3402
+ },
3403
+ "multipath-tools": {
3404
+ "arch": "amd64",
3405
+ "version": "0.8.3-1ubuntu2"
3406
+ },
3407
+ "nano": {
3408
+ "arch": "amd64",
3409
+ "version": "4.8-1ubuntu1"
3410
+ },
3411
+ "ncurses-base": {
3412
+ "arch": "all",
3413
+ "version": "6.2-0ubuntu2"
3414
+ },
3415
+ "ncurses-bin": {
3416
+ "arch": "amd64",
3417
+ "version": "6.2-0ubuntu2"
3418
+ },
3419
+ "ncurses-term": {
3420
+ "arch": "all",
3421
+ "version": "6.2-0ubuntu2"
3422
+ },
3423
+ "netbase": {
3424
+ "arch": "all",
3425
+ "version": "6.1"
3426
+ },
3427
+ "netcat-openbsd": {
3428
+ "arch": "amd64",
3429
+ "version": "1.206-1ubuntu1"
3430
+ },
3431
+ "netplan.io": {
3432
+ "arch": "amd64",
3433
+ "version": "0.100-0ubuntu4~20.04.2"
3434
+ },
3435
+ "networkd-dispatcher": {
3436
+ "arch": "all",
3437
+ "version": "2.0.1-1"
3438
+ },
3439
+ "ntfs-3g": {
3440
+ "arch": "amd64",
3441
+ "version": "1:2017.3.23AR.3-3ubuntu1"
3442
+ },
3443
+ "open-iscsi": {
3444
+ "arch": "amd64",
3445
+ "version": "2.0.874-7.1ubuntu6.1"
3446
+ },
3447
+ "open-vm-tools": {
3448
+ "arch": "amd64",
3449
+ "version": "2:11.0.5-4"
3450
+ },
3451
+ "openssh-client": {
3452
+ "arch": "amd64",
3453
+ "version": "1:8.2p1-4ubuntu0.1"
3454
+ },
3455
+ "openssh-server": {
3456
+ "arch": "amd64",
3457
+ "version": "1:8.2p1-4ubuntu0.1"
3458
+ },
3459
+ "openssh-sftp-server": {
3460
+ "arch": "amd64",
3461
+ "version": "1:8.2p1-4ubuntu0.1"
3462
+ },
3463
+ "openssl": {
3464
+ "arch": "amd64",
3465
+ "version": "1.1.1f-1ubuntu2"
3466
+ },
3467
+ "os-prober": {
3468
+ "arch": "amd64",
3469
+ "version": "1.74ubuntu2"
3470
+ },
3471
+ "overlayroot": {
3472
+ "arch": "all",
3473
+ "version": "0.45ubuntu1"
3474
+ },
3475
+ "packagekit": {
3476
+ "arch": "amd64",
3477
+ "version": "1.1.13-2ubuntu1.1"
3478
+ },
3479
+ "packagekit-tools": {
3480
+ "arch": "amd64",
3481
+ "version": "1.1.13-2ubuntu1.1"
3482
+ },
3483
+ "parted": {
3484
+ "arch": "amd64",
3485
+ "version": "3.3-4"
3486
+ },
3487
+ "passwd": {
3488
+ "arch": "amd64",
3489
+ "version": "1:4.8.1-1ubuntu5.20.04"
3490
+ },
3491
+ "pastebinit": {
3492
+ "arch": "all",
3493
+ "version": "1.5.1-1"
3494
+ },
3495
+ "patch": {
3496
+ "arch": "amd64",
3497
+ "version": "2.7.6-6"
3498
+ },
3499
+ "pci.ids": {
3500
+ "arch": "all",
3501
+ "version": "0.0~2020.03.20-1"
3502
+ },
3503
+ "pciutils": {
3504
+ "arch": "amd64",
3505
+ "version": "1:3.6.4-1"
3506
+ },
3507
+ "perl": {
3508
+ "arch": "amd64",
3509
+ "version": "5.30.0-9ubuntu0.2"
3510
+ },
3511
+ "perl-base": {
3512
+ "arch": "amd64",
3513
+ "version": "5.30.0-9ubuntu0.2"
3514
+ },
3515
+ "perl-modules-5.30": {
3516
+ "arch": "all",
3517
+ "version": "5.30.0-9ubuntu0.2"
3518
+ },
3519
+ "pinentry-curses": {
3520
+ "arch": "amd64",
3521
+ "version": "1.1.0-3build1"
3522
+ },
3523
+ "plymouth": {
3524
+ "arch": "amd64",
3525
+ "version": "0.9.4git20200323-0ubuntu6.1"
3526
+ },
3527
+ "plymouth-theme-ubuntu-text": {
3528
+ "arch": "amd64",
3529
+ "version": "0.9.4git20200323-0ubuntu6.1"
3530
+ },
3531
+ "policykit-1": {
3532
+ "arch": "amd64",
3533
+ "version": "0.105-26ubuntu1"
3534
+ },
3535
+ "pollinate": {
3536
+ "arch": "all",
3537
+ "version": "4.33-3ubuntu1"
3538
+ },
3539
+ "popularity-contest": {
3540
+ "arch": "all",
3541
+ "version": "1.69ubuntu1"
3542
+ },
3543
+ "powermgmt-base": {
3544
+ "arch": "all",
3545
+ "version": "1.36"
3546
+ },
3547
+ "procps": {
3548
+ "arch": "amd64",
3549
+ "version": "2:3.3.16-1ubuntu2"
3550
+ },
3551
+ "psmisc": {
3552
+ "arch": "amd64",
3553
+ "version": "23.3-1"
3554
+ },
3555
+ "publicsuffix": {
3556
+ "arch": "all",
3557
+ "version": "20200303.0012-1"
3558
+ },
3559
+ "python-apt-common": {
3560
+ "arch": "all",
3561
+ "version": "2.0.0ubuntu0.20.04.1"
3562
+ },
3563
+ "python3": {
3564
+ "arch": "amd64",
3565
+ "version": "3.8.2-0ubuntu2"
3566
+ },
3567
+ "python3-apport": {
3568
+ "arch": "all",
3569
+ "version": "2.20.11-0ubuntu27.10"
3570
+ },
3571
+ "python3-apt": {
3572
+ "arch": "amd64",
3573
+ "version": "2.0.0ubuntu0.20.04.1"
3574
+ },
3575
+ "python3-attr": {
3576
+ "arch": "all",
3577
+ "version": "19.3.0-2"
3578
+ },
3579
+ "python3-automat": {
3580
+ "arch": "all",
3581
+ "version": "0.8.0-1ubuntu1"
3582
+ },
3583
+ "python3-blinker": {
3584
+ "arch": "all",
3585
+ "version": "1.4+dfsg1-0.3ubuntu1"
3586
+ },
3587
+ "python3-certifi": {
3588
+ "arch": "all",
3589
+ "version": "2019.11.28-1"
3590
+ },
3591
+ "python3-cffi-backend": {
3592
+ "arch": "amd64",
3593
+ "version": "1.14.0-1build1"
3594
+ },
3595
+ "python3-chardet": {
3596
+ "arch": "all",
3597
+ "version": "3.0.4-4build1"
3598
+ },
3599
+ "python3-click": {
3600
+ "arch": "all",
3601
+ "version": "7.0-3"
3602
+ },
3603
+ "python3-colorama": {
3604
+ "arch": "all",
3605
+ "version": "0.4.3-1build1"
3606
+ },
3607
+ "python3-commandnotfound": {
3608
+ "arch": "all",
3609
+ "version": "20.04.4"
3610
+ },
3611
+ "python3-configobj": {
3612
+ "arch": "all",
3613
+ "version": "5.0.6-4"
3614
+ },
3615
+ "python3-constantly": {
3616
+ "arch": "all",
3617
+ "version": "15.1.0-1build1"
3618
+ },
3619
+ "python3-cryptography": {
3620
+ "arch": "amd64",
3621
+ "version": "2.8-3"
3622
+ },
3623
+ "python3-dbus": {
3624
+ "arch": "amd64",
3625
+ "version": "1.2.16-1build1"
3626
+ },
3627
+ "python3-debconf": {
3628
+ "arch": "all",
3629
+ "version": "1.5.73"
3630
+ },
3631
+ "python3-debian": {
3632
+ "arch": "all",
3633
+ "version": "0.1.36ubuntu1"
3634
+ },
3635
+ "python3-distro": {
3636
+ "arch": "all",
3637
+ "version": "1.4.0-1"
3638
+ },
3639
+ "python3-distro-info": {
3640
+ "arch": "all",
3641
+ "version": "0.23ubuntu1"
3642
+ },
3643
+ "python3-distupgrade": {
3644
+ "arch": "all",
3645
+ "version": "1:20.04.28"
3646
+ },
3647
+ "python3-distutils": {
3648
+ "arch": "all",
3649
+ "version": "3.8.5-1~20.04.1"
3650
+ },
3651
+ "python3-entrypoints": {
3652
+ "arch": "all",
3653
+ "version": "0.3-2ubuntu1"
3654
+ },
3655
+ "python3-gdbm": {
3656
+ "arch": "amd64",
3657
+ "version": "3.8.5-1~20.04.1"
3658
+ },
3659
+ "python3-gi": {
3660
+ "arch": "amd64",
3661
+ "version": "3.36.0-1"
3662
+ },
3663
+ "python3-hamcrest": {
3664
+ "arch": "all",
3665
+ "version": "1.9.0-3"
3666
+ },
3667
+ "python3-httplib2": {
3668
+ "arch": "all",
3669
+ "version": "0.14.0-1ubuntu1"
3670
+ },
3671
+ "python3-hyperlink": {
3672
+ "arch": "all",
3673
+ "version": "19.0.0-1"
3674
+ },
3675
+ "python3-idna": {
3676
+ "arch": "all",
3677
+ "version": "2.8-1"
3678
+ },
3679
+ "python3-importlib-metadata": {
3680
+ "arch": "all",
3681
+ "version": "1.5.0-1"
3682
+ },
3683
+ "python3-incremental": {
3684
+ "arch": "all",
3685
+ "version": "16.10.1-3.2"
3686
+ },
3687
+ "python3-jinja2": {
3688
+ "arch": "all",
3689
+ "version": "2.10.1-2"
3690
+ },
3691
+ "python3-json-pointer": {
3692
+ "arch": "all",
3693
+ "version": "2.0-0ubuntu1"
3694
+ },
3695
+ "python3-jsonpatch": {
3696
+ "arch": "all",
3697
+ "version": "1.23-3"
3698
+ },
3699
+ "python3-jsonschema": {
3700
+ "arch": "all",
3701
+ "version": "3.2.0-0ubuntu2"
3702
+ },
3703
+ "python3-jwt": {
3704
+ "arch": "all",
3705
+ "version": "1.7.1-2ubuntu2"
3706
+ },
3707
+ "python3-keyring": {
3708
+ "arch": "all",
3709
+ "version": "18.0.1-2ubuntu1"
3710
+ },
3711
+ "python3-launchpadlib": {
3712
+ "arch": "all",
3713
+ "version": "1.10.13-1"
3714
+ },
3715
+ "python3-lazr.restfulclient": {
3716
+ "arch": "all",
3717
+ "version": "0.14.2-2build1"
3718
+ },
3719
+ "python3-lazr.uri": {
3720
+ "arch": "all",
3721
+ "version": "1.0.3-4build1"
3722
+ },
3723
+ "python3-lib2to3": {
3724
+ "arch": "all",
3725
+ "version": "3.8.5-1~20.04.1"
3726
+ },
3727
+ "python3-markupsafe": {
3728
+ "arch": "amd64",
3729
+ "version": "1.1.0-1build2"
3730
+ },
3731
+ "python3-minimal": {
3732
+ "arch": "amd64",
3733
+ "version": "3.8.2-0ubuntu2"
3734
+ },
3735
+ "python3-more-itertools": {
3736
+ "arch": "all",
3737
+ "version": "4.2.0-1build1"
3738
+ },
3739
+ "python3-nacl": {
3740
+ "arch": "amd64",
3741
+ "version": "1.3.0-5"
3742
+ },
3743
+ "python3-netifaces": {
3744
+ "arch": "amd64",
3745
+ "version": "0.10.4-1ubuntu4"
3746
+ },
3747
+ "python3-newt": {
3748
+ "arch": "amd64",
3749
+ "version": "0.52.21-4ubuntu2"
3750
+ },
3751
+ "python3-oauthlib": {
3752
+ "arch": "all",
3753
+ "version": "3.1.0-1ubuntu2"
3754
+ },
3755
+ "python3-openssl": {
3756
+ "arch": "all",
3757
+ "version": "19.0.0-1build1"
3758
+ },
3759
+ "python3-pexpect": {
3760
+ "arch": "all",
3761
+ "version": "4.6.0-1build1"
3762
+ },
3763
+ "python3-pkg-resources": {
3764
+ "arch": "all",
3765
+ "version": "45.2.0-1"
3766
+ },
3767
+ "python3-problem-report": {
3768
+ "arch": "all",
3769
+ "version": "2.20.11-0ubuntu27.10"
3770
+ },
3771
+ "python3-ptyprocess": {
3772
+ "arch": "all",
3773
+ "version": "0.6.0-1ubuntu1"
3774
+ },
3775
+ "python3-pyasn1": {
3776
+ "arch": "all",
3777
+ "version": "0.4.2-3build1"
3778
+ },
3779
+ "python3-pyasn1-modules": {
3780
+ "arch": "all",
3781
+ "version": "0.2.1-0.2build1"
3782
+ },
3783
+ "python3-pymacaroons": {
3784
+ "arch": "all",
3785
+ "version": "0.13.0-3"
3786
+ },
3787
+ "python3-pyrsistent": {
3788
+ "arch": "amd64",
3789
+ "version": "0.15.5-1build1"
3790
+ },
3791
+ "python3-requests": {
3792
+ "arch": "all",
3793
+ "version": "2.22.0-2ubuntu1"
3794
+ },
3795
+ "python3-requests-unixsocket": {
3796
+ "arch": "all",
3797
+ "version": "0.2.0-2"
3798
+ },
3799
+ "python3-secretstorage": {
3800
+ "arch": "all",
3801
+ "version": "2.3.1-2ubuntu1"
3802
+ },
3803
+ "python3-serial": {
3804
+ "arch": "all",
3805
+ "version": "3.4-5.1"
3806
+ },
3807
+ "python3-service-identity": {
3808
+ "arch": "all",
3809
+ "version": "18.1.0-5build1"
3810
+ },
3811
+ "python3-setuptools": {
3812
+ "arch": "all",
3813
+ "version": "45.2.0-1"
3814
+ },
3815
+ "python3-simplejson": {
3816
+ "arch": "amd64",
3817
+ "version": "3.16.0-2ubuntu2"
3818
+ },
3819
+ "python3-six": {
3820
+ "arch": "all",
3821
+ "version": "1.14.0-2"
3822
+ },
3823
+ "python3-software-properties": {
3824
+ "arch": "all",
3825
+ "version": "0.98.9.2"
3826
+ },
3827
+ "python3-systemd": {
3828
+ "arch": "amd64",
3829
+ "version": "234-3build2"
3830
+ },
3831
+ "python3-twisted": {
3832
+ "arch": "all",
3833
+ "version": "18.9.0-11"
3834
+ },
3835
+ "python3-twisted-bin": {
3836
+ "arch": "amd64",
3837
+ "version": "18.9.0-11"
3838
+ },
3839
+ "python3-update-manager": {
3840
+ "arch": "all",
3841
+ "version": "1:20.04.10.1"
3842
+ },
3843
+ "python3-urllib3": {
3844
+ "arch": "all",
3845
+ "version": "1.25.8-2ubuntu0.1"
3846
+ },
3847
+ "python3-wadllib": {
3848
+ "arch": "all",
3849
+ "version": "1.3.3-3build1"
3850
+ },
3851
+ "python3-yaml": {
3852
+ "arch": "amd64",
3853
+ "version": "5.3.1-1"
3854
+ },
3855
+ "python3-zipp": {
3856
+ "arch": "all",
3857
+ "version": "1.0.0-1"
3858
+ },
3859
+ "python3-zope.interface": {
3860
+ "arch": "amd64",
3861
+ "version": "4.7.1-1"
3862
+ },
3863
+ "python3.8": {
3864
+ "arch": "amd64",
3865
+ "version": "3.8.5-1~20.04"
3866
+ },
3867
+ "python3.8-minimal": {
3868
+ "arch": "amd64",
3869
+ "version": "3.8.5-1~20.04"
3870
+ },
3871
+ "readline-common": {
3872
+ "arch": "all",
3873
+ "version": "8.0-4"
3874
+ },
3875
+ "rsync": {
3876
+ "arch": "amd64",
3877
+ "version": "3.1.3-8"
3878
+ },
3879
+ "rsyslog": {
3880
+ "arch": "amd64",
3881
+ "version": "8.2001.0-1ubuntu1.1"
3882
+ },
3883
+ "run-one": {
3884
+ "arch": "all",
3885
+ "version": "1.17-0ubuntu1"
3886
+ },
3887
+ "sbsigntool": {
3888
+ "arch": "amd64",
3889
+ "version": "0.9.2-2ubuntu1"
3890
+ },
3891
+ "screen": {
3892
+ "arch": "amd64",
3893
+ "version": "4.8.0-1"
3894
+ },
3895
+ "secureboot-db": {
3896
+ "arch": "amd64",
3897
+ "version": "1.5"
3898
+ },
3899
+ "sed": {
3900
+ "arch": "amd64",
3901
+ "version": "4.7-1"
3902
+ },
3903
+ "sensible-utils": {
3904
+ "arch": "all",
3905
+ "version": "0.0.12+nmu1"
3906
+ },
3907
+ "sg3-utils": {
3908
+ "arch": "amd64",
3909
+ "version": "1.44-1ubuntu2"
3910
+ },
3911
+ "sg3-utils-udev": {
3912
+ "arch": "all",
3913
+ "version": "1.44-1ubuntu2"
3914
+ },
3915
+ "shared-mime-info": {
3916
+ "arch": "amd64",
3917
+ "version": "1.15-1"
3918
+ },
3919
+ "snapd": {
3920
+ "arch": "amd64",
3921
+ "version": "2.47.1+20.04"
3922
+ },
3923
+ "software-properties-common": {
3924
+ "arch": "all",
3925
+ "version": "0.98.9.2"
3926
+ },
3927
+ "sosreport": {
3928
+ "arch": "amd64",
3929
+ "version": "4.0-1~ubuntu0.20.04.2"
3930
+ },
3931
+ "sound-theme-freedesktop": {
3932
+ "arch": "all",
3933
+ "version": "0.8-2ubuntu1"
3934
+ },
3935
+ "squashfs-tools": {
3936
+ "arch": "amd64",
3937
+ "version": "1:4.4-1"
3938
+ },
3939
+ "ssh-import-id": {
3940
+ "arch": "all",
3941
+ "version": "5.10-0ubuntu1"
3942
+ },
3943
+ "strace": {
3944
+ "arch": "amd64",
3945
+ "version": "5.5-3ubuntu1"
3946
+ },
3947
+ "sudo": {
3948
+ "arch": "amd64",
3949
+ "version": "1.8.31-1ubuntu1.1"
3950
+ },
3951
+ "systemd": {
3952
+ "arch": "amd64",
3953
+ "version": "245.4-4ubuntu3.2"
3954
+ },
3955
+ "systemd-sysv": {
3956
+ "arch": "amd64",
3957
+ "version": "245.4-4ubuntu3.2"
3958
+ },
3959
+ "systemd-timesyncd": {
3960
+ "arch": "amd64",
3961
+ "version": "245.4-4ubuntu3.2"
3962
+ },
3963
+ "sysvinit-utils": {
3964
+ "arch": "amd64",
3965
+ "version": "2.96-2.1ubuntu1"
3966
+ },
3967
+ "tar": {
3968
+ "arch": "amd64",
3969
+ "version": "1.30+dfsg-7"
3970
+ },
3971
+ "tcpdump": {
3972
+ "arch": "amd64",
3973
+ "version": "4.9.3-4"
3974
+ },
3975
+ "telnet": {
3976
+ "arch": "amd64",
3977
+ "version": "0.17-41.2build1"
3978
+ },
3979
+ "thin-provisioning-tools": {
3980
+ "arch": "amd64",
3981
+ "version": "0.8.5-4build1"
3982
+ },
3983
+ "time": {
3984
+ "arch": "amd64",
3985
+ "version": "1.7-25.1build1"
3986
+ },
3987
+ "tmux": {
3988
+ "arch": "amd64",
3989
+ "version": "3.0a-2ubuntu0.1"
3990
+ },
3991
+ "tpm-udev": {
3992
+ "arch": "all",
3993
+ "version": "0.4"
3994
+ },
3995
+ "tzdata": {
3996
+ "arch": "all",
3997
+ "version": "2020a-0ubuntu0.20.04"
3998
+ },
3999
+ "ubuntu-advantage-tools": {
4000
+ "arch": "amd64",
4001
+ "version": "20.3"
4002
+ },
4003
+ "ubuntu-keyring": {
4004
+ "arch": "all",
4005
+ "version": "2020.02.11.2"
4006
+ },
4007
+ "ubuntu-minimal": {
4008
+ "arch": "amd64",
4009
+ "version": "1.450.2"
4010
+ },
4011
+ "ubuntu-release-upgrader-core": {
4012
+ "arch": "all",
4013
+ "version": "1:20.04.28"
4014
+ },
4015
+ "ubuntu-server": {
4016
+ "arch": "amd64",
4017
+ "version": "1.450.2"
4018
+ },
4019
+ "ubuntu-standard": {
4020
+ "arch": "amd64",
4021
+ "version": "1.450.2"
4022
+ },
4023
+ "ucf": {
4024
+ "arch": "all",
4025
+ "version": "3.0038+nmu1"
4026
+ },
4027
+ "udev": {
4028
+ "arch": "amd64",
4029
+ "version": "245.4-4ubuntu3.2"
4030
+ },
4031
+ "ufw": {
4032
+ "arch": "all",
4033
+ "version": "0.36-6"
4034
+ },
4035
+ "unattended-upgrades": {
4036
+ "arch": "all",
4037
+ "version": "2.3ubuntu0.1"
4038
+ },
4039
+ "update-manager-core": {
4040
+ "arch": "all",
4041
+ "version": "1:20.04.10.1"
4042
+ },
4043
+ "update-notifier-common": {
4044
+ "arch": "all",
4045
+ "version": "3.192.30"
4046
+ },
4047
+ "usb.ids": {
4048
+ "arch": "all",
4049
+ "version": "2020.03.19-1"
4050
+ },
4051
+ "usbutils": {
4052
+ "arch": "amd64",
4053
+ "version": "1:012-2"
4054
+ },
4055
+ "util-linux": {
4056
+ "arch": "amd64",
4057
+ "version": "2.34-0.1ubuntu9.1"
4058
+ },
4059
+ "uuid-runtime": {
4060
+ "arch": "amd64",
4061
+ "version": "2.34-0.1ubuntu9.1"
4062
+ },
4063
+ "vim": {
4064
+ "arch": "amd64",
4065
+ "version": "2:8.1.2269-1ubuntu5"
4066
+ },
4067
+ "vim-common": {
4068
+ "arch": "all",
4069
+ "version": "2:8.1.2269-1ubuntu5"
4070
+ },
4071
+ "vim-runtime": {
4072
+ "arch": "all",
4073
+ "version": "2:8.1.2269-1ubuntu5"
4074
+ },
4075
+ "vim-tiny": {
4076
+ "arch": "amd64",
4077
+ "version": "2:8.1.2269-1ubuntu5"
4078
+ },
4079
+ "wget": {
4080
+ "arch": "amd64",
4081
+ "version": "1.20.3-1ubuntu1"
4082
+ },
4083
+ "whiptail": {
4084
+ "arch": "amd64",
4085
+ "version": "0.52.21-4ubuntu2"
4086
+ },
4087
+ "xauth": {
4088
+ "arch": "amd64",
4089
+ "version": "1:1.1-0ubuntu1"
4090
+ },
4091
+ "xdg-user-dirs": {
4092
+ "arch": "amd64",
4093
+ "version": "0.17-2ubuntu1"
4094
+ },
4095
+ "xfsprogs": {
4096
+ "arch": "amd64",
4097
+ "version": "5.3.0-1ubuntu2"
4098
+ },
4099
+ "xkb-data": {
4100
+ "arch": "all",
4101
+ "version": "2.29-2"
4102
+ },
4103
+ "xxd": {
4104
+ "arch": "amd64",
4105
+ "version": "2:8.1.2269-1ubuntu5"
4106
+ },
4107
+ "xz-utils": {
4108
+ "arch": "amd64",
4109
+ "version": "5.2.4-1ubuntu1"
4110
+ },
4111
+ "zerofree": {
4112
+ "arch": "amd64",
4113
+ "version": "1.1.1-1"
4114
+ },
4115
+ "zlib1g": {
4116
+ "arch": "amd64",
4117
+ "version": "1:1.2.11.dfsg-2ubuntu1.1"
4118
+ }
4119
+ },
4120
+ "platform": "ubuntu",
4121
+ "platform_family": "debian",
4122
+ "platform_version": "20.04",
4123
+ "root_group": "root",
4124
+ "shard_seed": 181747610,
4125
+ "shells": [
4126
+ "/bin/sh",
4127
+ "/bin/bash",
4128
+ "/usr/bin/bash",
4129
+ "/bin/rbash",
4130
+ "/usr/bin/rbash",
4131
+ "/bin/dash",
4132
+ "/usr/bin/dash",
4133
+ "/usr/bin/tmux",
4134
+ "/usr/bin/screen"
4135
+ ],
4136
+ "time": {
4137
+ "timezone": "GMT"
4138
+ },
4139
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
4140
+ "uptime_seconds": 2646450,
4141
+ "virtualization": {
4142
+ "systems": {}
4143
+ }
4144
+ }