How to Install and Uninstall dt-schema Package on Kali Linux

Last updated: May 17,2024

1. Install "dt-schema" package

This guide covers the steps necessary to install dt-schema on Kali Linux

$ sudo apt update $ sudo apt install dt-schema

2. Uninstall "dt-schema" package

Please follow the steps below to uninstall dt-schema on Kali Linux:

$ sudo apt remove dt-schema $ sudo apt autoclean && sudo apt autoremove

3. Information about the dt-schema package on Kali Linux

Package: dt-schema
Version: 2022.08.2-5
Installed-Size: 274
Maintainer: Debian Python Team
Architecture: all
Depends: python3-jsonschema, python3-rfc3987, python3-ruamel.yaml, python3:any, python3-libfdt
Size: 45980
SHA256: 0a4de9c73a720d7266d1cdb8cbc82f8d483e9920dc275136e6fe18d514eeda65
SHA1: d9d1d44d31e48d04fed182a9f2852b15cdb8c236
MD5sum: 5d419b7d2cbaf93488e3c771b0f36cc7
Description: Tooling for devicetree validation using YAML and jsonschema
This package contains test code for devicetree schema validation using the
json-schema vocabulary. Schema files are written in YAML (a superset of JSON),
and operate on the YAML encoding of Devicetree data. Devicetree data must be
transcoded from DTS to YAML before being used by this tool.
.
There are several tools available:
.
dt-doc-validate This tool takes a schema file(s) or directory of schema
files and validates them against the DT meta-schema.
.
dt-mk-schema This tool takes user-provided schema file(s) plus the core
schema files in this repo, removes everything not needed for validation,
applies fix-ups to the schemas, and outputs a single file with the processed
schema. This step is done separately to speed up subsequent validation of YAML
Devicetrees.
.
dt-validate This tool takes user-provided YAML Devicetree(s) and either
a schema directory or pre-processed schema file and validates the YAML
Devicetree against the schema.
Description-md5:
Homepage: https://www.devicetree.org
Section: devel
Priority: optional
Filename: pool/main/d/dt-schema/dt-schema_2022.08.2-5_all.deb