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

Last updated: November 07,2024

1. Install "python3-schema" package

Please follow the guidelines below to install python3-schema on Kali Linux

$ sudo apt update $ sudo apt install python3-schema

2. Uninstall "python3-schema" package

Learn how to uninstall python3-schema on Kali Linux:

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

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

Package: python3-schema
Source: python-schema
Version: 0.7.5-1
Installed-Size: 92
Maintainer: Debian Python Team
Architecture: all
Depends: python3-contextlib2, python3:any
Size: 27452
SHA256: 8cd6908836c974b344f30b2bd13cef8855290341c20917d8832e30b01abfce80
SHA1: 77376556d9408fb6bf8f10df39dbe88e430c0a1d
MD5sum: 6d26ad30ea0b7fd3c53edd9235739a1c
Description: simple data validation library (Python 3)
Schema is a library for validating Python data structures, such as those
obtained from config-files, forms, external services or command-line parsing,
converted from JSON/YAML (or something else) to Python data-types.
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://github.com/keleshev/schema
Section: python
Priority: optional
Filename: pool/main/p/python-schema/python3-schema_0.7.5-1_all.deb