How to Install and Uninstall python3-warlock Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-warlock" package

Here is a brief guide to show you how to install python3-warlock on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-warlock

2. Uninstall "python3-warlock" package

Here is a brief guide to show you how to uninstall python3-warlock on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-warlock package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-warlock
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-warlock
Version: 1.1.0-1
Depends: python3-jsonpatch, python3-jsonschema, python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-warlock/python3-warlock_1.1.0-1_all.deb
Size: 5168
MD5sum: 1f067faa05387eb82a0ed3be9603eb43
SHA1: bab2070038facc8a1b0a3185c845f05eef5ef926
SHA256: 483efd4f08b04a85075943d067bb8b478ae8f91adfdeeac66f717467df86ba3e
Description-en: 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: 1f5c9acaf56ba4f5586d92afebfc9550
Homepage: http://pypi.python.org/pypi/warlock
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu