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

Last updated: May 21,2024

1. Install "python3-zope.schema" package

Please follow the step by step instructions below to install python3-zope.schema on Kali Linux

$ sudo apt update $ sudo apt install python3-zope.schema

2. Uninstall "python3-zope.schema" package

This guide covers the steps necessary to uninstall python3-zope.schema on Kali Linux:

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

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

Package: python3-zope.schema
Source: zope.schema
Version: 7.0.1-1
Installed-Size: 415
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-zope.event, python3-zope.interface (>= 5.0), python3:any
Conflicts: zope3
Size: 68396
SHA256: ac0731fecdb6f052dc7210d81d7d2520b05b1d86b4a60a2e6c48298af8125af9
SHA1: 60f03d75a7611bbc13610adae744273415517d90
MD5sum: 6f808eba5af2acd4e5d1627af4b5b6a3
Description: zope.interface extension for defining data schemas
Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods). Every schema is an interface and
specifies the public fields of an object. A *field* roughly
corresponds to an attribute of a Python object. But a Field provides
space for at least a title and a description. It can also constrain
its value and provide a validation method. Besides you can optionally
specify characteristics such as its value being read-only or not
required.
.
This is the Python 3 version.
Description-md5:
Homepage: https://github.com/zopefoundation/zope.schema
Section: zope
Priority: optional
Filename: pool/main/z/zope.schema/python3-zope.schema_7.0.1-1_all.deb