How to Install and Uninstall python3-strictyaml Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-strictyaml" package

Please follow the step by step instructions below to install python3-strictyaml on Kali Linux

$ sudo apt update $ sudo apt install python3-strictyaml

2. Uninstall "python3-strictyaml" package

In this section, we are going to explain the necessary steps to uninstall python3-strictyaml on Kali Linux:

$ sudo apt remove python3-strictyaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-strictyaml package on Kali Linux

Package: python3-strictyaml
Source: python-strictyaml
Version: 1.6.1-3
Installed-Size: 630
Maintainer: Debian Python Team
Architecture: all
Depends: python3-dateutil, python3-ruamel.yaml, python3:any
Size: 92904
SHA256: 62b77945218b78c221d2e8f11a779d15807d69b79d2f840a4f67fd9eb12fee9c
SHA1: 060e78b89dc9e3a9291696fde63e05e0db8f6602
MD5sum: 1b7acbd9c77e37d999fa2f136205e4e4
Description: strict, typed YAML parser for Python
StrictYAML is a type-safe YAML parser that parses and validates a restricted
subset of the YAML specification.
.
Priorities:
- Beautiful API
- Refusing to parse the ugly, hard to read and insecure features of YAML like
the Norway problem.
- Strict validation of markup and straightforward type casting.
- Clear, readable exceptions with code snippets and line numbers.
- Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
- Ability to read in YAML, make changes and write it out again with comments
preserved.
- Not speed, currently.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://hitchdev.com/strictyaml/
Section: python
Priority: optional
Filename: pool/main/p/python-strictyaml/python3-strictyaml_1.6.1-3_all.deb