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

Last updated: May 10,2024

1. Install "python3-warlock" package

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

$ sudo apt update $ sudo apt install python3-warlock

2. Uninstall "python3-warlock" package

Please follow the steps below to uninstall python3-warlock on Kali Linux:

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

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

Package: python3-warlock
Source: python-warlock
Version: 2.0.1-3
Installed-Size: 36
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-jsonpatch, python3-jsonschema (>= 4), python3-six, python3:any
Size: 9196
SHA256: d2a876649d3fad81ff6097769ad5b362af2ff6d08fc54531424e68919cbb3940
SHA1: 2498c0b8460e6b52cad5c7b3b7d3559bd1ae1ba8
MD5sum: 179aa555a1295ef99806bc4da81a70ff
Description: object model built on top of JSON schema - Python 3.x
With Warlock, you can build self-validating Python objects using JSON schemas.
First, a schema describe the type of data, then after creating the object,
Warlock checks that added or edited attributes correspond to the initial
schema. If they don't, an exception is raised.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://pypi.python.org/pypi/warlock
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-warlock/python3-warlock_2.0.1-3_all.deb