How to Install and Uninstall python-zope.schema Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 16,2024

1. Install "python-zope.schema" package

Please follow the step by step instructions below to install python-zope.schema on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-zope.schema" package

Please follow the steps below to uninstall python-zope.schema on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-zope.schema package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-zope.schema
Priority: extra
Section: universe/python
Installed-Size: 330
Maintainer: Ubuntu Developers
Original-Maintainer: Debian/Ubuntu Zope Team
Architecture: all
Source: zope.schema
Version: 4.4.2-3
Depends: python-pkg-resources, python-zope.event, python-zope.interface, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Conflicts: zope3
Filename: pool/universe/z/zope.schema/python-zope.schema_4.4.2-3_all.deb
Size: 44152
MD5sum: 62db7feef94366c894f0185a2107d272
SHA1: 9833b16df6cc9bb6db121946c71628af01f4a81b
SHA256: f7fbdf9183250a02157b86f32b99cc9d70ae871d51fa891732856fa390d980db
Description-en: 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 2 version.
Description-md5: 757259461858483a2f52c795e94860a3
Homepage: http://pypi.python.org/pypi/zope.schema
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu